line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
package Paws::SSM::UpdateMaintenanceWindowTaskResult; |
3
|
1
|
|
|
1
|
|
440
|
use Moose; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
9
|
|
4
|
|
|
|
|
|
|
has Description => (is => 'ro', isa => 'Str'); |
5
|
|
|
|
|
|
|
has LoggingInfo => (is => 'ro', isa => 'Paws::SSM::LoggingInfo'); |
6
|
|
|
|
|
|
|
has MaxConcurrency => (is => 'ro', isa => 'Str'); |
7
|
|
|
|
|
|
|
has MaxErrors => (is => 'ro', isa => 'Str'); |
8
|
|
|
|
|
|
|
has Name => (is => 'ro', isa => 'Str'); |
9
|
|
|
|
|
|
|
has Priority => (is => 'ro', isa => 'Int'); |
10
|
|
|
|
|
|
|
has ServiceRoleArn => (is => 'ro', isa => 'Str'); |
11
|
|
|
|
|
|
|
has Targets => (is => 'ro', isa => 'ArrayRef[Paws::SSM::Target]'); |
12
|
|
|
|
|
|
|
has TaskArn => (is => 'ro', isa => 'Str'); |
13
|
|
|
|
|
|
|
has TaskInvocationParameters => (is => 'ro', isa => 'Paws::SSM::MaintenanceWindowTaskInvocationParameters'); |
14
|
|
|
|
|
|
|
has TaskParameters => (is => 'ro', isa => 'Paws::SSM::MaintenanceWindowTaskParameters'); |
15
|
|
|
|
|
|
|
has WindowId => (is => 'ro', isa => 'Str'); |
16
|
|
|
|
|
|
|
has WindowTaskId => (is => 'ro', isa => 'Str'); |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
has _request_id => (is => 'ro', isa => 'Str'); |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
### main pod documentation begin ### |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 NAME |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Paws::SSM::UpdateMaintenanceWindowTaskResult |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 ATTRIBUTES |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head2 Description => Str |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
The updated task description. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=head2 LoggingInfo => L<Paws::SSM::LoggingInfo> |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
The updated logging information in Amazon S3. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=head2 MaxConcurrency => Str |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
The updated MaxConcurrency value. |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=head2 MaxErrors => Str |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
The updated MaxErrors value. |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=head2 Name => Str |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
The updated task name. |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
=head2 Priority => Int |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
The updated priority value. |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
=head2 ServiceRoleArn => Str |
60
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
The updated service role ARN value. |
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
=head2 Targets => ArrayRef[L<Paws::SSM::Target>] |
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
The updated target values. |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
=head2 TaskArn => Str |
70
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
The updated task ARN value. |
72
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
=head2 TaskInvocationParameters => L<Paws::SSM::MaintenanceWindowTaskInvocationParameters> |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
The updated parameter values. |
77
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
=head2 TaskParameters => L<Paws::SSM::MaintenanceWindowTaskParameters> |
80
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
The updated parameter values. |
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
=head2 WindowId => Str |
85
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
The ID of the Maintenance Window that was updated. |
87
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
=head2 WindowTaskId => Str |
90
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
The task ID of the Maintenance Window that was updated. |
92
|
|
|
|
|
|
|
|
93
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
=head2 _request_id => Str |
95
|
|
|
|
|
|
|
|
96
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
=cut |
98
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
1; |