@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCommandInvocationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCommandInvocationResult() |
Modifier and Type | Method and Description |
---|---|
GetCommandInvocationResult |
clone() |
boolean |
equals(Object obj) |
CloudWatchOutputConfig |
getCloudWatchOutputConfig()
Amazon CloudWatch Logs information where Systems Manager sent the command output.
|
String |
getCommandId()
The parent command ID of the invocation plugin.
|
String |
getComment()
The comment text for the command.
|
String |
getDocumentName()
The name of the document that was run.
|
String |
getDocumentVersion()
The Systems Manager document (SSM document) version used in the request.
|
String |
getExecutionElapsedTime()
Duration since
ExecutionStartDateTime . |
String |
getExecutionEndDateTime()
The date and time the plugin finished running.
|
String |
getExecutionStartDateTime()
The date and time the plugin started running.
|
String |
getInstanceId()
The ID of the managed node targeted by the command.
|
String |
getPluginName()
The name of the plugin, or step name, for which details are reported.
|
Integer |
getResponseCode()
The error level response code for the plugin script.
|
String |
getStandardErrorContent()
The first 8,000 characters written by the plugin to
stderr . |
String |
getStandardErrorUrl()
The URL for the complete text written by the plugin to
stderr . |
String |
getStandardOutputContent()
The first 24,000 characters written by the plugin to
stdout . |
String |
getStandardOutputUrl()
The URL for the complete text written by the plugin to
stdout in Amazon Simple Storage Service
(Amazon S3). |
String |
getStatus()
The status of this invocation plugin.
|
String |
getStatusDetails()
A detailed status of the command execution for an invocation.
|
int |
hashCode() |
void |
setCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where Systems Manager sent the command output.
|
void |
setCommandId(String commandId)
The parent command ID of the invocation plugin.
|
void |
setComment(String comment)
The comment text for the command.
|
void |
setDocumentName(String documentName)
The name of the document that was run.
|
void |
setDocumentVersion(String documentVersion)
The Systems Manager document (SSM document) version used in the request.
|
void |
setExecutionElapsedTime(String executionElapsedTime)
Duration since
ExecutionStartDateTime . |
void |
setExecutionEndDateTime(String executionEndDateTime)
The date and time the plugin finished running.
|
void |
setExecutionStartDateTime(String executionStartDateTime)
The date and time the plugin started running.
|
void |
setInstanceId(String instanceId)
The ID of the managed node targeted by the command.
|
void |
setPluginName(String pluginName)
The name of the plugin, or step name, for which details are reported.
|
void |
setResponseCode(Integer responseCode)
The error level response code for the plugin script.
|
void |
setStandardErrorContent(String standardErrorContent)
The first 8,000 characters written by the plugin to
stderr . |
void |
setStandardErrorUrl(String standardErrorUrl)
The URL for the complete text written by the plugin to
stderr . |
void |
setStandardOutputContent(String standardOutputContent)
The first 24,000 characters written by the plugin to
stdout . |
void |
setStandardOutputUrl(String standardOutputUrl)
The URL for the complete text written by the plugin to
stdout in Amazon Simple Storage Service
(Amazon S3). |
void |
setStatus(CommandInvocationStatus status)
The status of this invocation plugin.
|
void |
setStatus(String status)
The status of this invocation plugin.
|
void |
setStatusDetails(String statusDetails)
A detailed status of the command execution for an invocation.
|
String |
toString()
Returns a string representation of this object.
|
GetCommandInvocationResult |
withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where Systems Manager sent the command output.
|
GetCommandInvocationResult |
withCommandId(String commandId)
The parent command ID of the invocation plugin.
|
GetCommandInvocationResult |
withComment(String comment)
The comment text for the command.
|
GetCommandInvocationResult |
withDocumentName(String documentName)
The name of the document that was run.
|
GetCommandInvocationResult |
withDocumentVersion(String documentVersion)
The Systems Manager document (SSM document) version used in the request.
|
GetCommandInvocationResult |
withExecutionElapsedTime(String executionElapsedTime)
Duration since
ExecutionStartDateTime . |
GetCommandInvocationResult |
withExecutionEndDateTime(String executionEndDateTime)
The date and time the plugin finished running.
|
GetCommandInvocationResult |
withExecutionStartDateTime(String executionStartDateTime)
The date and time the plugin started running.
|
GetCommandInvocationResult |
withInstanceId(String instanceId)
The ID of the managed node targeted by the command.
|
GetCommandInvocationResult |
withPluginName(String pluginName)
The name of the plugin, or step name, for which details are reported.
|
GetCommandInvocationResult |
withResponseCode(Integer responseCode)
The error level response code for the plugin script.
|
GetCommandInvocationResult |
withStandardErrorContent(String standardErrorContent)
The first 8,000 characters written by the plugin to
stderr . |
GetCommandInvocationResult |
withStandardErrorUrl(String standardErrorUrl)
The URL for the complete text written by the plugin to
stderr . |
GetCommandInvocationResult |
withStandardOutputContent(String standardOutputContent)
The first 24,000 characters written by the plugin to
stdout . |
GetCommandInvocationResult |
withStandardOutputUrl(String standardOutputUrl)
The URL for the complete text written by the plugin to
stdout in Amazon Simple Storage Service
(Amazon S3). |
GetCommandInvocationResult |
withStatus(CommandInvocationStatus status)
The status of this invocation plugin.
|
GetCommandInvocationResult |
withStatus(String status)
The status of this invocation plugin.
|
GetCommandInvocationResult |
withStatusDetails(String statusDetails)
A detailed status of the command execution for an invocation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCommandId(String commandId)
The parent command ID of the invocation plugin.
commandId
- The parent command ID of the invocation plugin.public String getCommandId()
The parent command ID of the invocation plugin.
public GetCommandInvocationResult withCommandId(String commandId)
The parent command ID of the invocation plugin.
commandId
- The parent command ID of the invocation plugin.public void setInstanceId(String instanceId)
The ID of the managed node targeted by the command. A managed node can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.
instanceId
- The ID of the managed node targeted by the command. A managed node can be an Amazon Elastic Compute
Cloud (Amazon EC2) instance, edge device, or on-premises server or VM in your hybrid environment that is
configured for Amazon Web Services Systems Manager.public String getInstanceId()
The ID of the managed node targeted by the command. A managed node can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.
public GetCommandInvocationResult withInstanceId(String instanceId)
The ID of the managed node targeted by the command. A managed node can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.
instanceId
- The ID of the managed node targeted by the command. A managed node can be an Amazon Elastic Compute
Cloud (Amazon EC2) instance, edge device, or on-premises server or VM in your hybrid environment that is
configured for Amazon Web Services Systems Manager.public void setComment(String comment)
The comment text for the command.
comment
- The comment text for the command.public String getComment()
The comment text for the command.
public GetCommandInvocationResult withComment(String comment)
The comment text for the command.
comment
- The comment text for the command.public void setDocumentName(String documentName)
The name of the document that was run. For example, AWS-RunShellScript
.
documentName
- The name of the document that was run. For example, AWS-RunShellScript
.public String getDocumentName()
The name of the document that was run. For example, AWS-RunShellScript
.
AWS-RunShellScript
.public GetCommandInvocationResult withDocumentName(String documentName)
The name of the document that was run. For example, AWS-RunShellScript
.
documentName
- The name of the document that was run. For example, AWS-RunShellScript
.public void setDocumentVersion(String documentVersion)
The Systems Manager document (SSM document) version used in the request.
documentVersion
- The Systems Manager document (SSM document) version used in the request.public String getDocumentVersion()
The Systems Manager document (SSM document) version used in the request.
public GetCommandInvocationResult withDocumentVersion(String documentVersion)
The Systems Manager document (SSM document) version used in the request.
documentVersion
- The Systems Manager document (SSM document) version used in the request.public void setPluginName(String pluginName)
The name of the plugin, or step name, for which details are reported. For example,
aws:RunShellScript
is a plugin.
pluginName
- The name of the plugin, or step name, for which details are reported. For example,
aws:RunShellScript
is a plugin.public String getPluginName()
The name of the plugin, or step name, for which details are reported. For example,
aws:RunShellScript
is a plugin.
aws:RunShellScript
is a plugin.public GetCommandInvocationResult withPluginName(String pluginName)
The name of the plugin, or step name, for which details are reported. For example,
aws:RunShellScript
is a plugin.
pluginName
- The name of the plugin, or step name, for which details are reported. For example,
aws:RunShellScript
is a plugin.public void setResponseCode(Integer responseCode)
The error level response code for the plugin script. If the response code is -1
, then the command
hasn't started running on the managed node, or it wasn't received by the node.
responseCode
- The error level response code for the plugin script. If the response code is -1
, then the
command hasn't started running on the managed node, or it wasn't received by the node.public Integer getResponseCode()
The error level response code for the plugin script. If the response code is -1
, then the command
hasn't started running on the managed node, or it wasn't received by the node.
-1
, then the
command hasn't started running on the managed node, or it wasn't received by the node.public GetCommandInvocationResult withResponseCode(Integer responseCode)
The error level response code for the plugin script. If the response code is -1
, then the command
hasn't started running on the managed node, or it wasn't received by the node.
responseCode
- The error level response code for the plugin script. If the response code is -1
, then the
command hasn't started running on the managed node, or it wasn't received by the node.public void setExecutionStartDateTime(String executionStartDateTime)
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 Amazon Web Services CLI command uses the
InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
executionStartDateTime
- 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 Amazon Web Services CLI command uses the
InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
public String getExecutionStartDateTime()
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 Amazon Web Services CLI command uses the
InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
public GetCommandInvocationResult withExecutionStartDateTime(String executionStartDateTime)
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 Amazon Web Services CLI command uses the
InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
executionStartDateTime
- 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 Amazon Web Services CLI command uses the
InvokedBefore
filter.
aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
public void setExecutionElapsedTime(String executionElapsedTime)
Duration since ExecutionStartDateTime
.
executionElapsedTime
- Duration since ExecutionStartDateTime
.public String getExecutionElapsedTime()
Duration since ExecutionStartDateTime
.
ExecutionStartDateTime
.public GetCommandInvocationResult withExecutionElapsedTime(String executionElapsedTime)
Duration since ExecutionStartDateTime
.
executionElapsedTime
- Duration since ExecutionStartDateTime
.public void setExecutionEndDateTime(String executionEndDateTime)
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 Amazon Web Services CLI command uses the
InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
executionEndDateTime
- 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 Amazon Web Services CLI command uses the
InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
public String getExecutionEndDateTime()
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 Amazon Web Services CLI command uses the
InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
public GetCommandInvocationResult withExecutionEndDateTime(String executionEndDateTime)
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 Amazon Web Services CLI command uses the
InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
executionEndDateTime
- 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 Amazon Web Services CLI command uses the
InvokedAfter
filter.
aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z
If the plugin hasn't started to run, the string is empty.
public void setStatus(String status)
The status of this invocation plugin. This status can be different than StatusDetails
.
status
- The status of this invocation plugin. This status can be different than StatusDetails
.CommandInvocationStatus
public String getStatus()
The status of this invocation plugin. This status can be different than StatusDetails
.
StatusDetails
.CommandInvocationStatus
public GetCommandInvocationResult withStatus(String status)
The status of this invocation plugin. This status can be different than StatusDetails
.
status
- The status of this invocation plugin. This status can be different than StatusDetails
.CommandInvocationStatus
public void setStatus(CommandInvocationStatus status)
The status of this invocation plugin. This status can be different than StatusDetails
.
status
- The status of this invocation plugin. This status can be different than StatusDetails
.CommandInvocationStatus
public GetCommandInvocationResult withStatus(CommandInvocationStatus status)
The status of this invocation plugin. This status can be different than StatusDetails
.
status
- The status of this invocation plugin. This status can be different than StatusDetails
.CommandInvocationStatus
public void setStatusDetails(String statusDetails)
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 in the Amazon Web Services Systems Manager User Guide. StatusDetails
can be one
of the following values:
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target wasn't available. The managed node might not be available because of network issues, because the node was stopped, or for similar reasons. The system will try to send the command again.
Success: The command or plugin ran successfully. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't count against the parent command's MaxErrors
limit, but they do contribute
to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to run on the managed node, but the execution wasn't complete before the
timeout expired. Execution timeouts count against the MaxErrors
limit of the parent command. This is
a terminal state.
Failed: The command wasn't run successfully on the managed node. For a plugin, this indicates that the result
code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't
zero. Invocation failures count against the MaxErrors
limit of the parent command. This is a
terminal state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The node might not exist or might not be
responding. Undeliverable invocations don't count against the parent command's MaxErrors
limit and
don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Terminated: The parent command exceeded its MaxErrors
limit and subsequent command invocations were
canceled by the system. This is a terminal state.
statusDetails
- 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 in the Amazon Web Services Systems Manager User Guide.
StatusDetails
can be one of the following values:
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target wasn't available. The managed node might not be available because of network issues, because the node was stopped, or for similar reasons. The system will try to send the command again.
Success: The command or plugin ran successfully. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't count against the parent command's MaxErrors
limit, but they do
contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to run on the managed node, but the execution wasn't complete
before the timeout expired. Execution timeouts count against the MaxErrors
limit of the
parent command. This is a terminal state.
Failed: The command wasn't run successfully on the managed node. For a plugin, this indicates that the
result code wasn't zero. For a command invocation, this indicates that the result code for one or more
plugins wasn't zero. Invocation failures count against the MaxErrors
limit of the parent
command. This is a terminal state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The node might not exist or might not
be responding. Undeliverable invocations don't count against the parent command's MaxErrors
limit and don't contribute to whether the parent command status is Success or Incomplete. This is a
terminal state.
Terminated: The parent command exceeded its MaxErrors
limit and subsequent command
invocations were canceled by the system. This is a terminal state.
public String getStatusDetails()
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 in the Amazon Web Services Systems Manager User Guide. StatusDetails
can be one
of the following values:
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target wasn't available. The managed node might not be available because of network issues, because the node was stopped, or for similar reasons. The system will try to send the command again.
Success: The command or plugin ran successfully. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't count against the parent command's MaxErrors
limit, but they do contribute
to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to run on the managed node, but the execution wasn't complete before the
timeout expired. Execution timeouts count against the MaxErrors
limit of the parent command. This is
a terminal state.
Failed: The command wasn't run successfully on the managed node. For a plugin, this indicates that the result
code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't
zero. Invocation failures count against the MaxErrors
limit of the parent command. This is a
terminal state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The node might not exist or might not be
responding. Undeliverable invocations don't count against the parent command's MaxErrors
limit and
don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Terminated: The parent command exceeded its MaxErrors
limit and subsequent command invocations were
canceled by the system. This is a terminal state.
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 in the Amazon Web Services Systems Manager User Guide.
StatusDetails
can be one of the following values:
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target wasn't available. The managed node might not be available because of network issues, because the node was stopped, or for similar reasons. The system will try to send the command again.
Success: The command or plugin ran successfully. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't count against the parent command's MaxErrors
limit, but they do
contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to run on the managed node, but the execution wasn't complete
before the timeout expired. Execution timeouts count against the MaxErrors
limit of the
parent command. This is a terminal state.
Failed: The command wasn't run successfully on the managed node. For a plugin, this indicates that the
result code wasn't zero. For a command invocation, this indicates that the result code for one or more
plugins wasn't zero. Invocation failures count against the MaxErrors
limit of the parent
command. This is a terminal state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The node might not exist or might not
be responding. Undeliverable invocations don't count against the parent command's MaxErrors
limit and don't contribute to whether the parent command status is Success or Incomplete. This is a
terminal state.
Terminated: The parent command exceeded its MaxErrors
limit and subsequent command
invocations were canceled by the system. This is a terminal state.
public GetCommandInvocationResult withStatusDetails(String statusDetails)
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 in the Amazon Web Services Systems Manager User Guide. StatusDetails
can be one
of the following values:
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target wasn't available. The managed node might not be available because of network issues, because the node was stopped, or for similar reasons. The system will try to send the command again.
Success: The command or plugin ran successfully. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't count against the parent command's MaxErrors
limit, but they do contribute
to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to run on the managed node, but the execution wasn't complete before the
timeout expired. Execution timeouts count against the MaxErrors
limit of the parent command. This is
a terminal state.
Failed: The command wasn't run successfully on the managed node. For a plugin, this indicates that the result
code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't
zero. Invocation failures count against the MaxErrors
limit of the parent command. This is a
terminal state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The node might not exist or might not be
responding. Undeliverable invocations don't count against the parent command's MaxErrors
limit and
don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Terminated: The parent command exceeded its MaxErrors
limit and subsequent command invocations were
canceled by the system. This is a terminal state.
statusDetails
- 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 in the Amazon Web Services Systems Manager User Guide.
StatusDetails
can be one of the following values:
Pending: The command hasn't been sent to the managed node.
In Progress: The command has been sent to the managed node but hasn't reached a terminal state.
Delayed: The system attempted to send the command to the target, but the target wasn't available. The managed node might not be available because of network issues, because the node was stopped, or for similar reasons. The system will try to send the command again.
Success: The command or plugin ran successfully. This is a terminal state.
Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired.
Delivery timeouts don't count against the parent command's MaxErrors
limit, but they do
contribute to whether the parent command status is Success or Incomplete. This is a terminal state.
Execution Timed Out: The command started to run on the managed node, but the execution wasn't complete
before the timeout expired. Execution timeouts count against the MaxErrors
limit of the
parent command. This is a terminal state.
Failed: The command wasn't run successfully on the managed node. For a plugin, this indicates that the
result code wasn't zero. For a command invocation, this indicates that the result code for one or more
plugins wasn't zero. Invocation failures count against the MaxErrors
limit of the parent
command. This is a terminal state.
Cancelled: The command was terminated before it was completed. This is a terminal state.
Undeliverable: The command can't be delivered to the managed node. The node might not exist or might not
be responding. Undeliverable invocations don't count against the parent command's MaxErrors
limit and don't contribute to whether the parent command status is Success or Incomplete. This is a
terminal state.
Terminated: The parent command exceeded its MaxErrors
limit and subsequent command
invocations were canceled by the system. This is a terminal state.
public void setStandardOutputContent(String standardOutputContent)
The first 24,000 characters written by the plugin to stdout
. If the command hasn't finished running,
if ExecutionStatus
is neither Succeeded nor Failed, then this string is empty.
standardOutputContent
- The first 24,000 characters written by the plugin to stdout
. If the command hasn't finished
running, if ExecutionStatus
is neither Succeeded nor Failed, then this string is empty.public String getStandardOutputContent()
The first 24,000 characters written by the plugin to stdout
. If the command hasn't finished running,
if ExecutionStatus
is neither Succeeded nor Failed, then this string is empty.
stdout
. If the command hasn't finished
running, if ExecutionStatus
is neither Succeeded nor Failed, then this string is empty.public GetCommandInvocationResult withStandardOutputContent(String standardOutputContent)
The first 24,000 characters written by the plugin to stdout
. If the command hasn't finished running,
if ExecutionStatus
is neither Succeeded nor Failed, then this string is empty.
standardOutputContent
- The first 24,000 characters written by the plugin to stdout
. If the command hasn't finished
running, if ExecutionStatus
is neither Succeeded nor Failed, then this string is empty.public void setStandardOutputUrl(String standardOutputUrl)
The URL for the complete text written by the plugin to stdout
in Amazon Simple Storage Service
(Amazon S3). If an S3 bucket wasn't specified, then this string is empty.
standardOutputUrl
- The URL for the complete text written by the plugin to stdout
in Amazon Simple Storage
Service (Amazon S3). If an S3 bucket wasn't specified, then this string is empty.public String getStandardOutputUrl()
The URL for the complete text written by the plugin to stdout
in Amazon Simple Storage Service
(Amazon S3). If an S3 bucket wasn't specified, then this string is empty.
stdout
in Amazon Simple Storage
Service (Amazon S3). If an S3 bucket wasn't specified, then this string is empty.public GetCommandInvocationResult withStandardOutputUrl(String standardOutputUrl)
The URL for the complete text written by the plugin to stdout
in Amazon Simple Storage Service
(Amazon S3). If an S3 bucket wasn't specified, then this string is empty.
standardOutputUrl
- The URL for the complete text written by the plugin to stdout
in Amazon Simple Storage
Service (Amazon S3). If an S3 bucket wasn't specified, then this string is empty.public void setStandardErrorContent(String standardErrorContent)
The first 8,000 characters written by the plugin to stderr
. If the command hasn't finished running,
then this string is empty.
standardErrorContent
- The first 8,000 characters written by the plugin to stderr
. If the command hasn't finished
running, then this string is empty.public String getStandardErrorContent()
The first 8,000 characters written by the plugin to stderr
. If the command hasn't finished running,
then this string is empty.
stderr
. If the command hasn't finished
running, then this string is empty.public GetCommandInvocationResult withStandardErrorContent(String standardErrorContent)
The first 8,000 characters written by the plugin to stderr
. If the command hasn't finished running,
then this string is empty.
standardErrorContent
- The first 8,000 characters written by the plugin to stderr
. If the command hasn't finished
running, then this string is empty.public void setStandardErrorUrl(String standardErrorUrl)
The URL for the complete text written by the plugin to stderr
. If the command hasn't finished
running, then this string is empty.
standardErrorUrl
- The URL for the complete text written by the plugin to stderr
. If the command hasn't finished
running, then this string is empty.public String getStandardErrorUrl()
The URL for the complete text written by the plugin to stderr
. If the command hasn't finished
running, then this string is empty.
stderr
. If the command hasn't
finished running, then this string is empty.public GetCommandInvocationResult withStandardErrorUrl(String standardErrorUrl)
The URL for the complete text written by the plugin to stderr
. If the command hasn't finished
running, then this string is empty.
standardErrorUrl
- The URL for the complete text written by the plugin to stderr
. If the command hasn't finished
running, then this string is empty.public void setCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where Systems Manager sent the command output.
cloudWatchOutputConfig
- Amazon CloudWatch Logs information where Systems Manager sent the command output.public CloudWatchOutputConfig getCloudWatchOutputConfig()
Amazon CloudWatch Logs information where Systems Manager sent the command output.
public GetCommandInvocationResult withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where Systems Manager sent the command output.
cloudWatchOutputConfig
- Amazon CloudWatch Logs information where Systems Manager sent the command output.public String toString()
toString
in class Object
Object.toString()
public GetCommandInvocationResult clone()