Class: Aws::SSM::Types::CommandPlugin

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Describes plugin details.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end

#outputString

Output of the plugin execution.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end

#output_s3_bucket_nameString

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response:

test_folder/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-1234567876543/awsrunShellScript

test_folder is the name of the Amazon S3 bucket;

ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;

i-1234567876543 is the instance ID;

awsrunShellScript is the name of the plugin.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end

#output_s3_key_prefixString

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response:

test_folder/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-1234567876543/awsrunShellScript

test_folder is the name of the Amazon S3 bucket;

ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;

i-1234567876543 is the instance ID;

awsrunShellScript is the name of the plugin.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end

#output_s3_regionString

(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Amazon S3 bucket region.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end

#response_codeInteger

A numeric response code generated after running the plugin.

Returns:

  • (Integer)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end

#response_finish_date_timeTime

The time the plugin stopped running. Could stop prematurely if, for example, a cancel command was sent.

Returns:

  • (Time)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end

#response_start_date_timeTime

The time the plugin started running.

Returns:

  • (Time)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end

#standard_error_urlString

The URL for the complete text written by the plugin to stderr. If execution is not yet complete, then this string is empty.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end

#standard_output_urlString

The URL for the complete text written by the plugin to stdout in Amazon S3. If the Amazon S3 bucket for the command was not specified, then this string is empty.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end

#statusString

The status of this plugin. You can run a document with multiple plugins.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end

#status_detailsString

A detailed status of the plugin execution. 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 *AWS Systems Manager User Guide*. StatusDetails can be one of the following values:

  • Pending: The command has not been sent to the instance.

  • In Progress: The command has been sent to the instance but has not reached a terminal state.

  • Success: The execution of the command or plugin was successfully completed. This is a terminal state.

  • 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 MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state.

  • Execution Timed Out: Command execution started on the instance, but the execution was not complete before the execution timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state.

  • Failed: The command was not successful 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 MaxErrors limit of the parent command. This is a terminal state.

  • Canceled: The command was terminated before it was completed. This is a terminal state.

  • Undeliverable: The command can’t be delivered to the instance. The instance might not exist, or it might not be responding. Undeliverable invocations don’t count against the parent command’s MaxErrors limit, and they 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.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-ssm/types.rb', line 1870

class CommandPlugin < Struct.new(
  :name,
  :status,
  :status_details,
  :response_code,
  :response_start_date_time,
  :response_finish_date_time,
  :output,
  :standard_output_url,
  :standard_error_url,
  :output_s3_region,
  :output_s3_bucket_name,
  :output_s3_key_prefix)
  include Aws::Structure
end