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::SendCommand; use Moose; has CloudWatchOutputConfig => (is => 'ro', isa => 'Paws::SSM::CloudWatchOutputConfig'); has Comment => (is => 'ro', isa => 'Str'); has DocumentHash => (is => 'ro', isa => 'Str'); has DocumentHashType => (is => 'ro', isa => 'Str'); has DocumentName => (is => 'ro', isa => 'Str', required => 1); has DocumentVersion => (is => 'ro', isa => 'Str'); has InstanceIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has MaxConcurrency => (is => 'ro', isa => 'Str'); has MaxErrors => (is => 'ro', isa => 'Str'); has NotificationConfig => (is => 'ro', isa => 'Paws::SSM::NotificationConfig'); has OutputS3BucketName => (is => 'ro', isa => 'Str'); has OutputS3KeyPrefix => (is => 'ro', isa => 'Str'); has OutputS3Region => (is => 'ro', isa => 'Str'); has Parameters => (is => 'ro', isa => 'Paws::SSM::Parameters'); has ServiceRoleArn => (is => 'ro', isa => 'Str'); has Targets => (is => 'ro', isa => 'ArrayRef[Paws::SSM::Target]'); has TimeoutSeconds => (is => 'ro', isa => 'Int'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'SendCommand'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::SSM::SendCommandResult'); class_has _result_key => (isa => 'Str', is => 'ro'); 1; ### main pod documentation begin ### =head1 NAME Paws::SSM::SendCommand - Arguments for method SendCommand on L =head1 DESCRIPTION This class represents the parameters used for calling the method SendCommand on the L service. Use the attributes of this class as arguments to method SendCommand. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to SendCommand. =head1 SYNOPSIS my $ssm = Paws->service('SSM'); my $SendCommandResult = $ssm->SendCommand( DocumentName => 'MyDocumentARN', CloudWatchOutputConfig => { CloudWatchLogGroupName => 'MyCloudWatchLogGroupName', # min: 1, max: 512; OPTIONAL CloudWatchOutputEnabled => 1, # OPTIONAL }, # OPTIONAL Comment => 'MyComment', # OPTIONAL DocumentHash => 'MyDocumentHash', # OPTIONAL DocumentHashType => 'Sha256', # OPTIONAL DocumentVersion => 'MyDocumentVersion', # OPTIONAL InstanceIds => [ 'MyInstanceId', ... ], # OPTIONAL MaxConcurrency => 'MyMaxConcurrency', # OPTIONAL MaxErrors => 'MyMaxErrors', # OPTIONAL NotificationConfig => { NotificationArn => 'MyNotificationArn', # OPTIONAL NotificationEvents => [ 'All', ... # values: All, InProgress, Success, TimedOut, Cancelled, Failed ], # OPTIONAL NotificationType => 'Command', # values: Command, Invocation; OPTIONAL }, # OPTIONAL OutputS3BucketName => 'MyS3BucketName', # OPTIONAL OutputS3KeyPrefix => 'MyS3KeyPrefix', # OPTIONAL OutputS3Region => 'MyS3Region', # OPTIONAL Parameters => { 'MyParameterName' => [ 'MyParameterValue', ... ], } , # OPTIONAL ServiceRoleArn => 'MyServiceRole', # OPTIONAL Targets => [ { Key => 'MyTargetKey', # min: 1, max: 163; OPTIONAL Values => [ 'MyTargetValue', ... ], # max: 50; OPTIONAL }, ... ], # OPTIONAL TimeoutSeconds => 1, # OPTIONAL ); # Results: my $Command = $SendCommandResult->Command; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 CloudWatchOutputConfig => L Enables Systems Manager to send Run Command output to Amazon CloudWatch Logs. =head2 Comment => Str User-specified information about the command, such as a brief description of what the command should do. =head2 DocumentHash => Str The Sha256 or Sha1 hash created by the system when the document was created. Sha1 hashes have been deprecated. =head2 DocumentHashType => Str Sha256 or Sha1. Sha1 hashes have been deprecated. Valid values are: C<"Sha256">, C<"Sha1"> =head2 B DocumentName => Str The name of the Systems Manager document to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document ARN. For more information about how to use shared documents, see Using shared SSM documents (https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html) in the I. =head2 DocumentVersion => Str The SSM document version to use in the request. You can specify $DEFAULT, $LATEST, or a specific version number. If you run commands by using the AWS CLI, then you must escape the first two options by using a backslash. If you specify a version number, then you don't need to use the backslash. For example: --document-version "\$DEFAULT" --document-version "\$LATEST" --document-version "3" =head2 InstanceIds => ArrayRef[Str|Undef] The IDs of the instances where the command should run. Specifying instance IDs is most useful when you are targeting a limited number of instances, though you can specify up to 50 IDs. To target a larger number of instances, or if you prefer not to list individual instance IDs, we recommend using the C option instead. Using C, which accepts tag key-value pairs to identify the instances to send commands to, you can a send command to tens, hundreds, or thousands of instances at once. For more information about how to use targets, see Using targets and rate controls to send commands to a fleet (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html) in the I. =head2 MaxConcurrency => Str (Optional) The maximum number of instances that are allowed to run the command at the same time. You can specify a number such as 10 or a percentage such as 10%. The default value is 50. For more information about how to use MaxConcurrency, see Using concurrency controls (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-velocity) in the I. =head2 MaxErrors => Str The maximum number of errors allowed without the command failing. When the command fails one more time beyond the value of MaxErrors, the systems stops sending the command to additional targets. You can specify a number like 10 or a percentage like 10%. The default value is 0. For more information about how to use MaxErrors, see Using error controls (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-maxerrors) in the I. =head2 NotificationConfig => L Configurations for sending notifications. =head2 OutputS3BucketName => Str The name of the S3 bucket where command execution responses should be stored. =head2 OutputS3KeyPrefix => Str The directory structure within the S3 bucket where the responses should be stored. =head2 OutputS3Region => Str (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Region of the S3 bucket. =head2 Parameters => L The required and optional parameters specified in the document being run. =head2 ServiceRoleArn => Str The ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for Run Command commands. =head2 Targets => ArrayRef[L] An array of search criteria that targets instances using a C combination that you specify. Specifying targets is most useful when you want to send a command to a large number of instances at once. Using C, which accepts tag key-value pairs to identify instances, you can send a command to tens, hundreds, or thousands of instances at once. To send a command to a smaller number of instances, you can use the C option instead. For more information about how to use targets, see Sending commands to a fleet (https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html) in the I. =head2 TimeoutSeconds => Int If this time is reached and the command has not already started running, it will not run. =head1 SEE ALSO This class forms part of L, documenting arguments for method SendCommand in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut