@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSSimpleSystemsManagement extends Object implements AWSSimpleSystemsManagement
AWSSimpleSystemsManagement. Convenient method forms pass through to the
 corresponding overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIXpublic void setEndpoint(String endpoint)
AWSSimpleSystemsManagement
 Callers can pass in just the endpoint (ex: "ssm.us-east-1.amazonaws.com") or a full URL, including the protocol
 (ex: "https://ssm.us-east-1.amazonaws.com"). If the protocol is not specified here, the default protocol from
 this client's ClientConfiguration will be used, which by default is HTTPS.
 
For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=3912
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setEndpoint in interface AWSSimpleSystemsManagementendpoint - The endpoint (ex: "ssm.us-east-1.amazonaws.com") or a full URL, including the protocol (ex:
        "https://ssm.us-east-1.amazonaws.com") of the region specific AWS endpoint this client will communicate
        with.public void setRegion(Region region)
AWSSimpleSystemsManagementAWSSimpleSystemsManagement.setEndpoint(String), sets the regional endpoint for this
 client's service calls. Callers can use this method to control which AWS region they want to work with.
 
 By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the
 ClientConfiguration supplied at construction.
 
This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setRegion in interface AWSSimpleSystemsManagementregion - The region this client will communicate with. See Region.getRegion(com.amazonaws.regions.Regions)
        for accessing a given region. Must not be null and must be a region where the service is available.Region.getRegion(com.amazonaws.regions.Regions), 
