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::GetCommandInvocationResult; use Moose; has CloudWatchOutputConfig => (is => 'ro', isa => 'Paws::SSM::CloudWatchOutputConfig'); has CommandId => (is => 'ro', isa => 'Str'); has Comment => (is => 'ro', isa => 'Str'); has DocumentName => (is => 'ro', isa => 'Str'); has DocumentVersion => (is => 'ro', isa => 'Str'); has ExecutionElapsedTime => (is => 'ro', isa => 'Str'); has ExecutionEndDateTime => (is => 'ro', isa => 'Str'); has ExecutionStartDateTime => (is => 'ro', isa => 'Str'); has InstanceId => (is => 'ro', isa => 'Str'); has PluginName => (is => 'ro', isa => 'Str'); has ResponseCode => (is => 'ro', isa => 'Int'); has StandardErrorContent => (is => 'ro', isa => 'Str'); has StandardErrorUrl => (is => 'ro', isa => 'Str'); has StandardOutputContent => (is => 'ro', isa => 'Str'); has StandardOutputUrl => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has StatusDetails => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SSM::GetCommandInvocationResult =head1 ATTRIBUTES =head2 CloudWatchOutputConfig => L CloudWatch Logs information where Systems Manager sent the command output. =head2 CommandId => Str The parent command ID of the invocation plugin. =head2 Comment => Str The comment text for the command. =head2 DocumentName => Str The name of the document that was run. For example, C. =head2 DocumentVersion => Str The SSM document version used in the request. =head2 ExecutionElapsedTime => Str Duration since C. =head2 ExecutionEndDateTime => Str The date and time the plugin finished running. Date and time are written in ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the C filter. C If the plugin has not started to run, the string is empty. =head2 ExecutionStartDateTime => Str The date and time the plugin started running. Date and time are written in ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7. The following sample AWS CLI command uses the C filter. C If the plugin has not started to run, the string is empty. =head2 InstanceId => Str The ID of the managed instance targeted by the command. A managed instance can be an EC2 instance or an instance in your hybrid environment that is configured for Systems Manager. =head2 PluginName => Str The name of the plugin, or I, for which details are reported. For example, C is a plugin. =head2 ResponseCode => Int The error level response code for the plugin script. If the response code is C<-1>, then the command has not started running on the instance, or it was not received by the instance. =head2 StandardErrorContent => Str The first 8,000 characters written by the plugin to C. If the command has not finished running, then this string is empty. =head2 StandardErrorUrl => Str The URL for the complete text written by the plugin to C. If the command has not finished running, then this string is empty. =head2 StandardOutputContent => Str The first 24,000 characters written by the plugin to C. If the command has not finished running, if C is neither Succeeded nor Failed, then this string is empty. =head2 StandardOutputUrl => Str The URL for the complete text written by the plugin to C in Amazon Simple Storage Service (Amazon S3). If an S3 bucket was not specified, then this string is empty. =head2 Status => Str The status of this invocation plugin. This status can be different than C. Valid values are: C<"Pending">, C<"InProgress">, C<"Delayed">, C<"Success">, C<"Cancelled">, C<"TimedOut">, C<"Failed">, C<"Cancelling"> =head2 StatusDetails => Str A detailed status of the command execution for an invocation. C includes more information than C because it includes states resulting from error and concurrency control parameters. C can show different results than C. For more information about these statuses, see Understanding command statuses (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html) in the I. C can be one of the following values: =over =item * Pending: The command has not been sent to the instance. =item * In Progress: The command has been sent to the instance but has not reached a terminal state. =item * Delayed: The system attempted to send the command to the target, but the target was not available. The instance might not be available because of network issues, because the instance was stopped, or for similar reasons. The system will try to send the command again. =item * Success: The command or plugin ran successfully. This is a terminal state. =item * Delivery Timed Out: The command was not delivered to the instance before the delivery timeout expired. Delivery timeouts do not count against the parent command's C limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state. =item * Execution Timed Out: The command started to run on the instance, but the execution was not complete before the timeout expired. Execution timeouts count against the C limit of the parent command. This is a terminal state. =item * Failed: The command wasn't run successfully on the instance. For a plugin, this indicates that the result code was not zero. For a command invocation, this indicates that the result code for one or more plugins was not zero. Invocation failures count against the C limit of the parent command. This is a terminal state. =item * Canceled: The command was terminated before it was completed. This is a terminal state. =item * Undeliverable: The command can't be delivered to the instance. The instance might not exist or might not be responding. Undeliverable invocations don't count against the parent command's C limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state. =item * Terminated: The parent command exceeded its C limit and subsequent command invocations were canceled by the system. This is a terminal state. =back =head2 _request_id => Str =cut 1;