
models.ssm-2014-11-06-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-ssm Show documentation
{
"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:
-
Creating SSM Documents and Sharing SSM Documents (Linux)
-
Creating SSM Documents and Sharing SSM Documents (Windows)
",
"defaultEndpoint" : "https://ssm.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "ssm.us-east-1.amazonaws.com",
"syncInterface" : "AWSSimpleSystemsManagement",
"syncClient" : "AWSSimpleSystemsManagementClient",
"asyncInterface" : "AWSSimpleSystemsManagementAsync",
"asyncClient" : "AWSSimpleSystemsManagementAsyncClient",
"packageName" : "com.amazonaws.services.simplesystemsmanagement",
"packagePath" : "com/amazonaws/services/simplesystemsmanagement",
"serviceAbbreviation" : "Amazon SSM",
"serviceFullName" : "Amazon Simple Systems Management Service",
"hasApiWithStreamInput" : false,
"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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAccountIdsToAdd(java.util.Collection)} or {@link #withAccountIdsToAdd(java.util.Collection)} if you want to override the existing values.
\n@param accountIdsToAdd The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
",
"name" : "AccountIdsToRemove",
"c2jName" : "AccountIdsToRemove",
"c2jShape" : "AccountIdList",
"variable" : {
"variableName" : "accountIdsToRemove",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "accountIdsToRemove",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountIdsToRemove",
"marshallLocationName" : "AccountIdsToRemove",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "AccountId",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AccountId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccountId",
"marshallLocationName" : "AccountId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"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.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAccountIdsToRemove(java.util.Collection)} or {@link #withAccountIdsToRemove(java.util.Collection)} if you want to override the existing values.
\n@param accountIdsToRemove The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "modifyDocumentPermissionRequest",
"variableType" : "ModifyDocumentPermissionRequest",
"variableDeclarationType" : "ModifyDocumentPermissionRequest",
"documentation" : null,
"simpleType" : "ModifyDocumentPermissionRequest",
"variableSetterType" : "ModifyDocumentPermissionRequest"
},
"marshaller" : {
"action" : "ModifyDocumentPermission",
"verb" : "POST",
"target" : "AmazonSSM.ModifyDocumentPermission",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"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.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAccountIdsToRemove(java.util.Collection)} or {@link #withAccountIdsToRemove(java.util.Collection)} if you want to override the existing values.
\n@param accountIdsToRemove The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"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.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAccountIdsToAdd(java.util.Collection)} or {@link #withAccountIdsToAdd(java.util.Collection)} if you want to override the existing values.
\n@param accountIdsToAdd The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.
\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"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" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.
\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"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" : "/**\nNOTE: 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" : "/**\nNOTE: 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.
\nNOTE: 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