Class AWSSimpleSystemsManagementClient
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceClient
-
- com.amazonaws.services.simplesystemsmanagement.AWSSimpleSystemsManagementClient
-
- All Implemented Interfaces:
AWSSimpleSystemsManagement
- Direct Known Subclasses:
AWSSimpleSystemsManagementAsyncClient
public class AWSSimpleSystemsManagementClient extends AmazonWebServiceClient implements AWSSimpleSystemsManagement
Client for accessing Amazon SSM. All service calls made using this client are blocking, and will not return until the service call completes.This is the Amazon Simple Systems Manager (SSM) API Reference. SSM enables you to remotely manage the configuration of your Amazon EC2 instance using scripts or commands with either an on-demand solution called SSM Run Command or a lightweight instance configuration solution called SSM Config.
This references is intended to be used with the SSM User Guide for Linux or Windows.
Run Command
Run Command provides an on-demand experience for executing commands. You can use pre-defined Amazon SSM documents to perform the actions listed later in this section, or you can create your own documents. With these documents, you can remotely configure your instances by sending commands using the Commands page in the Amazon EC2 console, AWS Tools for Windows PowerShell, the AWS CLI, or AWS SDKs.
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. To get started with Run Command, verify that your environment meets the prerequisites for remotely running commands on EC2 instances (Linux or Windows).
SSM Config
SSM Config is a lightweight instance configuration solution. SSM Config is currently only available for Windows instances. 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. For more information, see Managing Windows Instance Configuration.
SSM Config and SSM Run Command include the following pre-defined documents.
Linux
-
AWS-RunShellScript to run shell scripts
-
AWS-UpdateSSMAgent to update the Amazon SSM agent
Windows
-
AWS-JoinDirectoryServiceDomain to join an AWS Directory
-
AWS-RunPowerShellScript to run PowerShell commands or scripts
-
AWS-UpdateEC2Config to update the EC2Config service
-
AWS-ConfigureWindowsUpdate to configure Windows Update settings
-
AWS-InstallApplication to install, repair, or uninstall software using an MSI package
-
AWS-InstallPowerShellModule to install PowerShell modules
-
AWS-ConfigureCloudWatch to configure Amazon CloudWatch Logs to monitor applications and systems
-
AWS-ListWindowsInventory to collect information about an EC2 instance running in Windows.
-
AWS-FindWindowsUpdates to scan an instance and determines which updates are missing.
-
AWS-InstallMissingWindowsUpdates to install missing updates on your EC2 instance.
-
AWS-InstallSpecificWindowsUpdates to install one or more specific updates.
The commands or scripts specified in SSM documents run with administrative privilege on your instances because the Amazon SSM agent runs as root on Linux and the EC2Config service runs in the Local System account on Windows. 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 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 at your own risk. As a security best practice, we recommend that you assign access to "AWS-*" documents, especially the AWS-RunShellScript document on Linux and the AWS-RunPowerShellScript document on Windows, to trusted administrators only. You can create SSM documents for specific tasks and delegate access to non-administrators.
For information about creating and sharing SSM documents, see the following topics in the SSM User Guide:
-
Creating SSM Documents and Sharing SSM Documents (Linux)
-
Creating SSM Documents and Sharing SSM Documents (Windows)
-
-
Field Summary
Fields Modifier and Type Field Description protected static ClientConfigurationFactory
configFactory
Client configuration factory providing ClientConfigurations tailored to this client-
Fields inherited from class com.amazonaws.AmazonWebServiceClient
client, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset
-
-
Constructor Summary
Constructors Constructor Description AWSSimpleSystemsManagementClient()
Constructs a new client to invoke service methods on Amazon SSM.AWSSimpleSystemsManagementClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials.AWSSimpleSystemsManagementClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials provider.AWSSimpleSystemsManagementClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials provider and client configuration options.AWSSimpleSystemsManagementClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials provider, client configuration options, and request metric collector.AWSSimpleSystemsManagementClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials and client configuration options.AWSSimpleSystemsManagementClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SSM.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CancelCommandResult
cancelCommand(CancelCommandRequest cancelCommandRequest)
Attempts to cancel the command specified by the Command ID.CreateAssociationResult
createAssociation(CreateAssociationRequest createAssociationRequest)
Associates the specified SSM document with the specified instance.CreateAssociationBatchResult
createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest)
Associates the specified SSM document with the specified instances.CreateDocumentResult
createDocument(CreateDocumentRequest createDocumentRequest)
Creates an SSM document.DeleteAssociationResult
deleteAssociation(DeleteAssociationRequest deleteAssociationRequest)
Disassociates the specified SSM document from the specified instance.DeleteDocumentResult
deleteDocument(DeleteDocumentRequest deleteDocumentRequest)
Deletes the SSM document and all instance associations to the document.DescribeAssociationResult
describeAssociation(DescribeAssociationRequest describeAssociationRequest)
Describes the associations for the specified SSM document or instance.DescribeDocumentResult
describeDocument(DescribeDocumentRequest describeDocumentRequest)
Describes the specified SSM document.DescribeDocumentPermissionResult
describeDocumentPermission(DescribeDocumentPermissionRequest describeDocumentPermissionRequest)
Describes the permissions for an SSM document.DescribeInstanceInformationResult
describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your instances.ResponseMetadata
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.GetDocumentResult
getDocument(GetDocumentRequest getDocumentRequest)
Gets the contents of the specified SSM document.ListAssociationsResult
listAssociations(ListAssociationsRequest listAssociationsRequest)
Lists the associations for the specified SSM document or instance.ListCommandInvocationsResult
listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.ListCommandsResult
listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.ListDocumentsResult
listDocuments()
Simplified method form for invoking the ListDocuments operation.ListDocumentsResult
listDocuments(ListDocumentsRequest listDocumentsRequest)
Describes one or more of your SSM documents.ModifyDocumentPermissionResult
modifyDocumentPermission(ModifyDocumentPermissionRequest modifyDocumentPermissionRequest)
Share a document publicly or privately.SendCommandResult
sendCommand(SendCommandRequest sendCommandRequest)
Executes commands on one or more remote instances.UpdateAssociationStatusResult
updateAssociationStatus(UpdateAssociationStatusRequest updateAssociationStatusRequest)
Updates the status of the SSM document associated with the specified instance.-
Methods inherited from class com.amazonaws.AmazonWebServiceClient
addRequestHandler, addRequestHandler, beforeMarshalling, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, endClientExecution, endClientExecution, findRequestMetricCollector, getEndpointPrefix, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerRegionOverride, getTimeOffset, isProfilingEnabled, isRequestMetricsEnabled, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, withEndpoint, withRegion, withRegion, withTimeOffset
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.amazonaws.services.simplesystemsmanagement.AWSSimpleSystemsManagement
setEndpoint, setRegion, shutdown
-
-
-
-
Field Detail
-
configFactory
protected static final ClientConfigurationFactory configFactory
Client configuration factory providing ClientConfigurations tailored to this client
-
-
Constructor Detail
-
AWSSimpleSystemsManagementClient
public AWSSimpleSystemsManagementClient()
Constructs a new client to invoke service methods on Amazon SSM. A credentials provider chain will be used that searches for credentials in this order:- Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
- Java System Properties - aws.accessKeyId and aws.secretKey
- Instance profile credentials delivered through the Amazon EC2 metadata service
All service calls made using this new client object are blocking, and will not return until the service call completes.
- See Also:
DefaultAWSCredentialsProviderChain
-
AWSSimpleSystemsManagementClient
public AWSSimpleSystemsManagementClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SSM. A credentials provider chain will be used that searches for credentials in this order:- Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
- Java System Properties - aws.accessKeyId and aws.secretKey
- Instance profile credentials delivered through the Amazon EC2 metadata service
All service calls made using this new client object are blocking, and will not return until the service call completes.
- Parameters:
clientConfiguration
- The client configuration options controlling how this client connects to Amazon SSM (ex: proxy settings, retry counts, etc.).- See Also:
DefaultAWSCredentialsProviderChain
-
AWSSimpleSystemsManagementClient
public AWSSimpleSystemsManagementClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials.All service calls made using this new client object are blocking, and will not return until the service call completes.
- Parameters:
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.
-
AWSSimpleSystemsManagementClient
public AWSSimpleSystemsManagementClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials and client configuration options.All service calls made using this new client object are blocking, and will not return until the service call completes.
- Parameters:
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.clientConfiguration
- The client configuration options controlling how this client connects to Amazon SSM (ex: proxy settings, retry counts, etc.).
-
AWSSimpleSystemsManagementClient
public AWSSimpleSystemsManagementClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials provider.All service calls made using this new client object are blocking, and will not return until the service call completes.
- Parameters:
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.
-
AWSSimpleSystemsManagementClient
public AWSSimpleSystemsManagementClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials provider and client configuration options.All service calls made using this new client object are blocking, and will not return until the service call completes.
- Parameters:
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- The client configuration options controlling how this client connects to Amazon SSM (ex: proxy settings, retry counts, etc.).
-
AWSSimpleSystemsManagementClient
public AWSSimpleSystemsManagementClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials provider, client configuration options, and request metric collector.All service calls made using this new client object are blocking, and will not return until the service call completes.
- Parameters:
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- The client configuration options controlling how this client connects to Amazon SSM (ex: proxy settings, retry counts, etc.).requestMetricCollector
- optional request metric collector
-
-
Method Detail
-
cancelCommand
public CancelCommandResult cancelCommand(CancelCommandRequest cancelCommandRequest)
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.
- Specified by:
cancelCommand
in interfaceAWSSimpleSystemsManagement
- Parameters:
cancelCommandRequest
-- Returns:
- Result of the CancelCommand operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidCommandIdException
InvalidInstanceIdException
- The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.DuplicateInstanceIdException
- You cannot specify an instance ID in more than one association.
-
createAssociation
public CreateAssociationResult createAssociation(CreateAssociationRequest createAssociationRequest)
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.
- Specified by:
createAssociation
in interfaceAWSSimpleSystemsManagement
- Parameters:
createAssociationRequest
-- Returns:
- Result of the CreateAssociation operation returned by the service.
- Throws:
AssociationAlreadyExistsException
- The specified association already exists.AssociationLimitExceededException
- You can have at most 2,000 active associations.InternalServerErrorException
- An error occurred on the server side.InvalidDocumentException
- The specified document does not exist.InvalidInstanceIdException
- The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.UnsupportedPlatformTypeException
- The document does not support the platform type of the given instance ID(s). For example, you sent an SSM document for a Windows instance to a Linux instance.InvalidParametersException
- You must specify values for all required parameters in the SSM document. You can only supply values to parameters defined in the SSM document.
-
createAssociationBatch
public CreateAssociationBatchResult createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest)
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.
- Specified by:
createAssociationBatch
in interfaceAWSSimpleSystemsManagement
- Parameters:
createAssociationBatchRequest
-- Returns:
- Result of the CreateAssociationBatch operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidDocumentException
- The specified document does not exist.InvalidInstanceIdException
- The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.InvalidParametersException
- You must specify values for all required parameters in the SSM document. You can only supply values to parameters defined in the SSM document.DuplicateInstanceIdException
- You cannot specify an instance ID in more than one association.AssociationLimitExceededException
- You can have at most 2,000 active associations.UnsupportedPlatformTypeException
- The document does not support the platform type of the given instance ID(s). For example, you sent an SSM document for a Windows instance to a Linux instance.
-
createDocument
public CreateDocumentResult createDocument(CreateDocumentRequest createDocumentRequest)
Creates an SSM document.
After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.
- Specified by:
createDocument
in interfaceAWSSimpleSystemsManagement
- Parameters:
createDocumentRequest
-- Returns:
- Result of the CreateDocument operation returned by the service.
- Throws:
DocumentAlreadyExistsException
- The specified SSM document already exists.MaxDocumentSizeExceededException
- The size limit of an SSM document is 64 KB.InternalServerErrorException
- An error occurred on the server side.InvalidDocumentContentException
- The content for the SSM document is not valid.DocumentLimitExceededException
- You can have at most 100 active SSM documents.
-
deleteAssociation
public DeleteAssociationResult deleteAssociation(DeleteAssociationRequest deleteAssociationRequest)
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.
- Specified by:
deleteAssociation
in interfaceAWSSimpleSystemsManagement
- Parameters:
deleteAssociationRequest
-- Returns:
- Result of the DeleteAssociation operation returned by the service.
- Throws:
AssociationDoesNotExistException
- The specified association does not exist.InternalServerErrorException
- An error occurred on the server side.InvalidDocumentException
- The specified document does not exist.InvalidInstanceIdException
- The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.TooManyUpdatesException
- There are concurrent updates for a resource that supports one update at a time.
-
deleteDocument
public DeleteDocumentResult deleteDocument(DeleteDocumentRequest deleteDocumentRequest)
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.
- Specified by:
deleteDocument
in interfaceAWSSimpleSystemsManagement
- Parameters:
deleteDocumentRequest
-- Returns:
- Result of the DeleteDocument operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidDocumentException
- The specified document does not exist.InvalidDocumentOperationException
- You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.AssociatedInstancesException
- You must disassociate an SSM document from all instances before you can delete it.
-
describeAssociation
public DescribeAssociationResult describeAssociation(DescribeAssociationRequest describeAssociationRequest)
Describes the associations for the specified SSM document or instance.
- Specified by:
describeAssociation
in interfaceAWSSimpleSystemsManagement
- Parameters:
describeAssociationRequest
-- Returns:
- Result of the DescribeAssociation operation returned by the service.
- Throws:
AssociationDoesNotExistException
- The specified association does not exist.InternalServerErrorException
- An error occurred on the server side.InvalidDocumentException
- The specified document does not exist.InvalidInstanceIdException
- The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
-
describeDocument
public DescribeDocumentResult describeDocument(DescribeDocumentRequest describeDocumentRequest)
Describes the specified SSM document.
- Specified by:
describeDocument
in interfaceAWSSimpleSystemsManagement
- Parameters:
describeDocumentRequest
-- Returns:
- Result of the DescribeDocument operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidDocumentException
- The specified document does not exist.
-
describeDocumentPermission
public DescribeDocumentPermissionResult describeDocumentPermission(DescribeDocumentPermissionRequest describeDocumentPermissionRequest)
Describes the permissions for an SSM document. If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user’s AWS account ID) or publicly (All).
- Specified by:
describeDocumentPermission
in interfaceAWSSimpleSystemsManagement
- Parameters:
describeDocumentPermissionRequest
-- Returns:
- Result of the DescribeDocumentPermission operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidDocumentException
- The specified document does not exist.InvalidPermissionTypeException
- The permission type is not supported. Share is the only supported permission type.
-
describeInstanceInformation
public DescribeInstanceInformationResult describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
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.
- Specified by:
describeInstanceInformation
in interfaceAWSSimpleSystemsManagement
- Parameters:
describeInstanceInformationRequest
-- Returns:
- Result of the DescribeInstanceInformation operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidInstanceIdException
- The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.InvalidNextTokenException
- The specified token is not valid.InvalidInstanceInformationFilterValueException
- The specified filter value is not valid.InvalidFilterKeyException
- The specified key is not valid.
-
getDocument
public GetDocumentResult getDocument(GetDocumentRequest getDocumentRequest)
Gets the contents of the specified SSM document.
- Specified by:
getDocument
in interfaceAWSSimpleSystemsManagement
- Parameters:
getDocumentRequest
-- Returns:
- Result of the GetDocument operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidDocumentException
- The specified document does not exist.
-
listAssociations
public ListAssociationsResult listAssociations(ListAssociationsRequest listAssociationsRequest)
Lists the associations for the specified SSM document or instance.
- Specified by:
listAssociations
in interfaceAWSSimpleSystemsManagement
- Parameters:
listAssociationsRequest
-- Returns:
- Result of the ListAssociations operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidNextTokenException
- The specified token is not valid.
-
listCommandInvocations
public ListCommandInvocationsResult listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
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.
- Specified by:
listCommandInvocations
in interfaceAWSSimpleSystemsManagement
- Parameters:
listCommandInvocationsRequest
-- Returns:
- Result of the ListCommandInvocations operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidCommandIdException
InvalidInstanceIdException
- The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.InvalidFilterKeyException
- The specified key is not valid.InvalidNextTokenException
- The specified token is not valid.
-
listCommands
public ListCommandsResult listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
- Specified by:
listCommands
in interfaceAWSSimpleSystemsManagement
- Parameters:
listCommandsRequest
-- Returns:
- Result of the ListCommands operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidCommandIdException
InvalidInstanceIdException
- The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.InvalidFilterKeyException
- The specified key is not valid.InvalidNextTokenException
- The specified token is not valid.
-
listDocuments
public ListDocumentsResult listDocuments(ListDocumentsRequest listDocumentsRequest)
Describes one or more of your SSM documents.
- Specified by:
listDocuments
in interfaceAWSSimpleSystemsManagement
- Parameters:
listDocumentsRequest
-- Returns:
- Result of the ListDocuments operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidNextTokenException
- The specified token is not valid.InvalidFilterKeyException
- The specified key is not valid.
-
listDocuments
public ListDocumentsResult listDocuments()
Description copied from interface:AWSSimpleSystemsManagement
Simplified method form for invoking the ListDocuments operation.- Specified by:
listDocuments
in interfaceAWSSimpleSystemsManagement
- See Also:
AWSSimpleSystemsManagement.listDocuments(ListDocumentsRequest)
-
modifyDocumentPermission
public ModifyDocumentPermissionResult modifyDocumentPermission(ModifyDocumentPermissionRequest modifyDocumentPermissionRequest)
Share a document publicly or privately. If you share a document privately, you must specify the AWS user account IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.
- Specified by:
modifyDocumentPermission
in interfaceAWSSimpleSystemsManagement
- Parameters:
modifyDocumentPermissionRequest
-- Returns:
- Result of the ModifyDocumentPermission operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidDocumentException
- The specified document does not exist.InvalidPermissionTypeException
- The permission type is not supported. Share is the only supported permission type.DocumentPermissionLimitException
- The document cannot be shared with more AWS user accounts. You can share a document with a maximum of 20 accounts. You can publicly share up to five documents. If you need to increase this limit, contact AWS Support.DocumentLimitExceededException
- You can have at most 100 active SSM documents.
-
sendCommand
public SendCommandResult sendCommand(SendCommandRequest sendCommandRequest)
Executes commands on one or more remote instances.
- Specified by:
sendCommand
in interfaceAWSSimpleSystemsManagement
- Parameters:
sendCommandRequest
-- Returns:
- Result of the SendCommand operation returned by the service.
- Throws:
DuplicateInstanceIdException
- You cannot specify an instance ID in more than one association.InternalServerErrorException
- An error occurred on the server side.InvalidInstanceIdException
- The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.InvalidDocumentException
- The specified document does not exist.InvalidOutputFolderException
- The S3 bucket does not exist.InvalidParametersException
- You must specify values for all required parameters in the SSM document. You can only supply values to parameters defined in the SSM document.UnsupportedPlatformTypeException
- The document does not support the platform type of the given instance ID(s). For example, you sent an SSM document for a Windows instance to a Linux instance.MaxDocumentSizeExceededException
- The size limit of an SSM document is 64 KB.
-
updateAssociationStatus
public UpdateAssociationStatusResult updateAssociationStatus(UpdateAssociationStatusRequest updateAssociationStatusRequest)
Updates the status of the SSM document associated with the specified instance.
- Specified by:
updateAssociationStatus
in interfaceAWSSimpleSystemsManagement
- Parameters:
updateAssociationStatusRequest
-- Returns:
- Result of the UpdateAssociationStatus operation returned by the service.
- Throws:
InternalServerErrorException
- An error occurred on the server side.InvalidInstanceIdException
- The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.InvalidDocumentException
- The specified document does not exist.AssociationDoesNotExistException
- The specified association does not exist.StatusUnchangedException
- The updated status is the same as the current status.TooManyUpdatesException
- There are concurrent updates for a resource that supports one update at a time.
-
getCachedResponseMetadata
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected. This data isn't considered part of the result data returned by an operation, so it's available through this separate, diagnostic interface.Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
- Specified by:
getCachedResponseMetadata
in interfaceAWSSimpleSystemsManagement
- Parameters:
request
- The originally executed request- Returns:
- The response metadata for the specified request, or null if none is available.
-
-