All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.ssm-2014-11-06-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Simple Systems Management Service holds the client classes that are used for communicating with the AWS Simple Systems Management Service

There is a newer version: 1.9.23
Show newest version
{
  "metadata" : {
    "apiVersion" : "2014-11-06",
    "exceptionUnmarshallerImpl" : null,
    "protocol" : "json",
    "checksumFormat" : null,
    "documentation" : "

This is the Amazon Simple Systems Manager (SSM) API Reference. SSM enables you to remotely manage the configuration of your Amazon EC2 instance using scripts or commands with either an on-demand solution called SSM Run Command or a lightweight instance configuration solution called SSM Config.

This references is intended to be used with the SSM User Guide for Linux or Windows.

Run Command

Run Command provides an on-demand experience for executing commands. You can use pre-defined Amazon SSM documents to perform the actions listed later in this section, or you can create your own documents. With these documents, you can remotely configure your instances by sending commands using the Commands page in the Amazon EC2 console, AWS Tools for Windows PowerShell, the AWS CLI, or AWS SDKs.

Run Command reports the status of the command execution for each instance targeted by a command. You can also audit the command execution to understand who executed commands, when, and what changes were made. By switching between different SSM documents, you can quickly configure your instances with different types of commands. To get started with Run Command, verify that your environment meets the prerequisites for remotely running commands on EC2 instances (Linux or Windows).

SSM Config

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

SSM Config and SSM Run Command include the following pre-defined documents.

Linux

  • AWS-RunShellScript to run shell scripts

  • AWS-UpdateSSMAgent to update the Amazon SSM agent

Windows

  • AWS-JoinDirectoryServiceDomain to join an AWS Directory

  • AWS-RunPowerShellScript to run PowerShell commands or scripts

  • AWS-UpdateEC2Config to update the EC2Config service

  • AWS-ConfigureWindowsUpdate to configure Windows Update settings

  • AWS-InstallApplication to install, repair, or uninstall software using an MSI package

  • AWS-InstallPowerShellModule to install PowerShell modules

  • AWS-ConfigureCloudWatch to configure Amazon CloudWatch Logs to monitor applications and systems

  • AWS-ListWindowsInventory to collect information about an EC2 instance running in Windows.

  • AWS-FindWindowsUpdates to scan an instance and determines which updates are missing.

  • AWS-InstallMissingWindowsUpdates to install missing updates on your EC2 instance.

  • AWS-InstallSpecificWindowsUpdates to install one or more specific updates.

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

For information about creating and sharing SSM documents, see the following topics in the SSM User Guide:

", "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, "jsonContentVersion" : "application/x-amz-json-1.1", "jsonVersion" : "1.1", "endpointPrefix" : "ssm", "signingName" : "ssm", "serviceName" : "Amazon SSM", "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller", "jsonProtocol" : true, "xmlProtocol" : false }, "operations" : { "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, "syncReturnType" : "CancelCommandResult", "asyncReturnType" : "CancelCommandResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "cancelCommand" }, "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, "syncReturnType" : "CreateAssociationResult", "asyncReturnType" : "CreateAssociationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "CreateAssociationBatchResult", "asyncReturnType" : "CreateAssociationBatchResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "CreateDocumentResult", "asyncReturnType" : "CreateDocumentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createDocument" }, "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, "syncReturnType" : "DeleteAssociationResult", "asyncReturnType" : "DeleteAssociationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "DeleteDocumentResult", "asyncReturnType" : "DeleteDocumentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteDocument" }, "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, "syncReturnType" : "DescribeAssociationResult", "asyncReturnType" : "DescribeAssociationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "DescribeDocumentResult", "asyncReturnType" : "DescribeDocumentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "DescribeDocumentPermissionResult", "asyncReturnType" : "DescribeDocumentPermissionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "DescribeInstanceInformationResult", "asyncReturnType" : "DescribeInstanceInformationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "GetDocumentResult", "asyncReturnType" : "GetDocumentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "ListAssociationsResult", "asyncReturnType" : "ListAssociationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "ListCommandInvocationsResult", "asyncReturnType" : "ListCommandInvocationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "ListCommandsResult", "asyncReturnType" : "ListCommandsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "ListDocumentsResult", "asyncReturnType" : "ListDocumentsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "listDocuments" }, "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, "syncReturnType" : "ModifyDocumentPermissionResult", "asyncReturnType" : "ModifyDocumentPermissionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "modifyDocumentPermission" }, "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.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "SendCommandResult", "asyncReturnType" : "SendCommandResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "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, "syncReturnType" : "UpdateAssociationStatusResult", "asyncReturnType" : "UpdateAssociationStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "updateAssociationStatus" } }, "shapes" : { "GetDocumentResult" : { "c2jName" : "GetDocumentResult", "documentation" : "", "shapeName" : "GetDocumentResult", "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" : "DocumentARN", "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 contents of the SSM document.

", "name" : "Content", "c2jName" : "Content", "c2jShape" : "DocumentContent", "variable" : { "variableName" : "content", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The contents of the SSM document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "content", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content", "marshallLocationName" : "Content", "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 contents of the SSM document.

\n@param content The contents of the SSM document.*/", "getterDocumentation" : "/**

The contents of the SSM document.

\n@return The contents of the SSM document.*/", "fluentSetterDocumentation" : "/**

The contents of the SSM document.

\n@param content The contents of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The contents of the SSM document.

\n@param content The contents of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDocumentResult", "variableType" : "GetDocumentResult", "variableDeclarationType" : "GetDocumentResult", "documentation" : null, "simpleType" : "GetDocumentResult", "variableSetterType" : "GetDocumentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the SSM document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentARN", "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.*/" }, "Content" : { "documentation" : "

The contents of the SSM document.

", "name" : "Content", "c2jName" : "Content", "c2jShape" : "DocumentContent", "variable" : { "variableName" : "content", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The contents of the SSM document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "content", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content", "marshallLocationName" : "Content", "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 contents of the SSM document.

\n@param content The contents of the SSM document.*/", "getterDocumentation" : "/**

The contents of the SSM document.

\n@return The contents of the SSM document.*/", "fluentSetterDocumentation" : "/**

The contents of the SSM document.

\n@param content The contents of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The contents of the SSM document.

\n@param content The contents of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidInstanceInformationFilterValueException" : { "c2jName" : "InvalidInstanceInformationFilterValue", "documentation" : "

The specified filter value is not valid.

", "shapeName" : "InvalidInstanceInformationFilterValueException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidInstanceInformationFilterValueException", "variableType" : "InvalidInstanceInformationFilterValueException", "variableDeclarationType" : "InvalidInstanceInformationFilterValueException", "documentation" : null, "simpleType" : "InvalidInstanceInformationFilterValueException", "variableSetterType" : "InvalidInstanceInformationFilterValueException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidInstanceInformationFilterValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextToken", "documentation" : "

The specified token is not valid.

", "shapeName" : "InvalidNextTokenException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "variableDeclarationType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidNextToken", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListAssociationsRequest" : { "c2jName" : "ListAssociationsRequest", "documentation" : "", "shapeName" : "ListAssociationsRequest", "deprecated" : false, "required" : [ "AssociationFilterList" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

One or more filters. Use a filter to return a more specific list of results.

", "name" : "AssociationFilterList", "c2jName" : "AssociationFilterList", "c2jShape" : "AssociationFilterList", "variable" : { "variableName" : "associationFilterList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

One or more filters. Use a filter to return a more specific list of results.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "associationFilterList", "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" : "AssociationFilterList", "marshallLocationName" : "AssociationFilterList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AssociationFilter", "memberLocationName" : "AssociationFilter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AssociationFilter", "variable" : { "variableName" : "member", "variableType" : "AssociationFilter", "variableDeclarationType" : "AssociationFilter", "documentation" : "", "simpleType" : "AssociationFilter", "variableSetterType" : "AssociationFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "AssociationFilter", "variableDeclarationType" : "AssociationFilter", "documentation" : "", "simpleType" : "AssociationFilter", "variableSetterType" : "AssociationFilter" }, "getterModel" : { "returnType" : "AssociationFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationFilter", "marshallLocationName" : "AssociationFilter", "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" : "AssociationFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@param associationFilterList One or more filters. Use a filter to return a more specific list of results.*/", "getterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@return One or more filters. Use a filter to return a more specific list of results.*/", "fluentSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@param associationFilterList One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAssociationFilterList(java.util.Collection)} or {@link #withAssociationFilterList(java.util.Collection)} if you want to override the existing values.

\n@param associationFilterList One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "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 maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "getterDocumentation" : "/**

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

\n@return The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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" : "

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" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

\n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken 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" : "/**

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

\n@param nextToken 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" : "listAssociationsRequest", "variableType" : "ListAssociationsRequest", "variableDeclarationType" : "ListAssociationsRequest", "documentation" : null, "simpleType" : "ListAssociationsRequest", "variableSetterType" : "ListAssociationsRequest" }, "marshaller" : { "action" : "ListAssociations", "verb" : "POST", "target" : "AmazonSSM.ListAssociations", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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" : "

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" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

\n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken 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" : "/**

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

\n@param nextToken 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.*/" }, "MaxResults" : { "documentation" : "

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

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "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 maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "getterDocumentation" : "/**

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

\n@return The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AssociationFilterList" : { "documentation" : "

One or more filters. Use a filter to return a more specific list of results.

", "name" : "AssociationFilterList", "c2jName" : "AssociationFilterList", "c2jShape" : "AssociationFilterList", "variable" : { "variableName" : "associationFilterList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

One or more filters. Use a filter to return a more specific list of results.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "associationFilterList", "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" : "AssociationFilterList", "marshallLocationName" : "AssociationFilterList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AssociationFilter", "memberLocationName" : "AssociationFilter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AssociationFilter", "variable" : { "variableName" : "member", "variableType" : "AssociationFilter", "variableDeclarationType" : "AssociationFilter", "documentation" : "", "simpleType" : "AssociationFilter", "variableSetterType" : "AssociationFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "AssociationFilter", "variableDeclarationType" : "AssociationFilter", "documentation" : "", "simpleType" : "AssociationFilter", "variableSetterType" : "AssociationFilter" }, "getterModel" : { "returnType" : "AssociationFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationFilter", "marshallLocationName" : "AssociationFilter", "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" : "AssociationFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@param associationFilterList One or more filters. Use a filter to return a more specific list of results.*/", "getterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@return One or more filters. Use a filter to return a more specific list of results.*/", "fluentSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@param associationFilterList One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAssociationFilterList(java.util.Collection)} or {@link #withAssociationFilterList(java.util.Collection)} if you want to override the existing values.

\n@param associationFilterList One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CommandPluginStatus" : { "c2jName" : "CommandPluginStatus", "documentation" : "", "shapeName" : "CommandPluginStatus", "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" : "Success", "value" : "Success" }, { "name" : "TimedOut", "value" : "TimedOut" }, { "name" : "Cancelled", "value" : "Cancelled" }, { "name" : "Failed", "value" : "Failed" } ], "variable" : { "variableName" : "commandPluginStatus", "variableType" : "CommandPluginStatus", "variableDeclarationType" : "CommandPluginStatus", "documentation" : null, "simpleType" : "CommandPluginStatus", "variableSetterType" : "CommandPluginStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AssociatedInstancesException" : { "c2jName" : "AssociatedInstances", "documentation" : "

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

", "shapeName" : "AssociatedInstancesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "associatedInstancesException", "variableType" : "AssociatedInstancesException", "variableDeclarationType" : "AssociatedInstancesException", "documentation" : null, "simpleType" : "AssociatedInstancesException", "variableSetterType" : "AssociatedInstancesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AssociatedInstances", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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.

\n

NOTE: 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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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.

\n

NOTE: 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" : { "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.*/" }, "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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.

\n

NOTE: 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.*/" }, "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*/" }, "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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.

\n

NOTE: 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.*/" } } }, "AssociationLimitExceededException" : { "c2jName" : "AssociationLimitExceeded", "documentation" : "

You can have at most 2,000 active associations.

", "shapeName" : "AssociationLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "associationLimitExceededException", "variableType" : "AssociationLimitExceededException", "variableDeclarationType" : "AssociationLimitExceededException", "documentation" : null, "simpleType" : "AssociationLimitExceededException", "variableSetterType" : "AssociationLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AssociationLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DuplicateInstanceIdException" : { "c2jName" : "DuplicateInstanceId", "documentation" : "

You cannot specify an instance ID in more than one association.

", "shapeName" : "DuplicateInstanceIdException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "duplicateInstanceIdException", "variableType" : "DuplicateInstanceIdException", "variableDeclarationType" : "DuplicateInstanceIdException", "documentation" : null, "simpleType" : "DuplicateInstanceIdException", "variableSetterType" : "DuplicateInstanceIdException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DuplicateInstanceId", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DocumentStatus" : { "c2jName" : "DocumentStatus", "documentation" : "", "shapeName" : "DocumentStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Creating", "value" : "Creating" }, { "name" : "Active", "value" : "Active" }, { "name" : "Deleting", "value" : "Deleting" } ], "variable" : { "variableName" : "documentStatus", "variableType" : "DocumentStatus", "variableDeclarationType" : "DocumentStatus", "documentation" : null, "simpleType" : "DocumentStatus", "variableSetterType" : "DocumentStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidFilterKeyException" : { "c2jName" : "InvalidFilterKey", "documentation" : "

The specified key is not valid.

", "shapeName" : "InvalidFilterKeyException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidFilterKeyException", "variableType" : "InvalidFilterKeyException", "variableDeclarationType" : "InvalidFilterKeyException", "documentation" : null, "simpleType" : "InvalidFilterKeyException", "variableSetterType" : "InvalidFilterKeyException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidFilterKey", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeAssociationResult" : { "c2jName" : "DescribeAssociationResult", "documentation" : "", "shapeName" : "DescribeAssociationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Information about the association.

", "name" : "AssociationDescription", "c2jName" : "AssociationDescription", "c2jShape" : "AssociationDescription", "variable" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "

Information about the association.

", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "setterModel" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "getterModel" : { "returnType" : "AssociationDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationDescription", "marshallLocationName" : "AssociationDescription", "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" : "/**

Information about the association.

\n@param associationDescription Information about the association.*/", "getterDocumentation" : "/**

Information about the association.

\n@return Information about the association.*/", "fluentSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAssociationResult", "variableType" : "DescribeAssociationResult", "variableDeclarationType" : "DescribeAssociationResult", "documentation" : null, "simpleType" : "DescribeAssociationResult", "variableSetterType" : "DescribeAssociationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AssociationDescription" : { "documentation" : "

Information about the association.

", "name" : "AssociationDescription", "c2jName" : "AssociationDescription", "c2jShape" : "AssociationDescription", "variable" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "

Information about the association.

", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "setterModel" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "getterModel" : { "returnType" : "AssociationDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationDescription", "marshallLocationName" : "AssociationDescription", "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" : "/**

Information about the association.

\n@param associationDescription Information about the association.*/", "getterDocumentation" : "/**

Information about the association.

\n@return Information about the association.*/", "fluentSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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" : { } }, "DocumentIdentifier" : { "c2jName" : "DocumentIdentifier", "documentation" : "

Describes the name of an SSM document.

", "shapeName" : "DocumentIdentifier", "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" : "DocumentARN", "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 AWS user account of the person who created the document.

", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "DocumentOwner", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS user account of the person who created the document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Owner", "marshallLocationName" : "Owner", "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 AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.*/", "getterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@return The AWS user account of the person who created the document.*/", "fluentSetterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The operating system platform.

", "name" : "PlatformTypes", "c2jName" : "PlatformTypes", "c2jShape" : "PlatformTypeList", "variable" : { "variableName" : "platformTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The operating system platform.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "platformTypes", "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" : "PlatformTypes", "marshallLocationName" : "PlatformTypes", "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" : "PlatformType", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PlatformType", "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" : "PlatformType", "marshallLocationName" : "PlatformType", "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" : "PlatformType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see PlatformType*/", "getterDocumentation" : "/**\n@return \n@see PlatformType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : "PlatformType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The operating system platform.

\n@param platformTypes The operating system platform.\n@see PlatformType*/", "getterDocumentation" : "/**

The operating system platform.

\n@return The operating system platform.\n@see PlatformType*/", "fluentSetterDocumentation" : "/**

The operating system platform.

\n@param platformTypes The operating system platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "varargSetterDocumentation" : "/**

The operating system platform.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPlatformTypes(java.util.Collection)} or {@link #withPlatformTypes(java.util.Collection)} if you want to override the existing values.

\n@param platformTypes The operating system platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/" } ], "enums" : null, "variable" : { "variableName" : "documentIdentifier", "variableType" : "DocumentIdentifier", "variableDeclarationType" : "DocumentIdentifier", "documentation" : null, "simpleType" : "DocumentIdentifier", "variableSetterType" : "DocumentIdentifier" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the SSM document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentARN", "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.*/" }, "Owner" : { "documentation" : "

The AWS user account of the person who created the document.

", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "DocumentOwner", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS user account of the person who created the document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Owner", "marshallLocationName" : "Owner", "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 AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.*/", "getterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@return The AWS user account of the person who created the document.*/", "fluentSetterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlatformTypes" : { "documentation" : "

The operating system platform.

", "name" : "PlatformTypes", "c2jName" : "PlatformTypes", "c2jShape" : "PlatformTypeList", "variable" : { "variableName" : "platformTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The operating system platform.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "platformTypes", "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" : "PlatformTypes", "marshallLocationName" : "PlatformTypes", "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" : "PlatformType", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PlatformType", "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" : "PlatformType", "marshallLocationName" : "PlatformType", "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" : "PlatformType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see PlatformType*/", "getterDocumentation" : "/**\n@return \n@see PlatformType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : "PlatformType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The operating system platform.

\n@param platformTypes The operating system platform.\n@see PlatformType*/", "getterDocumentation" : "/**

The operating system platform.

\n@return The operating system platform.\n@see PlatformType*/", "fluentSetterDocumentation" : "/**

The operating system platform.

\n@param platformTypes The operating system platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "varargSetterDocumentation" : "/**

The operating system platform.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPlatformTypes(java.util.Collection)} or {@link #withPlatformTypes(java.util.Collection)} if you want to override the existing values.

\n@param platformTypes The operating system platform.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/" } } }, "CreateAssociationResult" : { "c2jName" : "CreateAssociationResult", "documentation" : "", "shapeName" : "CreateAssociationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Information about the association.

", "name" : "AssociationDescription", "c2jName" : "AssociationDescription", "c2jShape" : "AssociationDescription", "variable" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "

Information about the association.

", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "setterModel" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "getterModel" : { "returnType" : "AssociationDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationDescription", "marshallLocationName" : "AssociationDescription", "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" : "/**

Information about the association.

\n@param associationDescription Information about the association.*/", "getterDocumentation" : "/**

Information about the association.

\n@return Information about the association.*/", "fluentSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAssociationResult", "variableType" : "CreateAssociationResult", "variableDeclarationType" : "CreateAssociationResult", "documentation" : null, "simpleType" : "CreateAssociationResult", "variableSetterType" : "CreateAssociationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AssociationDescription" : { "documentation" : "

Information about the association.

", "name" : "AssociationDescription", "c2jName" : "AssociationDescription", "c2jShape" : "AssociationDescription", "variable" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "

Information about the association.

", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "setterModel" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "getterModel" : { "returnType" : "AssociationDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationDescription", "marshallLocationName" : "AssociationDescription", "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" : "/**

Information about the association.

\n@param associationDescription Information about the association.*/", "getterDocumentation" : "/**

Information about the association.

\n@return Information about the association.*/", "fluentSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\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" } ], "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" : { } }, "DescribeDocumentRequest" : { "c2jName" : "DescribeDocumentRequest", "documentation" : "", "shapeName" : "DescribeDocumentRequest", "deprecated" : false, "required" : [ "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the SSM document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentARN", "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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDocumentRequest", "variableType" : "DescribeDocumentRequest", "variableDeclarationType" : "DescribeDocumentRequest", "documentation" : null, "simpleType" : "DescribeDocumentRequest", "variableSetterType" : "DescribeDocumentRequest" }, "marshaller" : { "action" : "DescribeDocument", "verb" : "POST", "target" : "AmazonSSM.DescribeDocument", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the SSM document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentARN", "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.*/" } } }, "DescribeInstanceInformationRequest" : { "c2jName" : "DescribeInstanceInformationRequest", "documentation" : "", "shapeName" : "DescribeInstanceInformationRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

One or more filters. Use a filter to return a more specific list of instances.

", "name" : "InstanceInformationFilterList", "c2jName" : "InstanceInformationFilterList", "c2jShape" : "InstanceInformationFilterList", "variable" : { "variableName" : "instanceInformationFilterList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

One or more filters. Use a filter to return a more specific list of instances.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceInformationFilterList", "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" : "InstanceInformationFilterList", "marshallLocationName" : "InstanceInformationFilterList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "InstanceInformationFilter", "memberLocationName" : "InstanceInformationFilter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "InstanceInformationFilter", "variable" : { "variableName" : "member", "variableType" : "InstanceInformationFilter", "variableDeclarationType" : "InstanceInformationFilter", "documentation" : "", "simpleType" : "InstanceInformationFilter", "variableSetterType" : "InstanceInformationFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "InstanceInformationFilter", "variableDeclarationType" : "InstanceInformationFilter", "documentation" : "", "simpleType" : "InstanceInformationFilter", "variableSetterType" : "InstanceInformationFilter" }, "getterModel" : { "returnType" : "InstanceInformationFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceInformationFilter", "marshallLocationName" : "InstanceInformationFilter", "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" : "InstanceInformationFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of instances.

\n@param instanceInformationFilterList One or more filters. Use a filter to return a more specific list of instances.*/", "getterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of instances.

\n@return One or more filters. Use a filter to return a more specific list of instances.*/", "fluentSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of instances.

\n@param instanceInformationFilterList One or more filters. Use a filter to return a more specific list of instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of instances.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceInformationFilterList(java.util.Collection)} or {@link #withInstanceInformationFilterList(java.util.Collection)} if you want to override the existing values.

\n@param instanceInformationFilterList One or more filters. Use a filter to return a more specific list of instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResultsEC2Compatible", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "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 maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "getterDocumentation" : "/**

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

\n@return The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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" : "

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" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

\n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken 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" : "/**

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

\n@param nextToken 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" : "describeInstanceInformationRequest", "variableType" : "DescribeInstanceInformationRequest", "variableDeclarationType" : "DescribeInstanceInformationRequest", "documentation" : null, "simpleType" : "DescribeInstanceInformationRequest", "variableSetterType" : "DescribeInstanceInformationRequest" }, "marshaller" : { "action" : "DescribeInstanceInformation", "verb" : "POST", "target" : "AmazonSSM.DescribeInstanceInformation", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceInformationFilterList" : { "documentation" : "

One or more filters. Use a filter to return a more specific list of instances.

", "name" : "InstanceInformationFilterList", "c2jName" : "InstanceInformationFilterList", "c2jShape" : "InstanceInformationFilterList", "variable" : { "variableName" : "instanceInformationFilterList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

One or more filters. Use a filter to return a more specific list of instances.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceInformationFilterList", "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" : "InstanceInformationFilterList", "marshallLocationName" : "InstanceInformationFilterList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "InstanceInformationFilter", "memberLocationName" : "InstanceInformationFilter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "InstanceInformationFilter", "variable" : { "variableName" : "member", "variableType" : "InstanceInformationFilter", "variableDeclarationType" : "InstanceInformationFilter", "documentation" : "", "simpleType" : "InstanceInformationFilter", "variableSetterType" : "InstanceInformationFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "InstanceInformationFilter", "variableDeclarationType" : "InstanceInformationFilter", "documentation" : "", "simpleType" : "InstanceInformationFilter", "variableSetterType" : "InstanceInformationFilter" }, "getterModel" : { "returnType" : "InstanceInformationFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceInformationFilter", "marshallLocationName" : "InstanceInformationFilter", "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" : "InstanceInformationFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of instances.

\n@param instanceInformationFilterList One or more filters. Use a filter to return a more specific list of instances.*/", "getterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of instances.

\n@return One or more filters. Use a filter to return a more specific list of instances.*/", "fluentSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of instances.

\n@param instanceInformationFilterList One or more filters. Use a filter to return a more specific list of instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of instances.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceInformationFilterList(java.util.Collection)} or {@link #withInstanceInformationFilterList(java.util.Collection)} if you want to override the existing values.

\n@param instanceInformationFilterList One or more filters. Use a filter to return a more specific list of instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

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" : "

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" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

\n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken 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" : "/**

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

\n@param nextToken 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.*/" }, "MaxResults" : { "documentation" : "

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

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResultsEC2Compatible", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "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 maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "getterDocumentation" : "/**

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

\n@return The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InstanceInformation" : { "c2jName" : "InstanceInformation", "documentation" : "

Describes a filter for a specific list of instances.

", "shapeName" : "InstanceInformation", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The instance ID.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance ID.

", "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 instance ID.

\n@param instanceId The instance ID.*/", "getterDocumentation" : "/**

The instance ID.

\n@return The instance ID.*/", "fluentSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Connection status of the SSM agent.

", "name" : "PingStatus", "c2jName" : "PingStatus", "c2jShape" : "PingStatus", "variable" : { "variableName" : "pingStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Connection status of the SSM agent.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pingStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PingStatus", "marshallLocationName" : "PingStatus", "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" : "PingStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Connection status of the SSM agent.

\n@param pingStatus Connection status of the SSM agent.\n@see PingStatus*/", "getterDocumentation" : "/**

Connection status of the SSM agent.

\n@return Connection status of the SSM agent.\n@see PingStatus*/", "fluentSetterDocumentation" : "/**

Connection status of the SSM agent.

\n@param pingStatus Connection status of the SSM agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PingStatus*/", "varargSetterDocumentation" : "/**

Connection status of the SSM agent.

\n@param pingStatus Connection status of the SSM agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PingStatus*/" }, { "documentation" : "

The date and time when agent last pinged SSM service.

", "name" : "LastPingDateTime", "c2jName" : "LastPingDateTime", "c2jShape" : "DateTime", "variable" : { "variableName" : "lastPingDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time when agent last pinged SSM service.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastPingDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastPingDateTime", "marshallLocationName" : "LastPingDateTime", "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 and time when agent last pinged SSM service.

\n@param lastPingDateTime The date and time when agent last pinged SSM service.*/", "getterDocumentation" : "/**

The date and time when agent last pinged SSM service.

\n@return The date and time when agent last pinged SSM service.*/", "fluentSetterDocumentation" : "/**

The date and time when agent last pinged SSM service.

\n@param lastPingDateTime The date and time when agent last pinged SSM service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time when agent last pinged SSM service.

\n@param lastPingDateTime The date and time when agent last pinged SSM service.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The version of the SSM agent running on your instance.

", "name" : "AgentVersion", "c2jName" : "AgentVersion", "c2jShape" : "Version", "variable" : { "variableName" : "agentVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the SSM agent running on your instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "agentVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AgentVersion", "marshallLocationName" : "AgentVersion", "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 version of the SSM agent running on your instance.

\n@param agentVersion The version of the SSM agent running on your instance.*/", "getterDocumentation" : "/**

The version of the SSM agent running on your instance.

\n@return The version of the SSM agent running on your instance.*/", "fluentSetterDocumentation" : "/**

The version of the SSM agent running on your instance.

\n@param agentVersion The version of the SSM agent running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the SSM agent running on your instance.

\n@param agentVersion The version of the SSM agent running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates whether latest version of the SSM agent is running on your instance.

", "name" : "IsLatestVersion", "c2jName" : "IsLatestVersion", "c2jShape" : "Boolean", "variable" : { "variableName" : "isLatestVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether latest version of the SSM agent is running on your instance.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isLatestVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsLatestVersion", "marshallLocationName" : "IsLatestVersion", "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" : "/**

Indicates whether latest version of the SSM agent is running on your instance.

\n@param isLatestVersion Indicates whether latest version of the SSM agent is running on your instance.*/", "getterDocumentation" : "/**

Indicates whether latest version of the SSM agent is running on your instance.

\n@return Indicates whether latest version of the SSM agent is running on your instance.*/", "fluentSetterDocumentation" : "/**

Indicates whether latest version of the SSM agent is running on your instance.

\n@param isLatestVersion Indicates whether latest version of the SSM agent is running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates whether latest version of the SSM agent is running on your instance.

\n@param isLatestVersion Indicates whether latest version of the SSM agent is running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The operating system platform type.

", "name" : "PlatformType", "c2jName" : "PlatformType", "c2jShape" : "PlatformType", "variable" : { "variableName" : "platformType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The operating system platform type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformType", "marshallLocationName" : "PlatformType", "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" : "PlatformType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The operating system platform type.

\n@param platformType The operating system platform type.\n@see PlatformType*/", "getterDocumentation" : "/**

The operating system platform type.

\n@return The operating system platform type.\n@see PlatformType*/", "fluentSetterDocumentation" : "/**

The operating system platform type.

\n@param platformType The operating system platform type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "varargSetterDocumentation" : "/**

The operating system platform type.

\n@param platformType The operating system platform type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/" }, { "documentation" : "

The name of the operating system platform running on your instance.

", "name" : "PlatformName", "c2jName" : "PlatformName", "c2jShape" : "String", "variable" : { "variableName" : "platformName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the operating system platform running on your instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformName", "marshallLocationName" : "PlatformName", "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 operating system platform running on your instance.

\n@param platformName The name of the operating system platform running on your instance.*/", "getterDocumentation" : "/**

The name of the operating system platform running on your instance.

\n@return The name of the operating system platform running on your instance.*/", "fluentSetterDocumentation" : "/**

The name of the operating system platform running on your instance.

\n@param platformName The name of the operating system platform running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the operating system platform running on your instance.

\n@param platformName The name of the operating system platform running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The version of the OS platform running on your instance.

", "name" : "PlatformVersion", "c2jName" : "PlatformVersion", "c2jShape" : "String", "variable" : { "variableName" : "platformVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the OS platform running on your instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformVersion", "marshallLocationName" : "PlatformVersion", "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 version of the OS platform running on your instance.

\n@param platformVersion The version of the OS platform running on your instance.*/", "getterDocumentation" : "/**

The version of the OS platform running on your instance.

\n@return The version of the OS platform running on your instance.*/", "fluentSetterDocumentation" : "/**

The version of the OS platform running on your instance.

\n@param platformVersion The version of the OS platform running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the OS platform running on your instance.

\n@param platformVersion The version of the OS platform running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "instanceInformation", "variableType" : "InstanceInformation", "variableDeclarationType" : "InstanceInformation", "documentation" : null, "simpleType" : "InstanceInformation", "variableSetterType" : "InstanceInformation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PlatformType" : { "documentation" : "

The operating system platform type.

", "name" : "PlatformType", "c2jName" : "PlatformType", "c2jShape" : "PlatformType", "variable" : { "variableName" : "platformType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The operating system platform type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformType", "marshallLocationName" : "PlatformType", "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" : "PlatformType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The operating system platform type.

\n@param platformType The operating system platform type.\n@see PlatformType*/", "getterDocumentation" : "/**

The operating system platform type.

\n@return The operating system platform type.\n@see PlatformType*/", "fluentSetterDocumentation" : "/**

The operating system platform type.

\n@param platformType The operating system platform type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "varargSetterDocumentation" : "/**

The operating system platform type.

\n@param platformType The operating system platform type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/" }, "AgentVersion" : { "documentation" : "

The version of the SSM agent running on your instance.

", "name" : "AgentVersion", "c2jName" : "AgentVersion", "c2jShape" : "Version", "variable" : { "variableName" : "agentVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the SSM agent running on your instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "agentVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AgentVersion", "marshallLocationName" : "AgentVersion", "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 version of the SSM agent running on your instance.

\n@param agentVersion The version of the SSM agent running on your instance.*/", "getterDocumentation" : "/**

The version of the SSM agent running on your instance.

\n@return The version of the SSM agent running on your instance.*/", "fluentSetterDocumentation" : "/**

The version of the SSM agent running on your instance.

\n@param agentVersion The version of the SSM agent running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the SSM agent running on your instance.

\n@param agentVersion The version of the SSM agent running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsLatestVersion" : { "documentation" : "

Indicates whether latest version of the SSM agent is running on your instance.

", "name" : "IsLatestVersion", "c2jName" : "IsLatestVersion", "c2jShape" : "Boolean", "variable" : { "variableName" : "isLatestVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether latest version of the SSM agent is running on your instance.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isLatestVersion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsLatestVersion", "marshallLocationName" : "IsLatestVersion", "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" : "/**

Indicates whether latest version of the SSM agent is running on your instance.

\n@param isLatestVersion Indicates whether latest version of the SSM agent is running on your instance.*/", "getterDocumentation" : "/**

Indicates whether latest version of the SSM agent is running on your instance.

\n@return Indicates whether latest version of the SSM agent is running on your instance.*/", "fluentSetterDocumentation" : "/**

Indicates whether latest version of the SSM agent is running on your instance.

\n@param isLatestVersion Indicates whether latest version of the SSM agent is running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates whether latest version of the SSM agent is running on your instance.

\n@param isLatestVersion Indicates whether latest version of the SSM agent is running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlatformVersion" : { "documentation" : "

The version of the OS platform running on your instance.

", "name" : "PlatformVersion", "c2jName" : "PlatformVersion", "c2jShape" : "String", "variable" : { "variableName" : "platformVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The version of the OS platform running on your instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformVersion", "marshallLocationName" : "PlatformVersion", "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 version of the OS platform running on your instance.

\n@param platformVersion The version of the OS platform running on your instance.*/", "getterDocumentation" : "/**

The version of the OS platform running on your instance.

\n@return The version of the OS platform running on your instance.*/", "fluentSetterDocumentation" : "/**

The version of the OS platform running on your instance.

\n@param platformVersion The version of the OS platform running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The version of the OS platform running on your instance.

\n@param platformVersion The version of the OS platform running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PingStatus" : { "documentation" : "

Connection status of the SSM agent.

", "name" : "PingStatus", "c2jName" : "PingStatus", "c2jShape" : "PingStatus", "variable" : { "variableName" : "pingStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Connection status of the SSM agent.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pingStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PingStatus", "marshallLocationName" : "PingStatus", "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" : "PingStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Connection status of the SSM agent.

\n@param pingStatus Connection status of the SSM agent.\n@see PingStatus*/", "getterDocumentation" : "/**

Connection status of the SSM agent.

\n@return Connection status of the SSM agent.\n@see PingStatus*/", "fluentSetterDocumentation" : "/**

Connection status of the SSM agent.

\n@param pingStatus Connection status of the SSM agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PingStatus*/", "varargSetterDocumentation" : "/**

Connection status of the SSM agent.

\n@param pingStatus Connection status of the SSM agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PingStatus*/" }, "InstanceId" : { "documentation" : "

The instance ID.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance ID.

", "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 instance ID.

\n@param instanceId The instance ID.*/", "getterDocumentation" : "/**

The instance ID.

\n@return The instance ID.*/", "fluentSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlatformName" : { "documentation" : "

The name of the operating system platform running on your instance.

", "name" : "PlatformName", "c2jName" : "PlatformName", "c2jShape" : "String", "variable" : { "variableName" : "platformName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the operating system platform running on your instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platformName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlatformName", "marshallLocationName" : "PlatformName", "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 operating system platform running on your instance.

\n@param platformName The name of the operating system platform running on your instance.*/", "getterDocumentation" : "/**

The name of the operating system platform running on your instance.

\n@return The name of the operating system platform running on your instance.*/", "fluentSetterDocumentation" : "/**

The name of the operating system platform running on your instance.

\n@param platformName The name of the operating system platform running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the operating system platform running on your instance.

\n@param platformName The name of the operating system platform running on your instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastPingDateTime" : { "documentation" : "

The date and time when agent last pinged SSM service.

", "name" : "LastPingDateTime", "c2jName" : "LastPingDateTime", "c2jShape" : "DateTime", "variable" : { "variableName" : "lastPingDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time when agent last pinged SSM service.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastPingDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastPingDateTime", "marshallLocationName" : "LastPingDateTime", "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 and time when agent last pinged SSM service.

\n@param lastPingDateTime The date and time when agent last pinged SSM service.*/", "getterDocumentation" : "/**

The date and time when agent last pinged SSM service.

\n@return The date and time when agent last pinged SSM service.*/", "fluentSetterDocumentation" : "/**

The date and time when agent last pinged SSM service.

\n@param lastPingDateTime The date and time when agent last pinged SSM service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time when agent last pinged SSM service.

\n@param lastPingDateTime The date and time when agent last pinged SSM service.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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" : { } }, "DeleteDocumentResult" : { "c2jName" : "DeleteDocumentResult", "documentation" : "", "shapeName" : "DeleteDocumentResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteDocumentResult", "variableType" : "DeleteDocumentResult", "variableDeclarationType" : "DeleteDocumentResult", "documentation" : null, "simpleType" : "DeleteDocumentResult", "variableSetterType" : "DeleteDocumentResult" }, "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" : { } }, "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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" : "/**\n

NOTE: 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.*/" }, "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "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" : { "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.*/" }, "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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" : "/**\n

NOTE: 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.*/" }, "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "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.*/" }, "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.*/" }, "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.*/" }, "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.*/" } } }, "UpdateAssociationStatusRequest" : { "c2jName" : "UpdateAssociationStatusRequest", "documentation" : "", "shapeName" : "UpdateAssociationStatusRequest", "deprecated" : false, "required" : [ "Name", "InstanceId", "AssociationStatus" ], "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 association status.

", "name" : "AssociationStatus", "c2jName" : "AssociationStatus", "c2jShape" : "AssociationStatus", "variable" : { "variableName" : "associationStatus", "variableType" : "AssociationStatus", "variableDeclarationType" : "AssociationStatus", "documentation" : "

The association status.

", "simpleType" : "AssociationStatus", "variableSetterType" : "AssociationStatus" }, "setterModel" : { "variableName" : "associationStatus", "variableType" : "AssociationStatus", "variableDeclarationType" : "AssociationStatus", "documentation" : "", "simpleType" : "AssociationStatus", "variableSetterType" : "AssociationStatus" }, "getterModel" : { "returnType" : "AssociationStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationStatus", "marshallLocationName" : "AssociationStatus", "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 associationStatus The association status.*/", "getterDocumentation" : "/**

The association status.

\n@return The association status.*/", "fluentSetterDocumentation" : "/**

The association status.

\n@param associationStatus 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 associationStatus The association status.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateAssociationStatusRequest", "variableType" : "UpdateAssociationStatusRequest", "variableDeclarationType" : "UpdateAssociationStatusRequest", "documentation" : null, "simpleType" : "UpdateAssociationStatusRequest", "variableSetterType" : "UpdateAssociationStatusRequest" }, "marshaller" : { "action" : "UpdateAssociationStatus", "verb" : "POST", "target" : "AmazonSSM.UpdateAssociationStatus", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.*/" }, "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.*/" }, "AssociationStatus" : { "documentation" : "

The association status.

", "name" : "AssociationStatus", "c2jName" : "AssociationStatus", "c2jShape" : "AssociationStatus", "variable" : { "variableName" : "associationStatus", "variableType" : "AssociationStatus", "variableDeclarationType" : "AssociationStatus", "documentation" : "

The association status.

", "simpleType" : "AssociationStatus", "variableSetterType" : "AssociationStatus" }, "setterModel" : { "variableName" : "associationStatus", "variableType" : "AssociationStatus", "variableDeclarationType" : "AssociationStatus", "documentation" : "", "simpleType" : "AssociationStatus", "variableSetterType" : "AssociationStatus" }, "getterModel" : { "returnType" : "AssociationStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationStatus", "marshallLocationName" : "AssociationStatus", "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 associationStatus The association status.*/", "getterDocumentation" : "/**

The association status.

\n@return The association status.*/", "fluentSetterDocumentation" : "/**

The association status.

\n@param associationStatus 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 associationStatus The association status.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AssociationAlreadyExistsException" : { "c2jName" : "AssociationAlreadyExists", "documentation" : "

The specified association already exists.

", "shapeName" : "AssociationAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "associationAlreadyExistsException", "variableType" : "AssociationAlreadyExistsException", "variableDeclarationType" : "AssociationAlreadyExistsException", "documentation" : null, "simpleType" : "AssociationAlreadyExistsException", "variableSetterType" : "AssociationAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AssociationAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PingStatus" : { "c2jName" : "PingStatus", "documentation" : "", "shapeName" : "PingStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Online", "value" : "Online" }, { "name" : "ConnectionLost", "value" : "ConnectionLost" }, { "name" : "Inactive", "value" : "Inactive" } ], "variable" : { "variableName" : "pingStatus", "variableType" : "PingStatus", "variableDeclarationType" : "PingStatus", "documentation" : null, "simpleType" : "PingStatus", "variableSetterType" : "PingStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidCommandIdException" : { "c2jName" : "InvalidCommandId", "documentation" : "", "shapeName" : "InvalidCommandIdException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidCommandIdException", "variableType" : "InvalidCommandIdException", "variableDeclarationType" : "InvalidCommandIdException", "documentation" : null, "simpleType" : "InvalidCommandIdException", "variableSetterType" : "InvalidCommandIdException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidCommandId", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CommandInvocation" : { "c2jName" : "CommandInvocation", "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. A command invocation returns status and detail information about a command you executed.

", "shapeName" : "CommandInvocation", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The command against which this invocation was requested.

", "name" : "CommandId", "c2jName" : "CommandId", "c2jShape" : "CommandId", "variable" : { "variableName" : "commandId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The command against which this invocation was requested.

", "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 command against which this invocation was requested.

\n@param commandId The command against which this invocation was requested.*/", "getterDocumentation" : "/**

The command against which this invocation was requested.

\n@return The command against which this invocation was requested.*/", "fluentSetterDocumentation" : "/**

The command against which this invocation was requested.

\n@param commandId The command against which this invocation was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The command against which this invocation was requested.

\n@param commandId The command against which this invocation was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The instance ID in which this invocation was requested.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance ID in which this invocation was requested.

", "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 instance ID in which this invocation was requested.

\n@param instanceId The instance ID in which this invocation was requested.*/", "getterDocumentation" : "/**

The instance ID in which this invocation was requested.

\n@return The instance ID in which this invocation was requested.*/", "fluentSetterDocumentation" : "/**

The instance ID in which this invocation was requested.

\n@param instanceId The instance ID in which this invocation was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance ID in which this invocation was requested.

\n@param instanceId The instance ID in which this invocation was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "Comment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.*/", "getterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@return User-specified information about the command, such as a brief description of what the command should do.*/", "fluentSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The document name that was requested for execution.

", "name" : "DocumentName", "c2jName" : "DocumentName", "c2jShape" : "DocumentName", "variable" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The document name that was requested for execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentName", "marshallLocationName" : "DocumentName", "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 document name that was requested for execution.

\n@param documentName The document name that was requested for execution.*/", "getterDocumentation" : "/**

The document name that was requested for execution.

\n@return The document name that was requested for execution.*/", "fluentSetterDocumentation" : "/**

The document name that was requested for execution.

\n@param documentName The document name that was requested for execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The document name that was requested for execution.

\n@param documentName The document name that was requested for execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time and date the request was sent to this instance.

", "name" : "RequestedDateTime", "c2jName" : "RequestedDateTime", "c2jShape" : "DateTime", "variable" : { "variableName" : "requestedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time and date the request was sent to this instance.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "requestedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestedDateTime", "marshallLocationName" : "RequestedDateTime", "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 time and date the request was sent to this instance.

\n@param requestedDateTime The time and date the request was sent to this instance.*/", "getterDocumentation" : "/**

The time and date the request was sent to this instance.

\n@return The time and date the request was sent to this instance.*/", "fluentSetterDocumentation" : "/**

The time and date the request was sent to this instance.

\n@param requestedDateTime The time and date the request was sent to this instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time and date the request was sent to this instance.

\n@param requestedDateTime The time and date the request was sent to this instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Whether or not the invocation succeeded, failed, or is pending.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "CommandInvocationStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Whether or not the invocation succeeded, failed, or is pending.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "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" : "CommandInvocationStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Whether or not the invocation succeeded, failed, or is pending.

\n@param status Whether or not the invocation succeeded, failed, or is pending.\n@see CommandInvocationStatus*/", "getterDocumentation" : "/**

Whether or not the invocation succeeded, failed, or is pending.

\n@return Whether or not the invocation succeeded, failed, or is pending.\n@see CommandInvocationStatus*/", "fluentSetterDocumentation" : "/**

Whether or not the invocation succeeded, failed, or is pending.

\n@param status Whether or not the invocation succeeded, failed, or is pending.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandInvocationStatus*/", "varargSetterDocumentation" : "/**

Whether or not the invocation succeeded, failed, or is pending.

\n@param status Whether or not the invocation succeeded, failed, or is pending.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandInvocationStatus*/" }, { "documentation" : "

Gets the trace output sent by the agent.

", "name" : "TraceOutput", "c2jName" : "TraceOutput", "c2jShape" : "InvocationTraceOutput", "variable" : { "variableName" : "traceOutput", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Gets the trace output sent by the agent.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "traceOutput", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TraceOutput", "marshallLocationName" : "TraceOutput", "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" : "/**

Gets the trace output sent by the agent.

\n@param traceOutput Gets the trace output sent by the agent.*/", "getterDocumentation" : "/**

Gets the trace output sent by the agent.

\n@return Gets the trace output sent by the agent.*/", "fluentSetterDocumentation" : "/**

Gets the trace output sent by the agent.

\n@param traceOutput Gets the trace output sent by the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets the trace output sent by the agent.

\n@param traceOutput Gets the trace output sent by the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "CommandPlugins", "c2jName" : "CommandPlugins", "c2jShape" : "CommandPluginList", "variable" : { "variableName" : "commandPlugins", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "commandPlugins", "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" : "CommandPlugins", "marshallLocationName" : "CommandPlugins", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CommandPlugin", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CommandPlugin", "variable" : { "variableName" : "member", "variableType" : "CommandPlugin", "variableDeclarationType" : "CommandPlugin", "documentation" : "", "simpleType" : "CommandPlugin", "variableSetterType" : "CommandPlugin" }, "setterModel" : { "variableName" : "member", "variableType" : "CommandPlugin", "variableDeclarationType" : "CommandPlugin", "documentation" : "", "simpleType" : "CommandPlugin", "variableSetterType" : "CommandPlugin" }, "getterModel" : { "returnType" : "CommandPlugin", "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" : "CommandPlugin", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param commandPlugins */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param commandPlugins \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCommandPlugins(java.util.Collection)} or {@link #withCommandPlugins(java.util.Collection)} if you want to override the existing values.

\n@param commandPlugins \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "commandInvocation", "variableType" : "CommandInvocation", "variableDeclarationType" : "CommandInvocation", "documentation" : null, "simpleType" : "CommandInvocation", "variableSetterType" : "CommandInvocation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

Whether or not the invocation succeeded, failed, or is pending.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "CommandInvocationStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Whether or not the invocation succeeded, failed, or is pending.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "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" : "CommandInvocationStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Whether or not the invocation succeeded, failed, or is pending.

\n@param status Whether or not the invocation succeeded, failed, or is pending.\n@see CommandInvocationStatus*/", "getterDocumentation" : "/**

Whether or not the invocation succeeded, failed, or is pending.

\n@return Whether or not the invocation succeeded, failed, or is pending.\n@see CommandInvocationStatus*/", "fluentSetterDocumentation" : "/**

Whether or not the invocation succeeded, failed, or is pending.

\n@param status Whether or not the invocation succeeded, failed, or is pending.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandInvocationStatus*/", "varargSetterDocumentation" : "/**

Whether or not the invocation succeeded, failed, or is pending.

\n@param status Whether or not the invocation succeeded, failed, or is pending.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandInvocationStatus*/" }, "DocumentName" : { "documentation" : "

The document name that was requested for execution.

", "name" : "DocumentName", "c2jName" : "DocumentName", "c2jShape" : "DocumentName", "variable" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The document name that was requested for execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentName", "marshallLocationName" : "DocumentName", "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 document name that was requested for execution.

\n@param documentName The document name that was requested for execution.*/", "getterDocumentation" : "/**

The document name that was requested for execution.

\n@return The document name that was requested for execution.*/", "fluentSetterDocumentation" : "/**

The document name that was requested for execution.

\n@param documentName The document name that was requested for execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The document name that was requested for execution.

\n@param documentName The document name that was requested for execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TraceOutput" : { "documentation" : "

Gets the trace output sent by the agent.

", "name" : "TraceOutput", "c2jName" : "TraceOutput", "c2jShape" : "InvocationTraceOutput", "variable" : { "variableName" : "traceOutput", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Gets the trace output sent by the agent.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "traceOutput", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TraceOutput", "marshallLocationName" : "TraceOutput", "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" : "/**

Gets the trace output sent by the agent.

\n@param traceOutput Gets the trace output sent by the agent.*/", "getterDocumentation" : "/**

Gets the trace output sent by the agent.

\n@return Gets the trace output sent by the agent.*/", "fluentSetterDocumentation" : "/**

Gets the trace output sent by the agent.

\n@param traceOutput Gets the trace output sent by the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets the trace output sent by the agent.

\n@param traceOutput Gets the trace output sent by the agent.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

The instance ID in which this invocation was requested.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance ID in which this invocation was requested.

", "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 instance ID in which this invocation was requested.

\n@param instanceId The instance ID in which this invocation was requested.*/", "getterDocumentation" : "/**

The instance ID in which this invocation was requested.

\n@return The instance ID in which this invocation was requested.*/", "fluentSetterDocumentation" : "/**

The instance ID in which this invocation was requested.

\n@param instanceId The instance ID in which this invocation was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance ID in which this invocation was requested.

\n@param instanceId The instance ID in which this invocation was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CommandPlugins" : { "documentation" : "", "name" : "CommandPlugins", "c2jName" : "CommandPlugins", "c2jShape" : "CommandPluginList", "variable" : { "variableName" : "commandPlugins", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "commandPlugins", "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" : "CommandPlugins", "marshallLocationName" : "CommandPlugins", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CommandPlugin", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CommandPlugin", "variable" : { "variableName" : "member", "variableType" : "CommandPlugin", "variableDeclarationType" : "CommandPlugin", "documentation" : "", "simpleType" : "CommandPlugin", "variableSetterType" : "CommandPlugin" }, "setterModel" : { "variableName" : "member", "variableType" : "CommandPlugin", "variableDeclarationType" : "CommandPlugin", "documentation" : "", "simpleType" : "CommandPlugin", "variableSetterType" : "CommandPlugin" }, "getterModel" : { "returnType" : "CommandPlugin", "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" : "CommandPlugin", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param commandPlugins */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param commandPlugins \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCommandPlugins(java.util.Collection)} or {@link #withCommandPlugins(java.util.Collection)} if you want to override the existing values.

\n@param commandPlugins \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Comment" : { "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "Comment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.*/", "getterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@return User-specified information about the command, such as a brief description of what the command should do.*/", "fluentSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CommandId" : { "documentation" : "

The command against which this invocation was requested.

", "name" : "CommandId", "c2jName" : "CommandId", "c2jShape" : "CommandId", "variable" : { "variableName" : "commandId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The command against which this invocation was requested.

", "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 command against which this invocation was requested.

\n@param commandId The command against which this invocation was requested.*/", "getterDocumentation" : "/**

The command against which this invocation was requested.

\n@return The command against which this invocation was requested.*/", "fluentSetterDocumentation" : "/**

The command against which this invocation was requested.

\n@param commandId The command against which this invocation was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The command against which this invocation was requested.

\n@param commandId The command against which this invocation was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestedDateTime" : { "documentation" : "

The time and date the request was sent to this instance.

", "name" : "RequestedDateTime", "c2jName" : "RequestedDateTime", "c2jShape" : "DateTime", "variable" : { "variableName" : "requestedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time and date the request was sent to this instance.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "requestedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestedDateTime", "marshallLocationName" : "RequestedDateTime", "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 time and date the request was sent to this instance.

\n@param requestedDateTime The time and date the request was sent to this instance.*/", "getterDocumentation" : "/**

The time and date the request was sent to this instance.

\n@return The time and date the request was sent to this instance.*/", "fluentSetterDocumentation" : "/**

The time and date the request was sent to this instance.

\n@param requestedDateTime The time and date the request was sent to this instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time and date the request was sent to this instance.

\n@param requestedDateTime The time and date the request was sent to this instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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*/" } } }, "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" : { } }, "ListCommandInvocationsRequest" : { "c2jName" : "ListCommandInvocationsRequest", "documentation" : "", "shapeName" : "ListCommandInvocationsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

(Optional) The invocations for a specific command ID.

", "name" : "CommandId", "c2jName" : "CommandId", "c2jShape" : "CommandId", "variable" : { "variableName" : "commandId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) The invocations for a specific command ID.

", "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" : "/**

(Optional) The invocations for a specific command ID.

\n@param commandId (Optional) The invocations for a specific command ID.*/", "getterDocumentation" : "/**

(Optional) The invocations for a specific command ID.

\n@return (Optional) The invocations for a specific command ID.*/", "fluentSetterDocumentation" : "/**

(Optional) The invocations for a specific command ID.

\n@param commandId (Optional) The invocations for a specific command ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) The invocations for a specific command ID.

\n@param commandId (Optional) The invocations for a specific command ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

(Optional) The command execution details for a specific instance ID.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) The command execution details for a specific instance ID.

", "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" : "/**

(Optional) The command execution details for a specific instance ID.

\n@param instanceId (Optional) The command execution details for a specific instance ID.*/", "getterDocumentation" : "/**

(Optional) The command execution details for a specific instance ID.

\n@return (Optional) The command execution details for a specific instance ID.*/", "fluentSetterDocumentation" : "/**

(Optional) The command execution details for a specific instance ID.

\n@param instanceId (Optional) The command execution details for a specific instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) The command execution details for a specific instance ID.

\n@param instanceId (Optional) The command execution details for a specific instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "CommandMaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "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 maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "getterDocumentation" : "/**

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

\n@return (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\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.*/" }, { "documentation" : "

(Optional) One or more filters. Use a filter to return a more specific list of results.

", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "CommandFilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

(Optional) One or more filters. Use a filter to return a more specific list of results.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "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" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CommandFilter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CommandFilter", "variable" : { "variableName" : "member", "variableType" : "CommandFilter", "variableDeclarationType" : "CommandFilter", "documentation" : "", "simpleType" : "CommandFilter", "variableSetterType" : "CommandFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "CommandFilter", "variableDeclarationType" : "CommandFilter", "documentation" : "", "simpleType" : "CommandFilter", "variableSetterType" : "CommandFilter" }, "getterModel" : { "returnType" : "CommandFilter", "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" : "CommandFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.*/", "getterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@return (Optional) One or more filters. Use a filter to return a more specific list of results.*/", "fluentSetterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.

", "name" : "Details", "c2jName" : "Details", "c2jShape" : "Boolean", "variable" : { "variableName" : "details", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "details", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Details", "marshallLocationName" : "Details", "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) If set this returns the response of the command executions and any command output. By default this is set to False.

\n@param details (Optional) If set this returns the response of the command executions and any command output. By default this is set to False.*/", "getterDocumentation" : "/**

(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.

\n@return (Optional) If set this returns the response of the command executions and any command output. By default this is set to False.*/", "fluentSetterDocumentation" : "/**

(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.

\n@param details (Optional) If set this returns the response of the command executions and any command output. By default this is set to False.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.

\n@param details (Optional) If set this returns the response of the command executions and any command output. By default this is set to False.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listCommandInvocationsRequest", "variableType" : "ListCommandInvocationsRequest", "variableDeclarationType" : "ListCommandInvocationsRequest", "documentation" : null, "simpleType" : "ListCommandInvocationsRequest", "variableSetterType" : "ListCommandInvocationsRequest" }, "marshaller" : { "action" : "ListCommandInvocations", "verb" : "POST", "target" : "AmazonSSM.ListCommandInvocations", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

(Optional) One or more filters. Use a filter to return a more specific list of results.

", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "CommandFilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

(Optional) One or more filters. Use a filter to return a more specific list of results.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "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" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CommandFilter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CommandFilter", "variable" : { "variableName" : "member", "variableType" : "CommandFilter", "variableDeclarationType" : "CommandFilter", "documentation" : "", "simpleType" : "CommandFilter", "variableSetterType" : "CommandFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "CommandFilter", "variableDeclarationType" : "CommandFilter", "documentation" : "", "simpleType" : "CommandFilter", "variableSetterType" : "CommandFilter" }, "getterModel" : { "returnType" : "CommandFilter", "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" : "CommandFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.*/", "getterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@return (Optional) One or more filters. Use a filter to return a more specific list of results.*/", "fluentSetterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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.*/" }, "Details" : { "documentation" : "

(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.

", "name" : "Details", "c2jName" : "Details", "c2jShape" : "Boolean", "variable" : { "variableName" : "details", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "details", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Details", "marshallLocationName" : "Details", "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) If set this returns the response of the command executions and any command output. By default this is set to False.

\n@param details (Optional) If set this returns the response of the command executions and any command output. By default this is set to False.*/", "getterDocumentation" : "/**

(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.

\n@return (Optional) If set this returns the response of the command executions and any command output. By default this is set to False.*/", "fluentSetterDocumentation" : "/**

(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.

\n@param details (Optional) If set this returns the response of the command executions and any command output. By default this is set to False.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) If set this returns the response of the command executions and any command output. By default this is set to False.

\n@param details (Optional) If set this returns the response of the command executions and any command output. By default this is set to False.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

(Optional) The command execution details for a specific instance ID.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) The command execution details for a specific instance ID.

", "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" : "/**

(Optional) The command execution details for a specific instance ID.

\n@param instanceId (Optional) The command execution details for a specific instance ID.*/", "getterDocumentation" : "/**

(Optional) The command execution details for a specific instance ID.

\n@return (Optional) The command execution details for a specific instance ID.*/", "fluentSetterDocumentation" : "/**

(Optional) The command execution details for a specific instance ID.

\n@param instanceId (Optional) The command execution details for a specific instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) The command execution details for a specific instance ID.

\n@param instanceId (Optional) The command execution details for a specific instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "

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

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "CommandMaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "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 maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "getterDocumentation" : "/**

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

\n@return (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CommandId" : { "documentation" : "

(Optional) The invocations for a specific command ID.

", "name" : "CommandId", "c2jName" : "CommandId", "c2jShape" : "CommandId", "variable" : { "variableName" : "commandId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) The invocations for a specific command ID.

", "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" : "/**

(Optional) The invocations for a specific command ID.

\n@param commandId (Optional) The invocations for a specific command ID.*/", "getterDocumentation" : "/**

(Optional) The invocations for a specific command ID.

\n@return (Optional) The invocations for a specific command ID.*/", "fluentSetterDocumentation" : "/**

(Optional) The invocations for a specific command ID.

\n@param commandId (Optional) The invocations for a specific command ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) The invocations for a specific command ID.

\n@param commandId (Optional) The invocations for a specific command ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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*/" } } }, "CreateAssociationBatchResult" : { "c2jName" : "CreateAssociationBatchResult", "documentation" : "", "shapeName" : "CreateAssociationBatchResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Information about the associations that succeeded.

", "name" : "Successful", "c2jName" : "Successful", "c2jShape" : "AssociationDescriptionList", "variable" : { "variableName" : "successful", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Information about the associations that succeeded.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "successful", "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" : "Successful", "marshallLocationName" : "Successful", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AssociationDescription", "memberLocationName" : "AssociationDescription", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AssociationDescription", "variable" : { "variableName" : "member", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "getterModel" : { "returnType" : "AssociationDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationDescription", "marshallLocationName" : "AssociationDescription", "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" : "AssociationDescription", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Information about the associations that succeeded.

\n@param successful Information about the associations that succeeded.*/", "getterDocumentation" : "/**

Information about the associations that succeeded.

\n@return Information about the associations that succeeded.*/", "fluentSetterDocumentation" : "/**

Information about the associations that succeeded.

\n@param successful Information about the associations that succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the associations that succeeded.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSuccessful(java.util.Collection)} or {@link #withSuccessful(java.util.Collection)} if you want to override the existing values.

\n@param successful Information about the associations that succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Information about the associations that failed.

", "name" : "Failed", "c2jName" : "Failed", "c2jShape" : "FailedCreateAssociationList", "variable" : { "variableName" : "failed", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Information about the associations that failed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "failed", "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" : "Failed", "marshallLocationName" : "Failed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "FailedCreateAssociation", "memberLocationName" : "FailedCreateAssociationEntry", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "FailedCreateAssociation", "variable" : { "variableName" : "member", "variableType" : "FailedCreateAssociation", "variableDeclarationType" : "FailedCreateAssociation", "documentation" : "", "simpleType" : "FailedCreateAssociation", "variableSetterType" : "FailedCreateAssociation" }, "setterModel" : { "variableName" : "member", "variableType" : "FailedCreateAssociation", "variableDeclarationType" : "FailedCreateAssociation", "documentation" : "", "simpleType" : "FailedCreateAssociation", "variableSetterType" : "FailedCreateAssociation" }, "getterModel" : { "returnType" : "FailedCreateAssociation", "documentation" : null }, "http" : { "unmarshallLocationName" : "FailedCreateAssociationEntry", "marshallLocationName" : "FailedCreateAssociationEntry", "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" : "FailedCreateAssociation", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Information about the associations that failed.

\n@param failed Information about the associations that failed.*/", "getterDocumentation" : "/**

Information about the associations that failed.

\n@return Information about the associations that failed.*/", "fluentSetterDocumentation" : "/**

Information about the associations that failed.

\n@param failed Information about the associations that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the associations that failed.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailed(java.util.Collection)} or {@link #withFailed(java.util.Collection)} if you want to override the existing values.

\n@param failed Information about the associations that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAssociationBatchResult", "variableType" : "CreateAssociationBatchResult", "variableDeclarationType" : "CreateAssociationBatchResult", "documentation" : null, "simpleType" : "CreateAssociationBatchResult", "variableSetterType" : "CreateAssociationBatchResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Successful" : { "documentation" : "

Information about the associations that succeeded.

", "name" : "Successful", "c2jName" : "Successful", "c2jShape" : "AssociationDescriptionList", "variable" : { "variableName" : "successful", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Information about the associations that succeeded.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "successful", "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" : "Successful", "marshallLocationName" : "Successful", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AssociationDescription", "memberLocationName" : "AssociationDescription", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AssociationDescription", "variable" : { "variableName" : "member", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "getterModel" : { "returnType" : "AssociationDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationDescription", "marshallLocationName" : "AssociationDescription", "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" : "AssociationDescription", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Information about the associations that succeeded.

\n@param successful Information about the associations that succeeded.*/", "getterDocumentation" : "/**

Information about the associations that succeeded.

\n@return Information about the associations that succeeded.*/", "fluentSetterDocumentation" : "/**

Information about the associations that succeeded.

\n@param successful Information about the associations that succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the associations that succeeded.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSuccessful(java.util.Collection)} or {@link #withSuccessful(java.util.Collection)} if you want to override the existing values.

\n@param successful Information about the associations that succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Failed" : { "documentation" : "

Information about the associations that failed.

", "name" : "Failed", "c2jName" : "Failed", "c2jShape" : "FailedCreateAssociationList", "variable" : { "variableName" : "failed", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Information about the associations that failed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "failed", "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" : "Failed", "marshallLocationName" : "Failed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "FailedCreateAssociation", "memberLocationName" : "FailedCreateAssociationEntry", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "FailedCreateAssociation", "variable" : { "variableName" : "member", "variableType" : "FailedCreateAssociation", "variableDeclarationType" : "FailedCreateAssociation", "documentation" : "", "simpleType" : "FailedCreateAssociation", "variableSetterType" : "FailedCreateAssociation" }, "setterModel" : { "variableName" : "member", "variableType" : "FailedCreateAssociation", "variableDeclarationType" : "FailedCreateAssociation", "documentation" : "", "simpleType" : "FailedCreateAssociation", "variableSetterType" : "FailedCreateAssociation" }, "getterModel" : { "returnType" : "FailedCreateAssociation", "documentation" : null }, "http" : { "unmarshallLocationName" : "FailedCreateAssociationEntry", "marshallLocationName" : "FailedCreateAssociationEntry", "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" : "FailedCreateAssociation", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Information about the associations that failed.

\n@param failed Information about the associations that failed.*/", "getterDocumentation" : "/**

Information about the associations that failed.

\n@return Information about the associations that failed.*/", "fluentSetterDocumentation" : "/**

Information about the associations that failed.

\n@param failed Information about the associations that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the associations that failed.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFailed(java.util.Collection)} or {@link #withFailed(java.util.Collection)} if you want to override the existing values.

\n@param failed Information about the associations that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateAssociationStatusResult" : { "c2jName" : "UpdateAssociationStatusResult", "documentation" : "", "shapeName" : "UpdateAssociationStatusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Information about the association.

", "name" : "AssociationDescription", "c2jName" : "AssociationDescription", "c2jShape" : "AssociationDescription", "variable" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "

Information about the association.

", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "setterModel" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "getterModel" : { "returnType" : "AssociationDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationDescription", "marshallLocationName" : "AssociationDescription", "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" : "/**

Information about the association.

\n@param associationDescription Information about the association.*/", "getterDocumentation" : "/**

Information about the association.

\n@return Information about the association.*/", "fluentSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateAssociationStatusResult", "variableType" : "UpdateAssociationStatusResult", "variableDeclarationType" : "UpdateAssociationStatusResult", "documentation" : null, "simpleType" : "UpdateAssociationStatusResult", "variableSetterType" : "UpdateAssociationStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AssociationDescription" : { "documentation" : "

Information about the association.

", "name" : "AssociationDescription", "c2jName" : "AssociationDescription", "c2jShape" : "AssociationDescription", "variable" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "

Information about the association.

", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "setterModel" : { "variableName" : "associationDescription", "variableType" : "AssociationDescription", "variableDeclarationType" : "AssociationDescription", "documentation" : "", "simpleType" : "AssociationDescription", "variableSetterType" : "AssociationDescription" }, "getterModel" : { "returnType" : "AssociationDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "AssociationDescription", "marshallLocationName" : "AssociationDescription", "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" : "/**

Information about the association.

\n@param associationDescription Information about the association.*/", "getterDocumentation" : "/**

Information about the association.

\n@return Information about the association.*/", "fluentSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the association.

\n@param associationDescription Information about the association.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CommandFilter" : { "c2jName" : "CommandFilter", "documentation" : "

Describes a command filter.

", "shapeName" : "CommandFilter", "deprecated" : false, "required" : [ "key", "value" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the filter. For example, requested date and time.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "CommandFilterKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the filter. For example, requested date and time.

", "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" : "CommandFilterKey", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the filter. For example, requested date and time.

\n@param key The name of the filter. For example, requested date and time.\n@see CommandFilterKey*/", "getterDocumentation" : "/**

The name of the filter. For example, requested date and time.

\n@return The name of the filter. For example, requested date and time.\n@see CommandFilterKey*/", "fluentSetterDocumentation" : "/**

The name of the filter. For example, requested date and time.

\n@param key The name of the filter. For example, requested date and time.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandFilterKey*/", "varargSetterDocumentation" : "/**

The name of the filter. For example, requested date and time.

\n@param key The name of the filter. For example, requested date and time.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandFilterKey*/" }, { "documentation" : "

The filter value. For example: June 30, 2015.

", "name" : "Value", "c2jName" : "value", "c2jShape" : "CommandFilterValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The filter value. For example: June 30, 2015.

", "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 filter value. For example: June 30, 2015.

\n@param value The filter value. For example: June 30, 2015.*/", "getterDocumentation" : "/**

The filter value. For example: June 30, 2015.

\n@return The filter value. For example: June 30, 2015.*/", "fluentSetterDocumentation" : "/**

The filter value. For example: June 30, 2015.

\n@param value The filter value. For example: June 30, 2015.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The filter value. For example: June 30, 2015.

\n@param value The filter value. For example: June 30, 2015.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "commandFilter", "variableType" : "CommandFilter", "variableDeclarationType" : "CommandFilter", "documentation" : null, "simpleType" : "CommandFilter", "variableSetterType" : "CommandFilter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

The filter value. For example: June 30, 2015.

", "name" : "Value", "c2jName" : "value", "c2jShape" : "CommandFilterValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The filter value. For example: June 30, 2015.

", "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 filter value. For example: June 30, 2015.

\n@param value The filter value. For example: June 30, 2015.*/", "getterDocumentation" : "/**

The filter value. For example: June 30, 2015.

\n@return The filter value. For example: June 30, 2015.*/", "fluentSetterDocumentation" : "/**

The filter value. For example: June 30, 2015.

\n@param value The filter value. For example: June 30, 2015.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The filter value. For example: June 30, 2015.

\n@param value The filter value. For example: June 30, 2015.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

The name of the filter. For example, requested date and time.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "CommandFilterKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the filter. For example, requested date and time.

", "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" : "CommandFilterKey", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the filter. For example, requested date and time.

\n@param key The name of the filter. For example, requested date and time.\n@see CommandFilterKey*/", "getterDocumentation" : "/**

The name of the filter. For example, requested date and time.

\n@return The name of the filter. For example, requested date and time.\n@see CommandFilterKey*/", "fluentSetterDocumentation" : "/**

The name of the filter. For example, requested date and time.

\n@param key The name of the filter. For example, requested date and time.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandFilterKey*/", "varargSetterDocumentation" : "/**

The name of the filter. For example, requested date and time.

\n@param key The name of the filter. For example, requested date and time.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandFilterKey*/" } } }, "CommandFilterKey" : { "c2jName" : "CommandFilterKey", "documentation" : "", "shapeName" : "CommandFilterKey", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "InvokedAfter", "value" : "InvokedAfter" }, { "name" : "InvokedBefore", "value" : "InvokedBefore" }, { "name" : "Status", "value" : "Status" } ], "variable" : { "variableName" : "commandFilterKey", "variableType" : "CommandFilterKey", "variableDeclarationType" : "CommandFilterKey", "documentation" : null, "simpleType" : "CommandFilterKey", "variableSetterType" : "CommandFilterKey" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateDocumentResult" : { "c2jName" : "CreateDocumentResult", "documentation" : "", "shapeName" : "CreateDocumentResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Information about the SSM document.

", "name" : "DocumentDescription", "c2jName" : "DocumentDescription", "c2jShape" : "DocumentDescription", "variable" : { "variableName" : "documentDescription", "variableType" : "DocumentDescription", "variableDeclarationType" : "DocumentDescription", "documentation" : "

Information about the SSM document.

", "simpleType" : "DocumentDescription", "variableSetterType" : "DocumentDescription" }, "setterModel" : { "variableName" : "documentDescription", "variableType" : "DocumentDescription", "variableDeclarationType" : "DocumentDescription", "documentation" : "", "simpleType" : "DocumentDescription", "variableSetterType" : "DocumentDescription" }, "getterModel" : { "returnType" : "DocumentDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentDescription", "marshallLocationName" : "DocumentDescription", "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" : "/**

Information about the SSM document.

\n@param documentDescription Information about the SSM document.*/", "getterDocumentation" : "/**

Information about the SSM document.

\n@return Information about the SSM document.*/", "fluentSetterDocumentation" : "/**

Information about the SSM document.

\n@param documentDescription Information about the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the SSM document.

\n@param documentDescription Information about the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDocumentResult", "variableType" : "CreateDocumentResult", "variableDeclarationType" : "CreateDocumentResult", "documentation" : null, "simpleType" : "CreateDocumentResult", "variableSetterType" : "CreateDocumentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DocumentDescription" : { "documentation" : "

Information about the SSM document.

", "name" : "DocumentDescription", "c2jName" : "DocumentDescription", "c2jShape" : "DocumentDescription", "variable" : { "variableName" : "documentDescription", "variableType" : "DocumentDescription", "variableDeclarationType" : "DocumentDescription", "documentation" : "

Information about the SSM document.

", "simpleType" : "DocumentDescription", "variableSetterType" : "DocumentDescription" }, "setterModel" : { "variableName" : "documentDescription", "variableType" : "DocumentDescription", "variableDeclarationType" : "DocumentDescription", "documentation" : "", "simpleType" : "DocumentDescription", "variableSetterType" : "DocumentDescription" }, "getterModel" : { "returnType" : "DocumentDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentDescription", "marshallLocationName" : "DocumentDescription", "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" : "/**

Information about the SSM document.

\n@param documentDescription Information about the SSM document.*/", "getterDocumentation" : "/**

Information about the SSM document.

\n@return Information about the SSM document.*/", "fluentSetterDocumentation" : "/**

Information about the SSM document.

\n@param documentDescription Information about the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the SSM document.

\n@param documentDescription Information about the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListCommandInvocationsResult" : { "c2jName" : "ListCommandInvocationsResult", "documentation" : "", "shapeName" : "ListCommandInvocationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

(Optional) A list of all invocations.

", "name" : "CommandInvocations", "c2jName" : "CommandInvocations", "c2jShape" : "CommandInvocationList", "variable" : { "variableName" : "commandInvocations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

(Optional) A list of all invocations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "commandInvocations", "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" : "CommandInvocations", "marshallLocationName" : "CommandInvocations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CommandInvocation", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CommandInvocation", "variable" : { "variableName" : "member", "variableType" : "CommandInvocation", "variableDeclarationType" : "CommandInvocation", "documentation" : "", "simpleType" : "CommandInvocation", "variableSetterType" : "CommandInvocation" }, "setterModel" : { "variableName" : "member", "variableType" : "CommandInvocation", "variableDeclarationType" : "CommandInvocation", "documentation" : "", "simpleType" : "CommandInvocation", "variableSetterType" : "CommandInvocation" }, "getterModel" : { "returnType" : "CommandInvocation", "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" : "CommandInvocation", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

(Optional) A list of all invocations.

\n@param commandInvocations (Optional) A list of all invocations.*/", "getterDocumentation" : "/**

(Optional) A list of all invocations.

\n@return (Optional) A list of all invocations.*/", "fluentSetterDocumentation" : "/**

(Optional) A list of all invocations.

\n@param commandInvocations (Optional) A list of all invocations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) A list of all invocations.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCommandInvocations(java.util.Collection)} or {@link #withCommandInvocations(java.util.Collection)} if you want to override the existing values.

\n@param commandInvocations (Optional) A list of all invocations.\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" : "listCommandInvocationsResult", "variableType" : "ListCommandInvocationsResult", "variableDeclarationType" : "ListCommandInvocationsResult", "documentation" : null, "simpleType" : "ListCommandInvocationsResult", "variableSetterType" : "ListCommandInvocationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CommandInvocations" : { "documentation" : "

(Optional) A list of all invocations.

", "name" : "CommandInvocations", "c2jName" : "CommandInvocations", "c2jShape" : "CommandInvocationList", "variable" : { "variableName" : "commandInvocations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

(Optional) A list of all invocations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "commandInvocations", "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" : "CommandInvocations", "marshallLocationName" : "CommandInvocations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CommandInvocation", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CommandInvocation", "variable" : { "variableName" : "member", "variableType" : "CommandInvocation", "variableDeclarationType" : "CommandInvocation", "documentation" : "", "simpleType" : "CommandInvocation", "variableSetterType" : "CommandInvocation" }, "setterModel" : { "variableName" : "member", "variableType" : "CommandInvocation", "variableDeclarationType" : "CommandInvocation", "documentation" : "", "simpleType" : "CommandInvocation", "variableSetterType" : "CommandInvocation" }, "getterModel" : { "returnType" : "CommandInvocation", "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" : "CommandInvocation", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

(Optional) A list of all invocations.

\n@param commandInvocations (Optional) A list of all invocations.*/", "getterDocumentation" : "/**

(Optional) A list of all invocations.

\n@return (Optional) A list of all invocations.*/", "fluentSetterDocumentation" : "/**

(Optional) A list of all invocations.

\n@param commandInvocations (Optional) A list of all invocations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) A list of all invocations.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCommandInvocations(java.util.Collection)} or {@link #withCommandInvocations(java.util.Collection)} if you want to override the existing values.

\n@param commandInvocations (Optional) A list of all invocations.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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.*/" } } }, "CreateAssociationBatchRequestEntry" : { "c2jName" : "CreateAssociationBatchRequestEntry", "documentation" : "

Describes the association of an SSM document and an instance.

", "shapeName" : "CreateAssociationBatchRequestEntry", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the configuration document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the configuration 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 configuration document.

\n@param name The name of the configuration document.*/", "getterDocumentation" : "/**

The name of the configuration document.

\n@return The name of the configuration document.*/", "fluentSetterDocumentation" : "/**

The name of the configuration document.

\n@param name The name of the configuration document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the configuration document.

\n@param name The name of the configuration 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" : "

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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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" : "/**\n

NOTE: 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.*/" }, "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "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" : "createAssociationBatchRequestEntry", "variableType" : "CreateAssociationBatchRequestEntry", "variableDeclarationType" : "CreateAssociationBatchRequestEntry", "documentation" : null, "simpleType" : "CreateAssociationBatchRequestEntry", "variableSetterType" : "CreateAssociationBatchRequestEntry" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the configuration document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the configuration 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 configuration document.

\n@param name The name of the configuration document.*/", "getterDocumentation" : "/**

The name of the configuration document.

\n@return The name of the configuration document.*/", "fluentSetterDocumentation" : "/**

The name of the configuration document.

\n@param name The name of the configuration document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the configuration document.

\n@param name The name of the configuration document.\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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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" : "/**\n

NOTE: 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.*/" }, "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "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.*/" } } }, "CreateAssociationRequest" : { "c2jName" : "CreateAssociationRequest", "documentation" : "", "shapeName" : "CreateAssociationRequest", "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 instance ID.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance ID.

", "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 instance ID.

\n@param instanceId The instance ID.*/", "getterDocumentation" : "/**

The instance ID.

\n@return The instance ID.*/", "fluentSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parameters for the documents runtime configuration.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "Parameters", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

The parameters for the documents runtime configuration.

", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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" : "/**\n

NOTE: 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.*/" }, "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The parameters for the documents runtime configuration.

\n@param parameters The parameters for the documents runtime configuration.*/", "getterDocumentation" : "/**

The parameters for the documents runtime configuration.

\n@return The parameters for the documents runtime configuration.*/", "fluentSetterDocumentation" : "/**

The parameters for the documents runtime configuration.

\n@param parameters The parameters for the documents runtime configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parameters for the documents runtime configuration.

\n@param parameters The parameters for the documents runtime configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAssociationRequest", "variableType" : "CreateAssociationRequest", "variableDeclarationType" : "CreateAssociationRequest", "documentation" : null, "simpleType" : "CreateAssociationRequest", "variableSetterType" : "CreateAssociationRequest" }, "marshaller" : { "action" : "CreateAssociation", "verb" : "POST", "target" : "AmazonSSM.CreateAssociation", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.*/" }, "Parameters" : { "documentation" : "

The parameters for the documents runtime configuration.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "Parameters", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

The parameters for the documents runtime configuration.

", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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" : "/**\n

NOTE: 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.*/" }, "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The parameters for the documents runtime configuration.

\n@param parameters The parameters for the documents runtime configuration.*/", "getterDocumentation" : "/**

The parameters for the documents runtime configuration.

\n@return The parameters for the documents runtime configuration.*/", "fluentSetterDocumentation" : "/**

The parameters for the documents runtime configuration.

\n@param parameters The parameters for the documents runtime configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parameters for the documents runtime configuration.

\n@param parameters The parameters for the documents runtime configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

The instance ID.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance ID.

", "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 instance ID.

\n@param instanceId The instance ID.*/", "getterDocumentation" : "/**

The instance ID.

\n@return The instance ID.*/", "fluentSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Command" : { "c2jName" : "Command", "documentation" : "

Describes a command request.

", "shapeName" : "Command", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A unique identifier for this command.

", "name" : "CommandId", "c2jName" : "CommandId", "c2jShape" : "CommandId", "variable" : { "variableName" : "commandId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A unique identifier for this command.

", "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" : "/**

A unique identifier for this command.

\n@param commandId A unique identifier for this command.*/", "getterDocumentation" : "/**

A unique identifier for this command.

\n@return A unique identifier for this command.*/", "fluentSetterDocumentation" : "/**

A unique identifier for this command.

\n@param commandId A unique identifier for this command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier for this command.

\n@param commandId A unique identifier for this command.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the SSM document requested for execution.

", "name" : "DocumentName", "c2jName" : "DocumentName", "c2jShape" : "DocumentName", "variable" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the SSM document requested for execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentName", "marshallLocationName" : "DocumentName", "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 requested for execution.

\n@param documentName The name of the SSM document requested for execution.*/", "getterDocumentation" : "/**

The name of the SSM document requested for execution.

\n@return The name of the SSM document requested for execution.*/", "fluentSetterDocumentation" : "/**

The name of the SSM document requested for execution.

\n@param documentName The name of the SSM document requested for execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the SSM document requested for execution.

\n@param documentName The name of the SSM document requested for execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "Comment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.*/", "getterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@return User-specified information about the command, such as a brief description of what the command should do.*/", "fluentSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

", "name" : "ExpiresAfter", "c2jName" : "ExpiresAfter", "c2jShape" : "DateTime", "variable" : { "variableName" : "expiresAfter", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expiresAfter", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ExpiresAfter", "marshallLocationName" : "ExpiresAfter", "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" : "/**

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

\n@param expiresAfter If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.*/", "getterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

\n@return If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.*/", "fluentSetterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

\n@param expiresAfter If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

\n@param expiresAfter If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parameter values to be inserted in the SSM document when executing the command.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "Parameters", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

The parameter values to be inserted in the SSM document when executing the command.

", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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" : "/**\n

NOTE: 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.*/" }, "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The parameter values to be inserted in the SSM document when executing the command.

\n@param parameters The parameter values to be inserted in the SSM document when executing the command.*/", "getterDocumentation" : "/**

The parameter values to be inserted in the SSM document when executing the command.

\n@return The parameter values to be inserted in the SSM document when executing the command.*/", "fluentSetterDocumentation" : "/**

The parameter values to be inserted in the SSM document when executing the command.

\n@param parameters The parameter values to be inserted in the SSM document when executing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parameter values to be inserted in the SSM document when executing the command.

\n@param parameters The parameter values to be inserted in the SSM document when executing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The instance IDs against which this command was requested.

", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIdList", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The instance IDs against which this command 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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The instance IDs against which this command was requested.

\n@param instanceIds The instance IDs against which this command was requested.*/", "getterDocumentation" : "/**

The instance IDs against which this command was requested.

\n@return The instance IDs against which this command was requested.*/", "fluentSetterDocumentation" : "/**

The instance IDs against which this command was requested.

\n@param instanceIds The instance IDs against which this command was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance IDs against which this command was requested.

\n

NOTE: 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 The instance IDs against which this command was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time the command was requested.

", "name" : "RequestedDateTime", "c2jName" : "RequestedDateTime", "c2jShape" : "DateTime", "variable" : { "variableName" : "requestedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the command was requested.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "requestedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestedDateTime", "marshallLocationName" : "RequestedDateTime", "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 and time the command was requested.

\n@param requestedDateTime The date and time the command was requested.*/", "getterDocumentation" : "/**

The date and time the command was requested.

\n@return The date and time the command was requested.*/", "fluentSetterDocumentation" : "/**

The date and time the command was requested.

\n@param requestedDateTime The date and time the command was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the command was requested.

\n@param requestedDateTime The date and time the command was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the command.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "CommandStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the command.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "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" : "CommandStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the command.

\n@param status The status of the command.\n@see CommandStatus*/", "getterDocumentation" : "/**

The status of the command.

\n@return The status of the command.\n@see CommandStatus*/", "fluentSetterDocumentation" : "/**

The status of the command.

\n@param status The status of the command.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandStatus*/", "varargSetterDocumentation" : "/**

The status of the command.

\n@param status The status of the command.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandStatus*/" }, { "documentation" : "

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "name" : "OutputS3BucketName", "c2jName" : "OutputS3BucketName", "c2jShape" : "S3BucketName", "variable" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3BucketName", "marshallLocationName" : "OutputS3BucketName", "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 S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "getterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@return The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "fluentSetterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "name" : "OutputS3KeyPrefix", "c2jName" : "OutputS3KeyPrefix", "c2jShape" : "S3KeyPrefix", "variable" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3KeyPrefix", "marshallLocationName" : "OutputS3KeyPrefix", "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 S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "getterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@return The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "fluentSetterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "command", "variableType" : "Command", "variableDeclarationType" : "Command", "documentation" : null, "simpleType" : "Command", "variableSetterType" : "Command" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of the command.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "CommandStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the command.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "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" : "CommandStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the command.

\n@param status The status of the command.\n@see CommandStatus*/", "getterDocumentation" : "/**

The status of the command.

\n@return The status of the command.\n@see CommandStatus*/", "fluentSetterDocumentation" : "/**

The status of the command.

\n@param status The status of the command.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandStatus*/", "varargSetterDocumentation" : "/**

The status of the command.

\n@param status The status of the command.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandStatus*/" }, "Parameters" : { "documentation" : "

The parameter values to be inserted in the SSM document when executing the command.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "Parameters", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

The parameter values to be inserted in the SSM document when executing the command.

", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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" : "/**\n

NOTE: 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.*/" }, "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The parameter values to be inserted in the SSM document when executing the command.

\n@param parameters The parameter values to be inserted in the SSM document when executing the command.*/", "getterDocumentation" : "/**

The parameter values to be inserted in the SSM document when executing the command.

\n@return The parameter values to be inserted in the SSM document when executing the command.*/", "fluentSetterDocumentation" : "/**

The parameter values to be inserted in the SSM document when executing the command.

\n@param parameters The parameter values to be inserted in the SSM document when executing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parameter values to be inserted in the SSM document when executing the command.

\n@param parameters The parameter values to be inserted in the SSM document when executing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DocumentName" : { "documentation" : "

The name of the SSM document requested for execution.

", "name" : "DocumentName", "c2jName" : "DocumentName", "c2jShape" : "DocumentName", "variable" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the SSM document requested for execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentName", "marshallLocationName" : "DocumentName", "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 requested for execution.

\n@param documentName The name of the SSM document requested for execution.*/", "getterDocumentation" : "/**

The name of the SSM document requested for execution.

\n@return The name of the SSM document requested for execution.*/", "fluentSetterDocumentation" : "/**

The name of the SSM document requested for execution.

\n@param documentName The name of the SSM document requested for execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the SSM document requested for execution.

\n@param documentName The name of the SSM document requested for execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceIds" : { "documentation" : "

The instance IDs against which this command was requested.

", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIdList", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The instance IDs against which this command 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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The instance IDs against which this command was requested.

\n@param instanceIds The instance IDs against which this command was requested.*/", "getterDocumentation" : "/**

The instance IDs against which this command was requested.

\n@return The instance IDs against which this command was requested.*/", "fluentSetterDocumentation" : "/**

The instance IDs against which this command was requested.

\n@param instanceIds The instance IDs against which this command was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance IDs against which this command was requested.

\n

NOTE: 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 The instance IDs against which this command was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExpiresAfter" : { "documentation" : "

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

", "name" : "ExpiresAfter", "c2jName" : "ExpiresAfter", "c2jShape" : "DateTime", "variable" : { "variableName" : "expiresAfter", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expiresAfter", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ExpiresAfter", "marshallLocationName" : "ExpiresAfter", "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" : "/**

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

\n@param expiresAfter If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.*/", "getterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

\n@return If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.*/", "fluentSetterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

\n@param expiresAfter If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.

\n@param expiresAfter If this time is reached and the command has not already started executing, it will not execute. Calculated based on the ExpiresAfter user input provided as part of the SendCommand API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Comment" : { "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "Comment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.*/", "getterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@return User-specified information about the command, such as a brief description of what the command should do.*/", "fluentSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CommandId" : { "documentation" : "

A unique identifier for this command.

", "name" : "CommandId", "c2jName" : "CommandId", "c2jShape" : "CommandId", "variable" : { "variableName" : "commandId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A unique identifier for this command.

", "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" : "/**

A unique identifier for this command.

\n@param commandId A unique identifier for this command.*/", "getterDocumentation" : "/**

A unique identifier for this command.

\n@return A unique identifier for this command.*/", "fluentSetterDocumentation" : "/**

A unique identifier for this command.

\n@param commandId A unique identifier for this command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier for this command.

\n@param commandId A unique identifier for this command.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputS3BucketName" : { "documentation" : "

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "name" : "OutputS3BucketName", "c2jName" : "OutputS3BucketName", "c2jShape" : "S3BucketName", "variable" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3BucketName", "marshallLocationName" : "OutputS3BucketName", "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 S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "getterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@return The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "fluentSetterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputS3KeyPrefix" : { "documentation" : "

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "name" : "OutputS3KeyPrefix", "c2jName" : "OutputS3KeyPrefix", "c2jShape" : "S3KeyPrefix", "variable" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3KeyPrefix", "marshallLocationName" : "OutputS3KeyPrefix", "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 S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "getterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@return The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "fluentSetterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestedDateTime" : { "documentation" : "

The date and time the command was requested.

", "name" : "RequestedDateTime", "c2jName" : "RequestedDateTime", "c2jShape" : "DateTime", "variable" : { "variableName" : "requestedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time the command was requested.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "requestedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestedDateTime", "marshallLocationName" : "RequestedDateTime", "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 and time the command was requested.

\n@param requestedDateTime The date and time the command was requested.*/", "getterDocumentation" : "/**

The date and time the command was requested.

\n@return The date and time the command was requested.*/", "fluentSetterDocumentation" : "/**

The date and time the command was requested.

\n@param requestedDateTime The date and time the command was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time the command was requested.

\n@param requestedDateTime The date and time the command was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidDocumentContentException" : { "c2jName" : "InvalidDocumentContent", "documentation" : "

The content for the SSM document is not valid.

", "shapeName" : "InvalidDocumentContentException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidDocumentContentException", "variableType" : "InvalidDocumentContentException", "variableDeclarationType" : "InvalidDocumentContentException", "documentation" : null, "simpleType" : "InvalidDocumentContentException", "variableSetterType" : "InvalidDocumentContentException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidDocumentContent", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ModifyDocumentPermissionResult" : { "c2jName" : "ModifyDocumentPermissionResponse", "documentation" : "", "shapeName" : "ModifyDocumentPermissionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "modifyDocumentPermissionResult", "variableType" : "ModifyDocumentPermissionResult", "variableDeclarationType" : "ModifyDocumentPermissionResult", "documentation" : null, "simpleType" : "ModifyDocumentPermissionResult", "variableSetterType" : "ModifyDocumentPermissionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DocumentPermissionType" : { "c2jName" : "DocumentPermissionType", "documentation" : "", "shapeName" : "DocumentPermissionType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Share", "value" : "Share" } ], "variable" : { "variableName" : "documentPermissionType", "variableType" : "DocumentPermissionType", "variableDeclarationType" : "DocumentPermissionType", "documentation" : null, "simpleType" : "DocumentPermissionType", "variableSetterType" : "DocumentPermissionType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Association" : { "c2jName" : "Association", "documentation" : "

Describes an association of an SSM document and an instance.

", "shapeName" : "Association", "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.*/" } ], "enums" : null, "variable" : { "variableName" : "association", "variableType" : "Association", "variableDeclarationType" : "Association", "documentation" : null, "simpleType" : "Association", "variableSetterType" : "Association" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.*/" }, "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.*/" } } }, "AssociationDoesNotExistException" : { "c2jName" : "AssociationDoesNotExist", "documentation" : "

The specified association does not exist.

", "shapeName" : "AssociationDoesNotExistException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "associationDoesNotExistException", "variableType" : "AssociationDoesNotExistException", "variableDeclarationType" : "AssociationDoesNotExistException", "documentation" : null, "simpleType" : "AssociationDoesNotExistException", "variableSetterType" : "AssociationDoesNotExistException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AssociationDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetDocumentRequest" : { "c2jName" : "GetDocumentRequest", "documentation" : "", "shapeName" : "GetDocumentRequest", "deprecated" : false, "required" : [ "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the SSM document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentARN", "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.*/" } ], "enums" : null, "variable" : { "variableName" : "getDocumentRequest", "variableType" : "GetDocumentRequest", "variableDeclarationType" : "GetDocumentRequest", "documentation" : null, "simpleType" : "GetDocumentRequest", "variableSetterType" : "GetDocumentRequest" }, "marshaller" : { "action" : "GetDocument", "verb" : "POST", "target" : "AmazonSSM.GetDocument", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the SSM document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentARN", "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.*/" } } }, "TooManyUpdatesException" : { "c2jName" : "TooManyUpdates", "documentation" : "

There are concurrent updates for a resource that supports one update at a time.

", "shapeName" : "TooManyUpdatesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "tooManyUpdatesException", "variableType" : "TooManyUpdatesException", "variableDeclarationType" : "TooManyUpdatesException", "documentation" : null, "simpleType" : "TooManyUpdatesException", "variableSetterType" : "TooManyUpdatesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyUpdates", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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" : { "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*/" }, "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.*/" }, "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.*/" } } }, "SendCommandRequest" : { "c2jName" : "SendCommandRequest", "documentation" : "", "shapeName" : "SendCommandRequest", "deprecated" : false, "required" : [ "InstanceIds", "DocumentName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Required. The instance IDs where the command should execute.

", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIdList", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Required. The instance IDs where the command should execute.

", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Required. The instance IDs where the command should execute.

\n@param instanceIds Required. The instance IDs where the command should execute.*/", "getterDocumentation" : "/**

Required. The instance IDs where the command should execute.

\n@return Required. The instance IDs where the command should execute.*/", "fluentSetterDocumentation" : "/**

Required. The instance IDs where the command should execute.

\n@param instanceIds Required. The instance IDs where the command should execute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Required. The instance IDs where the command should execute.

\n

NOTE: 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 Required. The instance IDs where the command should execute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

", "name" : "DocumentName", "c2jName" : "DocumentName", "c2jShape" : "DocumentARN", "variable" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentName", "marshallLocationName" : "DocumentName", "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" : "/**

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

\n@param documentName Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.*/", "getterDocumentation" : "/**

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

\n@return Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.*/", "fluentSetterDocumentation" : "/**

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

\n@param documentName Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

\n@param documentName Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

", "name" : "DocumentHash", "c2jName" : "DocumentHash", "c2jShape" : "DocumentHash", "variable" : { "variableName" : "documentHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "documentHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentHash", "marshallLocationName" : "DocumentHash", "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 Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param documentHash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

*/", "getterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

*/", "fluentSetterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param documentHash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param documentHash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Sha256 or Sha1.

Sha1 hashes have been deprecated.

", "name" : "DocumentHashType", "c2jName" : "DocumentHashType", "c2jShape" : "DocumentHashType", "variable" : { "variableName" : "documentHashType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Sha256 or Sha1.

Sha1 hashes have been deprecated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "documentHashType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentHashType", "marshallLocationName" : "DocumentHashType", "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" : "DocumentHashType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param documentHashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@see DocumentHashType*/", "getterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@see DocumentHashType*/", "fluentSetterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param documentHashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentHashType*/", "varargSetterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param documentHashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentHashType*/" }, { "documentation" : "

If this time is reached and the command has not already started executing, it will not execute.

", "name" : "TimeoutSeconds", "c2jName" : "TimeoutSeconds", "c2jShape" : "TimeoutSeconds", "variable" : { "variableName" : "timeoutSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

If this time is reached and the command has not already started executing, it will not execute.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "timeoutSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeoutSeconds", "marshallLocationName" : "TimeoutSeconds", "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" : "/**

If this time is reached and the command has not already started executing, it will not execute.

\n@param timeoutSeconds If this time is reached and the command has not already started executing, it will not execute.*/", "getterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute.

\n@return If this time is reached and the command has not already started executing, it will not execute.*/", "fluentSetterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute.

\n@param timeoutSeconds If this time is reached and the command has not already started executing, it will not execute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute.

\n@param timeoutSeconds If this time is reached and the command has not already started executing, it will not execute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "Comment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.*/", "getterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@return User-specified information about the command, such as a brief description of what the command should do.*/", "fluentSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The required and optional parameters specified in the SSM document being executed.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "Parameters", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

The required and optional parameters specified in the SSM document being executed.

", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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" : "/**\n

NOTE: 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.*/" }, "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The required and optional parameters specified in the SSM document being executed.

\n@param parameters The required and optional parameters specified in the SSM document being executed.*/", "getterDocumentation" : "/**

The required and optional parameters specified in the SSM document being executed.

\n@return The required and optional parameters specified in the SSM document being executed.*/", "fluentSetterDocumentation" : "/**

The required and optional parameters specified in the SSM document being executed.

\n@param parameters The required and optional parameters specified in the SSM document being executed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The required and optional parameters specified in the SSM document being executed.

\n@param parameters The required and optional parameters specified in the SSM document being executed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the S3 bucket where command execution responses should be stored.

", "name" : "OutputS3BucketName", "c2jName" : "OutputS3BucketName", "c2jShape" : "S3BucketName", "variable" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the S3 bucket where command execution responses should be stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3BucketName", "marshallLocationName" : "OutputS3BucketName", "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 S3 bucket where command execution responses should be stored.

\n@param outputS3BucketName The name of the S3 bucket where command execution responses should be stored.*/", "getterDocumentation" : "/**

The name of the S3 bucket where command execution responses should be stored.

\n@return The name of the S3 bucket where command execution responses should be stored.*/", "fluentSetterDocumentation" : "/**

The name of the S3 bucket where command execution responses should be stored.

\n@param outputS3BucketName The name of the S3 bucket where command execution responses should be stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the S3 bucket where command execution responses should be stored.

\n@param outputS3BucketName The name of the S3 bucket where command execution responses should be stored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The directory structure within the S3 bucket where the responses should be stored.

", "name" : "OutputS3KeyPrefix", "c2jName" : "OutputS3KeyPrefix", "c2jShape" : "S3KeyPrefix", "variable" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory structure within the S3 bucket where the responses should be stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3KeyPrefix", "marshallLocationName" : "OutputS3KeyPrefix", "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 directory structure within the S3 bucket where the responses should be stored.

\n@param outputS3KeyPrefix The directory structure within the S3 bucket where the responses should be stored.*/", "getterDocumentation" : "/**

The directory structure within the S3 bucket where the responses should be stored.

\n@return The directory structure within the S3 bucket where the responses should be stored.*/", "fluentSetterDocumentation" : "/**

The directory structure within the S3 bucket where the responses should be stored.

\n@param outputS3KeyPrefix The directory structure within the S3 bucket where the responses should be stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory structure within the S3 bucket where the responses should be stored.

\n@param outputS3KeyPrefix The directory structure within the S3 bucket where the responses should be stored.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "sendCommandRequest", "variableType" : "SendCommandRequest", "variableDeclarationType" : "SendCommandRequest", "documentation" : null, "simpleType" : "SendCommandRequest", "variableSetterType" : "SendCommandRequest" }, "marshaller" : { "action" : "SendCommand", "verb" : "POST", "target" : "AmazonSSM.SendCommand", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

The required and optional parameters specified in the SSM document being executed.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "Parameters", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

The required and optional parameters specified in the SSM document being executed.

", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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" : "/**\n

NOTE: 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.*/" }, "templateImplType" : "java.util.HashMap>", "keySimple" : true, "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The required and optional parameters specified in the SSM document being executed.

\n@param parameters The required and optional parameters specified in the SSM document being executed.*/", "getterDocumentation" : "/**

The required and optional parameters specified in the SSM document being executed.

\n@return The required and optional parameters specified in the SSM document being executed.*/", "fluentSetterDocumentation" : "/**

The required and optional parameters specified in the SSM document being executed.

\n@param parameters The required and optional parameters specified in the SSM document being executed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The required and optional parameters specified in the SSM document being executed.

\n@param parameters The required and optional parameters specified in the SSM document being executed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DocumentName" : { "documentation" : "

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

", "name" : "DocumentName", "c2jName" : "DocumentName", "c2jShape" : "DocumentARN", "variable" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "documentName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentName", "marshallLocationName" : "DocumentName", "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" : "/**

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

\n@param documentName Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.*/", "getterDocumentation" : "/**

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

\n@return Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.*/", "fluentSetterDocumentation" : "/**

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

\n@param documentName Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.

\n@param documentName Required. The name of the SSM document to execute. This can be an SSM public document or a custom document.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceIds" : { "documentation" : "

Required. The instance IDs where the command should execute.

", "name" : "InstanceIds", "c2jName" : "InstanceIds", "c2jShape" : "InstanceIdList", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Required. The instance IDs where the command should execute.

", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Required. The instance IDs where the command should execute.

\n@param instanceIds Required. The instance IDs where the command should execute.*/", "getterDocumentation" : "/**

Required. The instance IDs where the command should execute.

\n@return Required. The instance IDs where the command should execute.*/", "fluentSetterDocumentation" : "/**

Required. The instance IDs where the command should execute.

\n@param instanceIds Required. The instance IDs where the command should execute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Required. The instance IDs where the command should execute.

\n

NOTE: 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 Required. The instance IDs where the command should execute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DocumentHashType" : { "documentation" : "

Sha256 or Sha1.

Sha1 hashes have been deprecated.

", "name" : "DocumentHashType", "c2jName" : "DocumentHashType", "c2jShape" : "DocumentHashType", "variable" : { "variableName" : "documentHashType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Sha256 or Sha1.

Sha1 hashes have been deprecated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "documentHashType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentHashType", "marshallLocationName" : "DocumentHashType", "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" : "DocumentHashType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param documentHashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@see DocumentHashType*/", "getterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@see DocumentHashType*/", "fluentSetterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param documentHashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentHashType*/", "varargSetterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param documentHashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentHashType*/" }, "Comment" : { "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "Comment", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User-specified information about the command, such as a brief description of what the command should do.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "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" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.*/", "getterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@return User-specified information about the command, such as a brief description of what the command should do.*/", "fluentSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User-specified information about the command, such as a brief description of what the command should do.

\n@param comment User-specified information about the command, such as a brief description of what the command should do.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TimeoutSeconds" : { "documentation" : "

If this time is reached and the command has not already started executing, it will not execute.

", "name" : "TimeoutSeconds", "c2jName" : "TimeoutSeconds", "c2jShape" : "TimeoutSeconds", "variable" : { "variableName" : "timeoutSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

If this time is reached and the command has not already started executing, it will not execute.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "timeoutSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeoutSeconds", "marshallLocationName" : "TimeoutSeconds", "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" : "/**

If this time is reached and the command has not already started executing, it will not execute.

\n@param timeoutSeconds If this time is reached and the command has not already started executing, it will not execute.*/", "getterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute.

\n@return If this time is reached and the command has not already started executing, it will not execute.*/", "fluentSetterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute.

\n@param timeoutSeconds If this time is reached and the command has not already started executing, it will not execute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If this time is reached and the command has not already started executing, it will not execute.

\n@param timeoutSeconds If this time is reached and the command has not already started executing, it will not execute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DocumentHash" : { "documentation" : "

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

", "name" : "DocumentHash", "c2jName" : "DocumentHash", "c2jShape" : "DocumentHash", "variable" : { "variableName" : "documentHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "documentHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentHash", "marshallLocationName" : "DocumentHash", "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 Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param documentHash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

*/", "getterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

*/", "fluentSetterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param documentHash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param documentHash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputS3BucketName" : { "documentation" : "

The name of the S3 bucket where command execution responses should be stored.

", "name" : "OutputS3BucketName", "c2jName" : "OutputS3BucketName", "c2jShape" : "S3BucketName", "variable" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the S3 bucket where command execution responses should be stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3BucketName", "marshallLocationName" : "OutputS3BucketName", "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 S3 bucket where command execution responses should be stored.

\n@param outputS3BucketName The name of the S3 bucket where command execution responses should be stored.*/", "getterDocumentation" : "/**

The name of the S3 bucket where command execution responses should be stored.

\n@return The name of the S3 bucket where command execution responses should be stored.*/", "fluentSetterDocumentation" : "/**

The name of the S3 bucket where command execution responses should be stored.

\n@param outputS3BucketName The name of the S3 bucket where command execution responses should be stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the S3 bucket where command execution responses should be stored.

\n@param outputS3BucketName The name of the S3 bucket where command execution responses should be stored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputS3KeyPrefix" : { "documentation" : "

The directory structure within the S3 bucket where the responses should be stored.

", "name" : "OutputS3KeyPrefix", "c2jName" : "OutputS3KeyPrefix", "c2jShape" : "S3KeyPrefix", "variable" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory structure within the S3 bucket where the responses should be stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3KeyPrefix", "marshallLocationName" : "OutputS3KeyPrefix", "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 directory structure within the S3 bucket where the responses should be stored.

\n@param outputS3KeyPrefix The directory structure within the S3 bucket where the responses should be stored.*/", "getterDocumentation" : "/**

The directory structure within the S3 bucket where the responses should be stored.

\n@return The directory structure within the S3 bucket where the responses should be stored.*/", "fluentSetterDocumentation" : "/**

The directory structure within the S3 bucket where the responses should be stored.

\n@param outputS3KeyPrefix The directory structure within the S3 bucket where the responses should be stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory structure within the S3 bucket where the responses should be stored.

\n@param outputS3KeyPrefix The directory structure within the S3 bucket where the responses should be stored.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InternalServerErrorException" : { "c2jName" : "InternalServerError", "documentation" : "

An error occurred on the server side.

", "shapeName" : "InternalServerErrorException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "internalServerErrorException", "variableType" : "InternalServerErrorException", "variableDeclarationType" : "InternalServerErrorException", "documentation" : null, "simpleType" : "InternalServerErrorException", "variableSetterType" : "InternalServerErrorException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InternalServerError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PlatformType" : { "c2jName" : "PlatformType", "documentation" : "", "shapeName" : "PlatformType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Windows", "value" : "Windows" }, { "name" : "Linux", "value" : "Linux" } ], "variable" : { "variableName" : "platformType", "variableType" : "PlatformType", "variableDeclarationType" : "PlatformType", "documentation" : null, "simpleType" : "PlatformType", "variableSetterType" : "PlatformType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeDocumentResult" : { "c2jName" : "DescribeDocumentResult", "documentation" : "", "shapeName" : "DescribeDocumentResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Information about the SSM document.

", "name" : "Document", "c2jName" : "Document", "c2jShape" : "DocumentDescription", "variable" : { "variableName" : "document", "variableType" : "DocumentDescription", "variableDeclarationType" : "DocumentDescription", "documentation" : "

Information about the SSM document.

", "simpleType" : "DocumentDescription", "variableSetterType" : "DocumentDescription" }, "setterModel" : { "variableName" : "document", "variableType" : "DocumentDescription", "variableDeclarationType" : "DocumentDescription", "documentation" : "", "simpleType" : "DocumentDescription", "variableSetterType" : "DocumentDescription" }, "getterModel" : { "returnType" : "DocumentDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "Document", "marshallLocationName" : "Document", "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" : "/**

Information about the SSM document.

\n@param document Information about the SSM document.*/", "getterDocumentation" : "/**

Information about the SSM document.

\n@return Information about the SSM document.*/", "fluentSetterDocumentation" : "/**

Information about the SSM document.

\n@param document Information about the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the SSM document.

\n@param document Information about the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDocumentResult", "variableType" : "DescribeDocumentResult", "variableDeclarationType" : "DescribeDocumentResult", "documentation" : null, "simpleType" : "DescribeDocumentResult", "variableSetterType" : "DescribeDocumentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Document" : { "documentation" : "

Information about the SSM document.

", "name" : "Document", "c2jName" : "Document", "c2jShape" : "DocumentDescription", "variable" : { "variableName" : "document", "variableType" : "DocumentDescription", "variableDeclarationType" : "DocumentDescription", "documentation" : "

Information about the SSM document.

", "simpleType" : "DocumentDescription", "variableSetterType" : "DocumentDescription" }, "setterModel" : { "variableName" : "document", "variableType" : "DocumentDescription", "variableDeclarationType" : "DocumentDescription", "documentation" : "", "simpleType" : "DocumentDescription", "variableSetterType" : "DocumentDescription" }, "getterModel" : { "returnType" : "DocumentDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "Document", "marshallLocationName" : "Document", "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" : "/**

Information about the SSM document.

\n@param document Information about the SSM document.*/", "getterDocumentation" : "/**

Information about the SSM document.

\n@return Information about the SSM document.*/", "fluentSetterDocumentation" : "/**

Information about the SSM document.

\n@param document Information about the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Information about the SSM document.

\n@param document Information about the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDocumentRequest" : { "c2jName" : "CreateDocumentRequest", "documentation" : "", "shapeName" : "CreateDocumentRequest", "deprecated" : false, "required" : [ "Content", "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A valid JSON string.

", "name" : "Content", "c2jName" : "Content", "c2jShape" : "DocumentContent", "variable" : { "variableName" : "content", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A valid JSON string.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "content", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content", "marshallLocationName" : "Content", "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 valid JSON string.

\n@param content A valid JSON string.*/", "getterDocumentation" : "/**

A valid JSON string.

\n@return A valid JSON string.*/", "fluentSetterDocumentation" : "/**

A valid JSON string.

\n@param content A valid JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A valid JSON string.

\n@param content A valid JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A name for the SSM document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name for 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" : "/**

A name for the SSM document.

\n@param name A name for the SSM document.*/", "getterDocumentation" : "/**

A name for the SSM document.

\n@return A name for the SSM document.*/", "fluentSetterDocumentation" : "/**

A name for the SSM document.

\n@param name A name for the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name for the SSM document.

\n@param name A name for the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDocumentRequest", "variableType" : "CreateDocumentRequest", "variableDeclarationType" : "CreateDocumentRequest", "documentation" : null, "simpleType" : "CreateDocumentRequest", "variableSetterType" : "CreateDocumentRequest" }, "marshaller" : { "action" : "CreateDocument", "verb" : "POST", "target" : "AmazonSSM.CreateDocument", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

A name for the SSM document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name for 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" : "/**

A name for the SSM document.

\n@param name A name for the SSM document.*/", "getterDocumentation" : "/**

A name for the SSM document.

\n@return A name for the SSM document.*/", "fluentSetterDocumentation" : "/**

A name for the SSM document.

\n@param name A name for the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name for the SSM document.

\n@param name A name for the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Content" : { "documentation" : "

A valid JSON string.

", "name" : "Content", "c2jName" : "Content", "c2jShape" : "DocumentContent", "variable" : { "variableName" : "content", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A valid JSON string.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "content", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content", "marshallLocationName" : "Content", "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 valid JSON string.

\n@param content A valid JSON string.*/", "getterDocumentation" : "/**

A valid JSON string.

\n@return A valid JSON string.*/", "fluentSetterDocumentation" : "/**

A valid JSON string.

\n@param content A valid JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A valid JSON string.

\n@param content A valid JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AssociationStatusName" : { "c2jName" : "AssociationStatusName", "documentation" : "", "shapeName" : "AssociationStatusName", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Pending", "value" : "Pending" }, { "name" : "Success", "value" : "Success" }, { "name" : "Failed", "value" : "Failed" } ], "variable" : { "variableName" : "associationStatusName", "variableType" : "AssociationStatusName", "variableDeclarationType" : "AssociationStatusName", "documentation" : null, "simpleType" : "AssociationStatusName", "variableSetterType" : "AssociationStatusName" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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" : { } }, "ListCommandsRequest" : { "c2jName" : "ListCommandsRequest", "documentation" : "", "shapeName" : "ListCommandsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

(Optional) If provided, lists only the specified command.

", "name" : "CommandId", "c2jName" : "CommandId", "c2jShape" : "CommandId", "variable" : { "variableName" : "commandId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) If provided, lists only the specified command.

", "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" : "/**

(Optional) If provided, lists only the specified command.

\n@param commandId (Optional) If provided, lists only the specified command.*/", "getterDocumentation" : "/**

(Optional) If provided, lists only the specified command.

\n@return (Optional) If provided, lists only the specified command.*/", "fluentSetterDocumentation" : "/**

(Optional) If provided, lists only the specified command.

\n@param commandId (Optional) If provided, lists only the specified command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) If provided, lists only the specified command.

\n@param commandId (Optional) If provided, lists only the specified command.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

(Optional) Lists commands issued against this instance ID.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) Lists commands issued against this instance ID.

", "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" : "/**

(Optional) Lists commands issued against this instance ID.

\n@param instanceId (Optional) Lists commands issued against this instance ID.*/", "getterDocumentation" : "/**

(Optional) Lists commands issued against this instance ID.

\n@return (Optional) Lists commands issued against this instance ID.*/", "fluentSetterDocumentation" : "/**

(Optional) Lists commands issued against this instance ID.

\n@param instanceId (Optional) Lists commands issued against this instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) Lists commands issued against this instance ID.

\n@param instanceId (Optional) Lists commands issued against this instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "CommandMaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "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 maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "getterDocumentation" : "/**

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

\n@return (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\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.*/" }, { "documentation" : "

(Optional) One or more filters. Use a filter to return a more specific list of results.

", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "CommandFilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

(Optional) One or more filters. Use a filter to return a more specific list of results.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "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" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CommandFilter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CommandFilter", "variable" : { "variableName" : "member", "variableType" : "CommandFilter", "variableDeclarationType" : "CommandFilter", "documentation" : "", "simpleType" : "CommandFilter", "variableSetterType" : "CommandFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "CommandFilter", "variableDeclarationType" : "CommandFilter", "documentation" : "", "simpleType" : "CommandFilter", "variableSetterType" : "CommandFilter" }, "getterModel" : { "returnType" : "CommandFilter", "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" : "CommandFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.*/", "getterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@return (Optional) One or more filters. Use a filter to return a more specific list of results.*/", "fluentSetterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listCommandsRequest", "variableType" : "ListCommandsRequest", "variableDeclarationType" : "ListCommandsRequest", "documentation" : null, "simpleType" : "ListCommandsRequest", "variableSetterType" : "ListCommandsRequest" }, "marshaller" : { "action" : "ListCommands", "verb" : "POST", "target" : "AmazonSSM.ListCommands", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

(Optional) One or more filters. Use a filter to return a more specific list of results.

", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "CommandFilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

(Optional) One or more filters. Use a filter to return a more specific list of results.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "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" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CommandFilter", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CommandFilter", "variable" : { "variableName" : "member", "variableType" : "CommandFilter", "variableDeclarationType" : "CommandFilter", "documentation" : "", "simpleType" : "CommandFilter", "variableSetterType" : "CommandFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "CommandFilter", "variableDeclarationType" : "CommandFilter", "documentation" : "", "simpleType" : "CommandFilter", "variableSetterType" : "CommandFilter" }, "getterModel" : { "returnType" : "CommandFilter", "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" : "CommandFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.*/", "getterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@return (Optional) One or more filters. Use a filter to return a more specific list of results.*/", "fluentSetterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) One or more filters. Use a filter to return a more specific list of results.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

\n@param filters (Optional) One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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.*/" }, "InstanceId" : { "documentation" : "

(Optional) Lists commands issued against this instance ID.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) Lists commands issued against this instance ID.

", "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" : "/**

(Optional) Lists commands issued against this instance ID.

\n@param instanceId (Optional) Lists commands issued against this instance ID.*/", "getterDocumentation" : "/**

(Optional) Lists commands issued against this instance ID.

\n@return (Optional) Lists commands issued against this instance ID.*/", "fluentSetterDocumentation" : "/**

(Optional) Lists commands issued against this instance ID.

\n@param instanceId (Optional) Lists commands issued against this instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) Lists commands issued against this instance ID.

\n@param instanceId (Optional) Lists commands issued against this instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "

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

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "CommandMaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "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 maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "getterDocumentation" : "/**

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

\n@return (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxResults (Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CommandId" : { "documentation" : "

(Optional) If provided, lists only the specified command.

", "name" : "CommandId", "c2jName" : "CommandId", "c2jShape" : "CommandId", "variable" : { "variableName" : "commandId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

(Optional) If provided, lists only the specified command.

", "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" : "/**

(Optional) If provided, lists only the specified command.

\n@param commandId (Optional) If provided, lists only the specified command.*/", "getterDocumentation" : "/**

(Optional) If provided, lists only the specified command.

\n@return (Optional) If provided, lists only the specified command.*/", "fluentSetterDocumentation" : "/**

(Optional) If provided, lists only the specified command.

\n@param commandId (Optional) If provided, lists only the specified command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

(Optional) If provided, lists only the specified command.

\n@param commandId (Optional) If provided, lists only the specified command.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DocumentPermissionLimitException" : { "c2jName" : "DocumentPermissionLimit", "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.

", "shapeName" : "DocumentPermissionLimitException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "documentPermissionLimitException", "variableType" : "DocumentPermissionLimitException", "variableDeclarationType" : "DocumentPermissionLimitException", "documentation" : null, "simpleType" : "DocumentPermissionLimitException", "variableSetterType" : "DocumentPermissionLimitException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DocumentPermissionLimit", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CancelCommandResult" : { "c2jName" : "CancelCommandResult", "documentation" : "

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

", "shapeName" : "CancelCommandResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cancelCommandResult", "variableType" : "CancelCommandResult", "variableDeclarationType" : "CancelCommandResult", "documentation" : null, "simpleType" : "CancelCommandResult", "variableSetterType" : "CancelCommandResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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.

\n

NOTE: 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" : { "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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.

\n

NOTE: 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.*/" }, "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.*/" } } }, "AssociationFilter" : { "c2jName" : "AssociationFilter", "documentation" : "

Describes a filter.

", "shapeName" : "AssociationFilter", "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" : "AssociationFilterKey", "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" : "AssociationFilterKey", "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 AssociationFilterKey*/", "getterDocumentation" : "/**

The name of the filter.

\n@return The name of the filter.\n@see AssociationFilterKey*/", "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 AssociationFilterKey*/", "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 AssociationFilterKey*/" }, { "documentation" : "

The filter value.

", "name" : "Value", "c2jName" : "value", "c2jShape" : "AssociationFilterValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The filter value.

", "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 filter value.

\n@param value The filter value.*/", "getterDocumentation" : "/**

The filter value.

\n@return The filter value.*/", "fluentSetterDocumentation" : "/**

The filter value.

\n@param value The filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The filter value.

\n@param value The filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "associationFilter", "variableType" : "AssociationFilter", "variableDeclarationType" : "AssociationFilter", "documentation" : null, "simpleType" : "AssociationFilter", "variableSetterType" : "AssociationFilter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

The filter value.

", "name" : "Value", "c2jName" : "value", "c2jShape" : "AssociationFilterValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The filter value.

", "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 filter value.

\n@param value The filter value.*/", "getterDocumentation" : "/**

The filter value.

\n@return The filter value.*/", "fluentSetterDocumentation" : "/**

The filter value.

\n@param value The filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The filter value.

\n@param value The filter value.\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" : "AssociationFilterKey", "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" : "AssociationFilterKey", "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 AssociationFilterKey*/", "getterDocumentation" : "/**

The name of the filter.

\n@return The name of the filter.\n@see AssociationFilterKey*/", "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 AssociationFilterKey*/", "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 AssociationFilterKey*/" } } }, "DeleteDocumentRequest" : { "c2jName" : "DeleteDocumentRequest", "documentation" : "", "shapeName" : "DeleteDocumentRequest", "deprecated" : false, "required" : [ "Name" ], "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.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDocumentRequest", "variableType" : "DeleteDocumentRequest", "variableDeclarationType" : "DeleteDocumentRequest", "documentation" : null, "simpleType" : "DeleteDocumentRequest", "variableSetterType" : "DeleteDocumentRequest" }, "marshaller" : { "action" : "DeleteDocument", "verb" : "POST", "target" : "AmazonSSM.DeleteDocument", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.*/" } } }, "ListDocumentsResult" : { "c2jName" : "ListDocumentsResult", "documentation" : "", "shapeName" : "ListDocumentsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The names of the SSM documents.

", "name" : "DocumentIdentifiers", "c2jName" : "DocumentIdentifiers", "c2jShape" : "DocumentIdentifierList", "variable" : { "variableName" : "documentIdentifiers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The names of the SSM documents.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "documentIdentifiers", "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" : "DocumentIdentifiers", "marshallLocationName" : "DocumentIdentifiers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DocumentIdentifier", "memberLocationName" : "DocumentIdentifier", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DocumentIdentifier", "variable" : { "variableName" : "member", "variableType" : "DocumentIdentifier", "variableDeclarationType" : "DocumentIdentifier", "documentation" : "", "simpleType" : "DocumentIdentifier", "variableSetterType" : "DocumentIdentifier" }, "setterModel" : { "variableName" : "member", "variableType" : "DocumentIdentifier", "variableDeclarationType" : "DocumentIdentifier", "documentation" : "", "simpleType" : "DocumentIdentifier", "variableSetterType" : "DocumentIdentifier" }, "getterModel" : { "returnType" : "DocumentIdentifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentIdentifier", "marshallLocationName" : "DocumentIdentifier", "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" : "DocumentIdentifier", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The names of the SSM documents.

\n@param documentIdentifiers The names of the SSM documents.*/", "getterDocumentation" : "/**

The names of the SSM documents.

\n@return The names of the SSM documents.*/", "fluentSetterDocumentation" : "/**

The names of the SSM documents.

\n@param documentIdentifiers The names of the SSM documents.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The names of the SSM documents.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDocumentIdentifiers(java.util.Collection)} or {@link #withDocumentIdentifiers(java.util.Collection)} if you want to override the existing values.

\n@param documentIdentifiers The names of the SSM documents.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "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" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

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

\n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDocumentsResult", "variableType" : "ListDocumentsResult", "variableDeclarationType" : "ListDocumentsResult", "documentation" : null, "simpleType" : "ListDocumentsResult", "variableSetterType" : "ListDocumentsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DocumentIdentifiers" : { "documentation" : "

The names of the SSM documents.

", "name" : "DocumentIdentifiers", "c2jName" : "DocumentIdentifiers", "c2jShape" : "DocumentIdentifierList", "variable" : { "variableName" : "documentIdentifiers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The names of the SSM documents.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "documentIdentifiers", "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" : "DocumentIdentifiers", "marshallLocationName" : "DocumentIdentifiers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DocumentIdentifier", "memberLocationName" : "DocumentIdentifier", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DocumentIdentifier", "variable" : { "variableName" : "member", "variableType" : "DocumentIdentifier", "variableDeclarationType" : "DocumentIdentifier", "documentation" : "", "simpleType" : "DocumentIdentifier", "variableSetterType" : "DocumentIdentifier" }, "setterModel" : { "variableName" : "member", "variableType" : "DocumentIdentifier", "variableDeclarationType" : "DocumentIdentifier", "documentation" : "", "simpleType" : "DocumentIdentifier", "variableSetterType" : "DocumentIdentifier" }, "getterModel" : { "returnType" : "DocumentIdentifier", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentIdentifier", "marshallLocationName" : "DocumentIdentifier", "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" : "DocumentIdentifier", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The names of the SSM documents.

\n@param documentIdentifiers The names of the SSM documents.*/", "getterDocumentation" : "/**

The names of the SSM documents.

\n@return The names of the SSM documents.*/", "fluentSetterDocumentation" : "/**

The names of the SSM documents.

\n@param documentIdentifiers The names of the SSM documents.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The names of the SSM documents.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDocumentIdentifiers(java.util.Collection)} or {@link #withDocumentIdentifiers(java.util.Collection)} if you want to override the existing values.

\n@param documentIdentifiers The names of the SSM documents.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "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" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

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

\n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DocumentDescription" : { "c2jName" : "DocumentDescription", "documentation" : "

Describes an SSM document.

", "shapeName" : "DocumentDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The SHA1 hash of the document, which you can use for verification purposes.

", "name" : "Sha1", "c2jName" : "Sha1", "c2jShape" : "DocumentSha1", "variable" : { "variableName" : "sha1", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA1 hash of the document, which you can use for verification purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sha1", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Sha1", "marshallLocationName" : "Sha1", "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 SHA1 hash of the document, which you can use for verification purposes.

\n@param sha1 The SHA1 hash of the document, which you can use for verification purposes.*/", "getterDocumentation" : "/**

The SHA1 hash of the document, which you can use for verification purposes.

\n@return The SHA1 hash of the document, which you can use for verification purposes.*/", "fluentSetterDocumentation" : "/**

The SHA1 hash of the document, which you can use for verification purposes.

\n@param sha1 The SHA1 hash of the document, which you can use for verification purposes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA1 hash of the document, which you can use for verification purposes.

\n@param sha1 The SHA1 hash of the document, which you can use for verification purposes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

", "name" : "Hash", "c2jName" : "Hash", "c2jShape" : "DocumentHash", "variable" : { "variableName" : "hash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Hash", "marshallLocationName" : "Hash", "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 Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param hash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

*/", "getterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

*/", "fluentSetterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param hash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param hash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Sha256 or Sha1.

Sha1 hashes have been deprecated.

", "name" : "HashType", "c2jName" : "HashType", "c2jShape" : "DocumentHashType", "variable" : { "variableName" : "hashType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Sha256 or Sha1.

Sha1 hashes have been deprecated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hashType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HashType", "marshallLocationName" : "HashType", "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" : "DocumentHashType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param hashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@see DocumentHashType*/", "getterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@see DocumentHashType*/", "fluentSetterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param hashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentHashType*/", "varargSetterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param hashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentHashType*/" }, { "documentation" : "

The name of the SSM document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentARN", "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 AWS user account of the person who created the document.

", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "DocumentOwner", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS user account of the person who created the document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Owner", "marshallLocationName" : "Owner", "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 AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.*/", "getterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@return The AWS user account of the person who created the document.*/", "fluentSetterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the SSM document was created.

", "name" : "CreatedDate", "c2jName" : "CreatedDate", "c2jShape" : "DateTime", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the SSM document was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedDate", "marshallLocationName" : "CreatedDate", "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 SSM document was created.

\n@param createdDate The date when the SSM document was created.*/", "getterDocumentation" : "/**

The date when the SSM document was created.

\n@return The date when the SSM document was created.*/", "fluentSetterDocumentation" : "/**

The date when the SSM document was created.

\n@param createdDate The date when the SSM document was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the SSM document was created.

\n@param createdDate The date when the SSM document was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the SSM document.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "DocumentStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the SSM document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "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" : "DocumentStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the SSM document.

\n@param status The status of the SSM document.\n@see DocumentStatus*/", "getterDocumentation" : "/**

The status of the SSM document.

\n@return The status of the SSM document.\n@see DocumentStatus*/", "fluentSetterDocumentation" : "/**

The status of the SSM document.

\n@param status The status of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentStatus*/", "varargSetterDocumentation" : "/**

The status of the SSM document.

\n@param status The status of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentStatus*/" }, { "documentation" : "

A description of the document.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "DescriptionInDocument", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A description of the document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "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 document.

\n@param description A description of the document.*/", "getterDocumentation" : "/**

A description of the document.

\n@return A description of the document.*/", "fluentSetterDocumentation" : "/**

A description of the document.

\n@param description A description of the document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A description of the document.

\n@param description A description of the document.\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" : "DocumentParameterList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A description of the parameters for a document.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "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" : "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" : { "memberType" : "DocumentParameter", "memberLocationName" : "DocumentParameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DocumentParameter", "variable" : { "variableName" : "member", "variableType" : "DocumentParameter", "variableDeclarationType" : "DocumentParameter", "documentation" : "", "simpleType" : "DocumentParameter", "variableSetterType" : "DocumentParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "DocumentParameter", "variableDeclarationType" : "DocumentParameter", "documentation" : "", "simpleType" : "DocumentParameter", "variableSetterType" : "DocumentParameter" }, "getterModel" : { "returnType" : "DocumentParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentParameter", "marshallLocationName" : "DocumentParameter", "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" : "DocumentParameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "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

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

\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.*/" }, { "documentation" : "

The list of OS platforms compatible with this SSM document.

", "name" : "PlatformTypes", "c2jName" : "PlatformTypes", "c2jShape" : "PlatformTypeList", "variable" : { "variableName" : "platformTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of OS platforms compatible with this SSM document.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "platformTypes", "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" : "PlatformTypes", "marshallLocationName" : "PlatformTypes", "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" : "PlatformType", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PlatformType", "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" : "PlatformType", "marshallLocationName" : "PlatformType", "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" : "PlatformType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see PlatformType*/", "getterDocumentation" : "/**\n@return \n@see PlatformType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : "PlatformType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of OS platforms compatible with this SSM document.

\n@param platformTypes The list of OS platforms compatible with this SSM document.\n@see PlatformType*/", "getterDocumentation" : "/**

The list of OS platforms compatible with this SSM document.

\n@return The list of OS platforms compatible with this SSM document.\n@see PlatformType*/", "fluentSetterDocumentation" : "/**

The list of OS platforms compatible with this SSM document.

\n@param platformTypes The list of OS platforms compatible with this SSM document.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "varargSetterDocumentation" : "/**

The list of OS platforms compatible with this SSM document.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPlatformTypes(java.util.Collection)} or {@link #withPlatformTypes(java.util.Collection)} if you want to override the existing values.

\n@param platformTypes The list of OS platforms compatible with this SSM document.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/" } ], "enums" : null, "variable" : { "variableName" : "documentDescription", "variableType" : "DocumentDescription", "variableDeclarationType" : "DocumentDescription", "documentation" : null, "simpleType" : "DocumentDescription", "variableSetterType" : "DocumentDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the SSM document.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentARN", "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.*/" }, "Parameters" : { "documentation" : "

A description of the parameters for a document.

", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "DocumentParameterList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A description of the parameters for a document.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parameters", "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" : "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" : { "memberType" : "DocumentParameter", "memberLocationName" : "DocumentParameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DocumentParameter", "variable" : { "variableName" : "member", "variableType" : "DocumentParameter", "variableDeclarationType" : "DocumentParameter", "documentation" : "", "simpleType" : "DocumentParameter", "variableSetterType" : "DocumentParameter" }, "setterModel" : { "variableName" : "member", "variableType" : "DocumentParameter", "variableDeclarationType" : "DocumentParameter", "documentation" : "", "simpleType" : "DocumentParameter", "variableSetterType" : "DocumentParameter" }, "getterModel" : { "returnType" : "DocumentParameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentParameter", "marshallLocationName" : "DocumentParameter", "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" : "DocumentParameter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "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

NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

\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.*/" }, "Status" : { "documentation" : "

The status of the SSM document.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "DocumentStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the SSM document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "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" : "DocumentStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the SSM document.

\n@param status The status of the SSM document.\n@see DocumentStatus*/", "getterDocumentation" : "/**

The status of the SSM document.

\n@return The status of the SSM document.\n@see DocumentStatus*/", "fluentSetterDocumentation" : "/**

The status of the SSM document.

\n@param status The status of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentStatus*/", "varargSetterDocumentation" : "/**

The status of the SSM document.

\n@param status The status of the SSM document.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentStatus*/" }, "Owner" : { "documentation" : "

The AWS user account of the person who created the document.

", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "DocumentOwner", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS user account of the person who created the document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Owner", "marshallLocationName" : "Owner", "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 AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.*/", "getterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@return The AWS user account of the person who created the document.*/", "fluentSetterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AWS user account of the person who created the document.

\n@param owner The AWS user account of the person who created the document.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HashType" : { "documentation" : "

Sha256 or Sha1.

Sha1 hashes have been deprecated.

", "name" : "HashType", "c2jName" : "HashType", "c2jShape" : "DocumentHashType", "variable" : { "variableName" : "hashType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Sha256 or Sha1.

Sha1 hashes have been deprecated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hashType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HashType", "marshallLocationName" : "HashType", "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" : "DocumentHashType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param hashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@see DocumentHashType*/", "getterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@see DocumentHashType*/", "fluentSetterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param hashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentHashType*/", "varargSetterDocumentation" : "/**

Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@param hashType Sha256 or Sha1.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentHashType*/" }, "Hash" : { "documentation" : "

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

", "name" : "Hash", "c2jName" : "Hash", "c2jShape" : "DocumentHash", "variable" : { "variableName" : "hash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Hash", "marshallLocationName" : "Hash", "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 Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param hash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

*/", "getterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

*/", "fluentSetterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param hash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@param hash The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

A description of the document.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "DescriptionInDocument", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A description of the document.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "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 document.

\n@param description A description of the document.*/", "getterDocumentation" : "/**

A description of the document.

\n@return A description of the document.*/", "fluentSetterDocumentation" : "/**

A description of the document.

\n@param description A description of the document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A description of the document.

\n@param description A description of the document.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PlatformTypes" : { "documentation" : "

The list of OS platforms compatible with this SSM document.

", "name" : "PlatformTypes", "c2jName" : "PlatformTypes", "c2jShape" : "PlatformTypeList", "variable" : { "variableName" : "platformTypes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of OS platforms compatible with this SSM document.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "platformTypes", "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" : "PlatformTypes", "marshallLocationName" : "PlatformTypes", "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" : "PlatformType", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PlatformType", "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" : "PlatformType", "marshallLocationName" : "PlatformType", "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" : "PlatformType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see PlatformType*/", "getterDocumentation" : "/**\n@return \n@see PlatformType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : "PlatformType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of OS platforms compatible with this SSM document.

\n@param platformTypes The list of OS platforms compatible with this SSM document.\n@see PlatformType*/", "getterDocumentation" : "/**

The list of OS platforms compatible with this SSM document.

\n@return The list of OS platforms compatible with this SSM document.\n@see PlatformType*/", "fluentSetterDocumentation" : "/**

The list of OS platforms compatible with this SSM document.

\n@param platformTypes The list of OS platforms compatible with this SSM document.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "varargSetterDocumentation" : "/**

The list of OS platforms compatible with this SSM document.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPlatformTypes(java.util.Collection)} or {@link #withPlatformTypes(java.util.Collection)} if you want to override the existing values.

\n@param platformTypes The list of OS platforms compatible with this SSM document.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/" }, "CreatedDate" : { "documentation" : "

The date when the SSM document was created.

", "name" : "CreatedDate", "c2jName" : "CreatedDate", "c2jShape" : "DateTime", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the SSM document was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedDate", "marshallLocationName" : "CreatedDate", "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 SSM document was created.

\n@param createdDate The date when the SSM document was created.*/", "getterDocumentation" : "/**

The date when the SSM document was created.

\n@return The date when the SSM document was created.*/", "fluentSetterDocumentation" : "/**

The date when the SSM document was created.

\n@param createdDate The date when the SSM document was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the SSM document was created.

\n@param createdDate The date when the SSM document was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Sha1" : { "documentation" : "

The SHA1 hash of the document, which you can use for verification purposes.

", "name" : "Sha1", "c2jName" : "Sha1", "c2jShape" : "DocumentSha1", "variable" : { "variableName" : "sha1", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA1 hash of the document, which you can use for verification purposes.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sha1", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Sha1", "marshallLocationName" : "Sha1", "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 SHA1 hash of the document, which you can use for verification purposes.

\n@param sha1 The SHA1 hash of the document, which you can use for verification purposes.*/", "getterDocumentation" : "/**

The SHA1 hash of the document, which you can use for verification purposes.

\n@return The SHA1 hash of the document, which you can use for verification purposes.*/", "fluentSetterDocumentation" : "/**

The SHA1 hash of the document, which you can use for verification purposes.

\n@param sha1 The SHA1 hash of the document, which you can use for verification purposes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA1 hash of the document, which you can use for verification purposes.

\n@param sha1 The SHA1 hash of the document, which you can use for verification purposes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnsupportedPlatformTypeException" : { "c2jName" : "UnsupportedPlatformType", "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.

", "shapeName" : "UnsupportedPlatformTypeException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "unsupportedPlatformTypeException", "variableType" : "UnsupportedPlatformTypeException", "variableDeclarationType" : "UnsupportedPlatformTypeException", "documentation" : null, "simpleType" : "UnsupportedPlatformTypeException", "variableSetterType" : "UnsupportedPlatformTypeException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "UnsupportedPlatformType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "MaxDocumentSizeExceededException" : { "c2jName" : "MaxDocumentSizeExceeded", "documentation" : "

The size limit of an SSM document is 64 KB.

", "shapeName" : "MaxDocumentSizeExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "maxDocumentSizeExceededException", "variableType" : "MaxDocumentSizeExceededException", "variableDeclarationType" : "MaxDocumentSizeExceededException", "documentation" : null, "simpleType" : "MaxDocumentSizeExceededException", "variableSetterType" : "MaxDocumentSizeExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "MaxDocumentSizeExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeAssociationRequest" : { "c2jName" : "DescribeAssociationRequest", "documentation" : "", "shapeName" : "DescribeAssociationRequest", "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 instance ID.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance ID.

", "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 instance ID.

\n@param instanceId The instance ID.*/", "getterDocumentation" : "/**

The instance ID.

\n@return The instance ID.*/", "fluentSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAssociationRequest", "variableType" : "DescribeAssociationRequest", "variableDeclarationType" : "DescribeAssociationRequest", "documentation" : null, "simpleType" : "DescribeAssociationRequest", "variableSetterType" : "DescribeAssociationRequest" }, "marshaller" : { "action" : "DescribeAssociation", "verb" : "POST", "target" : "AmazonSSM.DescribeAssociation", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.*/" }, "InstanceId" : { "documentation" : "

The instance ID.

", "name" : "InstanceId", "c2jName" : "InstanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance ID.

", "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 instance ID.

\n@param instanceId The instance ID.*/", "getterDocumentation" : "/**

The instance ID.

\n@return The instance ID.*/", "fluentSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance ID.

\n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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" : { "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.*/" }, "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.*/" } } }, "InvalidInstanceIdException" : { "c2jName" : "InvalidInstanceId", "documentation" : "

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

", "shapeName" : "InvalidInstanceIdException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidInstanceIdException", "variableType" : "InvalidInstanceIdException", "variableDeclarationType" : "InvalidInstanceIdException", "documentation" : null, "simpleType" : "InvalidInstanceIdException", "variableSetterType" : "InvalidInstanceIdException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidInstanceId", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DocumentHashType" : { "c2jName" : "DocumentHashType", "documentation" : "", "shapeName" : "DocumentHashType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Sha256", "value" : "Sha256" }, { "name" : "Sha1", "value" : "Sha1" } ], "variable" : { "variableName" : "documentHashType", "variableType" : "DocumentHashType", "variableDeclarationType" : "DocumentHashType", "documentation" : null, "simpleType" : "DocumentHashType", "variableSetterType" : "DocumentHashType" }, "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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.