Region.createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration), 
Region.isServiceSupported(String)public AddTagsToResourceResult addTagsToResource(AddTagsToResourceRequest request)
AWSSimpleSystemsManagementAdds or overwrites one or more tags for the specified resource. Tags are metadata that you assign to your managed instances. Tags enable you to categorize your managed instances in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed instances that helps you track each instance's owner and stack level. For example: Key=Owner and Value=DbAdmin, SysAdmin, or Dev. Or Key=Stack and Value=Production, Pre-Production, or Test. Each resource can have a maximum of 10 tags.
We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to Amazon EC2 and are interpreted strictly as a string of characters.
For more information about tags, see Tagging Your Amazon EC2 Resources in the Amazon EC2 User Guide.
addTagsToResource in interface AWSSimpleSystemsManagementpublic CancelCommandResult cancelCommand(CancelCommandRequest request)
AWSSimpleSystemsManagementAttempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.
cancelCommand in interface AWSSimpleSystemsManagementpublic CreateActivationResult createActivation(CreateActivationRequest request)
AWSSimpleSystemsManagementRegisters your on-premises server or virtual machine with Amazon EC2 so that you can manage these resources using Run Command. An on-premises server or virtual machine that has been registered with EC2 is called a managed instance. For more information about activations, see Setting Up Systems Manager in Hybrid Environments.
createActivation in interface AWSSimpleSystemsManagementpublic CreateAssociationResult createAssociation(CreateAssociationRequest request)
AWSSimpleSystemsManagementAssociates the specified Systems Manager document with the specified instances or targets.
When you associate a document with one or more instances using instance IDs or tags, the SSM Agent running 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.
createAssociation in interface AWSSimpleSystemsManagementpublic CreateAssociationBatchResult createAssociationBatch(CreateAssociationBatchRequest request)
AWSSimpleSystemsManagementAssociates the specified Systems Manager document with the specified instances or targets.
When you associate a document with one or more instances using instance IDs or tags, the SSM Agent running 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 in interface AWSSimpleSystemsManagementpublic CreateDocumentResult createDocument(CreateDocumentRequest request)
AWSSimpleSystemsManagementCreates a Systems Manager document.
After you create a document, you can use CreateAssociation to associate it with one or more running instances.
createDocument in interface AWSSimpleSystemsManagementpublic CreateMaintenanceWindowResult createMaintenanceWindow(CreateMaintenanceWindowRequest request)
AWSSimpleSystemsManagementCreates a new Maintenance Window.
createMaintenanceWindow in interface AWSSimpleSystemsManagementpublic CreatePatchBaselineResult createPatchBaseline(CreatePatchBaselineRequest request)
AWSSimpleSystemsManagementCreates a patch baseline.
createPatchBaseline in interface AWSSimpleSystemsManagementpublic DeleteActivationResult deleteActivation(DeleteActivationRequest request)
AWSSimpleSystemsManagementDeletes an activation. You are not required to delete an activation. If you delete an activation, you can no longer use it to register additional managed instances. Deleting an activation does not de-register managed instances. You must manually de-register managed instances.
deleteActivation in interface AWSSimpleSystemsManagementpublic DeleteAssociationResult deleteAssociation(DeleteAssociationRequest request)
AWSSimpleSystemsManagementDisassociates the specified Systems Manager document from the specified instance.
When you disassociate a 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.
deleteAssociation in interface AWSSimpleSystemsManagementpublic DeleteDocumentResult deleteDocument(DeleteDocumentRequest request)
AWSSimpleSystemsManagementDeletes the Systems Manager document and all instance associations to the document.
Before you delete the document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.
deleteDocument in interface AWSSimpleSystemsManagementpublic DeleteMaintenanceWindowResult deleteMaintenanceWindow(DeleteMaintenanceWindowRequest request)
AWSSimpleSystemsManagementDeletes a Maintenance Window.
deleteMaintenanceWindow in interface AWSSimpleSystemsManagementpublic DeleteParameterResult deleteParameter(DeleteParameterRequest request)
AWSSimpleSystemsManagementDelete a parameter from the system.
deleteParameter in interface AWSSimpleSystemsManagementpublic DeletePatchBaselineResult deletePatchBaseline(DeletePatchBaselineRequest request)
AWSSimpleSystemsManagementDeletes a patch baseline.
deletePatchBaseline in interface AWSSimpleSystemsManagementpublic DeregisterManagedInstanceResult deregisterManagedInstance(DeregisterManagedInstanceRequest request)
AWSSimpleSystemsManagementRemoves the server or virtual machine from the list of registered servers. You can reregister the instance again at any time. If you don’t plan to use Run Command on the server, we suggest uninstalling the SSM Agent first.
deregisterManagedInstance in interface AWSSimpleSystemsManagementpublic DeregisterPatchBaselineForPatchGroupResult deregisterPatchBaselineForPatchGroup(DeregisterPatchBaselineForPatchGroupRequest request)
AWSSimpleSystemsManagementRemoves a patch group from a patch baseline.
deregisterPatchBaselineForPatchGroup in interface AWSSimpleSystemsManagementpublic DeregisterTargetFromMaintenanceWindowResult deregisterTargetFromMaintenanceWindow(DeregisterTargetFromMaintenanceWindowRequest request)
AWSSimpleSystemsManagementRemoves a target from a Maintenance Window.
deregisterTargetFromMaintenanceWindow in interface AWSSimpleSystemsManagementpublic DeregisterTaskFromMaintenanceWindowResult deregisterTaskFromMaintenanceWindow(DeregisterTaskFromMaintenanceWindowRequest request)
AWSSimpleSystemsManagementRemoves a task from a Maintenance Window.
deregisterTaskFromMaintenanceWindow in interface AWSSimpleSystemsManagementpublic DescribeActivationsResult describeActivations(DescribeActivationsRequest request)
AWSSimpleSystemsManagementDetails about the activation, including: the date and time the activation was created, the expiration date, the IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
describeActivations in interface AWSSimpleSystemsManagementpublic DescribeAssociationResult describeAssociation(DescribeAssociationRequest request)
AWSSimpleSystemsManagementDescribes the associations for the specified Systems Manager document or instance.
describeAssociation in interface AWSSimpleSystemsManagementpublic DescribeAutomationExecutionsResult describeAutomationExecutions(DescribeAutomationExecutionsRequest request)
AWSSimpleSystemsManagementProvides details about all active and terminated Automation executions.
describeAutomationExecutions in interface AWSSimpleSystemsManagementpublic DescribeAvailablePatchesResult describeAvailablePatches(DescribeAvailablePatchesRequest request)
AWSSimpleSystemsManagementLists all patches that could possibly be included in a patch baseline.
describeAvailablePatches in interface AWSSimpleSystemsManagementpublic DescribeDocumentResult describeDocument(DescribeDocumentRequest request)
AWSSimpleSystemsManagementDescribes the specified SSM document.
describeDocument in interface AWSSimpleSystemsManagementpublic DescribeDocumentPermissionResult describeDocumentPermission(DescribeDocumentPermissionRequest request)
AWSSimpleSystemsManagementDescribes the permissions for a Systems Manager 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).
describeDocumentPermission in interface AWSSimpleSystemsManagementpublic DescribeEffectiveInstanceAssociationsResult describeEffectiveInstanceAssociations(DescribeEffectiveInstanceAssociationsRequest request)
AWSSimpleSystemsManagementAll associations for the instance(s).
describeEffectiveInstanceAssociations in interface AWSSimpleSystemsManagementpublic DescribeEffectivePatchesForPatchBaselineResult describeEffectivePatchesForPatchBaseline(DescribeEffectivePatchesForPatchBaselineRequest request)
AWSSimpleSystemsManagementRetrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
describeEffectivePatchesForPatchBaseline in interface AWSSimpleSystemsManagementpublic DescribeInstanceAssociationsStatusResult describeInstanceAssociationsStatus(DescribeInstanceAssociationsStatusRequest request)
AWSSimpleSystemsManagementThe status of the associations for the instance(s).
describeInstanceAssociationsStatus in interface AWSSimpleSystemsManagementpublic DescribeInstanceInformationResult describeInstanceInformation(DescribeInstanceInformationRequest request)
AWSSimpleSystemsManagementDescribes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM Agent version (Linux), 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.
describeInstanceInformation in interface AWSSimpleSystemsManagementpublic DescribeInstancePatchStatesResult describeInstancePatchStates(DescribeInstancePatchStatesRequest request)
AWSSimpleSystemsManagementRetrieves the high-level patch state of one or more instances.
describeInstancePatchStates in interface AWSSimpleSystemsManagementpublic DescribeInstancePatchStatesForPatchGroupResult describeInstancePatchStatesForPatchGroup(DescribeInstancePatchStatesForPatchGroupRequest request)
AWSSimpleSystemsManagementRetrieves the high-level patch state for the instances in the specified patch group.
describeInstancePatchStatesForPatchGroup in interface AWSSimpleSystemsManagementpublic DescribeInstancePatchesResult describeInstancePatches(DescribeInstancePatchesRequest request)
AWSSimpleSystemsManagementRetrieves information about the patches on the specified instance and their state relative to the patch baseline being used for the instance.
describeInstancePatches in interface AWSSimpleSystemsManagementpublic DescribeMaintenanceWindowExecutionTaskInvocationsResult describeMaintenanceWindowExecutionTaskInvocations(DescribeMaintenanceWindowExecutionTaskInvocationsRequest request)
AWSSimpleSystemsManagementRetrieves the individual task executions (one per target) for a particular task executed as part of a Maintenance Window execution.
describeMaintenanceWindowExecutionTaskInvocations in interface AWSSimpleSystemsManagementpublic DescribeMaintenanceWindowExecutionTasksResult describeMaintenanceWindowExecutionTasks(DescribeMaintenanceWindowExecutionTasksRequest request)
AWSSimpleSystemsManagementFor a given Maintenance Window execution, lists the tasks that were executed.
describeMaintenanceWindowExecutionTasks in interface AWSSimpleSystemsManagementpublic DescribeMaintenanceWindowExecutionsResult describeMaintenanceWindowExecutions(DescribeMaintenanceWindowExecutionsRequest request)
AWSSimpleSystemsManagementLists the executions of a Maintenance Window (meaning, information about when the Maintenance Window was scheduled to be active and information about tasks registered and run with the Maintenance Window).
describeMaintenanceWindowExecutions in interface AWSSimpleSystemsManagementpublic DescribeMaintenanceWindowTargetsResult describeMaintenanceWindowTargets(DescribeMaintenanceWindowTargetsRequest request)
AWSSimpleSystemsManagementLists the targets registered with the Maintenance Window.
describeMaintenanceWindowTargets in interface AWSSimpleSystemsManagementpublic DescribeMaintenanceWindowTasksResult describeMaintenanceWindowTasks(DescribeMaintenanceWindowTasksRequest request)
AWSSimpleSystemsManagementLists the tasks in a Maintenance Window.
describeMaintenanceWindowTasks in interface AWSSimpleSystemsManagementpublic DescribeMaintenanceWindowsResult describeMaintenanceWindows(DescribeMaintenanceWindowsRequest request)
AWSSimpleSystemsManagementRetrieves the Maintenance Windows in an AWS account.
describeMaintenanceWindows in interface AWSSimpleSystemsManagementpublic DescribeParametersResult describeParameters(DescribeParametersRequest request)
AWSSimpleSystemsManagementGet information about a parameter.
describeParameters in interface AWSSimpleSystemsManagementpublic DescribePatchBaselinesResult describePatchBaselines(DescribePatchBaselinesRequest request)
AWSSimpleSystemsManagementLists the patch baselines in your AWS account.
describePatchBaselines in interface AWSSimpleSystemsManagementpublic DescribePatchGroupStateResult describePatchGroupState(DescribePatchGroupStateRequest request)
AWSSimpleSystemsManagementReturns high-level aggregated patch compliance state for a patch group.
describePatchGroupState in interface AWSSimpleSystemsManagementpublic DescribePatchGroupsResult describePatchGroups(DescribePatchGroupsRequest request)
AWSSimpleSystemsManagementLists all patch groups that have been registered with patch baselines.
describePatchGroups in interface AWSSimpleSystemsManagementpublic GetAutomationExecutionResult getAutomationExecution(GetAutomationExecutionRequest request)
AWSSimpleSystemsManagementGet detailed information about a particular Automation execution.
getAutomationExecution in interface AWSSimpleSystemsManagementpublic GetCommandInvocationResult getCommandInvocation(GetCommandInvocationRequest request)
AWSSimpleSystemsManagementReturns detailed information about command execution for an invocation or plugin.
getCommandInvocation in interface AWSSimpleSystemsManagementpublic GetDefaultPatchBaselineResult getDefaultPatchBaseline(GetDefaultPatchBaselineRequest request)
AWSSimpleSystemsManagementRetrieves the default patch baseline.
getDefaultPatchBaseline in interface AWSSimpleSystemsManagementpublic GetDeployablePatchSnapshotForInstanceResult getDeployablePatchSnapshotForInstance(GetDeployablePatchSnapshotForInstanceRequest request)
AWSSimpleSystemsManagementRetrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-ApplyPatchBaseline Systems Manager document.
getDeployablePatchSnapshotForInstance in interface AWSSimpleSystemsManagementpublic GetDocumentResult getDocument(GetDocumentRequest request)
AWSSimpleSystemsManagementGets the contents of the specified SSM document.
getDocument in interface AWSSimpleSystemsManagementpublic GetInventoryResult getInventory(GetInventoryRequest request)
AWSSimpleSystemsManagementQuery inventory information.
getInventory in interface AWSSimpleSystemsManagementpublic GetInventorySchemaResult getInventorySchema(GetInventorySchemaRequest request)
AWSSimpleSystemsManagementReturn a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.
getInventorySchema in interface AWSSimpleSystemsManagementpublic GetMaintenanceWindowResult getMaintenanceWindow(GetMaintenanceWindowRequest request)
AWSSimpleSystemsManagementRetrieves a Maintenance Window.
getMaintenanceWindow in interface AWSSimpleSystemsManagementpublic GetMaintenanceWindowExecutionResult getMaintenanceWindowExecution(GetMaintenanceWindowExecutionRequest request)
AWSSimpleSystemsManagementRetrieves details about a specific task executed as part of a Maintenance Window execution.
getMaintenanceWindowExecution in interface AWSSimpleSystemsManagementpublic GetMaintenanceWindowExecutionTaskResult getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest request)
AWSSimpleSystemsManagementRetrieves the details about a specific task executed as part of a Maintenance Window execution.
getMaintenanceWindowExecutionTask in interface AWSSimpleSystemsManagementpublic GetParameterHistoryResult getParameterHistory(GetParameterHistoryRequest request)
AWSSimpleSystemsManagementQuery a list of all parameters used by the AWS account.
getParameterHistory in interface AWSSimpleSystemsManagementpublic GetParametersResult getParameters(GetParametersRequest request)
AWSSimpleSystemsManagementGet details of a parameter.
getParameters in interface AWSSimpleSystemsManagementpublic GetPatchBaselineResult getPatchBaseline(GetPatchBaselineRequest request)
AWSSimpleSystemsManagementRetrieves information about a patch baseline.
getPatchBaseline in interface AWSSimpleSystemsManagementpublic GetPatchBaselineForPatchGroupResult getPatchBaselineForPatchGroup(GetPatchBaselineForPatchGroupRequest request)
AWSSimpleSystemsManagementRetrieves the patch baseline that should be used for the specified patch group.
getPatchBaselineForPatchGroup in interface AWSSimpleSystemsManagementpublic ListAssociationsResult listAssociations(ListAssociationsRequest request)
AWSSimpleSystemsManagementLists the associations for the specified Systems Manager document or instance.
listAssociations in interface AWSSimpleSystemsManagementpublic ListCommandInvocationsResult listCommandInvocations(ListCommandInvocationsRequest request)
AWSSimpleSystemsManagementAn 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.
listCommandInvocations in interface AWSSimpleSystemsManagementpublic ListCommandsResult listCommands(ListCommandsRequest request)
AWSSimpleSystemsManagementLists the commands requested by users of the AWS account.
listCommands in interface AWSSimpleSystemsManagementpublic ListDocumentVersionsResult listDocumentVersions(ListDocumentVersionsRequest request)
AWSSimpleSystemsManagementList all versions for a document.
listDocumentVersions in interface AWSSimpleSystemsManagementpublic ListDocumentsResult listDocuments(ListDocumentsRequest request)
AWSSimpleSystemsManagementDescribes one or more of your SSM documents.
listDocuments in interface AWSSimpleSystemsManagementpublic ListDocumentsResult listDocuments()
AWSSimpleSystemsManagementlistDocuments in interface AWSSimpleSystemsManagementAWSSimpleSystemsManagement.listDocuments(ListDocumentsRequest)public ListInventoryEntriesResult listInventoryEntries(ListInventoryEntriesRequest request)
AWSSimpleSystemsManagementA list of inventory items returned by the request.
listInventoryEntries in interface AWSSimpleSystemsManagementpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSSimpleSystemsManagementReturns a list of the tags assigned to the specified resource.
listTagsForResource in interface AWSSimpleSystemsManagementpublic ModifyDocumentPermissionResult modifyDocumentPermission(ModifyDocumentPermissionRequest request)
AWSSimpleSystemsManagementShares a Systems Manager 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.
modifyDocumentPermission in interface AWSSimpleSystemsManagementpublic PutInventoryResult putInventory(PutInventoryRequest request)
AWSSimpleSystemsManagementBulk update custom inventory items on one more instance. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.
putInventory in interface AWSSimpleSystemsManagementpublic PutParameterResult putParameter(PutParameterRequest request)
AWSSimpleSystemsManagementAdd one or more paramaters to the system.
putParameter in interface AWSSimpleSystemsManagementpublic RegisterDefaultPatchBaselineResult registerDefaultPatchBaseline(RegisterDefaultPatchBaselineRequest request)
AWSSimpleSystemsManagementDefines the default patch baseline.
registerDefaultPatchBaseline in interface AWSSimpleSystemsManagementpublic RegisterPatchBaselineForPatchGroupResult registerPatchBaselineForPatchGroup(RegisterPatchBaselineForPatchGroupRequest request)
AWSSimpleSystemsManagementRegisters a patch baseline for a patch group.
registerPatchBaselineForPatchGroup in interface AWSSimpleSystemsManagementpublic RegisterTargetWithMaintenanceWindowResult registerTargetWithMaintenanceWindow(RegisterTargetWithMaintenanceWindowRequest request)
AWSSimpleSystemsManagementRegisters a target with a Maintenance Window.
registerTargetWithMaintenanceWindow in interface AWSSimpleSystemsManagementpublic RegisterTaskWithMaintenanceWindowResult registerTaskWithMaintenanceWindow(RegisterTaskWithMaintenanceWindowRequest request)
AWSSimpleSystemsManagementAdds a new task to a Maintenance Window.
registerTaskWithMaintenanceWindow in interface AWSSimpleSystemsManagementpublic RemoveTagsFromResourceResult removeTagsFromResource(RemoveTagsFromResourceRequest request)
AWSSimpleSystemsManagementRemoves all tags from the specified resource.
removeTagsFromResource in interface AWSSimpleSystemsManagementpublic SendCommandResult sendCommand(SendCommandRequest request)
AWSSimpleSystemsManagementExecutes commands on one or more remote instances.
sendCommand in interface AWSSimpleSystemsManagementpublic StartAutomationExecutionResult startAutomationExecution(StartAutomationExecutionRequest request)
AWSSimpleSystemsManagementInitiates execution of an Automation document.
startAutomationExecution in interface AWSSimpleSystemsManagementpublic StopAutomationExecutionResult stopAutomationExecution(StopAutomationExecutionRequest request)
AWSSimpleSystemsManagementStop an Automation that is currently executing.
stopAutomationExecution in interface AWSSimpleSystemsManagementpublic UpdateAssociationResult updateAssociation(UpdateAssociationRequest request)
AWSSimpleSystemsManagementUpdates an association. You can only update the document version, schedule, parameters, and Amazon S3 output of an association.
updateAssociation in interface AWSSimpleSystemsManagementpublic UpdateAssociationStatusResult updateAssociationStatus(UpdateAssociationStatusRequest request)
AWSSimpleSystemsManagementUpdates the status of the Systems Manager document associated with the specified instance.
updateAssociationStatus in interface AWSSimpleSystemsManagementpublic UpdateDocumentResult updateDocument(UpdateDocumentRequest request)
AWSSimpleSystemsManagementThe document you want to update.
updateDocument in interface AWSSimpleSystemsManagementpublic UpdateDocumentDefaultVersionResult updateDocumentDefaultVersion(UpdateDocumentDefaultVersionRequest request)
AWSSimpleSystemsManagementSet the default version of a document.
updateDocumentDefaultVersion in interface AWSSimpleSystemsManagementpublic UpdateMaintenanceWindowResult updateMaintenanceWindow(UpdateMaintenanceWindowRequest request)
AWSSimpleSystemsManagementUpdates an existing Maintenance Window. Only specified parameters are modified.
updateMaintenanceWindow in interface AWSSimpleSystemsManagementpublic UpdateManagedInstanceRoleResult updateManagedInstanceRole(UpdateManagedInstanceRoleRequest request)
AWSSimpleSystemsManagementAssigns or changes an Amazon Identity and Access Management (IAM) role to the managed instance.
updateManagedInstanceRole in interface AWSSimpleSystemsManagementpublic UpdatePatchBaselineResult updatePatchBaseline(UpdatePatchBaselineRequest request)
AWSSimpleSystemsManagementModifies an existing patch baseline. Fields not specified in the request are left unchanged.
updatePatchBaseline in interface AWSSimpleSystemsManagementpublic void shutdown()
AWSSimpleSystemsManagementshutdown in interface AWSSimpleSystemsManagementpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSSimpleSystemsManagementResponse 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 a request.
getCachedResponseMetadata in interface AWSSimpleSystemsManagementrequest - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.