![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSM::GetCommandInvocationResult ATTRIBUTESCloudWatchOutputConfig => Paws::SSM::CloudWatchOutputConfigCloudWatch Logs information where Systems Manager sent the command output. CommandId => StrThe parent command ID of the invocation plugin. Comment => StrThe comment text for the command. DocumentName => StrThe name of the document that was run. For example, "AWS-RunShellScript". DocumentVersion => StrThe SSM document version used in the request. ExecutionElapsedTime => StrDuration since "ExecutionStartDateTime". ExecutionEndDateTime => StrThe 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 "InvokedAfter" filter. "aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z" If the plugin has not started to run, the string is empty. ExecutionStartDateTime => StrThe 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 "InvokedBefore" filter. "aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z" If the plugin has not started to run, the string is empty. InstanceId => StrThe 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. PluginName => StrThe name of the plugin, or step name, for which details are reported. For example, "aws:RunShellScript" is a plugin. ResponseCode => IntThe error level response code for the plugin script. If the response code is -1, then the command has not started running on the instance, or it was not received by the instance. StandardErrorContent => StrThe first 8,000 characters written by the plugin to "stderr". If the command has not finished running, then this string is empty. StandardErrorUrl => StrThe URL for the complete text written by the plugin to "stderr". If the command has not finished running, then this string is empty. StandardOutputContent => StrThe first 24,000 characters written by the plugin to "stdout". If the command has not finished running, if "ExecutionStatus" is neither Succeeded nor Failed, then this string is empty. StandardOutputUrl => StrThe URL for the complete text written by the plugin to "stdout" in Amazon Simple Storage Service (Amazon S3). If an S3 bucket was not specified, then this string is empty. Status => StrThe status of this invocation plugin. This status can be different than "StatusDetails". Valid values are: "Pending", "InProgress", "Delayed", "Success", "Cancelled", "TimedOut", "Failed", "Cancelling" =head2 StatusDetails => Str A detailed status of the command execution for an invocation. "StatusDetails" includes more information than "Status" because it includes states resulting from error and concurrency control parameters. "StatusDetails" can show different results than "Status". For more information about these statuses, see Understanding command statuses (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html) in the AWS Systems Manager User Guide. "StatusDetails" can be one of the following values:
_request_id => Str
|