PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SSM::UpdateMaintenanceWindowTaskResult; use Moose; has Description => (is => 'ro', isa => 'Str'); has LoggingInfo => (is => 'ro', isa => 'Paws::SSM::LoggingInfo'); has MaxConcurrency => (is => 'ro', isa => 'Str'); has MaxErrors => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has Priority => (is => 'ro', isa => 'Int'); has ServiceRoleArn => (is => 'ro', isa => 'Str'); has Targets => (is => 'ro', isa => 'ArrayRef[Paws::SSM::Target]'); has TaskArn => (is => 'ro', isa => 'Str'); has TaskInvocationParameters => (is => 'ro', isa => 'Paws::SSM::MaintenanceWindowTaskInvocationParameters'); has TaskParameters => (is => 'ro', isa => 'Paws::SSM::MaintenanceWindowTaskParameters'); has WindowId => (is => 'ro', isa => 'Str'); has WindowTaskId => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SSM::UpdateMaintenanceWindowTaskResult =head1 ATTRIBUTES =head2 Description => Str The updated task description. =head2 LoggingInfo => L The updated logging information in Amazon S3. C has been deprecated. To specify an S3 bucket to contain logs, instead use the C and C options in the C structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. =head2 MaxConcurrency => Str The updated MaxConcurrency value. =head2 MaxErrors => Str The updated MaxErrors value. =head2 Name => Str The updated task name. =head2 Priority => Int The updated priority value. =head2 ServiceRoleArn => Str The ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks. =head2 Targets => ArrayRef[L] The updated target values. =head2 TaskArn => Str The updated task ARN value. =head2 TaskInvocationParameters => L The updated parameter values. =head2 TaskParameters => L The updated parameter values. C has been deprecated. To specify parameters to pass to a task when it runs, instead use the C option in the C structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. =head2 WindowId => Str The ID of the maintenance window that was updated. =head2 WindowTaskId => Str The task ID of the maintenance window that was updated. =head2 _request_id => Str =cut 1;