AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Name | Description | |
---|---|---|
![]() |
AssociatedInstancesException | SimpleSystemsManagement exception |
![]() |
Association | Describes an association of an SSM document and an instance. |
![]() |
AssociationAlreadyExistsException | SimpleSystemsManagement exception |
![]() |
AssociationDescription | Describes the parameters for a document. |
![]() |
AssociationDoesNotExistException | SimpleSystemsManagement exception |
![]() |
AssociationFilter | Describes a filter. |
![]() |
AssociationLimitExceededException | SimpleSystemsManagement exception |
![]() |
AssociationStatus | Describes an association status. |
![]() |
CancelCommandRequest | Container for the parameters to the CancelCommand operation. 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. |
![]() |
CancelCommandResponse | Configuration for accessing Amazon CancelCommand service |
![]() |
CancelCommandResult | Whether or not the command was successfully canceled. There is no guarantee that a request can be canceled. |
![]() |
Command | Describes a command request. |
![]() |
CommandFilter | Describes a command filter. |
![]() |
CommandInvocation | 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. |
![]() |
CommandPlugin | Describes plugin details. |
![]() |
CreateAssociationBatchRequest |
Container for the parameters to the CreateAssociationBatch operation.
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. |
![]() |
CreateAssociationBatchRequestEntry | Describes the association of an SSM document and an instance. |
![]() |
CreateAssociationBatchResponse | Configuration for accessing Amazon CreateAssociationBatch service |
![]() |
CreateAssociationBatchResult | |
![]() |
CreateAssociationRequest |
Container for the parameters to the CreateAssociation operation.
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. |
![]() |
CreateAssociationResponse | Configuration for accessing Amazon CreateAssociation service |
![]() |
CreateAssociationResult | |
![]() |
CreateDocumentRequest |
Container for the parameters to the CreateDocument operation.
Creates an SSM document.
After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances. |
![]() |
CreateDocumentResponse | Configuration for accessing Amazon CreateDocument service |
![]() |
CreateDocumentResult | |
![]() |
DeleteAssociationRequest |
Container for the parameters to the DeleteAssociation operation.
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. |
![]() |
DeleteAssociationResponse | Configuration for accessing Amazon DeleteAssociation service |
![]() |
DeleteAssociationResult | |
![]() |
DeleteDocumentRequest |
Container for the parameters to the DeleteDocument operation.
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. |
![]() |
DeleteDocumentResponse | Configuration for accessing Amazon DeleteDocument service |
![]() |
DeleteDocumentResult | |
![]() |
DescribeAssociationRequest | Container for the parameters to the DescribeAssociation operation. Describes the associations for the specified SSM document or instance. |
![]() |
DescribeAssociationResponse | Configuration for accessing Amazon DescribeAssociation service |
![]() |
DescribeAssociationResult | |
![]() |
DescribeDocumentRequest | Container for the parameters to the DescribeDocument operation. Describes the specified SSM document. |
![]() |
DescribeDocumentResponse | Configuration for accessing Amazon DescribeDocument service |
![]() |
DescribeDocumentResult | |
![]() |
DescribeInstanceInformationRequest | Container for the parameters to the DescribeInstanceInformation operation. 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. |
![]() |
DescribeInstanceInformationResponse | Configuration for accessing Amazon DescribeInstanceInformation service |
![]() |
DescribeInstanceInformationResult | |
![]() |
DocumentAlreadyExistsException | SimpleSystemsManagement exception |
![]() |
DocumentDescription | Describes an SSM document. |
![]() |
DocumentFilter | Describes a filter. |
![]() |
DocumentIdentifier | Describes the name of an SSM document. |
![]() |
DocumentLimitExceededException | SimpleSystemsManagement exception |
![]() |
DocumentParameter | |
![]() |
DuplicateInstanceIdException | SimpleSystemsManagement exception |
![]() |
FailedCreateAssociation | Describes a failed association. |
![]() |
GetDocumentRequest | Container for the parameters to the GetDocument operation. Gets the contents of the specified SSM document. |
![]() |
GetDocumentResponse | Configuration for accessing Amazon GetDocument service |
![]() |
GetDocumentResult | |
![]() |
InstanceInformation | Describes a filter for a specific list of instances. |
![]() |
InstanceInformationFilter | Describes a filter for a specific list of instances. |
![]() |
InternalServerErrorException | SimpleSystemsManagement exception |
![]() |
InvalidCommandIdException | SimpleSystemsManagement exception |
![]() |
InvalidDocumentContentException | SimpleSystemsManagement exception |
![]() |
InvalidDocumentException | SimpleSystemsManagement exception |
![]() |
InvalidFilterKeyException | SimpleSystemsManagement exception |
![]() |
InvalidInstanceIdException | SimpleSystemsManagement exception |
![]() |
InvalidInstanceInformationFilterValueException | SimpleSystemsManagement exception |
![]() |
InvalidNextTokenException | SimpleSystemsManagement exception |
![]() |
InvalidOutputFolderException | SimpleSystemsManagement exception |
![]() |
InvalidParametersException | SimpleSystemsManagement exception |
![]() |
ListAssociationsRequest | Container for the parameters to the ListAssociations operation. Lists the associations for the specified SSM document or instance. |
![]() |
ListAssociationsResponse | Configuration for accessing Amazon ListAssociations service |
![]() |
ListAssociationsResult | |
![]() |
ListCommandInvocationsRequest | Container for the parameters to the ListCommandInvocations operation. 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. |
![]() |
ListCommandInvocationsResponse | Configuration for accessing Amazon ListCommandInvocations service |
![]() |
ListCommandInvocationsResult | |
![]() |
ListCommandsRequest | Container for the parameters to the ListCommands operation. Lists the commands requested by users of the AWS account. |
![]() |
ListCommandsResponse | Configuration for accessing Amazon ListCommands service |
![]() |
ListCommandsResult | |
![]() |
ListDocumentsRequest | Container for the parameters to the ListDocuments operation. Describes one or more of your SSM documents. |
![]() |
ListDocumentsResponse | Configuration for accessing Amazon ListDocuments service |
![]() |
ListDocumentsResult | |
![]() |
MaxDocumentSizeExceededException | SimpleSystemsManagement exception |
![]() |
SendCommandRequest | Container for the parameters to the SendCommand operation. Executes commands on one or more remote instances. |
![]() |
SendCommandResponse | Configuration for accessing Amazon SendCommand service |
![]() |
SendCommandResult | |
![]() |
StatusUnchangedException | SimpleSystemsManagement exception |
![]() |
TooManyUpdatesException | SimpleSystemsManagement exception |
![]() |
UnsupportedPlatformTypeException | SimpleSystemsManagement exception |
![]() |
UpdateAssociationStatusRequest | Container for the parameters to the UpdateAssociationStatus operation. Updates the status of the SSM document associated with the specified instance. |
![]() |
UpdateAssociationStatusResponse | Configuration for accessing Amazon UpdateAssociationStatus service |
![]() |
UpdateAssociationStatusResult |