\n

NOTE: 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" }, "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "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.

\n

NOTE: 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.*/" } } }, "DescribeInstanceInformationResult" : { "c2jName" : "DescribeInstanceInformationResult", "documentation" : "", "shapeName" : "DescribeInstanceInformationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The instance information list.

", "name" : "InstanceInformationList", "c2jName" : "InstanceInformationList", "c2jShape" : "InstanceInformationList", "variable" : { "variableName" : "instanceInformationList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The instance information list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceInformationList", "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" : "InstanceInformationList", "marshallLocationName" : "InstanceInformationList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "InstanceInformation", "memberLocationName" : "InstanceInformation", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "InstanceInformation", "variable" : { "variableName" : "member", "variableType" : "InstanceInformation", "variableDeclarationType" : "InstanceInformation", "documentation" : "", "simpleType" : "InstanceInformation", "variableSetterType" : "InstanceInformation" }, "setterModel" : { "variableName" : "member", "variableType" : "InstanceInformation", "variableDeclarationType" : "InstanceInformation", "documentation" : "", "simpleType" : "InstanceInformation", "variableSetterType" : "InstanceInformation" }, "getterModel" : { "returnType" : "InstanceInformation", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceInformation", "marshallLocationName" : "InstanceInformation", "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" : "InstanceInformation", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The instance information list.

\n@param instanceInformationList The instance information list.*/", "getterDocumentation" : "/**

The instance information list.

\n@return The instance information list.*/", "fluentSetterDocumentation" : "/**

The instance information list.

\n@param instanceInformationList The instance information list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance information list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceInformationList(java.util.Collection)} or {@link #withInstanceInformationList(java.util.Collection)} if you want to override the existing values.

\n@param instanceInformationList The instance information list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "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" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

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

\n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeInstanceInformationResult", "variableType" : "DescribeInstanceInformationResult", "variableDeclarationType" : "DescribeInstanceInformationResult", "documentation" : null, "simpleType" : "DescribeInstanceInformationResult", "variableSetterType" : "DescribeInstanceInformationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceInformationList" : { "documentation" : "

The instance information list.

", "name" : "InstanceInformationList", "c2jName" : "InstanceInformationList", "c2jShape" : "InstanceInformationList", "variable" : { "variableName" : "instanceInformationList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The instance information list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceInformationList", "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" : "InstanceInformationList", "marshallLocationName" : "InstanceInformationList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "InstanceInformation", "memberLocationName" : "InstanceInformation", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "InstanceInformation", "variable" : { "variableName" : "member", "variableType" : "InstanceInformation", "variableDeclarationType" : "InstanceInformation", "documentation" : "", "simpleType" : "InstanceInformation", "variableSetterType" : "InstanceInformation" }, "setterModel" : { "variableName" : "member", "variableType" : "InstanceInformation", "variableDeclarationType" : "InstanceInformation", "documentation" : "", "simpleType" : "InstanceInformation", "variableSetterType" : "InstanceInformation" }, "getterModel" : { "returnType" : "InstanceInformation", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceInformation", "marshallLocationName" : "InstanceInformation", "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" : "InstanceInformation", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The instance information list.

\n@param instanceInformationList The instance information list.*/", "getterDocumentation" : "/**

The instance information list.

\n@return The instance information list.*/", "fluentSetterDocumentation" : "/**

The instance information list.

\n@param instanceInformationList The instance information list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The instance information list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceInformationList(java.util.Collection)} or {@link #withInstanceInformationList(java.util.Collection)} if you want to override the existing values.

\n@param instanceInformationList The instance information list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "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" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

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

\n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListDocumentsRequest" : { "c2jName" : "ListDocumentsRequest", "documentation" : "", "shapeName" : "ListDocumentsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

One or more filters. Use a filter to return a more specific list of results.

", "name" : "DocumentFilterList", "c2jName" : "DocumentFilterList", "c2jShape" : "DocumentFilterList", "variable" : { "variableName" : "documentFilterList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

One or more filters. Use a filter to return a more specific list of results.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "documentFilterList", "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" : "DocumentFilterList", "marshallLocationName" : "DocumentFilterList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DocumentFilter", "memberLocationName" : "DocumentFilter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DocumentFilter", "variable" : { "variableName" : "member", "variableType" : "DocumentFilter", "variableDeclarationType" : "DocumentFilter", "documentation" : "", "simpleType" : "DocumentFilter", "variableSetterType" : "DocumentFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "DocumentFilter", "variableDeclarationType" : "DocumentFilter", "documentation" : "", "simpleType" : "DocumentFilter", "variableSetterType" : "DocumentFilter" }, "getterModel" : { "returnType" : "DocumentFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentFilter", "marshallLocationName" : "DocumentFilter", "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" : "DocumentFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@param documentFilterList One or more filters. Use a filter to return a more specific list of results.*/", "getterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@return One or more filters. Use a filter to return a more specific list of results.*/", "fluentSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@param documentFilterList One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDocumentFilterList(java.util.Collection)} or {@link #withDocumentFilterList(java.util.Collection)} if you want to override the existing values.

\n@param documentFilterList One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListDocumentsMaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "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 maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "getterDocumentation" : "/**

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

\n@return The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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" : "

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" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

\n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken 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" : "/**

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

\n@param nextToken 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" : "listDocumentsRequest", "variableType" : "ListDocumentsRequest", "variableDeclarationType" : "ListDocumentsRequest", "documentation" : null, "simpleType" : "ListDocumentsRequest", "variableSetterType" : "ListDocumentsRequest" }, "marshaller" : { "action" : "ListDocuments", "verb" : "POST", "target" : "AmazonSSM.ListDocuments", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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" : "

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" : "/**

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

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)*/", "getterDocumentation" : "/**

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

\n@return The token for the next set of items to return. (You received this token from a previous call.)*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken 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" : "/**

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

\n@param nextToken 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.*/" }, "DocumentFilterList" : { "documentation" : "

One or more filters. Use a filter to return a more specific list of results.

", "name" : "DocumentFilterList", "c2jName" : "DocumentFilterList", "c2jShape" : "DocumentFilterList", "variable" : { "variableName" : "documentFilterList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

One or more filters. Use a filter to return a more specific list of results.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "documentFilterList", "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" : "DocumentFilterList", "marshallLocationName" : "DocumentFilterList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DocumentFilter", "memberLocationName" : "DocumentFilter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DocumentFilter", "variable" : { "variableName" : "member", "variableType" : "DocumentFilter", "variableDeclarationType" : "DocumentFilter", "documentation" : "", "simpleType" : "DocumentFilter", "variableSetterType" : "DocumentFilter" }, "setterModel" : { "variableName" : "member", "variableType" : "DocumentFilter", "variableDeclarationType" : "DocumentFilter", "documentation" : "", "simpleType" : "DocumentFilter", "variableSetterType" : "DocumentFilter" }, "getterModel" : { "returnType" : "DocumentFilter", "documentation" : null }, "http" : { "unmarshallLocationName" : "DocumentFilter", "marshallLocationName" : "DocumentFilter", "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" : "DocumentFilter", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@param documentFilterList One or more filters. Use a filter to return a more specific list of results.*/", "getterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@return One or more filters. Use a filter to return a more specific list of results.*/", "fluentSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n@param documentFilterList One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

One or more filters. Use a filter to return a more specific list of results.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDocumentFilterList(java.util.Collection)} or {@link #withDocumentFilterList(java.util.Collection)} if you want to override the existing values.

\n@param documentFilterList One or more filters. Use a filter to return a more specific list of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "

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

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListDocumentsMaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "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 maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "getterDocumentation" : "/**

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

\n@return The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.*/", "fluentSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param maxResults The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SendCommandResult" : { "c2jName" : "SendCommandResult", "documentation" : "", "shapeName" : "SendCommandResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

", "name" : "Command", "c2jName" : "Command", "c2jShape" : "Command", "variable" : { "variableName" : "command", "variableType" : "Command", "variableDeclarationType" : "Command", "documentation" : "

The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

", "simpleType" : "Command", "variableSetterType" : "Command" }, "setterModel" : { "variableName" : "command", "variableType" : "Command", "variableDeclarationType" : "Command", "documentation" : "", "simpleType" : "Command", "variableSetterType" : "Command" }, "getterModel" : { "returnType" : "Command", "documentation" : null }, "http" : { "unmarshallLocationName" : "Command", "marshallLocationName" : "Command", "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 request as it was received by SSM. Also provides the command ID which can be used future references to this request.

\n@param command The request as it was received by SSM. Also provides the command ID which can be used future references to this request.*/", "getterDocumentation" : "/**

The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

\n@return The request as it was received by SSM. Also provides the command ID which can be used future references to this request.*/", "fluentSetterDocumentation" : "/**

The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

\n@param command The request as it was received by SSM. Also provides the command ID which can be used future references to this request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

\n@param command The request as it was received by SSM. Also provides the command ID which can be used future references to this request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "sendCommandResult", "variableType" : "SendCommandResult", "variableDeclarationType" : "SendCommandResult", "documentation" : null, "simpleType" : "SendCommandResult", "variableSetterType" : "SendCommandResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Command" : { "documentation" : "

The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

", "name" : "Command", "c2jName" : "Command", "c2jShape" : "Command", "variable" : { "variableName" : "command", "variableType" : "Command", "variableDeclarationType" : "Command", "documentation" : "

The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

", "simpleType" : "Command", "variableSetterType" : "Command" }, "setterModel" : { "variableName" : "command", "variableType" : "Command", "variableDeclarationType" : "Command", "documentation" : "", "simpleType" : "Command", "variableSetterType" : "Command" }, "getterModel" : { "returnType" : "Command", "documentation" : null }, "http" : { "unmarshallLocationName" : "Command", "marshallLocationName" : "Command", "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 request as it was received by SSM. Also provides the command ID which can be used future references to this request.

\n@param command The request as it was received by SSM. Also provides the command ID which can be used future references to this request.*/", "getterDocumentation" : "/**

The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

\n@return The request as it was received by SSM. Also provides the command ID which can be used future references to this request.*/", "fluentSetterDocumentation" : "/**

The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

\n@param command The request as it was received by SSM. Also provides the command ID which can be used future references to this request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The request as it was received by SSM. Also provides the command ID which can be used future references to this request.

\n@param command The request as it was received by SSM. Also provides the command ID which can be used future references to this request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDocumentPermissionRequest" : { "c2jName" : "DescribeDocumentPermissionRequest", "documentation" : "", "shapeName" : "DescribeDocumentPermissionRequest", "deprecated" : false, "required" : [ "Name", "PermissionType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the document for which you are the owner.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the document for which you are the owner.

", "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 for which you are the owner.

\n@param name The name of the document for which you are the owner.*/", "getterDocumentation" : "/**

The name of the document for which you are the owner.

\n@return The name of the document for which you are the owner.*/", "fluentSetterDocumentation" : "/**

The name of the document for which you are the owner.

\n@param name The name of the document for which you are the owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the document for which you are the owner.

\n@param name The name of the document for which you are the owner.\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*/" } ], "enums" : null, "variable" : { "variableName" : "describeDocumentPermissionRequest", "variableType" : "DescribeDocumentPermissionRequest", "variableDeclarationType" : "DescribeDocumentPermissionRequest", "documentation" : null, "simpleType" : "DescribeDocumentPermissionRequest", "variableSetterType" : "DescribeDocumentPermissionRequest" }, "marshaller" : { "action" : "DescribeDocumentPermission", "verb" : "POST", "target" : "AmazonSSM.DescribeDocumentPermission", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the document for which you are the owner.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the document for which you are the owner.

", "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 for which you are the owner.

\n@param name The name of the document for which you are the owner.*/", "getterDocumentation" : "/**

The name of the document for which you are the owner.

\n@return The name of the document for which you are the owner.*/", "fluentSetterDocumentation" : "/**

The name of the document for which you are the owner.

\n@param name The name of the document for which you are the owner.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the document for which you are the owner.

\n@param name The name of the document for which you are the owner.\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*/" } } }, "InstanceInformationFilter" : { "c2jName" : "InstanceInformationFilter", "documentation" : "

Describes a filter for a specific list of instances.

", "shapeName" : "InstanceInformationFilter", "deprecated" : false, "required" : [ "key", "valueSet" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the filter.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "InstanceInformationFilterKey", "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" : "InstanceInformationFilterKey", "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 InstanceInformationFilterKey*/", "getterDocumentation" : "/**

The name of the filter.

\n@return The name of the filter.\n@see InstanceInformationFilterKey*/", "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 InstanceInformationFilterKey*/", "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 InstanceInformationFilterKey*/" }, { "documentation" : "

The filter values.

", "name" : "ValueSet", "c2jName" : "valueSet", "c2jShape" : "InstanceInformationFilterValueSet", "variable" : { "variableName" : "valueSet", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The filter values.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "valueSet", "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" : "valueSet", "marshallLocationName" : "valueSet", "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" : "InstanceInformationFilterValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "InstanceInformationFilterValue", "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" : "InstanceInformationFilterValue", "marshallLocationName" : "InstanceInformationFilterValue", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The filter values.

\n@param valueSet The filter values.*/", "getterDocumentation" : "/**

The filter values.

\n@return The filter values.*/", "fluentSetterDocumentation" : "/**

The filter values.

\n@param valueSet The filter values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The filter values.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValueSet(java.util.Collection)} or {@link #withValueSet(java.util.Collection)} if you want to override the existing values.

\n@param valueSet The filter values.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "instanceInformationFilter", "variableType" : "InstanceInformationFilter", "variableDeclarationType" : "InstanceInformationFilter", "documentation" : null, "simpleType" : "InstanceInformationFilter", "variableSetterType" : "InstanceInformationFilter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ValueSet" : { "documentation" : "

The filter values.

", "name" : "ValueSet", "c2jName" : "valueSet", "c2jShape" : "InstanceInformationFilterValueSet", "variable" : { "variableName" : "valueSet", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The filter values.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "valueSet", "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" : "valueSet", "marshallLocationName" : "valueSet", "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" : "InstanceInformationFilterValue", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "InstanceInformationFilterValue", "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" : "InstanceInformationFilterValue", "marshallLocationName" : "InstanceInformationFilterValue", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The filter values.

\n@param valueSet The filter values.*/", "getterDocumentation" : "/**

The filter values.

\n@return The filter values.*/", "fluentSetterDocumentation" : "/**

The filter values.

\n@param valueSet The filter values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The filter values.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValueSet(java.util.Collection)} or {@link #withValueSet(java.util.Collection)} if you want to override the existing values.

\n@param valueSet The filter values.\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" : "InstanceInformationFilterKey", "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" : "InstanceInformationFilterKey", "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 InstanceInformationFilterKey*/", "getterDocumentation" : "/**

The name of the filter.

\n@return The name of the filter.\n@see InstanceInformationFilterKey*/", "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 InstanceInformationFilterKey*/", "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 InstanceInformationFilterKey*/" } } }, "DocumentAlreadyExistsException" : { "c2jName" : "DocumentAlreadyExists", "documentation" : "

The specified SSM document already exists.

", "shapeName" : "DocumentAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "documentAlreadyExistsException", "variableType" : "DocumentAlreadyExistsException", "variableDeclarationType" : "DocumentAlreadyExistsException", "documentation" : null, "simpleType" : "DocumentAlreadyExistsException", "variableSetterType" : "DocumentAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DocumentAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AssociationFilterKey" : { "c2jName" : "AssociationFilterKey", "documentation" : "", "shapeName" : "AssociationFilterKey", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "InstanceId", "value" : "InstanceId" }, { "name" : "Name", "value" : "Name" } ], "variable" : { "variableName" : "associationFilterKey", "variableType" : "AssociationFilterKey", "variableDeclarationType" : "AssociationFilterKey", "documentation" : null, "simpleType" : "AssociationFilterKey", "variableSetterType" : "AssociationFilterKey" }, "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" : { } }, "CommandPlugin" : { "c2jName" : "CommandPlugin", "documentation" : "

Describes plugin details.

", "shapeName" : "CommandPlugin", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "CommandPluginName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

", "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 plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

\n@param name The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.*/", "getterDocumentation" : "/**

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

\n@return The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.*/", "fluentSetterDocumentation" : "/**

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

\n@param name The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

\n@param name The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of this plugin. You can execute a document with multiple plugins.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "CommandPluginStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of this plugin. You can execute a document with multiple plugins.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "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" : "CommandPluginStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of this plugin. You can execute a document with multiple plugins.

\n@param status The status of this plugin. You can execute a document with multiple plugins.\n@see CommandPluginStatus*/", "getterDocumentation" : "/**

The status of this plugin. You can execute a document with multiple plugins.

\n@return The status of this plugin. You can execute a document with multiple plugins.\n@see CommandPluginStatus*/", "fluentSetterDocumentation" : "/**

The status of this plugin. You can execute a document with multiple plugins.

\n@param status The status of this plugin. You can execute a document with multiple plugins.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandPluginStatus*/", "varargSetterDocumentation" : "/**

The status of this plugin. You can execute a document with multiple plugins.

\n@param status The status of this plugin. You can execute a document with multiple plugins.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandPluginStatus*/" }, { "documentation" : "

A numeric response code generated after executing the plugin.

", "name" : "ResponseCode", "c2jName" : "ResponseCode", "c2jShape" : "ResponseCode", "variable" : { "variableName" : "responseCode", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

A numeric response code generated after executing the plugin.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "responseCode", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResponseCode", "marshallLocationName" : "ResponseCode", "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 numeric response code generated after executing the plugin.

\n@param responseCode A numeric response code generated after executing the plugin.*/", "getterDocumentation" : "/**

A numeric response code generated after executing the plugin.

\n@return A numeric response code generated after executing the plugin.*/", "fluentSetterDocumentation" : "/**

A numeric response code generated after executing the plugin.

\n@param responseCode A numeric response code generated after executing the plugin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A numeric response code generated after executing the plugin.

\n@param responseCode A numeric response code generated after executing the plugin.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time the plugin started executing.

", "name" : "ResponseStartDateTime", "c2jName" : "ResponseStartDateTime", "c2jShape" : "DateTime", "variable" : { "variableName" : "responseStartDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the plugin started executing.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "responseStartDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResponseStartDateTime", "marshallLocationName" : "ResponseStartDateTime", "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 time the plugin started executing.

\n@param responseStartDateTime The time the plugin started executing.*/", "getterDocumentation" : "/**

The time the plugin started executing.

\n@return The time the plugin started executing.*/", "fluentSetterDocumentation" : "/**

The time the plugin started executing.

\n@param responseStartDateTime The time the plugin started executing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the plugin started executing.

\n@param responseStartDateTime The time the plugin started executing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

", "name" : "ResponseFinishDateTime", "c2jName" : "ResponseFinishDateTime", "c2jShape" : "DateTime", "variable" : { "variableName" : "responseFinishDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "responseFinishDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResponseFinishDateTime", "marshallLocationName" : "ResponseFinishDateTime", "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 time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

\n@param responseFinishDateTime The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.*/", "getterDocumentation" : "/**

The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

\n@return The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.*/", "fluentSetterDocumentation" : "/**

The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

\n@param responseFinishDateTime The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

\n@param responseFinishDateTime The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Output of the plugin execution.

", "name" : "Output", "c2jName" : "Output", "c2jShape" : "CommandPluginOutput", "variable" : { "variableName" : "output", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Output of the plugin execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "output", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Output", "marshallLocationName" : "Output", "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" : "/**

Output of the plugin execution.

\n@param output Output of the plugin execution.*/", "getterDocumentation" : "/**

Output of the plugin execution.

\n@return Output of the plugin execution.*/", "fluentSetterDocumentation" : "/**

Output of the plugin execution.

\n@param output Output of the plugin execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Output of the plugin execution.

\n@param output Output of the plugin execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "name" : "OutputS3BucketName", "c2jName" : "OutputS3BucketName", "c2jShape" : "S3BucketName", "variable" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3BucketName", "marshallLocationName" : "OutputS3BucketName", "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 S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "getterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@return The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "fluentSetterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "name" : "OutputS3KeyPrefix", "c2jName" : "OutputS3KeyPrefix", "c2jShape" : "S3KeyPrefix", "variable" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3KeyPrefix", "marshallLocationName" : "OutputS3KeyPrefix", "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 S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "getterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@return The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "fluentSetterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "commandPlugin", "variableType" : "CommandPlugin", "variableDeclarationType" : "CommandPlugin", "documentation" : null, "simpleType" : "CommandPlugin", "variableSetterType" : "CommandPlugin" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "CommandPluginName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

", "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 plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

\n@param name The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.*/", "getterDocumentation" : "/**

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

\n@return The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.*/", "fluentSetterDocumentation" : "/**

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

\n@param name The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

\n@param name The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "

The status of this plugin. You can execute a document with multiple plugins.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "CommandPluginStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of this plugin. You can execute a document with multiple plugins.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "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" : "CommandPluginStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of this plugin. You can execute a document with multiple plugins.

\n@param status The status of this plugin. You can execute a document with multiple plugins.\n@see CommandPluginStatus*/", "getterDocumentation" : "/**

The status of this plugin. You can execute a document with multiple plugins.

\n@return The status of this plugin. You can execute a document with multiple plugins.\n@see CommandPluginStatus*/", "fluentSetterDocumentation" : "/**

The status of this plugin. You can execute a document with multiple plugins.

\n@param status The status of this plugin. You can execute a document with multiple plugins.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandPluginStatus*/", "varargSetterDocumentation" : "/**

The status of this plugin. You can execute a document with multiple plugins.

\n@param status The status of this plugin. You can execute a document with multiple plugins.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CommandPluginStatus*/" }, "ResponseFinishDateTime" : { "documentation" : "

The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

", "name" : "ResponseFinishDateTime", "c2jName" : "ResponseFinishDateTime", "c2jShape" : "DateTime", "variable" : { "variableName" : "responseFinishDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "responseFinishDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResponseFinishDateTime", "marshallLocationName" : "ResponseFinishDateTime", "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 time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

\n@param responseFinishDateTime The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.*/", "getterDocumentation" : "/**

The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

\n@return The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.*/", "fluentSetterDocumentation" : "/**

The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

\n@param responseFinishDateTime The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.

\n@param responseFinishDateTime The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Output" : { "documentation" : "

Output of the plugin execution.

", "name" : "Output", "c2jName" : "Output", "c2jShape" : "CommandPluginOutput", "variable" : { "variableName" : "output", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Output of the plugin execution.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "output", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Output", "marshallLocationName" : "Output", "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" : "/**

Output of the plugin execution.

\n@param output Output of the plugin execution.*/", "getterDocumentation" : "/**

Output of the plugin execution.

\n@return Output of the plugin execution.*/", "fluentSetterDocumentation" : "/**

Output of the plugin execution.

\n@param output Output of the plugin execution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Output of the plugin execution.

\n@param output Output of the plugin execution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseStartDateTime" : { "documentation" : "

The time the plugin started executing.

", "name" : "ResponseStartDateTime", "c2jName" : "ResponseStartDateTime", "c2jShape" : "DateTime", "variable" : { "variableName" : "responseStartDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The time the plugin started executing.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "responseStartDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResponseStartDateTime", "marshallLocationName" : "ResponseStartDateTime", "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 time the plugin started executing.

\n@param responseStartDateTime The time the plugin started executing.*/", "getterDocumentation" : "/**

The time the plugin started executing.

\n@return The time the plugin started executing.*/", "fluentSetterDocumentation" : "/**

The time the plugin started executing.

\n@param responseStartDateTime The time the plugin started executing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The time the plugin started executing.

\n@param responseStartDateTime The time the plugin started executing.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseCode" : { "documentation" : "

A numeric response code generated after executing the plugin.

", "name" : "ResponseCode", "c2jName" : "ResponseCode", "c2jShape" : "ResponseCode", "variable" : { "variableName" : "responseCode", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

A numeric response code generated after executing the plugin.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "responseCode", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResponseCode", "marshallLocationName" : "ResponseCode", "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 numeric response code generated after executing the plugin.

\n@param responseCode A numeric response code generated after executing the plugin.*/", "getterDocumentation" : "/**

A numeric response code generated after executing the plugin.

\n@return A numeric response code generated after executing the plugin.*/", "fluentSetterDocumentation" : "/**

A numeric response code generated after executing the plugin.

\n@param responseCode A numeric response code generated after executing the plugin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A numeric response code generated after executing the plugin.

\n@param responseCode A numeric response code generated after executing the plugin.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputS3BucketName" : { "documentation" : "

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "name" : "OutputS3BucketName", "c2jName" : "OutputS3BucketName", "c2jShape" : "S3BucketName", "variable" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3BucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3BucketName", "marshallLocationName" : "OutputS3BucketName", "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 S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "getterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@return The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "fluentSetterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3BucketName The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputS3KeyPrefix" : { "documentation" : "

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "name" : "OutputS3KeyPrefix", "c2jName" : "OutputS3KeyPrefix", "c2jShape" : "S3KeyPrefix", "variable" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "outputS3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputS3KeyPrefix", "marshallLocationName" : "OutputS3KeyPrefix", "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 S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "getterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@return The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.*/", "fluentSetterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

\n@param outputS3KeyPrefix The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateAssociationBatchRequest" : { "c2jName" : "CreateAssociationBatchRequest", "documentation" : "", "shapeName" : "CreateAssociationBatchRequest", "deprecated" : false, "required" : [ "Entries" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

One or more associations.

", "name" : "Entries", "c2jName" : "Entries", "c2jShape" : "CreateAssociationBatchRequestEntries", "variable" : { "variableName" : "entries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

One or more associations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "entries", "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" : "Entries", "marshallLocationName" : "Entries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CreateAssociationBatchRequestEntry", "memberLocationName" : "entries", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CreateAssociationBatchRequestEntry", "variable" : { "variableName" : "member", "variableType" : "CreateAssociationBatchRequestEntry", "variableDeclarationType" : "CreateAssociationBatchRequestEntry", "documentation" : "", "simpleType" : "CreateAssociationBatchRequestEntry", "variableSetterType" : "CreateAssociationBatchRequestEntry" }, "setterModel" : { "variableName" : "member", "variableType" : "CreateAssociationBatchRequestEntry", "variableDeclarationType" : "CreateAssociationBatchRequestEntry", "documentation" : "", "simpleType" : "CreateAssociationBatchRequestEntry", "variableSetterType" : "CreateAssociationBatchRequestEntry" }, "getterModel" : { "returnType" : "CreateAssociationBatchRequestEntry", "documentation" : null }, "http" : { "unmarshallLocationName" : "entries", "marshallLocationName" : "entries", "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" : "CreateAssociationBatchRequestEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

One or more associations.

\n@param entries One or more associations.*/", "getterDocumentation" : "/**

One or more associations.

\n@return One or more associations.*/", "fluentSetterDocumentation" : "/**

One or more associations.

\n@param entries One or more associations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

One or more associations.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEntries(java.util.Collection)} or {@link #withEntries(java.util.Collection)} if you want to override the existing values.

\n@param entries One or more associations.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAssociationBatchRequest", "variableType" : "CreateAssociationBatchRequest", "variableDeclarationType" : "CreateAssociationBatchRequest", "documentation" : null, "simpleType" : "CreateAssociationBatchRequest", "variableSetterType" : "CreateAssociationBatchRequest" }, "marshaller" : { "action" : "CreateAssociationBatch", "verb" : "POST", "target" : "AmazonSSM.CreateAssociationBatch", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Entries" : { "documentation" : "

One or more associations.

", "name" : "Entries", "c2jName" : "Entries", "c2jShape" : "CreateAssociationBatchRequestEntries", "variable" : { "variableName" : "entries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

One or more associations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "entries", "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" : "Entries", "marshallLocationName" : "Entries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CreateAssociationBatchRequestEntry", "memberLocationName" : "entries", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CreateAssociationBatchRequestEntry", "variable" : { "variableName" : "member", "variableType" : "CreateAssociationBatchRequestEntry", "variableDeclarationType" : "CreateAssociationBatchRequestEntry", "documentation" : "", "simpleType" : "CreateAssociationBatchRequestEntry", "variableSetterType" : "CreateAssociationBatchRequestEntry" }, "setterModel" : { "variableName" : "member", "variableType" : "CreateAssociationBatchRequestEntry", "variableDeclarationType" : "CreateAssociationBatchRequestEntry", "documentation" : "", "simpleType" : "CreateAssociationBatchRequestEntry", "variableSetterType" : "CreateAssociationBatchRequestEntry" }, "getterModel" : { "returnType" : "CreateAssociationBatchRequestEntry", "documentation" : null }, "http" : { "unmarshallLocationName" : "entries", "marshallLocationName" : "entries", "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" : "CreateAssociationBatchRequestEntry", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

One or more associations.

\n@param entries One or more associations.*/", "getterDocumentation" : "/**

One or more associations.

\n@return One or more associations.*/", "fluentSetterDocumentation" : "/**

One or more associations.

\n@param entries One or more associations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

One or more associations.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEntries(java.util.Collection)} or {@link #withEntries(java.util.Collection)} if you want to override the existing values.

\n@param entries One or more associations.\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" : { } }, "DescribeDocumentPermissionResult" : { "c2jName" : "DescribeDocumentPermissionResponse", "documentation" : "", "shapeName" : "DescribeDocumentPermissionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

", "name" : "AccountIds", "c2jName" : "AccountIds", "c2jShape" : "AccountIdList", "variable" : { "variableName" : "accountIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "accountIds", "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" : "AccountIds", "marshallLocationName" : "AccountIds", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

\n@param accountIds The account IDs that have permission to use this document. The ID can be either an AWS account or All.*/", "getterDocumentation" : "/**

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

\n@return The account IDs that have permission to use this document. The ID can be either an AWS account or All.*/", "fluentSetterDocumentation" : "/**

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

\n@param accountIds The account IDs that have permission to use this document. The ID can be either an AWS account or All.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAccountIds(java.util.Collection)} or {@link #withAccountIds(java.util.Collection)} if you want to override the existing values.

\n@param accountIds The account IDs that have permission to use this document. The ID can be either an AWS account or All.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDocumentPermissionResult", "variableType" : "DescribeDocumentPermissionResult", "variableDeclarationType" : "DescribeDocumentPermissionResult", "documentation" : null, "simpleType" : "DescribeDocumentPermissionResult", "variableSetterType" : "DescribeDocumentPermissionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountIds" : { "documentation" : "

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

", "name" : "AccountIds", "c2jName" : "AccountIds", "c2jShape" : "AccountIdList", "variable" : { "variableName" : "accountIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "accountIds", "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" : "AccountIds", "marshallLocationName" : "AccountIds", "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", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

\n@param accountIds The account IDs that have permission to use this document. The ID can be either an AWS account or All.*/", "getterDocumentation" : "/**

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

\n@return The account IDs that have permission to use this document. The ID can be either an AWS account or All.*/", "fluentSetterDocumentation" : "/**

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

\n@param accountIds The account IDs that have permission to use this document. The ID can be either an AWS account or All.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The account IDs that have permission to use this document. The ID can be either an AWS account or All.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAccountIds(java.util.Collection)} or {@link #withAccountIds(java.util.Collection)} if you want to override the existing values.

\n@param accountIds The account IDs that have permission to use this document. The ID can be either an AWS account or All.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DocumentLimitExceededException" : { "c2jName" : "DocumentLimitExceeded", "documentation" : "

You can have at most 100 active SSM documents.

", "shapeName" : "DocumentLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "documentLimitExceededException", "variableType" : "DocumentLimitExceededException", "variableDeclarationType" : "DocumentLimitExceededException", "documentation" : null, "simpleType" : "DocumentLimitExceededException", "variableSetterType" : "DocumentLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DocumentLimitExceeded", "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" : { } }, "DocumentParameter" : { "c2jName" : "DocumentParameter", "documentation" : "

Parameters specified in the SSM document that execute on the server when the command is run.

", "shapeName" : "DocumentParameter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the parameter.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentParameterName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the parameter.

", "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 parameter.

\n@param name The name of the parameter.*/", "getterDocumentation" : "/**

The name of the parameter.

\n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

The name of the parameter.

\n@param name The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the parameter.

\n@param name The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "DocumentParameterType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "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" : "DocumentParameterType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param type The type of parameter. The type can be either “String” or “StringList”.\n@see DocumentParameterType*/", "getterDocumentation" : "/**

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

\n@return The type of parameter. The type can be either “String” or “StringList”.\n@see DocumentParameterType*/", "fluentSetterDocumentation" : "/**

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

\n@param type The type of parameter. The type can be either “String” or “StringList”.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentParameterType*/", "varargSetterDocumentation" : "/**

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

\n@param type The type of parameter. The type can be either “String” or “StringList”.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentParameterType*/" }, { "documentation" : "

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

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "DocumentParameterDescrption", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "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 what the parameter does, how to use it, the default value, and whether or not the parameter is optional.

\n@param description A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.*/", "getterDocumentation" : "/**

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

\n@return A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.*/", "fluentSetterDocumentation" : "/**

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

\n@param description A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param description A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "DocumentParameterDefaultValue", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "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" : "/**

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

\n@param defaultValue If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.*/", "getterDocumentation" : "/**

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

\n@return If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.*/", "fluentSetterDocumentation" : "/**

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

\n@param defaultValue If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param defaultValue If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "documentParameter", "variableType" : "DocumentParameter", "variableDeclarationType" : "DocumentParameter", "documentation" : null, "simpleType" : "DocumentParameter", "variableSetterType" : "DocumentParameter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the parameter.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DocumentParameterName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the parameter.

", "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 parameter.

\n@param name The name of the parameter.*/", "getterDocumentation" : "/**

The name of the parameter.

\n@return The name of the parameter.*/", "fluentSetterDocumentation" : "/**

The name of the parameter.

\n@param name The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the parameter.

\n@param name The name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

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

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "DocumentParameterDescrption", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "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 what the parameter does, how to use it, the default value, and whether or not the parameter is optional.

\n@param description A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.*/", "getterDocumentation" : "/**

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

\n@return A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.*/", "fluentSetterDocumentation" : "/**

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

\n@param description A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param description A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

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

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "DocumentParameterType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "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" : "DocumentParameterType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param type The type of parameter. The type can be either “String” or “StringList”.\n@see DocumentParameterType*/", "getterDocumentation" : "/**

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

\n@return The type of parameter. The type can be either “String” or “StringList”.\n@see DocumentParameterType*/", "fluentSetterDocumentation" : "/**

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

\n@param type The type of parameter. The type can be either “String” or “StringList”.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentParameterType*/", "varargSetterDocumentation" : "/**

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

\n@param type The type of parameter. The type can be either “String” or “StringList”.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DocumentParameterType*/" }, "DefaultValue" : { "documentation" : "

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

", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "DocumentParameterDefaultValue", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "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" : "/**

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

\n@param defaultValue If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.*/", "getterDocumentation" : "/**

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

\n@return If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.*/", "fluentSetterDocumentation" : "/**

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

\n@param defaultValue If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param defaultValue If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StatusUnchangedException" : { "c2jName" : "StatusUnchanged", "documentation" : "

The updated status is the same as the current status.

", "shapeName" : "StatusUnchangedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "statusUnchangedException", "variableType" : "StatusUnchangedException", "variableDeclarationType" : "StatusUnchangedException", "documentation" : null, "simpleType" : "StatusUnchangedException", "variableSetterType" : "StatusUnchangedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "StatusUnchanged", "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" : { } }, "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" : { } }, "ListAssociationsResult" : { "c2jName" : "ListAssociationsResult", "documentation" : "", "shapeName" : "ListAssociationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The associations.

", "name" : "Associations", "c2jName" : "Associations", "c2jShape" : "AssociationList", "variable" : { "variableName" : "associations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The associations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "associations", "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" : "Associations", "marshallLocationName" : "Associations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Association", "memberLocationName" : "Association", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Association", "variable" : { "variableName" : "member", "variableType" : "Association", "variableDeclarationType" : "Association", "documentation" : "", "simpleType" : "Association", "variableSetterType" : "Association" }, "setterModel" : { "variableName" : "member", "variableType" : "Association", "variableDeclarationType" : "Association", "documentation" : "", "simpleType" : "Association", "variableSetterType" : "Association" }, "getterModel" : { "returnType" : "Association", "documentation" : null }, "http" : { "unmarshallLocationName" : "Association", "marshallLocationName" : "Association", "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" : "Association", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The associations.

\n@param associations The associations.*/", "getterDocumentation" : "/**

The associations.

\n@return The associations.*/", "fluentSetterDocumentation" : "/**

The associations.

\n@param associations The associations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The associations.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAssociations(java.util.Collection)} or {@link #withAssociations(java.util.Collection)} if you want to override the existing values.

\n@param associations The associations.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "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" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

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

\n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listAssociationsResult", "variableType" : "ListAssociationsResult", "variableDeclarationType" : "ListAssociationsResult", "documentation" : null, "simpleType" : "ListAssociationsResult", "variableSetterType" : "ListAssociationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

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

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "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" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "getterDocumentation" : "/**

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

\n@return The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.*/", "fluentSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param nextToken The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Associations" : { "documentation" : "

The associations.

", "name" : "Associations", "c2jName" : "Associations", "c2jShape" : "AssociationList", "variable" : { "variableName" : "associations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The associations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "associations", "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" : "Associations", "marshallLocationName" : "Associations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Association", "memberLocationName" : "Association", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Association", "variable" : { "variableName" : "member", "variableType" : "Association", "variableDeclarationType" : "Association", "documentation" : "", "simpleType" : "Association", "variableSetterType" : "Association" }, "setterModel" : { "variableName" : "member", "variableType" : "Association", "variableDeclarationType" : "Association", "documentation" : "", "simpleType" : "Association", "variableSetterType" : "Association" }, "getterModel" : { "returnType" : "Association", "documentation" : null }, "http" : { "unmarshallLocationName" : "Association", "marshallLocationName" : "Association", "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" : "Association", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The associations.

\n@param associations The associations.*/", "getterDocumentation" : "/**

The associations.

\n@return The associations.*/", "fluentSetterDocumentation" : "/**

The associations.

\n@param associations The associations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The associations.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAssociations(java.util.Collection)} or {@link #withAssociations(java.util.Collection)} if you want to override the existing values.

\n@param associations The associations.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "ListDocuments" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy