diff --git a/CHANGELOG.md b/CHANGELOG.md index 10714296b72..76b8321808e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ Unreleased Changes ------------------ +* Feature - Aws::SSM - API update for Amazon Simple Systems Management Service. + * Feature - Aws::APIGateway - Added for Amazon API Gateway. See [related GitHub issue #884](https://github.com/aws/aws-sdk-ruby/issues/884). diff --git a/aws-sdk-core/apis/ssm/2014-11-06/api-2.json b/aws-sdk-core/apis/ssm/2014-11-06/api-2.json index 534418d7777..718113c4960 100644 --- a/aws-sdk-core/apis/ssm/2014-11-06/api-2.json +++ b/aws-sdk-core/apis/ssm/2014-11-06/api-2.json @@ -11,6 +11,44 @@ "protocol":"json" }, "operations":{ + "CancelCommand":{ + "name":"CancelCommand", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CancelCommandRequest"}, + "output":{"shape":"CancelCommandResult"}, + "errors":[ + { + "shape":"InvalidCommandId", + "error":{ + "code":"InvalidCommandId", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidInstanceId", + "error":{ + "code":"InvalidInstanceId", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + { + "shape":"DuplicateInstanceId", + "error":{ + "code":"DuplicateInstanceId", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + } + ] + }, "CreateAssociation":{ "name":"CreateAssociation", "http":{ @@ -63,6 +101,24 @@ "senderFault":true }, "exception":true + }, + { + "shape":"UnsupportedPlatformType", + "error":{ + "code":"UnsupportedPlatformType", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidParameters", + "error":{ + "code":"InvalidParameters", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true } ] }, @@ -101,6 +157,15 @@ }, "exception":true }, + { + "shape":"InvalidParameters", + "error":{ + "code":"InvalidParameters", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, { "shape":"DuplicateInstanceId", "error":{ @@ -118,6 +183,15 @@ "senderFault":true }, "exception":true + }, + { + "shape":"UnsupportedPlatformType", + "error":{ + "code":"UnsupportedPlatformType", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true } ] }, @@ -342,6 +416,61 @@ } ] }, + "DescribeInstanceInformation":{ + "name":"DescribeInstanceInformation", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeInstanceInformationRequest"}, + "output":{"shape":"DescribeInstanceInformationResult"}, + "errors":[ + { + "shape":"InternalServerError", + "error":{ + "code":"InternalServerError", + "httpStatusCode":500 + }, + "exception":true + }, + { + "shape":"InvalidInstanceId", + "error":{ + "code":"InvalidInstanceId", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidNextToken", + "error":{ + "code":"InvalidNextToken", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidInstanceInformationFilterValue", + "error":{ + "code":"InvalidInstanceInformationFilterValue", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidFilterKey", + "error":{ + "code":"InvalidFilterKey", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + } + ] + }, "GetDocument":{ "name":"GetDocument", "http":{ @@ -398,6 +527,100 @@ } ] }, + "ListCommandInvocations":{ + "name":"ListCommandInvocations", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListCommandInvocationsRequest"}, + "output":{"shape":"ListCommandInvocationsResult"}, + "errors":[ + { + "shape":"InvalidCommandId", + "error":{ + "code":"InvalidCommandId", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidInstanceId", + "error":{ + "code":"InvalidInstanceId", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidFilterKey", + "error":{ + "code":"InvalidFilterKey", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidNextToken", + "error":{ + "code":"InvalidNextToken", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + } + ] + }, + "ListCommands":{ + "name":"ListCommands", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListCommandsRequest"}, + "output":{"shape":"ListCommandsResult"}, + "errors":[ + { + "shape":"InvalidCommandId", + "error":{ + "code":"InvalidCommandId", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidInstanceId", + "error":{ + "code":"InvalidInstanceId", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidFilterKey", + "error":{ + "code":"InvalidFilterKey", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidNextToken", + "error":{ + "code":"InvalidNextToken", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + } + ] + }, "ListDocuments":{ "name":"ListDocuments", "http":{ @@ -423,6 +646,80 @@ "senderFault":true }, "exception":true + }, + { + "shape":"InvalidFilterKey", + "error":{ + "code":"InvalidFilterKey", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + } + ] + }, + "SendCommand":{ + "name":"SendCommand", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"SendCommandRequest"}, + "output":{"shape":"SendCommandResult"}, + "errors":[ + { + "shape":"DuplicateInstanceId", + "error":{ + "code":"DuplicateInstanceId", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidInstanceId", + "error":{ + "code":"InvalidInstanceId", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidDocument", + "error":{ + "code":"InvalidDocument", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidOutputFolder", + "error":{ + "code":"InvalidOutputFolder", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + { + "shape":"InvalidParameters", + "error":{ + "code":"InvalidParameters", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + { + "shape":"UnsupportedPlatformType", + "error":{ + "code":"UnsupportedPlatformType", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true } ] }, @@ -527,7 +824,8 @@ "Name":{"shape":"DocumentName"}, "InstanceId":{"shape":"InstanceId"}, "Date":{"shape":"DateTime"}, - "Status":{"shape":"AssociationStatus"} + "Status":{"shape":"AssociationStatus"}, + "Parameters":{"shape":"Parameters"} } }, "AssociationDescriptionList":{ @@ -619,25 +917,179 @@ ] }, "BatchErrorMessage":{"type":"string"}, - "CreateAssociationBatchRequest":{ + "Boolean":{"type":"boolean"}, + "CancelCommandRequest":{ "type":"structure", - "required":["Entries"], + "required":["CommandId"], "members":{ - "Entries":{"shape":"CreateAssociationBatchRequestEntries"} + "CommandId":{"shape":"CommandId"}, + "InstanceIds":{"shape":"InstanceIdList"} } }, - "CreateAssociationBatchRequestEntries":{ - "type":"list", - "member":{ - "shape":"CreateAssociationBatchRequestEntry", - "locationName":"entries" - } + "CancelCommandResult":{ + "type":"structure", + "members":{ + } + }, + "Command":{ + "type":"structure", + "members":{ + "CommandId":{"shape":"CommandId"}, + "DocumentName":{"shape":"DocumentName"}, + "Comment":{"shape":"Comment"}, + "ExpiresAfter":{"shape":"DateTime"}, + "Parameters":{"shape":"Parameters"}, + "InstanceIds":{"shape":"InstanceIdList"}, + "RequestedDateTime":{"shape":"DateTime"}, + "Status":{"shape":"CommandStatus"}, + "OutputS3BucketName":{"shape":"S3BucketName"}, + "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"} + } + }, + "CommandFilter":{ + "type":"structure", + "required":[ + "key", + "value" + ], + "members":{ + "key":{"shape":"CommandFilterKey"}, + "value":{"shape":"CommandFilterValue"} + } + }, + "CommandFilterKey":{ + "type":"string", + "enum":[ + "InvokedAfter", + "InvokedBefore", + "Status" + ] + }, + "CommandFilterList":{ + "type":"list", + "member":{"shape":"CommandFilter"}, + "min":1, + "max":3 + }, + "CommandFilterValue":{ + "type":"string", + "min":1 + }, + "CommandId":{ + "type":"string", + "min":36, + "max":36 + }, + "CommandInvocation":{ + "type":"structure", + "members":{ + "CommandId":{"shape":"CommandId"}, + "InstanceId":{"shape":"InstanceId"}, + "Comment":{"shape":"Comment"}, + "DocumentName":{"shape":"DocumentName"}, + "RequestedDateTime":{"shape":"DateTime"}, + "Status":{"shape":"CommandInvocationStatus"}, + "TraceOutput":{"shape":"InvocationTraceOutput"}, + "CommandPlugins":{"shape":"CommandPluginList"} + } + }, + "CommandInvocationList":{ + "type":"list", + "member":{"shape":"CommandInvocation"} + }, + "CommandInvocationStatus":{ + "type":"string", + "enum":[ + "Pending", + "InProgress", + "Cancelling", + "Success", + "TimedOut", + "Cancelled", + "Failed" + ] + }, + "CommandList":{ + "type":"list", + "member":{"shape":"Command"} + }, + "CommandMaxResults":{ + "type":"integer", + "min":1, + "max":50 + }, + "CommandPlugin":{ + "type":"structure", + "members":{ + "Name":{"shape":"CommandPluginName"}, + "Status":{"shape":"CommandPluginStatus"}, + "ResponseCode":{"shape":"ResponseCode"}, + "ResponseStartDateTime":{"shape":"DateTime"}, + "ResponseFinishDateTime":{"shape":"DateTime"}, + "Output":{"shape":"CommandPluginOutput"}, + "OutputS3BucketName":{"shape":"S3BucketName"}, + "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"} + } + }, + "CommandPluginList":{ + "type":"list", + "member":{"shape":"CommandPlugin"} + }, + "CommandPluginName":{ + "type":"string", + "min":4 + }, + "CommandPluginOutput":{ + "type":"string", + "max":2500 + }, + "CommandPluginStatus":{ + "type":"string", + "enum":[ + "Pending", + "InProgress", + "Success", + "TimedOut", + "Cancelled", + "Failed" + ] + }, + "CommandStatus":{ + "type":"string", + "enum":[ + "Pending", + "InProgress", + "Cancelling", + "Success", + "TimedOut", + "Cancelled", + "Failed" + ] + }, + "Comment":{ + "type":"string", + "max":100 + }, + "CreateAssociationBatchRequest":{ + "type":"structure", + "required":["Entries"], + "members":{ + "Entries":{"shape":"CreateAssociationBatchRequestEntries"} + } + }, + "CreateAssociationBatchRequestEntries":{ + "type":"list", + "member":{ + "shape":"CreateAssociationBatchRequestEntry", + "locationName":"entries" + } }, "CreateAssociationBatchRequestEntry":{ "type":"structure", "members":{ "Name":{"shape":"DocumentName"}, - "InstanceId":{"shape":"InstanceId"} + "InstanceId":{"shape":"InstanceId"}, + "Parameters":{"shape":"Parameters"} } }, "CreateAssociationBatchResult":{ @@ -655,7 +1107,8 @@ ], "members":{ "Name":{"shape":"DocumentName"}, - "InstanceId":{"shape":"InstanceId"} + "InstanceId":{"shape":"InstanceId"}, + "Parameters":{"shape":"Parameters"} } }, "CreateAssociationResult":{ @@ -740,6 +1193,25 @@ "Document":{"shape":"DocumentDescription"} } }, + "DescribeInstanceInformationRequest":{ + "type":"structure", + "members":{ + "InstanceInformationFilterList":{"shape":"InstanceInformationFilterList"}, + "MaxResults":{ + "shape":"MaxResultsEC2Compatible", + "box":true + }, + "NextToken":{"shape":"NextToken"} + } + }, + "DescribeInstanceInformationResult":{ + "type":"structure", + "members":{ + "InstanceInformationList":{"shape":"InstanceInformationList"}, + "NextToken":{"shape":"NextToken"} + } + }, + "DescriptionInDocument":{"type":"string"}, "DocumentAlreadyExists":{ "type":"structure", "members":{ @@ -761,7 +1233,10 @@ "Sha1":{"shape":"DocumentSha1"}, "Name":{"shape":"DocumentName"}, "CreatedDate":{"shape":"DateTime"}, - "Status":{"shape":"DocumentStatus"} + "Status":{"shape":"DocumentStatus"}, + "Description":{"shape":"DescriptionInDocument"}, + "Parameters":{"shape":"DocumentParameterList"}, + "PlatformTypes":{"shape":"PlatformTypeList"} } }, "DocumentFilter":{ @@ -777,7 +1252,11 @@ }, "DocumentFilterKey":{ "type":"string", - "enum":["Name"] + "enum":[ + "Name", + "Owner", + "PlatformTypes" + ] }, "DocumentFilterList":{ "type":"list", @@ -794,7 +1273,8 @@ "DocumentIdentifier":{ "type":"structure", "members":{ - "Name":{"shape":"DocumentName"} + "Name":{"shape":"DocumentName"}, + "PlatformTypes":{"shape":"PlatformTypeList"} } }, "DocumentIdentifierList":{ @@ -817,9 +1297,33 @@ }, "DocumentName":{ "type":"string", - "min":3, - "max":64, - "pattern":"^[a-zA-Z0-9_\\-.]{3,64}$" + "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$" + }, + "DocumentParameter":{ + "type":"structure", + "members":{ + "Name":{"shape":"DocumentParameterName"}, + "Type":{"shape":"DocumentParameterType"}, + "Description":{"shape":"DocumentParameterDescrption"}, + "DefaultValue":{"shape":"DocumentParameterDefaultValue"} + } + }, + "DocumentParameterDefaultValue":{"type":"string"}, + "DocumentParameterDescrption":{"type":"string"}, + "DocumentParameterList":{ + "type":"list", + "member":{ + "shape":"DocumentParameter", + "locationName":"DocumentParameter" + } + }, + "DocumentParameterName":{"type":"string"}, + "DocumentParameterType":{ + "type":"string", + "enum":[ + "String", + "StringList" + ] }, "DocumentSha1":{"type":"string"}, "DocumentStatus":{ @@ -884,9 +1388,83 @@ "max":10, "pattern":"^(?=.{10}$)(i-(\\w){8})" }, + "InstanceIdList":{ + "type":"list", + "member":{"shape":"InstanceId"}, + "min":1, + "max":50 + }, + "InstanceInformation":{ + "type":"structure", + "members":{ + "InstanceId":{"shape":"InstanceId"}, + "PingStatus":{"shape":"PingStatus"}, + "LastPingDateTime":{ + "shape":"DateTime", + "box":true + }, + "AgentVersion":{"shape":"Version"}, + "IsLatestVersion":{ + "shape":"Boolean", + "box":true + }, + "PlatformType":{"shape":"PlatformType"}, + "PlatformName":{"shape":"String"}, + "PlatformVersion":{"shape":"String"} + } + }, + "InstanceInformationFilter":{ + "type":"structure", + "required":[ + "key", + "valueSet" + ], + "members":{ + "key":{"shape":"InstanceInformationFilterKey"}, + "valueSet":{"shape":"InstanceInformationFilterValueSet"} + } + }, + "InstanceInformationFilterKey":{ + "type":"string", + "enum":[ + "InstanceIds", + "AgentVersion", + "PingStatus", + "PlatformTypes" + ] + }, + "InstanceInformationFilterList":{ + "type":"list", + "member":{ + "shape":"InstanceInformationFilter", + "locationName":"InstanceInformationFilter" + }, + "min":1 + }, + "InstanceInformationFilterValue":{ + "type":"string", + "min":1 + }, + "InstanceInformationFilterValueSet":{ + "type":"list", + "member":{ + "shape":"InstanceInformationFilterValue", + "locationName":"InstanceInformationFilterValue" + }, + "min":1, + "max":100 + }, + "InstanceInformationList":{ + "type":"list", + "member":{ + "shape":"InstanceInformation", + "locationName":"InstanceInformation" + } + }, "InternalServerError":{ "type":"structure", "members":{ + "message":{"shape":"String"} }, "error":{ "code":"InternalServerError", @@ -894,9 +1472,21 @@ }, "exception":true }, + "InvalidCommandId":{ + "type":"structure", + "members":{ + }, + "error":{ + "code":"InvalidCommandId", + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, "InvalidDocument":{ "type":"structure", "members":{ + "message":{"shape":"String"} }, "error":{ "code":"InvalidDocument", @@ -917,6 +1507,17 @@ }, "exception":true }, + "InvalidFilterKey":{ + "type":"structure", + "members":{ + }, + "error":{ + "code":"InvalidFilterKey", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, "InvalidInstanceId":{ "type":"structure", "members":{ @@ -928,6 +1529,18 @@ }, "exception":true }, + "InvalidInstanceInformationFilterValue":{ + "type":"structure", + "members":{ + "message":{"shape":"String"} + }, + "error":{ + "code":"InvalidInstanceInformationFilterValue", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, "InvalidNextToken":{ "type":"structure", "members":{ @@ -939,6 +1552,33 @@ }, "exception":true }, + "InvalidOutputFolder":{ + "type":"structure", + "members":{ + }, + "error":{ + "code":"InvalidOutputFolder", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "InvalidParameters":{ + "type":"structure", + "members":{ + "message":{"shape":"String"} + }, + "error":{ + "code":"InvalidParameters", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "InvocationTraceOutput":{ + "type":"string", + "max":2500 + }, "ListAssociationsRequest":{ "type":"structure", "required":["AssociationFilterList"], @@ -958,6 +1598,47 @@ "NextToken":{"shape":"NextToken"} } }, + "ListCommandInvocationsRequest":{ + "type":"structure", + "members":{ + "CommandId":{"shape":"CommandId"}, + "InstanceId":{"shape":"InstanceId"}, + "MaxResults":{ + "shape":"CommandMaxResults", + "box":true + }, + "NextToken":{"shape":"NextToken"}, + "Filters":{"shape":"CommandFilterList"}, + "Details":{"shape":"Boolean"} + } + }, + "ListCommandInvocationsResult":{ + "type":"structure", + "members":{ + "CommandInvocations":{"shape":"CommandInvocationList"}, + "NextToken":{"shape":"NextToken"} + } + }, + "ListCommandsRequest":{ + "type":"structure", + "members":{ + "CommandId":{"shape":"CommandId"}, + "InstanceId":{"shape":"InstanceId"}, + "MaxResults":{ + "shape":"CommandMaxResults", + "box":true + }, + "NextToken":{"shape":"NextToken"}, + "Filters":{"shape":"CommandFilterList"} + } + }, + "ListCommandsResult":{ + "type":"structure", + "members":{ + "Commands":{"shape":"CommandList"}, + "NextToken":{"shape":"NextToken"} + } + }, "ListDocumentsRequest":{ "type":"structure", "members":{ @@ -992,7 +1673,80 @@ "min":1, "max":25 }, + "MaxResultsEC2Compatible":{ + "type":"integer", + "min":5, + "max":50 + }, "NextToken":{"type":"string"}, + "ParameterName":{"type":"string"}, + "ParameterValue":{"type":"string"}, + "ParameterValueList":{ + "type":"list", + "member":{"shape":"ParameterValue"} + }, + "Parameters":{ + "type":"map", + "key":{"shape":"ParameterName"}, + "value":{"shape":"ParameterValueList"} + }, + "PingStatus":{ + "type":"string", + "enum":[ + "Online", + "ConnectionLost", + "Inactive" + ] + }, + "PlatformType":{ + "type":"string", + "enum":[ + "Windows", + "Linux" + ] + }, + "PlatformTypeList":{ + "type":"list", + "member":{ + "shape":"PlatformType", + "locationName":"PlatformType" + } + }, + "ResponseCode":{"type":"integer"}, + "S3BucketName":{ + "type":"string", + "min":3, + "max":63 + }, + "S3KeyPrefix":{ + "type":"string", + "max":500 + }, + "SendCommandRequest":{ + "type":"structure", + "required":[ + "InstanceIds", + "DocumentName" + ], + "members":{ + "InstanceIds":{"shape":"InstanceIdList"}, + "DocumentName":{"shape":"DocumentName"}, + "TimeoutSeconds":{ + "shape":"TimeoutSeconds", + "box":true + }, + "Comment":{"shape":"Comment"}, + "Parameters":{"shape":"Parameters"}, + "OutputS3BucketName":{"shape":"S3BucketName"}, + "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"} + } + }, + "SendCommandResult":{ + "type":"structure", + "members":{ + "Command":{"shape":"Command"} + } + }, "StatusAdditionalInfo":{ "type":"string", "max":1024 @@ -1013,6 +1767,11 @@ "exception":true }, "String":{"type":"string"}, + "TimeoutSeconds":{ + "type":"integer", + "min":30, + "max":2592000 + }, "TooManyUpdates":{ "type":"structure", "members":{ @@ -1024,6 +1783,18 @@ }, "exception":true }, + "UnsupportedPlatformType":{ + "type":"structure", + "members":{ + "message":{"shape":"String"} + }, + "error":{ + "code":"UnsupportedPlatformType", + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, "UpdateAssociationStatusRequest":{ "type":"structure", "required":[ @@ -1042,6 +1813,10 @@ "members":{ "AssociationDescription":{"shape":"AssociationDescription"} } + }, + "Version":{ + "type":"string", + "pattern":"^[0-9]{1,6}(\\.[0-9]{1,6}){2,3}$" } } } diff --git a/aws-sdk-core/apis/ssm/2014-11-06/docs-2.json b/aws-sdk-core/apis/ssm/2014-11-06/docs-2.json index d39612fdb2f..0e4146bc3ee 100644 --- a/aws-sdk-core/apis/ssm/2014-11-06/docs-2.json +++ b/aws-sdk-core/apis/ssm/2014-11-06/docs-2.json @@ -1,27 +1,32 @@ { "version": "2.0", "operations": { - "CreateAssociation": "

Associates the specified configuration document with the specified instance.

When you associate a configuration document with an instance, the configuration agent on the instance processes the configuration document and configures the instance as specified.

If you associate a configuration document with an instance that already has an associated configuration document, we replace the current configuration document with the new configuration document.

", - "CreateAssociationBatch": "

Associates the specified configuration documents with the specified instances.

When you associate a configuration document with an instance, the configuration agent on the instance processes the configuration document and configures the instance as specified.

If you associate a configuration document with an instance that already has an associated configuration document, we replace the current configuration document with the new configuration document.

", - "CreateDocument": "

Creates a configuration document.

After you create a configuration document, you can use CreateAssociation to associate it with one or more running instances.

", - "DeleteAssociation": "

Disassociates the specified configuration document from the specified instance.

When you disassociate a configuration document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a configuration document, you must create a new configuration document with the desired configuration and associate it with the instance.

", - "DeleteDocument": "

Deletes the specified configuration document.

You must use DeleteAssociation to disassociate all instances that are associated with the configuration document before you can delete it.

", - "DescribeAssociation": "

Describes the associations for the specified configuration document or instance.

", - "DescribeDocument": "

Describes the specified configuration document.

", - "GetDocument": "

Gets the contents of the specified configuration document.

", - "ListAssociations": "

Lists the associations for the specified configuration document or instance.

", - "ListDocuments": "

Describes one or more of your configuration documents.

", - "UpdateAssociationStatus": "

Updates the status of the configuration document associated with the specified instance.

" + "CancelCommand": "

Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.

", + "CreateAssociation": "

Associates the specified SSM document with the specified instance.

When you associate an SSM document with an instance, the configuration agent on the instance processes the document and configures the instance as specified.

If you associate a document with an instance that already has an associated document, the system throws the AssociationAlreadyExists exception.

", + "CreateAssociationBatch": "

Associates the specified SSM document with the specified instances.

When you associate an SSM document with an instance, the configuration agent on the instance processes the document and configures the instance as specified.

If you associate a document with an instance that already has an associated document, the system throws the AssociationAlreadyExists exception.

", + "CreateDocument": "

Creates an SSM document.

After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.

", + "DeleteAssociation": "

Disassociates the specified SSM document from the specified instance.

When you disassociate an SSM document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.

", + "DeleteDocument": "

Deletes the SSM document and all instance associations to the document.

Before you delete the SSM document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.

", + "DescribeAssociation": "

Describes the associations for the specified SSM document or instance.

", + "DescribeDocument": "

Describes the specified SSM document.

", + "DescribeInstanceInformation": "Describes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM agent version, status etc. If you specify one or more instance IDs, it returns information for those instances. If you do not specify instance IDs, it returns information for all your instances. If you specify an instance ID that is not valid or an instance that you do not own, you receive an error.", + "GetDocument": "

Gets the contents of the specified SSM document.

", + "ListAssociations": "

Lists the associations for the specified SSM document or instance.

", + "ListCommandInvocations": "An invocation is copy of a command sent to a specific instance. A command can apply to one or more instances. A command invocation applies to one instance. For example, if a user executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.", + "ListCommands": "

Lists the commands requested by users of the AWS account.

", + "ListDocuments": "

Describes one or more of your SSM documents.

", + "SendCommand": "Executes commands on one or more remote instances.", + "UpdateAssociationStatus": "

Updates the status of the SSM document associated with the specified instance.

" }, - "service": "

Amazon EC2 Simple Systems Manager (SSM) enables you to configure and manage your EC2 instances. You can create a configuration document and then associate it with one or more running instances.

You can use a configuration document to automate the following tasks for your Windows instances:

Note that configuration documents are not supported on Linux instances.

", + "service": "

Simple Systems Manager (SSM) is a set of capabilities that can help you manage your Amazon EC2 instances running on Windows. SSM enables you to run scripts or other common administrative tasks on your instances using either SSM Run Command or SSM Config.

Run Command extends the server administration capabilities of SSM by offering an on-demand experience for executing commands. You can use pre-defined Amazon SSM documents (formerly called configuration documents) to perform the actions listed later in this section, or you can create your own documents. With these document, you can then remotely configure your instances by sending commands using the AWS command line interface (CLI), AWS Tools for Windows PowerShell, or the Commands page in the Amazon EC2 console. Additionally, because Run Command enables you to execute PowerShell commands or scripts, you can administer your instances remotely using PowerShell as though you were logged on locally to the instance. Run Command reports the status of the command execution for each instance targeted by a command. You can also audit the command execution to understand who executed commands, when, and what changes were made. By switching between different SSM documents, you can quickly configure your instances with different types of commands.

SSM Config is a lightweight instance configuration solution. With SSM Config, you can specify a setup configuration for your instances. SSM Config is similar to EC2 User Data, which is another way of running one-time scripts or applying settings during instance launch. SSM Config is an extension of this capability. Using SSM documents, you can specify which actions the system should perform on your instances, including which applications to install, which AWS Directory Service directory to join, which Microsoft PowerShell modules to install, etc. If an instance is missing one or more of these configurations, the system makes those changes. By default, the system checks every five minutes to see if there is a new configuration to apply as defined in a new SSM document. If so, the system updates the instances accordingly. In this way, you can remotely maintain a consistent configuration baseline on your instances. SSM Config is available using the AWS CLI or the AWS Tools for Windows PowerShell.

SSM is currently not supported on Linux instances.

You can use Run Command and SSM Config to do the following:

SSM documents run with administrative privilege on Windows instances because the EC2Config service runs in the Local System account. If a user has permission to execute any of the pre-defined SSM documents (any document that begins with AWS-*) then that user also has administrator access to the instance. Delegate access to SSM Config and Run Command judiciously. This becomes extremely important if you create your own SSM documents. Amazon Web Services does not provide guidance about how to create secure SSM documents. You create SSM documents and delegate access to Run Command actions at your own risk. As a security best practice, we recommend that you assign access to \"AWS-*\" documents, especially the AWS-RunPowerShellScript document, to trusted administrators only. You can create low-level SSM documents for low security tasks and delegate access to non-administrators.

", "shapes": { "AssociatedInstances": { - "base": "

You must disassociate a configuration document from all instances before you can delete it.

", + "base": "

You must disassociate an SSM document from all instances before you can delete it.

", "refs": { } }, "Association": { - "base": "

Describes an association of a configuration document and an instance.

", + "base": "

Describes an association of an SSM document and an instance.

", "refs": { "AssociationList$member": null } @@ -32,7 +37,7 @@ } }, "AssociationDescription": { - "base": "

Describes an association.

", + "base": "

Describes the parameters for a document.

", "refs": { "AssociationDescriptionList$member": null, "CreateAssociationResult$AssociationDescription": "

Information about the association.

", @@ -105,6 +110,140 @@ "FailedCreateAssociation$Message": "

A description of the failure.

" } }, + "Boolean": { + "base": null, + "refs": { + "InstanceInformation$IsLatestVersion": "Indicates whether latest version of the SSM agent is running on your instance.", + "ListCommandInvocationsRequest$Details": "(Optional) If set this returns the response of the command executions. By default this is set to False." + } + }, + "CancelCommandRequest": { + "base": null, + "refs": { + } + }, + "CancelCommandResult": { + "base": "

Whether or not the command was successfully canceled. There is no guarantee that a request can be canceled.

", + "refs": { + } + }, + "Command": { + "base": "Describes a command request.", + "refs": { + "CommandList$member": null, + "SendCommandResult$Command": "The request as it was received by SSM. Also provides the command ID which can be used future references to this request." + } + }, + "CommandFilter": { + "base": "Describes a command filter.", + "refs": { + "CommandFilterList$member": null + } + }, + "CommandFilterKey": { + "base": null, + "refs": { + "CommandFilter$key": "The name of the filter. For example, requested date and time." + } + }, + "CommandFilterList": { + "base": null, + "refs": { + "ListCommandInvocationsRequest$Filters": "(Optional) One or more filters. Use a filter to return a more specific list of results.", + "ListCommandsRequest$Filters": "(Optional) One or more filters. Use a filter to return a more specific list of results." + } + }, + "CommandFilterValue": { + "base": null, + "refs": { + "CommandFilter$value": "The filter value. For example: June 30, 2015." + } + }, + "CommandId": { + "base": null, + "refs": { + "CancelCommandRequest$CommandId": "The ID of the command you want to cancel.", + "Command$CommandId": "A unique identifier for this command.", + "CommandInvocation$CommandId": "The command against which this invocation was requested.", + "ListCommandInvocationsRequest$CommandId": "(Optional) The invocations for a specific command ID.", + "ListCommandsRequest$CommandId": "(Optional) If provided, lists only the specified command." + } + }, + "CommandInvocation": { + "base": "An invocation is copy of a command sent to a specific instance. A command can apply to one or more instances. A command invocation applies to one instance. For example, if a user executes SendCommand against three instances, then a command invocation is created for each requested instance ID. A command invocation returns status and detail information about a command you executed.", + "refs": { + "CommandInvocationList$member": null + } + }, + "CommandInvocationList": { + "base": null, + "refs": { + "ListCommandInvocationsResult$CommandInvocations": "(Optional) A list of all invocations." + } + }, + "CommandInvocationStatus": { + "base": null, + "refs": { + "CommandInvocation$Status": "Whether or not the invocation succeeded, failed, or is pending." + } + }, + "CommandList": { + "base": null, + "refs": { + "ListCommandsResult$Commands": "(Optional) The list of commands requested by the user." + } + }, + "CommandMaxResults": { + "base": null, + "refs": { + "ListCommandInvocationsRequest$MaxResults": "(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.", + "ListCommandsRequest$MaxResults": "(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results." + } + }, + "CommandPlugin": { + "base": "Describes plugin details.", + "refs": { + "CommandPluginList$member": null + } + }, + "CommandPluginList": { + "base": null, + "refs": { + "CommandInvocation$CommandPlugins": null + } + }, + "CommandPluginName": { + "base": null, + "refs": { + "CommandPlugin$Name": "The name of the plugin. Must be one of the following: AWS-JoinDirectoryServiceDomain, AWS-InstallApplication, AWS-RunPowerShellScript, AWS-InstallPowerShellModule, AWS-ConfigureCloudWatch." + } + }, + "CommandPluginOutput": { + "base": null, + "refs": { + "CommandPlugin$Output": "Output of the plugin execution." + } + }, + "CommandPluginStatus": { + "base": null, + "refs": { + "CommandPlugin$Status": "The status of this plugin. You can execute a document with multiple plugins." + } + }, + "CommandStatus": { + "base": null, + "refs": { + "Command$Status": "The status of the command." + } + }, + "Comment": { + "base": null, + "refs": { + "Command$Comment": "User-specified information about the command, such as a brief description of what the command should do.", + "CommandInvocation$Comment": "User-specified information about the command, such as a brief description of what the command should do.", + "SendCommandRequest$Comment": "User-specified information about the command, such as a brief description of what the command should do." + } + }, "CreateAssociationBatchRequest": { "base": null, "refs": { @@ -117,7 +256,7 @@ } }, "CreateAssociationBatchRequestEntry": { - "base": "

Describes the association of a configuration document and an instance.

", + "base": "Describes the association of an SSM document and an instance.", "refs": { "CreateAssociationBatchRequestEntries$member": null, "FailedCreateAssociation$Entry": "

The association.

" @@ -153,7 +292,13 @@ "refs": { "AssociationDescription$Date": "

The date when the association was made.

", "AssociationStatus$Date": "

The date when the status changed.

", - "DocumentDescription$CreatedDate": "

The date when the configuration document was created.

" + "Command$ExpiresAfter": "If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.", + "Command$RequestedDateTime": "The date and time the command was requested.", + "CommandInvocation$RequestedDateTime": "The time and date the request was sent to this instance.", + "CommandPlugin$ResponseStartDateTime": "The time the plugin started executing.", + "CommandPlugin$ResponseFinishDateTime": "The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.", + "DocumentDescription$CreatedDate": "The date when the SSM document was created.", + "InstanceInformation$LastPingDateTime": "The date and time when agent last pinged SSM service." } }, "DeleteAssociationRequest": { @@ -196,23 +341,39 @@ "refs": { } }, + "DescribeInstanceInformationRequest": { + "base": null, + "refs": { + } + }, + "DescribeInstanceInformationResult": { + "base": null, + "refs": { + } + }, + "DescriptionInDocument": { + "base": null, + "refs": { + "DocumentDescription$Description": "A description of the document." + } + }, "DocumentAlreadyExists": { - "base": "

The specified configuration document already exists.

", + "base": "

The specified SSM document already exists.

", "refs": { } }, "DocumentContent": { "base": null, "refs": { - "CreateDocumentRequest$Content": "

A valid JSON file. For more information about the contents of this file, see Configuration Document.

", - "GetDocumentResult$Content": "

The contents of the configuration document.

" + "CreateDocumentRequest$Content": "

A valid JSON string. For more information about the contents of this string, see SSM Document.

", + "GetDocumentResult$Content": "

The contents of the SSM document.

" } }, "DocumentDescription": { - "base": "

Describes a configuration document.

", + "base": "Describes an SSM document.", "refs": { - "CreateDocumentResult$DocumentDescription": "

Information about the configuration document.

", - "DescribeDocumentResult$Document": "

Information about the configuration document.

" + "CreateDocumentResult$DocumentDescription": "

Information about the SSM document.

", + "DescribeDocumentResult$Document": "

Information about the SSM document.

" } }, "DocumentFilter": { @@ -240,7 +401,7 @@ } }, "DocumentIdentifier": { - "base": "

Describes the name of a configuration document.

", + "base": "

Describes the name of an SSM document.

", "refs": { "DocumentIdentifierList$member": null } @@ -248,31 +409,70 @@ "DocumentIdentifierList": { "base": null, "refs": { - "ListDocumentsResult$DocumentIdentifiers": "

The names of the configuration documents.

" + "ListDocumentsResult$DocumentIdentifiers": "

The names of the SSM documents.

" } }, "DocumentLimitExceeded": { - "base": "

You can have at most 100 active configuration documents.

", + "base": "

You can have at most 100 active SSM documents.

", "refs": { } }, "DocumentName": { "base": null, "refs": { - "Association$Name": "

The name of the configuration document.

", - "AssociationDescription$Name": "

The name of the configuration document.

", - "CreateAssociationBatchRequestEntry$Name": "

The name of the configuration document.

", - "CreateAssociationRequest$Name": "

The name of the configuration document.

", - "CreateDocumentRequest$Name": "

A name for the configuration document.

", - "DeleteAssociationRequest$Name": "

The name of the configuration document.

", - "DeleteDocumentRequest$Name": "

The name of the configuration document.

", - "DescribeAssociationRequest$Name": "

The name of the configuration document.

", - "DescribeDocumentRequest$Name": "

The name of the configuration document.

", - "DocumentDescription$Name": "

The name of the configuration document.

", - "DocumentIdentifier$Name": "

The name of the configuration document.

", - "GetDocumentRequest$Name": "

The name of the configuration document.

", - "GetDocumentResult$Name": "

The name of the configuration document.

", - "UpdateAssociationStatusRequest$Name": "

The name of the configuration document.

" + "Association$Name": "

The name of the SSM document.

", + "AssociationDescription$Name": "

The name of the SSM document.

", + "Command$DocumentName": "The name of the SSM document requested for execution.", + "CommandInvocation$DocumentName": "The document name that was requested for execution.", + "CreateAssociationBatchRequestEntry$Name": "The name of the configuration document.", + "CreateAssociationRequest$Name": "

The name of the SSM document.

", + "CreateDocumentRequest$Name": "

A name for the SSM document.

", + "DeleteAssociationRequest$Name": "

The name of the SSM document.

", + "DeleteDocumentRequest$Name": "

The name of the SSM document.

", + "DescribeAssociationRequest$Name": "

The name of the SSM document.

", + "DescribeDocumentRequest$Name": "

The name of the SSM document.

", + "DocumentDescription$Name": "

The name of the SSM document.

", + "DocumentIdentifier$Name": "

The name of the SSM document.

", + "GetDocumentRequest$Name": "

The name of the SSM document.

", + "GetDocumentResult$Name": "

The name of the SSM document.

", + "SendCommandRequest$DocumentName": "Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.", + "UpdateAssociationStatusRequest$Name": "

The name of the SSM document.

" + } + }, + "DocumentParameter": { + "base": null, + "refs": { + "DocumentParameterList$member": null + } + }, + "DocumentParameterDefaultValue": { + "base": null, + "refs": { + "DocumentParameter$DefaultValue": "

If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.

" + } + }, + "DocumentParameterDescrption": { + "base": null, + "refs": { + "DocumentParameter$Description": "

A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.

" + } + }, + "DocumentParameterList": { + "base": null, + "refs": { + "DocumentDescription$Parameters": "

A description of the parameters for a document.

" + } + }, + "DocumentParameterName": { + "base": null, + "refs": { + "DocumentParameter$Name": "

The name of the parameter.

" + } + }, + "DocumentParameterType": { + "base": null, + "refs": { + "DocumentParameter$Type": "

The type of parameter. The type can be either “String” or “StringList”.

" } }, "DocumentSha1": { @@ -284,7 +484,7 @@ "DocumentStatus": { "base": null, "refs": { - "DocumentDescription$Status": "

The status of the configuration document.

" + "DocumentDescription$Status": "

The status of the SSM document.

" } }, "DuplicateInstanceId": { @@ -325,30 +525,100 @@ "refs": { "Association$InstanceId": "

The ID of the instance.

", "AssociationDescription$InstanceId": "

The ID of the instance.

", - "CreateAssociationBatchRequestEntry$InstanceId": "

The ID of the instance.

", - "CreateAssociationRequest$InstanceId": "

The ID of the instance.

", + "CommandInvocation$InstanceId": "The instance ID in which this invocation was requested.", + "CreateAssociationBatchRequestEntry$InstanceId": "The ID of the instance.", + "CreateAssociationRequest$InstanceId": "

The instance ID.

", "DeleteAssociationRequest$InstanceId": "

The ID of the instance.

", "DescribeAssociationRequest$InstanceId": "

The ID of the instance.

", + "InstanceIdList$member": null, + "InstanceInformation$InstanceId": "The instance ID.", + "ListCommandInvocationsRequest$InstanceId": "(Optional) The command execution details for a specific instance ID.", + "ListCommandsRequest$InstanceId": "(Optional) Lists commands issued against this instance ID.", "UpdateAssociationStatusRequest$InstanceId": "

The ID of the instance.

" } }, + "InstanceIdList": { + "base": null, + "refs": { + "CancelCommandRequest$InstanceIds": "

(Optional) A list of instance IDs on which you want to cancel the command. If not provided, the command is canceled on every instance on which it was requested.

", + "Command$InstanceIds": "The instance IDs against which this command was requested.", + "SendCommandRequest$InstanceIds": "Required. The instance IDs where the command should execute." + } + }, + "InstanceInformation": { + "base": "Describes a filter for a specific list of instances.", + "refs": { + "InstanceInformationList$member": null + } + }, + "InstanceInformationFilter": { + "base": "Describes a filter for a specific list of instances.", + "refs": { + "InstanceInformationFilterList$member": null + } + }, + "InstanceInformationFilterKey": { + "base": null, + "refs": { + "InstanceInformationFilter$key": "The name of the filter." + } + }, + "InstanceInformationFilterList": { + "base": null, + "refs": { + "DescribeInstanceInformationRequest$InstanceInformationFilterList": "One or more filters. Use a filter to return a more specific list of instances." + } + }, + "InstanceInformationFilterValue": { + "base": null, + "refs": { + "InstanceInformationFilterValueSet$member": null + } + }, + "InstanceInformationFilterValueSet": { + "base": null, + "refs": { + "InstanceInformationFilter$valueSet": "The filter values." + } + }, + "InstanceInformationList": { + "base": null, + "refs": { + "DescribeInstanceInformationResult$InstanceInformationList": "The instance information list." + } + }, "InternalServerError": { "base": "

An error occurred on the server side.

", "refs": { } }, + "InvalidCommandId": { + "base": null, + "refs": { + } + }, "InvalidDocument": { - "base": "

The configuration document is not valid.

", + "base": "

The specified document does not exist.

", "refs": { } }, "InvalidDocumentContent": { - "base": "

The content for the configuration document is not valid.

", + "base": "

The content for the SSM document is not valid.

", + "refs": { + } + }, + "InvalidFilterKey": { + "base": "The specified key is not valid.", "refs": { } }, "InvalidInstanceId": { - "base": "

You must specify the ID of a running instance.

", + "base": "

The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.

", + "refs": { + } + }, + "InvalidInstanceInformationFilterValue": { + "base": "The specified filter value is not valid.", "refs": { } }, @@ -357,6 +627,22 @@ "refs": { } }, + "InvalidOutputFolder": { + "base": "The S3 bucket does not exist.", + "refs": { + } + }, + "InvalidParameters": { + "base": "You must specify values for all required parameters in the SSM document. You can only supply values to parameters defined in the SSM document.", + "refs": { + } + }, + "InvocationTraceOutput": { + "base": null, + "refs": { + "CommandInvocation$TraceOutput": "Gets the trace output sent by the agent." + } + }, "ListAssociationsRequest": { "base": null, "refs": { @@ -367,6 +653,26 @@ "refs": { } }, + "ListCommandInvocationsRequest": { + "base": null, + "refs": { + } + }, + "ListCommandInvocationsResult": { + "base": null, + "refs": { + } + }, + "ListCommandsRequest": { + "base": null, + "refs": { + } + }, + "ListCommandsResult": { + "base": null, + "refs": { + } + }, "ListDocumentsRequest": { "base": null, "refs": { @@ -378,7 +684,7 @@ } }, "MaxDocumentSizeExceeded": { - "base": "

The size limit of a configuration document is 64 KB.

", + "base": "

The size limit of an SSM document is 64 KB.

", "refs": { } }, @@ -389,15 +695,107 @@ "ListDocumentsRequest$MaxResults": "

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

" } }, + "MaxResultsEC2Compatible": { + "base": null, + "refs": { + "DescribeInstanceInformationRequest$MaxResults": "The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results." + } + }, "NextToken": { "base": null, "refs": { + "DescribeInstanceInformationRequest$NextToken": "The token for the next set of items to return. (You received this token from a previous call.)", + "DescribeInstanceInformationResult$NextToken": "The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.", "ListAssociationsRequest$NextToken": "

The token for the next set of items to return. (You received this token from a previous call.)

", "ListAssociationsResult$NextToken": "

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

", + "ListCommandInvocationsRequest$NextToken": "(Optional) The token for the next set of items to return. (You received this token from a previous call.)", + "ListCommandInvocationsResult$NextToken": "(Optional) The token for the next set of items to return. (You received this token from a previous call.)", + "ListCommandsRequest$NextToken": "(Optional) The token for the next set of items to return. (You received this token from a previous call.)", + "ListCommandsResult$NextToken": "(Optional) The token for the next set of items to return. (You received this token from a previous call.)", "ListDocumentsRequest$NextToken": "

The token for the next set of items to return. (You received this token from a previous call.)

", "ListDocumentsResult$NextToken": "

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

" } }, + "ParameterName": { + "base": null, + "refs": { + "Parameters$key": null + } + }, + "ParameterValue": { + "base": null, + "refs": { + "ParameterValueList$member": null + } + }, + "ParameterValueList": { + "base": null, + "refs": { + "Parameters$value": null + } + }, + "Parameters": { + "base": null, + "refs": { + "AssociationDescription$Parameters": "A description of the parameters for a document.", + "Command$Parameters": "The parameter values to be inserted in the SSM document when executing the command.", + "CreateAssociationBatchRequestEntry$Parameters": "A description of the parameters for a document.", + "CreateAssociationRequest$Parameters": "The parameters for the document’s runtime configuration.", + "SendCommandRequest$Parameters": "The required and optional parameters specified in the SSM document being executed." + } + }, + "PingStatus": { + "base": null, + "refs": { + "InstanceInformation$PingStatus": "Connection status of the SSM agent." + } + }, + "PlatformType": { + "base": null, + "refs": { + "InstanceInformation$PlatformType": "The operating system platform type.", + "PlatformTypeList$member": null + } + }, + "PlatformTypeList": { + "base": null, + "refs": { + "DocumentDescription$PlatformTypes": "The list of OS platforms compatible with this SSM document.", + "DocumentIdentifier$PlatformTypes": "The operating system platform." + } + }, + "ResponseCode": { + "base": null, + "refs": { + "CommandPlugin$ResponseCode": "A numeric response code generated after executing the plugin." + } + }, + "S3BucketName": { + "base": null, + "refs": { + "Command$OutputS3BucketName": "The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.", + "CommandPlugin$OutputS3BucketName": "The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.", + "SendCommandRequest$OutputS3BucketName": "The name of the S3 bucket where command execution responses should be stored." + } + }, + "S3KeyPrefix": { + "base": null, + "refs": { + "Command$OutputS3KeyPrefix": "The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.", + "CommandPlugin$OutputS3KeyPrefix": "The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.", + "SendCommandRequest$OutputS3KeyPrefix": "The directory structure within the S3 bucket where the responses should be stored." + } + }, + "SendCommandRequest": { + "base": null, + "refs": { + } + }, + "SendCommandResult": { + "base": null, + "refs": { + } + }, "StatusAdditionalInfo": { "base": null, "refs": { @@ -418,7 +816,20 @@ "String": { "base": null, "refs": { - "InvalidDocumentContent$message": "

A description of the validation error.

" + "InstanceInformation$PlatformName": "The name of the operating system platform running on your instance.", + "InstanceInformation$PlatformVersion": "The version of the OS platform running on your instance.", + "InternalServerError$message": "An error occurred on the server side.", + "InvalidDocument$message": "

The SSM document does not exist or the document is not available to the user. This exception can be issued by CreateAssociation, CreateAssociationBatch, DeleteAssociation, DeleteDocument, DescribeAssociation, DescribeDocument, GetDocument, SendCommand, or UpdateAssociationStatus.

", + "InvalidDocumentContent$message": "

A description of the validation error.

", + "InvalidInstanceInformationFilterValue$message": null, + "InvalidParameters$message": "

The parameter values entered by the user do not work in the SSM document. For example, incorrect type. This exception can be issued by CreateAssociation, CreateAssociationBatch, or SendCommand.

", + "UnsupportedPlatformType$message": null + } + }, + "TimeoutSeconds": { + "base": null, + "refs": { + "SendCommandRequest$TimeoutSeconds": "If this time is reached and the command has not already started executing, it will not execute." } }, "TooManyUpdates": { @@ -426,6 +837,11 @@ "refs": { } }, + "UnsupportedPlatformType": { + "base": "The document does not support the platform type of the given instance ID(s).", + "refs": { + } + }, "UpdateAssociationStatusRequest": { "base": null, "refs": { @@ -435,6 +851,12 @@ "base": null, "refs": { } + }, + "Version": { + "base": null, + "refs": { + "InstanceInformation$AgentVersion": "The version of the SSM agent running on your instance." + } } } }