
models.ssm-2014-11-06-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{
"metadata" : {
"apiVersion" : "2014-11-06",
"protocol" : "json",
"checksumFormat" : null,
"documentation" : "This is the Amazon EC2 Simple Systems Manager (SSM) API Reference. SSM enables you to remotely manage the configuration of your Amazon EC2 instances, virtual machines (VMs), or servers in your on-premises environment or in an environment provided by other cloud providers using scripts, commands, or the Amazon EC2 console. SSM includes an on-demand solution called Amazon EC2 Run Command and a lightweight instance configuration solution called SSM Config.
This references is intended to be used with the EC2 Run Command User Guide for Linux or Windows.
You must register your on-premises servers and VMs through an activation process before you can configure them using Run Command. Registered servers and VMs are called managed instances. For more information, see Setting Up Run Command On Managed Instances (On-Premises Servers and VMs) on Linux or Setting Up Run Command On Managed Instances (On-Premises Servers and VMs) on Windows.
Run Command
Run Command provides an on-demand experience for executing commands. You can use pre-defined 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 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 Run Command and SSM Config 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)
",
"defaultEndpoint" : "https://ssm.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "ssm.us-east-1.amazonaws.com",
"syncInterface" : "AWSSimpleSystemsManagement",
"syncClient" : "AWSSimpleSystemsManagementClient",
"asyncInterface" : "AWSSimpleSystemsManagementAsync",
"asyncClient" : "AWSSimpleSystemsManagementAsyncClient",
"packageName" : "com.amazonaws.services.simplesystemsmanagement",
"packagePath" : "com/amazonaws/services/simplesystemsmanagement",
"serviceAbbreviation" : "Amazon SSM",
"serviceFullName" : "Amazon Simple Systems Management Service",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "ssm",
"signingName" : "ssm",
"protocolDefaultExceptionUmarshallerImpl" : null,
"syncClientBuilderClassName" : "AWSSimpleSystemsManagementClientBuilder",
"asyncClientBuilderClassName" : "AWSSimpleSystemsManagementAsyncClientBuilder",
"serviceName" : "Amazon SSM",
"cborProtocol" : false,
"jsonProtocol" : true,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller"
},
"operations" : {
"AddTagsToResource" : {
"documentation" : "Adds 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.
",
"operationName" : "AddTagsToResource",
"deprecated" : false,
"input" : {
"variableName" : "addTagsToResourceRequest",
"variableType" : "AddTagsToResourceRequest",
"variableDeclarationType" : "AddTagsToResourceRequest",
"documentation" : "",
"simpleType" : "AddTagsToResourceRequest",
"variableSetterType" : "AddTagsToResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddTagsToResourceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidResourceTypeException",
"documentation" : "The resource type is not valid. If you are attempting to tag an instance, the instance must be a registered, managed instance.
"
}, {
"exceptionName" : "InvalidResourceIdException",
"documentation" : "The resource ID is not valid. Verify that you entered the correct ID and try again.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "AddTagsToResourceResult",
"asyncReturnType" : "AddTagsToResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "addTagsToResource"
},
"CancelCommand" : {
"documentation" : "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.
",
"operationName" : "CancelCommand",
"deprecated" : false,
"input" : {
"variableName" : "cancelCommandRequest",
"variableType" : "CancelCommandRequest",
"variableDeclarationType" : "CancelCommandRequest",
"documentation" : "",
"simpleType" : "CancelCommandRequest",
"variableSetterType" : "CancelCommandRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CancelCommandResult",
"documentation" : "Whether or not the command was successfully canceled. There is no guarantee that a request can be canceled.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidCommandIdException",
"documentation" : null
}, {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
}, {
"exceptionName" : "DuplicateInstanceIdException",
"documentation" : "You cannot specify an instance ID in more than one association.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CancelCommandResult",
"asyncReturnType" : "CancelCommandResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "cancelCommand"
},
"CreateActivation" : {
"documentation" : "Registers 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 Managed Instances (Linux) or Setting Up Managed Instances (Windows) in the Amazon EC2 User Guide.
",
"operationName" : "CreateActivation",
"deprecated" : false,
"input" : {
"variableName" : "createActivationRequest",
"variableType" : "CreateActivationRequest",
"variableDeclarationType" : "CreateActivationRequest",
"documentation" : "",
"simpleType" : "CreateActivationRequest",
"variableSetterType" : "CreateActivationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateActivationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateActivationResult",
"asyncReturnType" : "CreateActivationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createActivation"
},
"CreateAssociation" : {
"documentation" : "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.
",
"operationName" : "CreateAssociation",
"deprecated" : false,
"input" : {
"variableName" : "createAssociationRequest",
"variableType" : "CreateAssociationRequest",
"variableDeclarationType" : "CreateAssociationRequest",
"documentation" : "",
"simpleType" : "CreateAssociationRequest",
"variableSetterType" : "CreateAssociationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAssociationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "AssociationAlreadyExistsException",
"documentation" : "The specified association already exists.
"
}, {
"exceptionName" : "AssociationLimitExceededException",
"documentation" : "You can have at most 2,000 active associations.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidDocumentException",
"documentation" : "The specified document does not exist.
"
}, {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
}, {
"exceptionName" : "UnsupportedPlatformTypeException",
"documentation" : "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.
"
}, {
"exceptionName" : "InvalidParametersException",
"documentation" : "You must specify values for all required parameters in the SSM document. You can only supply values to parameters defined in the SSM document.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateAssociationResult",
"asyncReturnType" : "CreateAssociationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createAssociation"
},
"CreateAssociationBatch" : {
"documentation" : "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.
",
"operationName" : "CreateAssociationBatch",
"deprecated" : false,
"input" : {
"variableName" : "createAssociationBatchRequest",
"variableType" : "CreateAssociationBatchRequest",
"variableDeclarationType" : "CreateAssociationBatchRequest",
"documentation" : "",
"simpleType" : "CreateAssociationBatchRequest",
"variableSetterType" : "CreateAssociationBatchRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAssociationBatchResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidDocumentException",
"documentation" : "The specified document does not exist.
"
}, {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
}, {
"exceptionName" : "InvalidParametersException",
"documentation" : "You must specify values for all required parameters in the SSM document. You can only supply values to parameters defined in the SSM document.
"
}, {
"exceptionName" : "DuplicateInstanceIdException",
"documentation" : "You cannot specify an instance ID in more than one association.
"
}, {
"exceptionName" : "AssociationLimitExceededException",
"documentation" : "You can have at most 2,000 active associations.
"
}, {
"exceptionName" : "UnsupportedPlatformTypeException",
"documentation" : "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.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateAssociationBatchResult",
"asyncReturnType" : "CreateAssociationBatchResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createAssociationBatch"
},
"CreateDocument" : {
"documentation" : "Creates an SSM document.
After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.
",
"operationName" : "CreateDocument",
"deprecated" : false,
"input" : {
"variableName" : "createDocumentRequest",
"variableType" : "CreateDocumentRequest",
"variableDeclarationType" : "CreateDocumentRequest",
"documentation" : "",
"simpleType" : "CreateDocumentRequest",
"variableSetterType" : "CreateDocumentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateDocumentResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "DocumentAlreadyExistsException",
"documentation" : "The specified SSM document already exists.
"
}, {
"exceptionName" : "MaxDocumentSizeExceededException",
"documentation" : "The size limit of an SSM document is 64 KB.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidDocumentContentException",
"documentation" : "The content for the SSM document is not valid.
"
}, {
"exceptionName" : "DocumentLimitExceededException",
"documentation" : "You can have at most 100 active SSM documents.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateDocumentResult",
"asyncReturnType" : "CreateDocumentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createDocument"
},
"DeleteActivation" : {
"documentation" : "Deletes 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.
",
"operationName" : "DeleteActivation",
"deprecated" : false,
"input" : {
"variableName" : "deleteActivationRequest",
"variableType" : "DeleteActivationRequest",
"variableDeclarationType" : "DeleteActivationRequest",
"documentation" : "",
"simpleType" : "DeleteActivationRequest",
"variableSetterType" : "DeleteActivationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteActivationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidActivationIdException",
"documentation" : "The activation ID is not valid. Verify the you entered the correct ActivationId or ActivationCode and try again.
"
}, {
"exceptionName" : "InvalidActivationException",
"documentation" : "The activation is not valid. The activation might have been deleted, or the ActivationId and the ActivationCode do not match.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteActivationResult",
"asyncReturnType" : "DeleteActivationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteActivation"
},
"DeleteAssociation" : {
"documentation" : "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.
",
"operationName" : "DeleteAssociation",
"deprecated" : false,
"input" : {
"variableName" : "deleteAssociationRequest",
"variableType" : "DeleteAssociationRequest",
"variableDeclarationType" : "DeleteAssociationRequest",
"documentation" : "",
"simpleType" : "DeleteAssociationRequest",
"variableSetterType" : "DeleteAssociationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteAssociationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "AssociationDoesNotExistException",
"documentation" : "The specified association does not exist.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidDocumentException",
"documentation" : "The specified document does not exist.
"
}, {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
}, {
"exceptionName" : "TooManyUpdatesException",
"documentation" : "There are concurrent updates for a resource that supports one update at a time.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteAssociationResult",
"asyncReturnType" : "DeleteAssociationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteAssociation"
},
"DeleteDocument" : {
"documentation" : "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.
",
"operationName" : "DeleteDocument",
"deprecated" : false,
"input" : {
"variableName" : "deleteDocumentRequest",
"variableType" : "DeleteDocumentRequest",
"variableDeclarationType" : "DeleteDocumentRequest",
"documentation" : "",
"simpleType" : "DeleteDocumentRequest",
"variableSetterType" : "DeleteDocumentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteDocumentResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidDocumentException",
"documentation" : "The specified document does not exist.
"
}, {
"exceptionName" : "InvalidDocumentOperationException",
"documentation" : "You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.
"
}, {
"exceptionName" : "AssociatedInstancesException",
"documentation" : "You must disassociate an SSM document from all instances before you can delete it.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteDocumentResult",
"asyncReturnType" : "DeleteDocumentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteDocument"
},
"DeregisterManagedInstance" : {
"documentation" : "Removes 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.
",
"operationName" : "DeregisterManagedInstance",
"deprecated" : false,
"input" : {
"variableName" : "deregisterManagedInstanceRequest",
"variableType" : "DeregisterManagedInstanceRequest",
"variableDeclarationType" : "DeregisterManagedInstanceRequest",
"documentation" : "",
"simpleType" : "DeregisterManagedInstanceRequest",
"variableSetterType" : "DeregisterManagedInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterManagedInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeregisterManagedInstanceResult",
"asyncReturnType" : "DeregisterManagedInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deregisterManagedInstance"
},
"DescribeActivations" : {
"documentation" : "Details 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.
",
"operationName" : "DescribeActivations",
"deprecated" : false,
"input" : {
"variableName" : "describeActivationsRequest",
"variableType" : "DescribeActivationsRequest",
"variableDeclarationType" : "DescribeActivationsRequest",
"documentation" : "",
"simpleType" : "DescribeActivationsRequest",
"variableSetterType" : "DescribeActivationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeActivationsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidFilterException",
"documentation" : "The filter name is not valid. Verify the you entered the correct name and try again.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified token is not valid.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeActivationsResult",
"asyncReturnType" : "DescribeActivationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeActivations"
},
"DescribeAssociation" : {
"documentation" : "Describes the associations for the specified SSM document or instance.
",
"operationName" : "DescribeAssociation",
"deprecated" : false,
"input" : {
"variableName" : "describeAssociationRequest",
"variableType" : "DescribeAssociationRequest",
"variableDeclarationType" : "DescribeAssociationRequest",
"documentation" : "",
"simpleType" : "DescribeAssociationRequest",
"variableSetterType" : "DescribeAssociationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAssociationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "AssociationDoesNotExistException",
"documentation" : "The specified association does not exist.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidDocumentException",
"documentation" : "The specified document does not exist.
"
}, {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeAssociationResult",
"asyncReturnType" : "DescribeAssociationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeAssociation"
},
"DescribeDocument" : {
"documentation" : "Describes the specified SSM document.
",
"operationName" : "DescribeDocument",
"deprecated" : false,
"input" : {
"variableName" : "describeDocumentRequest",
"variableType" : "DescribeDocumentRequest",
"variableDeclarationType" : "DescribeDocumentRequest",
"documentation" : "",
"simpleType" : "DescribeDocumentRequest",
"variableSetterType" : "DescribeDocumentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeDocumentResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidDocumentException",
"documentation" : "The specified document does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeDocumentResult",
"asyncReturnType" : "DescribeDocumentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeDocument"
},
"DescribeDocumentPermission" : {
"documentation" : "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).
",
"operationName" : "DescribeDocumentPermission",
"deprecated" : false,
"input" : {
"variableName" : "describeDocumentPermissionRequest",
"variableType" : "DescribeDocumentPermissionRequest",
"variableDeclarationType" : "DescribeDocumentPermissionRequest",
"documentation" : "",
"simpleType" : "DescribeDocumentPermissionRequest",
"variableSetterType" : "DescribeDocumentPermissionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeDocumentPermissionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidDocumentException",
"documentation" : "The specified document does not exist.
"
}, {
"exceptionName" : "InvalidPermissionTypeException",
"documentation" : "The permission type is not supported. Share is the only supported permission type.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeDocumentPermissionResult",
"asyncReturnType" : "DescribeDocumentPermissionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeDocumentPermission"
},
"DescribeInstanceInformation" : {
"documentation" : "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.
",
"operationName" : "DescribeInstanceInformation",
"deprecated" : false,
"input" : {
"variableName" : "describeInstanceInformationRequest",
"variableType" : "DescribeInstanceInformationRequest",
"variableDeclarationType" : "DescribeInstanceInformationRequest",
"documentation" : "",
"simpleType" : "DescribeInstanceInformationRequest",
"variableSetterType" : "DescribeInstanceInformationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeInstanceInformationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified token is not valid.
"
}, {
"exceptionName" : "InvalidInstanceInformationFilterValueException",
"documentation" : "The specified filter value is not valid.
"
}, {
"exceptionName" : "InvalidFilterKeyException",
"documentation" : "The specified key is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeInstanceInformationResult",
"asyncReturnType" : "DescribeInstanceInformationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeInstanceInformation"
},
"GetDocument" : {
"documentation" : "Gets the contents of the specified SSM document.
",
"operationName" : "GetDocument",
"deprecated" : false,
"input" : {
"variableName" : "getDocumentRequest",
"variableType" : "GetDocumentRequest",
"variableDeclarationType" : "GetDocumentRequest",
"documentation" : "",
"simpleType" : "GetDocumentRequest",
"variableSetterType" : "GetDocumentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetDocumentResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidDocumentException",
"documentation" : "The specified document does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetDocumentResult",
"asyncReturnType" : "GetDocumentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getDocument"
},
"ListAssociations" : {
"documentation" : "Lists the associations for the specified SSM document or instance.
",
"operationName" : "ListAssociations",
"deprecated" : false,
"input" : {
"variableName" : "listAssociationsRequest",
"variableType" : "ListAssociationsRequest",
"variableDeclarationType" : "ListAssociationsRequest",
"documentation" : "",
"simpleType" : "ListAssociationsRequest",
"variableSetterType" : "ListAssociationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListAssociationsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified token is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListAssociationsResult",
"asyncReturnType" : "ListAssociationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listAssociations"
},
"ListCommandInvocations" : {
"documentation" : "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.
",
"operationName" : "ListCommandInvocations",
"deprecated" : false,
"input" : {
"variableName" : "listCommandInvocationsRequest",
"variableType" : "ListCommandInvocationsRequest",
"variableDeclarationType" : "ListCommandInvocationsRequest",
"documentation" : "",
"simpleType" : "ListCommandInvocationsRequest",
"variableSetterType" : "ListCommandInvocationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListCommandInvocationsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidCommandIdException",
"documentation" : null
}, {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
}, {
"exceptionName" : "InvalidFilterKeyException",
"documentation" : "The specified key is not valid.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified token is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListCommandInvocationsResult",
"asyncReturnType" : "ListCommandInvocationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listCommandInvocations"
},
"ListCommands" : {
"documentation" : "Lists the commands requested by users of the AWS account.
",
"operationName" : "ListCommands",
"deprecated" : false,
"input" : {
"variableName" : "listCommandsRequest",
"variableType" : "ListCommandsRequest",
"variableDeclarationType" : "ListCommandsRequest",
"documentation" : "",
"simpleType" : "ListCommandsRequest",
"variableSetterType" : "ListCommandsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListCommandsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidCommandIdException",
"documentation" : null
}, {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
}, {
"exceptionName" : "InvalidFilterKeyException",
"documentation" : "The specified key is not valid.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified token is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListCommandsResult",
"asyncReturnType" : "ListCommandsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listCommands"
},
"ListDocuments" : {
"documentation" : "Describes one or more of your SSM documents.
",
"operationName" : "ListDocuments",
"deprecated" : false,
"input" : {
"variableName" : "listDocumentsRequest",
"variableType" : "ListDocumentsRequest",
"variableDeclarationType" : "ListDocumentsRequest",
"documentation" : "",
"simpleType" : "ListDocumentsRequest",
"variableSetterType" : "ListDocumentsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListDocumentsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The specified token is not valid.
"
}, {
"exceptionName" : "InvalidFilterKeyException",
"documentation" : "The specified key is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListDocumentsResult",
"asyncReturnType" : "ListDocumentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listDocuments"
},
"ListTagsForResource" : {
"documentation" : "Returns a list of the tags assigned to the specified resource.
",
"operationName" : "ListTagsForResource",
"deprecated" : false,
"input" : {
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"variableDeclarationType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListTagsForResourceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidResourceTypeException",
"documentation" : "The resource type is not valid. If you are attempting to tag an instance, the instance must be a registered, managed instance.
"
}, {
"exceptionName" : "InvalidResourceIdException",
"documentation" : "The resource ID is not valid. Verify that you entered the correct ID and try again.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListTagsForResourceResult",
"asyncReturnType" : "ListTagsForResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listTagsForResource"
},
"ModifyDocumentPermission" : {
"documentation" : "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.
",
"operationName" : "ModifyDocumentPermission",
"deprecated" : false,
"input" : {
"variableName" : "modifyDocumentPermissionRequest",
"variableType" : "ModifyDocumentPermissionRequest",
"variableDeclarationType" : "ModifyDocumentPermissionRequest",
"documentation" : "",
"simpleType" : "ModifyDocumentPermissionRequest",
"variableSetterType" : "ModifyDocumentPermissionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ModifyDocumentPermissionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidDocumentException",
"documentation" : "The specified document does not exist.
"
}, {
"exceptionName" : "InvalidPermissionTypeException",
"documentation" : "The permission type is not supported. Share is the only supported permission type.
"
}, {
"exceptionName" : "DocumentPermissionLimitException",
"documentation" : "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.
"
}, {
"exceptionName" : "DocumentLimitExceededException",
"documentation" : "You can have at most 100 active SSM documents.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ModifyDocumentPermissionResult",
"asyncReturnType" : "ModifyDocumentPermissionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "modifyDocumentPermission"
},
"RemoveTagsFromResource" : {
"documentation" : "Removes all tags from the specified resource.
",
"operationName" : "RemoveTagsFromResource",
"deprecated" : false,
"input" : {
"variableName" : "removeTagsFromResourceRequest",
"variableType" : "RemoveTagsFromResourceRequest",
"variableDeclarationType" : "RemoveTagsFromResourceRequest",
"documentation" : "",
"simpleType" : "RemoveTagsFromResourceRequest",
"variableSetterType" : "RemoveTagsFromResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RemoveTagsFromResourceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidResourceTypeException",
"documentation" : "The resource type is not valid. If you are attempting to tag an instance, the instance must be a registered, managed instance.
"
}, {
"exceptionName" : "InvalidResourceIdException",
"documentation" : "The resource ID is not valid. Verify that you entered the correct ID and try again.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RemoveTagsFromResourceResult",
"asyncReturnType" : "RemoveTagsFromResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "removeTagsFromResource"
},
"SendCommand" : {
"documentation" : "Executes commands on one or more remote instances.
",
"operationName" : "SendCommand",
"deprecated" : false,
"input" : {
"variableName" : "sendCommandRequest",
"variableType" : "SendCommandRequest",
"variableDeclarationType" : "SendCommandRequest",
"documentation" : "",
"simpleType" : "SendCommandRequest",
"variableSetterType" : "SendCommandRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SendCommandResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "DuplicateInstanceIdException",
"documentation" : "You cannot specify an instance ID in more than one association.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
}, {
"exceptionName" : "InvalidDocumentException",
"documentation" : "The specified document does not exist.
"
}, {
"exceptionName" : "InvalidOutputFolderException",
"documentation" : "The S3 bucket does not exist.
"
}, {
"exceptionName" : "InvalidParametersException",
"documentation" : "You must specify values for all required parameters in the SSM document. You can only supply values to parameters defined in the SSM document.
"
}, {
"exceptionName" : "UnsupportedPlatformTypeException",
"documentation" : "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.
"
}, {
"exceptionName" : "MaxDocumentSizeExceededException",
"documentation" : "The size limit of an SSM document is 64 KB.
"
}, {
"exceptionName" : "InvalidRoleException",
"documentation" : "The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about configuring the IAM role for SSM notifications, see Configuring SNS Notifications SSM in the Amazon Elastic Compute Cloud User Guide .
"
}, {
"exceptionName" : "InvalidNotificationConfigException",
"documentation" : "One or more configuration items is not valid. Verify that a valid Amazon Resource Name (ARN) was provided for an Amazon SNS topic.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "SendCommandResult",
"asyncReturnType" : "SendCommandResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "sendCommand"
},
"UpdateAssociationStatus" : {
"documentation" : "Updates the status of the SSM document associated with the specified instance.
",
"operationName" : "UpdateAssociationStatus",
"deprecated" : false,
"input" : {
"variableName" : "updateAssociationStatusRequest",
"variableType" : "UpdateAssociationStatusRequest",
"variableDeclarationType" : "UpdateAssociationStatusRequest",
"documentation" : "",
"simpleType" : "UpdateAssociationStatusRequest",
"variableSetterType" : "UpdateAssociationStatusRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateAssociationStatusResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
}, {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
}, {
"exceptionName" : "InvalidDocumentException",
"documentation" : "The specified document does not exist.
"
}, {
"exceptionName" : "AssociationDoesNotExistException",
"documentation" : "The specified association does not exist.
"
}, {
"exceptionName" : "StatusUnchangedException",
"documentation" : "The updated status is the same as the current status.
"
}, {
"exceptionName" : "TooManyUpdatesException",
"documentation" : "There are concurrent updates for a resource that supports one update at a time.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateAssociationStatusResult",
"asyncReturnType" : "UpdateAssociationStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateAssociationStatus"
},
"UpdateManagedInstanceRole" : {
"documentation" : "Assigns or changes an Amazon Identity and Access Management (IAM) role to the managed instance.
",
"operationName" : "UpdateManagedInstanceRole",
"deprecated" : false,
"input" : {
"variableName" : "updateManagedInstanceRoleRequest",
"variableType" : "UpdateManagedInstanceRoleRequest",
"variableDeclarationType" : "UpdateManagedInstanceRoleRequest",
"documentation" : "",
"simpleType" : "UpdateManagedInstanceRoleRequest",
"variableSetterType" : "UpdateManagedInstanceRoleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateManagedInstanceRoleResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidInstanceIdException",
"documentation" : "The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.
"
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An error occurred on the server side.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateManagedInstanceRoleResult",
"asyncReturnType" : "UpdateManagedInstanceRoleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateManagedInstanceRole"
}
},
"shapes" : {
"CancelCommandRequest" : {
"c2jName" : "CancelCommandRequest",
"documentation" : "",
"shapeName" : "CancelCommandRequest",
"deprecated" : false,
"required" : [ "CommandId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID of the command you want to cancel.
",
"name" : "CommandId",
"c2jName" : "CommandId",
"c2jShape" : "CommandId",
"variable" : {
"variableName" : "commandId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the command you want to cancel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "commandId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CommandId",
"marshallLocationName" : "CommandId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the command you want to cancel.
\n@param commandId The ID of the command you want to cancel.*/",
"getterDocumentation" : "/**The ID of the command you want to cancel.
\n@return The ID of the command you want to cancel.*/",
"fluentSetterDocumentation" : "/**The ID of the command you want to cancel.
\n@param commandId The ID of the command you want to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the command you want to cancel.
\n@param commandId The ID of the command you want to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "(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.
",
"name" : "InstanceIds",
"c2jName" : "InstanceIds",
"c2jShape" : "InstanceIdList",
"variable" : {
"variableName" : "instanceIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "(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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "instanceIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceIds",
"marshallLocationName" : "InstanceIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "InstanceId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**(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.
\n@param 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.*/",
"getterDocumentation" : "/**(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.
\n@return (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.*/",
"fluentSetterDocumentation" : "/**(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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**(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.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "cancelCommandRequest",
"variableType" : "CancelCommandRequest",
"variableDeclarationType" : "CancelCommandRequest",
"documentation" : null,
"simpleType" : "CancelCommandRequest",
"variableSetterType" : "CancelCommandRequest"
},
"marshaller" : {
"action" : "CancelCommand",
"verb" : "POST",
"target" : "AmazonSSM.CancelCommand",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CommandId" : {
"documentation" : "The ID of the command you want to cancel.
",
"name" : "CommandId",
"c2jName" : "CommandId",
"c2jShape" : "CommandId",
"variable" : {
"variableName" : "commandId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the command you want to cancel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "commandId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CommandId",
"marshallLocationName" : "CommandId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the command you want to cancel.
\n@param commandId The ID of the command you want to cancel.*/",
"getterDocumentation" : "/**The ID of the command you want to cancel.
\n@return The ID of the command you want to cancel.*/",
"fluentSetterDocumentation" : "/**The ID of the command you want to cancel.
\n@param commandId The ID of the command you want to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the command you want to cancel.
\n@param commandId The ID of the command you want to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InstanceIds" : {
"documentation" : "(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.
",
"name" : "InstanceIds",
"c2jName" : "InstanceIds",
"c2jShape" : "InstanceIdList",
"variable" : {
"variableName" : "instanceIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "(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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "instanceIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceIds",
"marshallLocationName" : "InstanceIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "InstanceId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**(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.
\n@param 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.*/",
"getterDocumentation" : "/**(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.
\n@return (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.*/",
"fluentSetterDocumentation" : "/**(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.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**(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.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceIds(java.util.Collection)} or {@link #withInstanceIds(java.util.Collection)} if you want to override the existing values.
\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InstanceInformationFilterKey" : {
"c2jName" : "InstanceInformationFilterKey",
"documentation" : "",
"shapeName" : "InstanceInformationFilterKey",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "InstanceIds",
"value" : "InstanceIds"
}, {
"name" : "AgentVersion",
"value" : "AgentVersion"
}, {
"name" : "PingStatus",
"value" : "PingStatus"
}, {
"name" : "PlatformTypes",
"value" : "PlatformTypes"
}, {
"name" : "ActivationIds",
"value" : "ActivationIds"
}, {
"name" : "IamRole",
"value" : "IamRole"
}, {
"name" : "ResourceType",
"value" : "ResourceType"
} ],
"variable" : {
"variableName" : "instanceInformationFilterKey",
"variableType" : "InstanceInformationFilterKey",
"variableDeclarationType" : "InstanceInformationFilterKey",
"documentation" : null,
"simpleType" : "InstanceInformationFilterKey",
"variableSetterType" : "InstanceInformationFilterKey"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"Fault" : {
"c2jName" : "Fault",
"documentation" : "",
"shapeName" : "Fault",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Client",
"value" : "Client"
}, {
"name" : "Server",
"value" : "Server"
}, {
"name" : "Unknown",
"value" : "Unknown"
} ],
"variable" : {
"variableName" : "fault",
"variableType" : "Fault",
"variableDeclarationType" : "Fault",
"documentation" : null,
"simpleType" : "Fault",
"variableSetterType" : "Fault"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DocumentParameterType" : {
"c2jName" : "DocumentParameterType",
"documentation" : "",
"shapeName" : "DocumentParameterType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "String",
"value" : "String"
}, {
"name" : "StringList",
"value" : "StringList"
} ],
"variable" : {
"variableName" : "documentParameterType",
"variableType" : "DocumentParameterType",
"variableDeclarationType" : "DocumentParameterType",
"documentation" : null,
"simpleType" : "DocumentParameterType",
"variableSetterType" : "DocumentParameterType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InvalidPermissionTypeException" : {
"c2jName" : "InvalidPermissionType",
"documentation" : "The permission type is not supported. Share is the only supported permission type.
",
"shapeName" : "InvalidPermissionTypeException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidPermissionTypeException",
"variableType" : "InvalidPermissionTypeException",
"variableDeclarationType" : "InvalidPermissionTypeException",
"documentation" : null,
"simpleType" : "InvalidPermissionTypeException",
"variableSetterType" : "InvalidPermissionTypeException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidPermissionType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CommandInvocationStatus" : {
"c2jName" : "CommandInvocationStatus",
"documentation" : "",
"shapeName" : "CommandInvocationStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Pending",
"value" : "Pending"
}, {
"name" : "InProgress",
"value" : "InProgress"
}, {
"name" : "Cancelling",
"value" : "Cancelling"
}, {
"name" : "Success",
"value" : "Success"
}, {
"name" : "TimedOut",
"value" : "TimedOut"
}, {
"name" : "Cancelled",
"value" : "Cancelled"
}, {
"name" : "Failed",
"value" : "Failed"
} ],
"variable" : {
"variableName" : "commandInvocationStatus",
"variableType" : "CommandInvocationStatus",
"variableDeclarationType" : "CommandInvocationStatus",
"documentation" : null,
"simpleType" : "CommandInvocationStatus",
"variableSetterType" : "CommandInvocationStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"FailedCreateAssociation" : {
"c2jName" : "FailedCreateAssociation",
"documentation" : "Describes a failed association.
",
"shapeName" : "FailedCreateAssociation",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The association.
",
"name" : "Entry",
"c2jName" : "Entry",
"c2jShape" : "CreateAssociationBatchRequestEntry",
"variable" : {
"variableName" : "entry",
"variableType" : "CreateAssociationBatchRequestEntry",
"variableDeclarationType" : "CreateAssociationBatchRequestEntry",
"documentation" : "The association.
",
"simpleType" : "CreateAssociationBatchRequestEntry",
"variableSetterType" : "CreateAssociationBatchRequestEntry"
},
"setterModel" : {
"variableName" : "entry",
"variableType" : "CreateAssociationBatchRequestEntry",
"variableDeclarationType" : "CreateAssociationBatchRequestEntry",
"documentation" : "",
"simpleType" : "CreateAssociationBatchRequestEntry",
"variableSetterType" : "CreateAssociationBatchRequestEntry"
},
"getterModel" : {
"returnType" : "CreateAssociationBatchRequestEntry",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Entry",
"marshallLocationName" : "Entry",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The association.
\n@param entry The association.*/",
"getterDocumentation" : "/**The association.
\n@return The association.*/",
"fluentSetterDocumentation" : "/**The association.
\n@param entry The association.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The association.
\n@param entry The association.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A description of the failure.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "BatchErrorMessage",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A description of the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A description of the failure.
\n@param message A description of the failure.*/",
"getterDocumentation" : "/**A description of the failure.
\n@return A description of the failure.*/",
"fluentSetterDocumentation" : "/**A description of the failure.
\n@param message A description of the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description of the failure.
\n@param message A description of the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The source of the failure.
",
"name" : "Fault",
"c2jName" : "Fault",
"c2jShape" : "Fault",
"variable" : {
"variableName" : "fault",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The source of the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fault",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Fault",
"marshallLocationName" : "Fault",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "Fault",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The source of the failure.
\n@param fault The source of the failure.\n@see Fault*/",
"getterDocumentation" : "/**The source of the failure.
\n@return The source of the failure.\n@see Fault*/",
"fluentSetterDocumentation" : "/**The source of the failure.
\n@param fault The source of the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Fault*/",
"varargSetterDocumentation" : "/**The source of the failure.
\n@param fault The source of the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Fault*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "failedCreateAssociation",
"variableType" : "FailedCreateAssociation",
"variableDeclarationType" : "FailedCreateAssociation",
"documentation" : null,
"simpleType" : "FailedCreateAssociation",
"variableSetterType" : "FailedCreateAssociation"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Entry" : {
"documentation" : "The association.
",
"name" : "Entry",
"c2jName" : "Entry",
"c2jShape" : "CreateAssociationBatchRequestEntry",
"variable" : {
"variableName" : "entry",
"variableType" : "CreateAssociationBatchRequestEntry",
"variableDeclarationType" : "CreateAssociationBatchRequestEntry",
"documentation" : "The association.
",
"simpleType" : "CreateAssociationBatchRequestEntry",
"variableSetterType" : "CreateAssociationBatchRequestEntry"
},
"setterModel" : {
"variableName" : "entry",
"variableType" : "CreateAssociationBatchRequestEntry",
"variableDeclarationType" : "CreateAssociationBatchRequestEntry",
"documentation" : "",
"simpleType" : "CreateAssociationBatchRequestEntry",
"variableSetterType" : "CreateAssociationBatchRequestEntry"
},
"getterModel" : {
"returnType" : "CreateAssociationBatchRequestEntry",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Entry",
"marshallLocationName" : "Entry",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The association.
\n@param entry The association.*/",
"getterDocumentation" : "/**The association.
\n@return The association.*/",
"fluentSetterDocumentation" : "/**The association.
\n@param entry The association.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The association.
\n@param entry The association.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Message" : {
"documentation" : "A description of the failure.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "BatchErrorMessage",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A description of the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A description of the failure.
\n@param message A description of the failure.*/",
"getterDocumentation" : "/**A description of the failure.
\n@return A description of the failure.*/",
"fluentSetterDocumentation" : "/**A description of the failure.
\n@param message A description of the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description of the failure.
\n@param message A description of the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Fault" : {
"documentation" : "The source of the failure.
",
"name" : "Fault",
"c2jName" : "Fault",
"c2jShape" : "Fault",
"variable" : {
"variableName" : "fault",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The source of the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fault",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Fault",
"marshallLocationName" : "Fault",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "Fault",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The source of the failure.
\n@param fault The source of the failure.\n@see Fault*/",
"getterDocumentation" : "/**The source of the failure.
\n@return The source of the failure.\n@see Fault*/",
"fluentSetterDocumentation" : "/**The source of the failure.
\n@param fault The source of the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Fault*/",
"varargSetterDocumentation" : "/**The source of the failure.
\n@param fault The source of the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Fault*/"
}
}
},
"AddTagsToResourceResult" : {
"c2jName" : "AddTagsToResourceResult",
"documentation" : "",
"shapeName" : "AddTagsToResourceResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "addTagsToResourceResult",
"variableType" : "AddTagsToResourceResult",
"variableDeclarationType" : "AddTagsToResourceResult",
"documentation" : null,
"simpleType" : "AddTagsToResourceResult",
"variableSetterType" : "AddTagsToResourceResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"NotificationConfig" : {
"c2jName" : "NotificationConfig",
"documentation" : "Configurations for sending notifications.
",
"shapeName" : "NotificationConfig",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
",
"name" : "NotificationArn",
"c2jName" : "NotificationArn",
"c2jShape" : "NotificationArn",
"variable" : {
"variableName" : "notificationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "notificationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationArn",
"marshallLocationName" : "NotificationArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
\n@param notificationArn An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.*/",
"getterDocumentation" : "/**An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
\n@return An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.*/",
"fluentSetterDocumentation" : "/**An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
\n@param notificationArn An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
\n@param notificationArn An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
",
"name" : "NotificationEvents",
"c2jName" : "NotificationEvents",
"c2jShape" : "NotificationEventList",
"variable" : {
"variableName" : "notificationEvents",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "notificationEvents",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationEvents",
"marshallLocationName" : "NotificationEvents",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "NotificationEvent",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "NotificationEvent",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see NotificationEvent*/",
"getterDocumentation" : "/**\n@return \n@see NotificationEvent*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationEvent*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationEvent*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : "NotificationEvent",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
\n@param notificationEvents The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .\n@see NotificationEvent*/",
"getterDocumentation" : "/**The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
\n@return The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .\n@see NotificationEvent*/",
"fluentSetterDocumentation" : "/**The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
\n@param notificationEvents The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationEvent*/",
"varargSetterDocumentation" : "/**The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationEvents(java.util.Collection)} or {@link #withNotificationEvents(java.util.Collection)} if you want to override the existing values.
\n@param notificationEvents The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationEvent*/"
}, {
"documentation" : "Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
",
"name" : "NotificationType",
"c2jName" : "NotificationType",
"c2jShape" : "NotificationType",
"variable" : {
"variableName" : "notificationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "notificationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationType",
"marshallLocationName" : "NotificationType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "NotificationType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
\n@param notificationType Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.\n@see NotificationType*/",
"getterDocumentation" : "/**Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
\n@return Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.\n@see NotificationType*/",
"fluentSetterDocumentation" : "/**Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
\n@param notificationType Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/",
"varargSetterDocumentation" : "/**Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
\n@param notificationType Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "notificationConfig",
"variableType" : "NotificationConfig",
"variableDeclarationType" : "NotificationConfig",
"documentation" : null,
"simpleType" : "NotificationConfig",
"variableSetterType" : "NotificationConfig"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NotificationArn" : {
"documentation" : "An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
",
"name" : "NotificationArn",
"c2jName" : "NotificationArn",
"c2jShape" : "NotificationArn",
"variable" : {
"variableName" : "notificationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "notificationArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationArn",
"marshallLocationName" : "NotificationArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
\n@param notificationArn An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.*/",
"getterDocumentation" : "/**An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
\n@return An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.*/",
"fluentSetterDocumentation" : "/**An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
\n@param notificationArn An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.
\n@param notificationArn An Amazon Resource Name (ARN) for a Simple Notification Service (SNS) topic. SSM pushes notifications about command status changes to this topic.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NotificationType" : {
"documentation" : "Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
",
"name" : "NotificationType",
"c2jName" : "NotificationType",
"c2jShape" : "NotificationType",
"variable" : {
"variableName" : "notificationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "notificationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationType",
"marshallLocationName" : "NotificationType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "NotificationType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
\n@param notificationType Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.\n@see NotificationType*/",
"getterDocumentation" : "/**Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
\n@return Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.\n@see NotificationType*/",
"fluentSetterDocumentation" : "/**Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
\n@param notificationType Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/",
"varargSetterDocumentation" : "/**Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.
\n@param notificationType Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple instances, receive notification on a per-instance basis when the status of a command changes.\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType*/"
},
"NotificationEvents" : {
"documentation" : "The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
",
"name" : "NotificationEvents",
"c2jName" : "NotificationEvents",
"c2jShape" : "NotificationEventList",
"variable" : {
"variableName" : "notificationEvents",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "notificationEvents",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NotificationEvents",
"marshallLocationName" : "NotificationEvents",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "NotificationEvent",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "NotificationEvent",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see NotificationEvent*/",
"getterDocumentation" : "/**\n@return \n@see NotificationEvent*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationEvent*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationEvent*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : "NotificationEvent",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
\n@param notificationEvents The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .\n@see NotificationEvent*/",
"getterDocumentation" : "/**The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
\n@return The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .\n@see NotificationEvent*/",
"fluentSetterDocumentation" : "/**The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
\n@param notificationEvents The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationEvent*/",
"varargSetterDocumentation" : "/**The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setNotificationEvents(java.util.Collection)} or {@link #withNotificationEvents(java.util.Collection)} if you want to override the existing values.
\n@param notificationEvents The different events for which you can receive notifications. These events include the following: All (events), InProgress, Success, TimedOut, Cancelled, Failed. To learn more about these events, see Monitoring Commands in the Amazon Elastic Compute Cloud User Guide .\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationEvent*/"
}
}
},
"AssociationDescription" : {
"c2jName" : "AssociationDescription",
"documentation" : "Describes the parameters for a document.
",
"shapeName" : "AssociationDescription",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the SSM document.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "DocumentName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the SSM document.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.*/",
"getterDocumentation" : "/**The name of the SSM document.
\n@return The name of the SSM document.*/",
"fluentSetterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the instance.
",
"name" : "InstanceId",
"c2jName" : "InstanceId",
"c2jShape" : "InstanceId",
"variable" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceId",
"marshallLocationName" : "InstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.*/",
"getterDocumentation" : "/**The ID of the instance.
\n@return The ID of the instance.*/",
"fluentSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The date when the association was made.
",
"name" : "Date",
"c2jName" : "Date",
"c2jShape" : "DateTime",
"variable" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the association was made.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Date",
"marshallLocationName" : "Date",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the association was made.
\n@param dateValue The date when the association was made.*/",
"getterDocumentation" : "/**The date when the association was made.
\n@return The date when the association was made.*/",
"fluentSetterDocumentation" : "/**The date when the association was made.
\n@param dateValue The date when the association was made.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the association was made.
\n@param dateValue The date when the association was made.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The association status.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "AssociationStatus",
"variable" : {
"variableName" : "status",
"variableType" : "AssociationStatus",
"variableDeclarationType" : "AssociationStatus",
"documentation" : "The association status.
",
"simpleType" : "AssociationStatus",
"variableSetterType" : "AssociationStatus"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "AssociationStatus",
"variableDeclarationType" : "AssociationStatus",
"documentation" : "",
"simpleType" : "AssociationStatus",
"variableSetterType" : "AssociationStatus"
},
"getterModel" : {
"returnType" : "AssociationStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The association status.
\n@param status The association status.*/",
"getterDocumentation" : "/**The association status.
\n@return The association status.*/",
"fluentSetterDocumentation" : "/**The association status.
\n@param status The association status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The association status.
\n@param status The association status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A description of the parameters for a document.
",
"name" : "Parameters",
"c2jName" : "Parameters",
"c2jShape" : "Parameters",
"variable" : {
"variableName" : "parameters",
"variableType" : "java.util.Map>",
"variableDeclarationType" : "java.util.Map>",
"documentation" : "A description of the parameters for a document.
",
"simpleType" : "List>",
"variableSetterType" : "java.util.Map>"
},
"setterModel" : {
"variableName" : "parameters",
"variableType" : "java.util.Map>",
"variableDeclarationType" : "java.util.Map>",
"documentation" : "",
"simpleType" : "List>",
"variableSetterType" : "java.util.Map>"
},
"getterModel" : {
"returnType" : "java.util.Map>",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Parameters",
"marshallLocationName" : "Parameters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "java.util.List",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "ParameterValueList",
"variable" : {
"variableName" : "value",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ParameterValue",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.
\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"templateType" : "java.util.Map>",
"templateImplType" : "java.util.HashMap>",
"keySimple" : true,
"valueSimple" : false,
"valueList" : true,
"entryType" : "Map.Entry>"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**A description of the parameters for a document.
\n@param parameters A description of the parameters for a document.*/",
"getterDocumentation" : "/**A description of the parameters for a document.
\n@return A description of the parameters for a document.*/",
"fluentSetterDocumentation" : "/**A description of the parameters for a document.
\n@param parameters A description of the parameters for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description of the parameters for a document.
\n@param parameters A description of the parameters for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "associationDescription",
"variableType" : "AssociationDescription",
"variableDeclarationType" : "AssociationDescription",
"documentation" : null,
"simpleType" : "AssociationDescription",
"variableSetterType" : "AssociationDescription"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "The association status.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "AssociationStatus",
"variable" : {
"variableName" : "status",
"variableType" : "AssociationStatus",
"variableDeclarationType" : "AssociationStatus",
"documentation" : "The association status.
",
"simpleType" : "AssociationStatus",
"variableSetterType" : "AssociationStatus"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "AssociationStatus",
"variableDeclarationType" : "AssociationStatus",
"documentation" : "",
"simpleType" : "AssociationStatus",
"variableSetterType" : "AssociationStatus"
},
"getterModel" : {
"returnType" : "AssociationStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The association status.
\n@param status The association status.*/",
"getterDocumentation" : "/**The association status.
\n@return The association status.*/",
"fluentSetterDocumentation" : "/**The association status.
\n@param status The association status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The association status.
\n@param status The association status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Parameters" : {
"documentation" : "A description of the parameters for a document.
",
"name" : "Parameters",
"c2jName" : "Parameters",
"c2jShape" : "Parameters",
"variable" : {
"variableName" : "parameters",
"variableType" : "java.util.Map>",
"variableDeclarationType" : "java.util.Map>",
"documentation" : "A description of the parameters for a document.
",
"simpleType" : "List>",
"variableSetterType" : "java.util.Map>"
},
"setterModel" : {
"variableName" : "parameters",
"variableType" : "java.util.Map>",
"variableDeclarationType" : "java.util.Map>",
"documentation" : "",
"simpleType" : "List>",
"variableSetterType" : "java.util.Map>"
},
"getterModel" : {
"returnType" : "java.util.Map>",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Parameters",
"marshallLocationName" : "Parameters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "java.util.List",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "ParameterValueList",
"variable" : {
"variableName" : "value",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ParameterValue",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.
\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"templateType" : "java.util.Map>",
"templateImplType" : "java.util.HashMap>",
"keySimple" : true,
"valueSimple" : false,
"valueList" : true,
"entryType" : "Map.Entry>"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**A description of the parameters for a document.
\n@param parameters A description of the parameters for a document.*/",
"getterDocumentation" : "/**A description of the parameters for a document.
\n@return A description of the parameters for a document.*/",
"fluentSetterDocumentation" : "/**A description of the parameters for a document.
\n@param parameters A description of the parameters for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description of the parameters for a document.
\n@param parameters A description of the parameters for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InstanceId" : {
"documentation" : "The ID of the instance.
",
"name" : "InstanceId",
"c2jName" : "InstanceId",
"c2jShape" : "InstanceId",
"variable" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceId",
"marshallLocationName" : "InstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.*/",
"getterDocumentation" : "/**The ID of the instance.
\n@return The ID of the instance.*/",
"fluentSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Date" : {
"documentation" : "The date when the association was made.
",
"name" : "Date",
"c2jName" : "Date",
"c2jShape" : "DateTime",
"variable" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the association was made.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Date",
"marshallLocationName" : "Date",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the association was made.
\n@param dateValue The date when the association was made.*/",
"getterDocumentation" : "/**The date when the association was made.
\n@return The date when the association was made.*/",
"fluentSetterDocumentation" : "/**The date when the association was made.
\n@param dateValue The date when the association was made.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the association was made.
\n@param dateValue The date when the association was made.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "The name of the SSM document.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "DocumentName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the SSM document.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.*/",
"getterDocumentation" : "/**The name of the SSM document.
\n@return The name of the SSM document.*/",
"fluentSetterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AssociationStatus" : {
"c2jName" : "AssociationStatus",
"documentation" : "Describes an association status.
",
"shapeName" : "AssociationStatus",
"deprecated" : false,
"required" : [ "Date", "Name", "Message" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The date when the status changed.
",
"name" : "Date",
"c2jName" : "Date",
"c2jShape" : "DateTime",
"variable" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the status changed.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Date",
"marshallLocationName" : "Date",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the status changed.
\n@param dateValue The date when the status changed.*/",
"getterDocumentation" : "/**The date when the status changed.
\n@return The date when the status changed.*/",
"fluentSetterDocumentation" : "/**The date when the status changed.
\n@param dateValue The date when the status changed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the status changed.
\n@param dateValue The date when the status changed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "AssociationStatusName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "AssociationStatusName",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status.
\n@param name The status.\n@see AssociationStatusName*/",
"getterDocumentation" : "/**The status.
\n@return The status.\n@see AssociationStatusName*/",
"fluentSetterDocumentation" : "/**The status.
\n@param name The status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AssociationStatusName*/",
"varargSetterDocumentation" : "/**The status.
\n@param name The status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AssociationStatusName*/"
}, {
"documentation" : "The reason for the status.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "StatusMessage",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The reason for the status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The reason for the status.
\n@param message The reason for the status.*/",
"getterDocumentation" : "/**The reason for the status.
\n@return The reason for the status.*/",
"fluentSetterDocumentation" : "/**The reason for the status.
\n@param message The reason for the status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The reason for the status.
\n@param message The reason for the status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A user-defined string.
",
"name" : "AdditionalInfo",
"c2jName" : "AdditionalInfo",
"c2jShape" : "StatusAdditionalInfo",
"variable" : {
"variableName" : "additionalInfo",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-defined string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "additionalInfo",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AdditionalInfo",
"marshallLocationName" : "AdditionalInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-defined string.
\n@param additionalInfo A user-defined string.*/",
"getterDocumentation" : "/**A user-defined string.
\n@return A user-defined string.*/",
"fluentSetterDocumentation" : "/**A user-defined string.
\n@param additionalInfo A user-defined string.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-defined string.
\n@param additionalInfo A user-defined string.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "associationStatus",
"variableType" : "AssociationStatus",
"variableDeclarationType" : "AssociationStatus",
"documentation" : null,
"simpleType" : "AssociationStatus",
"variableSetterType" : "AssociationStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AdditionalInfo" : {
"documentation" : "A user-defined string.
",
"name" : "AdditionalInfo",
"c2jName" : "AdditionalInfo",
"c2jShape" : "StatusAdditionalInfo",
"variable" : {
"variableName" : "additionalInfo",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-defined string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "additionalInfo",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AdditionalInfo",
"marshallLocationName" : "AdditionalInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-defined string.
\n@param additionalInfo A user-defined string.*/",
"getterDocumentation" : "/**A user-defined string.
\n@return A user-defined string.*/",
"fluentSetterDocumentation" : "/**A user-defined string.
\n@param additionalInfo A user-defined string.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-defined string.
\n@param additionalInfo A user-defined string.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Message" : {
"documentation" : "The reason for the status.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "StatusMessage",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The reason for the status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The reason for the status.
\n@param message The reason for the status.*/",
"getterDocumentation" : "/**The reason for the status.
\n@return The reason for the status.*/",
"fluentSetterDocumentation" : "/**The reason for the status.
\n@param message The reason for the status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The reason for the status.
\n@param message The reason for the status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Date" : {
"documentation" : "The date when the status changed.
",
"name" : "Date",
"c2jName" : "Date",
"c2jShape" : "DateTime",
"variable" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date when the status changed.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "dateValue",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Date",
"marshallLocationName" : "Date",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date when the status changed.
\n@param dateValue The date when the status changed.*/",
"getterDocumentation" : "/**The date when the status changed.
\n@return The date when the status changed.*/",
"fluentSetterDocumentation" : "/**The date when the status changed.
\n@param dateValue The date when the status changed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date when the status changed.
\n@param dateValue The date when the status changed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "The status.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "AssociationStatusName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "AssociationStatusName",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status.
\n@param name The status.\n@see AssociationStatusName*/",
"getterDocumentation" : "/**The status.
\n@return The status.\n@see AssociationStatusName*/",
"fluentSetterDocumentation" : "/**The status.
\n@param name The status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AssociationStatusName*/",
"varargSetterDocumentation" : "/**The status.
\n@param name The status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AssociationStatusName*/"
}
}
},
"InvalidDocumentException" : {
"c2jName" : "InvalidDocument",
"documentation" : "The specified document does not exist.
",
"shapeName" : "InvalidDocumentException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidDocumentException",
"variableType" : "InvalidDocumentException",
"variableDeclarationType" : "InvalidDocumentException",
"documentation" : null,
"simpleType" : "InvalidDocumentException",
"variableSetterType" : "InvalidDocumentException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidDocument",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeregisterManagedInstanceRequest" : {
"c2jName" : "DeregisterManagedInstanceRequest",
"documentation" : "",
"shapeName" : "DeregisterManagedInstanceRequest",
"deprecated" : false,
"required" : [ "InstanceId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID assigned to the managed instance when you registered it using the activation process.
",
"name" : "InstanceId",
"c2jName" : "InstanceId",
"c2jShape" : "ManagedInstanceId",
"variable" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the managed instance when you registered it using the activation process.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceId",
"marshallLocationName" : "InstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID assigned to the managed instance when you registered it using the activation process.
\n@param instanceId The ID assigned to the managed instance when you registered it using the activation process.*/",
"getterDocumentation" : "/**The ID assigned to the managed instance when you registered it using the activation process.
\n@return The ID assigned to the managed instance when you registered it using the activation process.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the managed instance when you registered it using the activation process.
\n@param instanceId The ID assigned to the managed instance when you registered it using the activation process.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID assigned to the managed instance when you registered it using the activation process.
\n@param instanceId The ID assigned to the managed instance when you registered it using the activation process.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deregisterManagedInstanceRequest",
"variableType" : "DeregisterManagedInstanceRequest",
"variableDeclarationType" : "DeregisterManagedInstanceRequest",
"documentation" : null,
"simpleType" : "DeregisterManagedInstanceRequest",
"variableSetterType" : "DeregisterManagedInstanceRequest"
},
"marshaller" : {
"action" : "DeregisterManagedInstance",
"verb" : "POST",
"target" : "AmazonSSM.DeregisterManagedInstance",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"InstanceId" : {
"documentation" : "The ID assigned to the managed instance when you registered it using the activation process.
",
"name" : "InstanceId",
"c2jName" : "InstanceId",
"c2jShape" : "ManagedInstanceId",
"variable" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the managed instance when you registered it using the activation process.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceId",
"marshallLocationName" : "InstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID assigned to the managed instance when you registered it using the activation process.
\n@param instanceId The ID assigned to the managed instance when you registered it using the activation process.*/",
"getterDocumentation" : "/**The ID assigned to the managed instance when you registered it using the activation process.
\n@return The ID assigned to the managed instance when you registered it using the activation process.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the managed instance when you registered it using the activation process.
\n@param instanceId The ID assigned to the managed instance when you registered it using the activation process.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID assigned to the managed instance when you registered it using the activation process.
\n@param instanceId The ID assigned to the managed instance when you registered it using the activation process.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DocumentFilterKey" : {
"c2jName" : "DocumentFilterKey",
"documentation" : "",
"shapeName" : "DocumentFilterKey",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Name",
"value" : "Name"
}, {
"name" : "Owner",
"value" : "Owner"
}, {
"name" : "PlatformTypes",
"value" : "PlatformTypes"
} ],
"variable" : {
"variableName" : "documentFilterKey",
"variableType" : "DocumentFilterKey",
"variableDeclarationType" : "DocumentFilterKey",
"documentation" : null,
"simpleType" : "DocumentFilterKey",
"variableSetterType" : "DocumentFilterKey"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InvalidParametersException" : {
"c2jName" : "InvalidParameters",
"documentation" : "You must specify values for all required parameters in the SSM document. You can only supply values to parameters defined in the SSM document.
",
"shapeName" : "InvalidParametersException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidParametersException",
"variableType" : "InvalidParametersException",
"variableDeclarationType" : "InvalidParametersException",
"documentation" : null,
"simpleType" : "InvalidParametersException",
"variableSetterType" : "InvalidParametersException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidParameters",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeActivationsFilter" : {
"c2jName" : "DescribeActivationsFilter",
"documentation" : "Filter for the DescribeActivation API.
",
"shapeName" : "DescribeActivationsFilter",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the filter.
",
"name" : "FilterKey",
"c2jName" : "FilterKey",
"c2jShape" : "DescribeActivationsFilterKeys",
"variable" : {
"variableName" : "filterKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "filterKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FilterKey",
"marshallLocationName" : "FilterKey",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DescribeActivationsFilterKeys",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the filter.
\n@param filterKey The name of the filter.\n@see DescribeActivationsFilterKeys*/",
"getterDocumentation" : "/**The name of the filter.
\n@return The name of the filter.\n@see DescribeActivationsFilterKeys*/",
"fluentSetterDocumentation" : "/**The name of the filter.
\n@param filterKey The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DescribeActivationsFilterKeys*/",
"varargSetterDocumentation" : "/**The name of the filter.
\n@param filterKey The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DescribeActivationsFilterKeys*/"
}, {
"documentation" : "The filter values.
",
"name" : "FilterValues",
"c2jName" : "FilterValues",
"c2jShape" : "StringList",
"variable" : {
"variableName" : "filterValues",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The filter values.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "filterValues",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FilterValues",
"marshallLocationName" : "FilterValues",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "String",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The filter values.
\n@param filterValues The filter values.*/",
"getterDocumentation" : "/**The filter values.
\n@return The filter values.*/",
"fluentSetterDocumentation" : "/**The filter values.
\n@param filterValues The filter values.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The filter values.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setFilterValues(java.util.Collection)} or {@link #withFilterValues(java.util.Collection)} if you want to override the existing values.
\n@param filterValues The filter values.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeActivationsFilter",
"variableType" : "DescribeActivationsFilter",
"variableDeclarationType" : "DescribeActivationsFilter",
"documentation" : null,
"simpleType" : "DescribeActivationsFilter",
"variableSetterType" : "DescribeActivationsFilter"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"FilterValues" : {
"documentation" : "The filter values.
",
"name" : "FilterValues",
"c2jName" : "FilterValues",
"c2jShape" : "StringList",
"variable" : {
"variableName" : "filterValues",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The filter values.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "filterValues",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FilterValues",
"marshallLocationName" : "FilterValues",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "String",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The filter values.
\n@param filterValues The filter values.*/",
"getterDocumentation" : "/**The filter values.
\n@return The filter values.*/",
"fluentSetterDocumentation" : "/**The filter values.
\n@param filterValues The filter values.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The filter values.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setFilterValues(java.util.Collection)} or {@link #withFilterValues(java.util.Collection)} if you want to override the existing values.
\n@param filterValues The filter values.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FilterKey" : {
"documentation" : "The name of the filter.
",
"name" : "FilterKey",
"c2jName" : "FilterKey",
"c2jShape" : "DescribeActivationsFilterKeys",
"variable" : {
"variableName" : "filterKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "filterKey",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FilterKey",
"marshallLocationName" : "FilterKey",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DescribeActivationsFilterKeys",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the filter.
\n@param filterKey The name of the filter.\n@see DescribeActivationsFilterKeys*/",
"getterDocumentation" : "/**The name of the filter.
\n@return The name of the filter.\n@see DescribeActivationsFilterKeys*/",
"fluentSetterDocumentation" : "/**The name of the filter.
\n@param filterKey The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DescribeActivationsFilterKeys*/",
"varargSetterDocumentation" : "/**The name of the filter.
\n@param filterKey The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DescribeActivationsFilterKeys*/"
}
}
},
"DocumentFilter" : {
"c2jName" : "DocumentFilter",
"documentation" : "Describes a filter.
",
"shapeName" : "DocumentFilter",
"deprecated" : false,
"required" : [ "key", "value" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the filter.
",
"name" : "Key",
"c2jName" : "key",
"c2jShape" : "DocumentFilterKey",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "key",
"marshallLocationName" : "key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DocumentFilterKey",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the filter.
\n@param key The name of the filter.\n@see DocumentFilterKey*/",
"getterDocumentation" : "/**The name of the filter.
\n@return The name of the filter.\n@see DocumentFilterKey*/",
"fluentSetterDocumentation" : "/**The name of the filter.
\n@param key The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentFilterKey*/",
"varargSetterDocumentation" : "/**The name of the filter.
\n@param key The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentFilterKey*/"
}, {
"documentation" : "The value of the filter.
",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "DocumentFilterValue",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value of the filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The value of the filter.
\n@param value The value of the filter.*/",
"getterDocumentation" : "/**The value of the filter.
\n@return The value of the filter.*/",
"fluentSetterDocumentation" : "/**The value of the filter.
\n@param value The value of the filter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value of the filter.
\n@param value The value of the filter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "documentFilter",
"variableType" : "DocumentFilter",
"variableDeclarationType" : "DocumentFilter",
"documentation" : null,
"simpleType" : "DocumentFilter",
"variableSetterType" : "DocumentFilter"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Value" : {
"documentation" : "The value of the filter.
",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "DocumentFilterValue",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value of the filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The value of the filter.
\n@param value The value of the filter.*/",
"getterDocumentation" : "/**The value of the filter.
\n@return The value of the filter.*/",
"fluentSetterDocumentation" : "/**The value of the filter.
\n@param value The value of the filter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value of the filter.
\n@param value The value of the filter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Key" : {
"documentation" : "The name of the filter.
",
"name" : "Key",
"c2jName" : "key",
"c2jShape" : "DocumentFilterKey",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "key",
"marshallLocationName" : "key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DocumentFilterKey",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the filter.
\n@param key The name of the filter.\n@see DocumentFilterKey*/",
"getterDocumentation" : "/**The name of the filter.
\n@return The name of the filter.\n@see DocumentFilterKey*/",
"fluentSetterDocumentation" : "/**The name of the filter.
\n@param key The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentFilterKey*/",
"varargSetterDocumentation" : "/**The name of the filter.
\n@param key The name of the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentFilterKey*/"
}
}
},
"DeleteAssociationRequest" : {
"c2jName" : "DeleteAssociationRequest",
"documentation" : "",
"shapeName" : "DeleteAssociationRequest",
"deprecated" : false,
"required" : [ "Name", "InstanceId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the SSM document.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "DocumentName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the SSM document.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.*/",
"getterDocumentation" : "/**The name of the SSM document.
\n@return The name of the SSM document.*/",
"fluentSetterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the instance.
",
"name" : "InstanceId",
"c2jName" : "InstanceId",
"c2jShape" : "InstanceId",
"variable" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceId",
"marshallLocationName" : "InstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.*/",
"getterDocumentation" : "/**The ID of the instance.
\n@return The ID of the instance.*/",
"fluentSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteAssociationRequest",
"variableType" : "DeleteAssociationRequest",
"variableDeclarationType" : "DeleteAssociationRequest",
"documentation" : null,
"simpleType" : "DeleteAssociationRequest",
"variableSetterType" : "DeleteAssociationRequest"
},
"marshaller" : {
"action" : "DeleteAssociation",
"verb" : "POST",
"target" : "AmazonSSM.DeleteAssociation",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"InstanceId" : {
"documentation" : "The ID of the instance.
",
"name" : "InstanceId",
"c2jName" : "InstanceId",
"c2jShape" : "InstanceId",
"variable" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceId",
"marshallLocationName" : "InstanceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.*/",
"getterDocumentation" : "/**The ID of the instance.
\n@return The ID of the instance.*/",
"fluentSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the instance.
\n@param instanceId The ID of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "The name of the SSM document.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "DocumentName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the SSM document.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.*/",
"getterDocumentation" : "/**The name of the SSM document.
\n@return The name of the SSM document.*/",
"fluentSetterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the SSM document.
\n@param name The name of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeregisterManagedInstanceResult" : {
"c2jName" : "DeregisterManagedInstanceResult",
"documentation" : "",
"shapeName" : "DeregisterManagedInstanceResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deregisterManagedInstanceResult",
"variableType" : "DeregisterManagedInstanceResult",
"variableDeclarationType" : "DeregisterManagedInstanceResult",
"documentation" : null,
"simpleType" : "DeregisterManagedInstanceResult",
"variableSetterType" : "DeregisterManagedInstanceResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InvalidOutputFolderException" : {
"c2jName" : "InvalidOutputFolder",
"documentation" : "The S3 bucket does not exist.
",
"shapeName" : "InvalidOutputFolderException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "invalidOutputFolderException",
"variableType" : "InvalidOutputFolderException",
"variableDeclarationType" : "InvalidOutputFolderException",
"documentation" : null,
"simpleType" : "InvalidOutputFolderException",
"variableSetterType" : "InvalidOutputFolderException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidOutputFolder",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeleteAssociationResult" : {
"c2jName" : "DeleteAssociationResult",
"documentation" : "",
"shapeName" : "DeleteAssociationResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteAssociationResult",
"variableType" : "DeleteAssociationResult",
"variableDeclarationType" : "DeleteAssociationResult",
"documentation" : null,
"simpleType" : "DeleteAssociationResult",
"variableSetterType" : "DeleteAssociationResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"NotificationType" : {
"c2jName" : "NotificationType",
"documentation" : "",
"shapeName" : "NotificationType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Command",
"value" : "Command"
}, {
"name" : "Invocation",
"value" : "Invocation"
} ],
"variable" : {
"variableName" : "notificationType",
"variableType" : "NotificationType",
"variableDeclarationType" : "NotificationType",
"documentation" : null,
"simpleType" : "NotificationType",
"variableSetterType" : "NotificationType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ModifyDocumentPermissionRequest" : {
"c2jName" : "ModifyDocumentPermissionRequest",
"documentation" : "",
"shapeName" : "ModifyDocumentPermissionRequest",
"deprecated" : false,
"required" : [ "Name", "PermissionType" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the document that you want to share.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "DocumentName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the document that you want to share.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the document that you want to share.
\n@param name The name of the document that you want to share.*/",
"getterDocumentation" : "/**The name of the document that you want to share.
\n@return The name of the document that you want to share.*/",
"fluentSetterDocumentation" : "/**The name of the document that you want to share.
\n@param name The name of the document that you want to share.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the document that you want to share.
\n@param name The name of the document that you want to share.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The permission type for the document. The permission type can be Share.
",
"name" : "PermissionType",
"c2jName" : "PermissionType",
"c2jShape" : "DocumentPermissionType",
"variable" : {
"variableName" : "permissionType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The permission type for the document. The permission type can be Share.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "permissionType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PermissionType",
"marshallLocationName" : "PermissionType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DocumentPermissionType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The permission type for the document. The permission type can be Share.
\n@param permissionType The permission type for the document. The permission type can be Share.\n@see DocumentPermissionType*/",
"getterDocumentation" : "/**The permission type for the document. The permission type can be Share.
\n@return The permission type for the document. The permission type can be Share.\n@see DocumentPermissionType*/",
"fluentSetterDocumentation" : "/**The permission type for the document. The permission type can be Share.
\n@param permissionType The permission type for the document. The permission type can be Share.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentPermissionType*/",
"varargSetterDocumentation" : "/**The permission type for the document. The permission type can be Share.
\n@param permissionType The permission type for the document. The permission type can be Share.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentPermissionType*/"
}, {
"documentation" : "The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
",
"name" : "AccountIdsToAdd",
"c2jName" : "AccountIdsToAdd",
"c2jShape" : "AccountIdList",
"variable" : {
"variableName" : "accountIdsToAdd",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "accountIdsToAdd",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountIdsToAdd",
"marshallLocationName" : "AccountIdsToAdd",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "AccountId",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AccountId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountId",
"marshallLocationName" : "AccountId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
\n@param accountIdsToAdd The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.*/",
"getterDocumentation" : "/**The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
\n@return The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.*/",
"fluentSetterDocumentation" : "/**The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
\n@param accountIdsToAdd The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAccountIdsToAdd(java.util.Collection)} or {@link #withAccountIdsToAdd(java.util.Collection)} if you want to override the existing values.
\n@param accountIdsToAdd The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
",
"name" : "AccountIdsToRemove",
"c2jName" : "AccountIdsToRemove",
"c2jShape" : "AccountIdList",
"variable" : {
"variableName" : "accountIdsToRemove",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "accountIdsToRemove",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountIdsToRemove",
"marshallLocationName" : "AccountIdsToRemove",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "AccountId",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AccountId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountId",
"marshallLocationName" : "AccountId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
\n@param accountIdsToRemove The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.*/",
"getterDocumentation" : "/**The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
\n@return The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.*/",
"fluentSetterDocumentation" : "/**The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
\n@param accountIdsToRemove The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAccountIdsToRemove(java.util.Collection)} or {@link #withAccountIdsToRemove(java.util.Collection)} if you want to override the existing values.
\n@param accountIdsToRemove The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "modifyDocumentPermissionRequest",
"variableType" : "ModifyDocumentPermissionRequest",
"variableDeclarationType" : "ModifyDocumentPermissionRequest",
"documentation" : null,
"simpleType" : "ModifyDocumentPermissionRequest",
"variableSetterType" : "ModifyDocumentPermissionRequest"
},
"marshaller" : {
"action" : "ModifyDocumentPermission",
"verb" : "POST",
"target" : "AmazonSSM.ModifyDocumentPermission",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AccountIdsToRemove" : {
"documentation" : "The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
",
"name" : "AccountIdsToRemove",
"c2jName" : "AccountIdsToRemove",
"c2jShape" : "AccountIdList",
"variable" : {
"variableName" : "accountIdsToRemove",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "accountIdsToRemove",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountIdsToRemove",
"marshallLocationName" : "AccountIdsToRemove",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "AccountId",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AccountId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountId",
"marshallLocationName" : "AccountId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
\n@param accountIdsToRemove The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.*/",
"getterDocumentation" : "/**The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
\n@return The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.*/",
"fluentSetterDocumentation" : "/**The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
\n@param accountIdsToRemove The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAccountIdsToRemove(java.util.Collection)} or {@link #withAccountIdsToRemove(java.util.Collection)} if you want to override the existing values.
\n@param accountIdsToRemove The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AccountIdsToAdd" : {
"documentation" : "The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
",
"name" : "AccountIdsToAdd",
"c2jName" : "AccountIdsToAdd",
"c2jShape" : "AccountIdList",
"variable" : {
"variableName" : "accountIdsToAdd",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "accountIdsToAdd",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountIdsToAdd",
"marshallLocationName" : "AccountIdsToAdd",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "AccountId",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AccountId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountId",
"marshallLocationName" : "AccountId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
\n@param accountIdsToAdd The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.*/",
"getterDocumentation" : "/**The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
\n@return The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.*/",
"fluentSetterDocumentation" : "/**The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
\n@param accountIdsToAdd The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAccountIdsToAdd(java.util.Collection)} or {@link #withAccountIdsToAdd(java.util.Collection)} if you want to override the existing values.
\n@param accountIdsToAdd The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PermissionType" : {
"documentation" : "The permission type for the document. The permission type can be Share.
",
"name" : "PermissionType",
"c2jName" : "PermissionType",
"c2jShape" : "DocumentPermissionType",
"variable" : {
"variableName" : "permissionType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The permission type for the document. The permission type can be Share.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "permissionType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PermissionType",
"marshallLocationName" : "PermissionType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DocumentPermissionType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The permission type for the document. The permission type can be Share.
\n@param permissionType The permission type for the document. The permission type can be Share.\n@see DocumentPermissionType*/",
"getterDocumentation" : "/**The permission type for the document. The permission type can be Share.
\n@return The permission type for the document. The permission type can be Share.\n@see DocumentPermissionType*/",
"fluentSetterDocumentation" : "/**The permission type for the document. The permission type can be Share.
\n@param permissionType The permission type for the document. The permission type can be Share.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentPermissionType*/",
"varargSetterDocumentation" : "/**The permission type for the document. The permission type can be Share.
\n@param permissionType The permission type for the document. The permission type can be Share.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentPermissionType*/"
},
"Name" : {
"documentation" : "The name of the document that you want to share.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "DocumentName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the document that you want to share.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the document that you want to share.
\n@param name The name of the document that you want to share.*/",
"getterDocumentation" : "/**The name of the document that you want to share.
\n@return The name of the document that you want to share.*/",
"fluentSetterDocumentation" : "/**The name of the document that you want to share.
\n@param name The name of the document that you want to share.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the document that you want to share.
\n@param name The name of the document that you want to share.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidDocumentOperationException" : {
"c2jName" : "InvalidDocumentOperation",
"documentation" : "You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.
",
"shapeName" : "InvalidDocumentOperationException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidDocumentOperationException",
"variableType" : "InvalidDocumentOperationException",
"variableDeclarationType" : "InvalidDocumentOperationException",
"documentation" : null,
"simpleType" : "InvalidDocumentOperationException",
"variableSetterType" : "InvalidDocumentOperationException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidDocumentOperation",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CommandStatus" : {
"c2jName" : "CommandStatus",
"documentation" : "",
"shapeName" : "CommandStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Pending",
"value" : "Pending"
}, {
"name" : "InProgress",
"value" : "InProgress"
}, {
"name" : "Cancelling",
"value" : "Cancelling"
}, {
"name" : "Success",
"value" : "Success"
}, {
"name" : "TimedOut",
"value" : "TimedOut"
}, {
"name" : "Cancelled",
"value" : "Cancelled"
}, {
"name" : "Failed",
"value" : "Failed"
} ],
"variable" : {
"variableName" : "commandStatus",
"variableType" : "CommandStatus",
"variableDeclarationType" : "CommandStatus",
"documentation" : null,
"simpleType" : "CommandStatus",
"variableSetterType" : "CommandStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ListCommandsResult" : {
"c2jName" : "ListCommandsResult",
"documentation" : "",
"shapeName" : "ListCommandsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "(Optional) The list of commands requested by the user.
",
"name" : "Commands",
"c2jName" : "Commands",
"c2jShape" : "CommandList",
"variable" : {
"variableName" : "commands",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "(Optional) The list of commands requested by the user.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "commands",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Commands",
"marshallLocationName" : "Commands",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Command",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Command",
"variable" : {
"variableName" : "member",
"variableType" : "Command",
"variableDeclarationType" : "Command",
"documentation" : "",
"simpleType" : "Command",
"variableSetterType" : "Command"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Command",
"variableDeclarationType" : "Command",
"documentation" : "",
"simpleType" : "Command",
"variableSetterType" : "Command"
},
"getterModel" : {
"returnType" : "Command",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Command",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**(Optional) The list of commands requested by the user.
\n@param commands (Optional) The list of commands requested by the user.*/",
"getterDocumentation" : "/**(Optional) The list of commands requested by the user.
\n@return (Optional) The list of commands requested by the user.*/",
"fluentSetterDocumentation" : "/**(Optional) The list of commands requested by the user.
\n@param commands (Optional) The list of commands requested by the user.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**(Optional) The list of commands requested by the user.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCommands(java.util.Collection)} or {@link #withCommands(java.util.Collection)} if you want to override the existing values.
\n@param commands (Optional) The list of commands requested by the user.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "(Optional) The token for the next set of items to return. (You received this token from a previous call.)
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "(Optional) The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**(Optional) The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken (Optional) The token for the next set of items to return. (You received this token from a previous call.)*/",
"getterDocumentation" : "/**(Optional) The token for the next set of items to return. (You received this token from a previous call.)
\n@return (Optional) The token for the next set of items to return. (You received this token from a previous call.)*/",
"fluentSetterDocumentation" : "/**(Optional) The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken (Optional) The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**(Optional) The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken (Optional) The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listCommandsResult",
"variableType" : "ListCommandsResult",
"variableDeclarationType" : "ListCommandsResult",
"documentation" : null,
"simpleType" : "ListCommandsResult",
"variableSetterType" : "ListCommandsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "(Optional) The token for the next set of items to return. (You received this token from a previous call.)
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "(Optional) The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**(Optional) The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken (Optional) The token for the next set of items to return. (You received this token from a previous call.)*/",
"getterDocumentation" : "/**(Optional) The token for the next set of items to return. (You received this token from a previous call.)
\n@return (Optional) The token for the next set of items to return. (You received this token from a previous call.)*/",
"fluentSetterDocumentation" : "/**(Optional) The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken (Optional) The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**(Optional) The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken (Optional) The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Commands" : {
"documentation" : "(Optional) The list of commands requested by the user.
",
"name" : "Commands",
"c2jName" : "Commands",
"c2jShape" : "CommandList",
"variable" : {
"variableName" : "commands",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "(Optional) The list of commands requested by the user.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection