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

models.workspaces-2015-04-08-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon WorkSpaces module holds the client classes that are used for communicating with Amazon WorkSpaces Service

There is a newer version: 1.11.8
Show newest version
{
  "metadata" : {
    "apiVersion" : "2015-04-08",
    "exceptionUnmarshallerImpl" : null,
    "protocol" : "json",
    "checksumFormat" : null,
    "documentation" : "Amazon WorkSpaces Service 

This is the Amazon WorkSpaces API Reference. This guide provides detailed information about Amazon WorkSpaces operations, data types, parameters, and errors.

", "defaultEndpoint" : "https://workspaces.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "workspaces.us-east-1.amazonaws.com", "syncInterface" : "AmazonWorkspaces", "syncClient" : "AmazonWorkspacesClient", "asyncInterface" : "AmazonWorkspacesAsync", "asyncClient" : "AmazonWorkspacesAsyncClient", "packageName" : "com.amazonaws.services.workspaces", "packagePath" : "com/amazonaws/services/workspaces", "serviceAbbreviation" : null, "serviceFullName" : "Amazon WorkSpaces", "hasApiWithStreamInput" : false, "jsonContentVersion" : "application/x-amz-json-1.1", "jsonVersion" : "1.1", "endpointPrefix" : "workspaces", "signingName" : "workspaces", "jsonProtocol" : true, "serviceName" : "Amazon WorkSpaces", "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller", "xmlProtocol" : false }, "operations" : { "CreateTags" : { "documentation" : "

Creates tags for a WorkSpace.

", "operationName" : "CreateTags", "deprecated" : false, "input" : { "variableName" : "createTagsRequest", "variableType" : "CreateTagsRequest", "variableDeclarationType" : "CreateTagsRequest", "documentation" : "

The request of the create tags action.

", "simpleType" : "CreateTagsRequest", "variableSetterType" : "CreateTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateTagsResult", "documentation" : "

The result of the create tags action.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" }, { "exceptionName" : "ResourceLimitExceededException", "documentation" : "

Your resource limits have been exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateTagsResult", "asyncReturnType" : "CreateTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createTags" }, "CreateWorkspaces" : { "documentation" : "

Creates one or more WorkSpaces.

This operation is asynchronous and returns before the WorkSpaces are created.

", "operationName" : "CreateWorkspaces", "deprecated" : false, "input" : { "variableName" : "createWorkspacesRequest", "variableType" : "CreateWorkspacesRequest", "variableDeclarationType" : "CreateWorkspacesRequest", "documentation" : "

Contains the inputs for the CreateWorkspaces operation.

", "simpleType" : "CreateWorkspacesRequest", "variableSetterType" : "CreateWorkspacesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateWorkspacesResult", "documentation" : "

Contains the result of the CreateWorkspaces operation.

" }, "exceptions" : [ { "exceptionName" : "ResourceLimitExceededException", "documentation" : "

Your resource limits have been exceeded.

" }, { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateWorkspacesResult", "asyncReturnType" : "CreateWorkspacesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createWorkspaces" }, "DeleteTags" : { "documentation" : "

Deletes tags from a WorkSpace.

", "operationName" : "DeleteTags", "deprecated" : false, "input" : { "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "variableDeclarationType" : "DeleteTagsRequest", "documentation" : "

The request of the delete tags action.

", "simpleType" : "DeleteTagsRequest", "variableSetterType" : "DeleteTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteTagsResult", "documentation" : "

The result of the delete tags action.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" }, { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteTagsResult", "asyncReturnType" : "DeleteTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteTags" }, "DescribeTags" : { "documentation" : "

Describes tags for a WorkSpace.

", "operationName" : "DescribeTags", "deprecated" : false, "input" : { "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "variableDeclarationType" : "DescribeTagsRequest", "documentation" : "

The request of the describe tags action.

", "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTagsResult", "documentation" : "

The result of the describe tags action.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource could not be found.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeTagsResult", "asyncReturnType" : "DescribeTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeTags" }, "DescribeWorkspaceBundles" : { "documentation" : "

Obtains information about the WorkSpace bundles that are available to your account in the specified region.

You can filter the results with either the BundleIds parameter, or the Owner parameter, but not both.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the NextToken response member contains a token that you pass in the next call to this operation to retrieve the next set of items.

", "operationName" : "DescribeWorkspaceBundles", "deprecated" : false, "input" : { "variableName" : "describeWorkspaceBundlesRequest", "variableType" : "DescribeWorkspaceBundlesRequest", "variableDeclarationType" : "DescribeWorkspaceBundlesRequest", "documentation" : "

Contains the inputs for the DescribeWorkspaceBundles operation.

", "simpleType" : "DescribeWorkspaceBundlesRequest", "variableSetterType" : "DescribeWorkspaceBundlesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeWorkspaceBundlesResult", "documentation" : "

Contains the results of the DescribeWorkspaceBundles operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeWorkspaceBundlesResult", "asyncReturnType" : "DescribeWorkspaceBundlesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeWorkspaceBundles" }, "DescribeWorkspaceDirectories" : { "documentation" : "

Retrieves information about the AWS Directory Service directories in the region that are registered with Amazon WorkSpaces and are available to your account.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the NextToken response member contains a token that you pass in the next call to this operation to retrieve the next set of items.

", "operationName" : "DescribeWorkspaceDirectories", "deprecated" : false, "input" : { "variableName" : "describeWorkspaceDirectoriesRequest", "variableType" : "DescribeWorkspaceDirectoriesRequest", "variableDeclarationType" : "DescribeWorkspaceDirectoriesRequest", "documentation" : "

Contains the inputs for the DescribeWorkspaceDirectories operation.

", "simpleType" : "DescribeWorkspaceDirectoriesRequest", "variableSetterType" : "DescribeWorkspaceDirectoriesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeWorkspaceDirectoriesResult", "documentation" : "

Contains the results of the DescribeWorkspaceDirectories operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeWorkspaceDirectoriesResult", "asyncReturnType" : "DescribeWorkspaceDirectoriesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeWorkspaceDirectories" }, "DescribeWorkspaces" : { "documentation" : "

Obtains information about the specified WorkSpaces.

Only one of the filter parameters, such as BundleId, DirectoryId, or WorkspaceIds, can be specified at a time.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the NextToken response member contains a token that you pass in the next call to this operation to retrieve the next set of items.

", "operationName" : "DescribeWorkspaces", "deprecated" : false, "input" : { "variableName" : "describeWorkspacesRequest", "variableType" : "DescribeWorkspacesRequest", "variableDeclarationType" : "DescribeWorkspacesRequest", "documentation" : "

Contains the inputs for the DescribeWorkspaces operation.

", "simpleType" : "DescribeWorkspacesRequest", "variableSetterType" : "DescribeWorkspacesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeWorkspacesResult", "documentation" : "

Contains the results for the DescribeWorkspaces operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterValuesException", "documentation" : "

One or more parameter values are not valid.

" }, { "exceptionName" : "ResourceUnavailableException", "documentation" : "

The specified resource is not available.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeWorkspacesResult", "asyncReturnType" : "DescribeWorkspacesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeWorkspaces" }, "RebootWorkspaces" : { "documentation" : "

Reboots the specified WorkSpaces.

To be able to reboot a WorkSpace, the WorkSpace must have a State of AVAILABLE, IMPAIRED, or INOPERABLE.

This operation is asynchronous and will return before the WorkSpaces have rebooted.

", "operationName" : "RebootWorkspaces", "deprecated" : false, "input" : { "variableName" : "rebootWorkspacesRequest", "variableType" : "RebootWorkspacesRequest", "variableDeclarationType" : "RebootWorkspacesRequest", "documentation" : "

Contains the inputs for the RebootWorkspaces operation.

", "simpleType" : "RebootWorkspacesRequest", "variableSetterType" : "RebootWorkspacesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RebootWorkspacesResult", "documentation" : "

Contains the results of the RebootWorkspaces operation.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RebootWorkspacesResult", "asyncReturnType" : "RebootWorkspacesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "rebootWorkspaces" }, "RebuildWorkspaces" : { "documentation" : "

Rebuilds the specified WorkSpaces.

Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. Rebuilding a WorkSpace causes the following to occur:

  • The system is restored to the image of the bundle that the WorkSpace is created from. Any applications that have been installed, or system settings that have been made since the WorkSpace was created will be lost.
  • The data drive (D drive) is re-created from the last automatic snapshot taken of the data drive. The current contents of the data drive are overwritten. Automatic snapshots of the data drive are taken every 12 hours, so the snapshot can be as much as 12 hours old.

To be able to rebuild a WorkSpace, the WorkSpace must have a State of AVAILABLE or ERROR.

This operation is asynchronous and will return before the WorkSpaces have been completely rebuilt.

", "operationName" : "RebuildWorkspaces", "deprecated" : false, "input" : { "variableName" : "rebuildWorkspacesRequest", "variableType" : "RebuildWorkspacesRequest", "variableDeclarationType" : "RebuildWorkspacesRequest", "documentation" : "

Contains the inputs for the RebuildWorkspaces operation.

", "simpleType" : "RebuildWorkspacesRequest", "variableSetterType" : "RebuildWorkspacesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RebuildWorkspacesResult", "documentation" : "

Contains the results of the RebuildWorkspaces operation.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RebuildWorkspacesResult", "asyncReturnType" : "RebuildWorkspacesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "rebuildWorkspaces" }, "TerminateWorkspaces" : { "documentation" : "

Terminates the specified WorkSpaces.

Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is not maintained and will be destroyed. If you need to archive any user data, contact Amazon Web Services before terminating the WorkSpace.

You can terminate a WorkSpace that is in any state except SUSPENDED.

This operation is asynchronous and will return before the WorkSpaces have been completely terminated.

", "operationName" : "TerminateWorkspaces", "deprecated" : false, "input" : { "variableName" : "terminateWorkspacesRequest", "variableType" : "TerminateWorkspacesRequest", "variableDeclarationType" : "TerminateWorkspacesRequest", "documentation" : "

Contains the inputs for the TerminateWorkspaces operation.

", "simpleType" : "TerminateWorkspacesRequest", "variableSetterType" : "TerminateWorkspacesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "TerminateWorkspacesResult", "documentation" : "

Contains the results of the TerminateWorkspaces operation.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "TerminateWorkspacesResult", "asyncReturnType" : "TerminateWorkspacesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "terminateWorkspaces" } }, "shapes" : { "WorkspaceRequest" : { "c2jName" : "WorkspaceRequest", "documentation" : "

Contains information about a WorkSpace creation request.

", "shapeName" : "WorkspaceRequest", "deprecated" : false, "required" : [ "DirectoryId", "UserName", "BundleId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

\n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.*/", "getterDocumentation" : "/**

The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

\n@return The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.*/", "fluentSetterDocumentation" : "/**

The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

\n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

\n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

", "name" : "UserName", "c2jName" : "UserName", "c2jShape" : "UserName", "variable" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserName", "marshallLocationName" : "UserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

\n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.*/", "getterDocumentation" : "/**

The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

\n@return The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.*/", "fluentSetterDocumentation" : "/**

The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

\n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

\n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

", "name" : "BundleId", "c2jName" : "BundleId", "c2jShape" : "BundleId", "variable" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BundleId", "marshallLocationName" : "BundleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

\n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.*/", "getterDocumentation" : "/**

The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

\n@return The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.*/", "fluentSetterDocumentation" : "/**

The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

\n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

\n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The KMS key used to encrypt data stored on your WorkSpace.

", "name" : "VolumeEncryptionKey", "c2jName" : "VolumeEncryptionKey", "c2jShape" : "VolumeEncryptionKey", "variable" : { "variableName" : "volumeEncryptionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The KMS key used to encrypt data stored on your WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "volumeEncryptionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeEncryptionKey", "marshallLocationName" : "VolumeEncryptionKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.*/", "getterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@return The KMS key used to encrypt data stored on your WorkSpace.*/", "fluentSetterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

", "name" : "UserVolumeEncryptionEnabled", "c2jName" : "UserVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserVolumeEncryptionEnabled", "marshallLocationName" : "UserVolumeEncryptionEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "getterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@return Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "fluentSetterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

", "name" : "RootVolumeEncryptionEnabled", "c2jName" : "RootVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "RootVolumeEncryptionEnabled", "marshallLocationName" : "RootVolumeEncryptionEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "getterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@return Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "fluentSetterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The tags of the WorkSpace request.

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

The tags of the WorkSpace request.

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

The tags of the WorkSpace request.

\n@param tags The tags of the WorkSpace request.*/", "getterDocumentation" : "/**

The tags of the WorkSpace request.

\n@return The tags of the WorkSpace request.*/", "fluentSetterDocumentation" : "/**

The tags of the WorkSpace request.

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

The tags of the WorkSpace request.

\n

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

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

The KMS key used to encrypt data stored on your WorkSpace.

", "name" : "VolumeEncryptionKey", "c2jName" : "VolumeEncryptionKey", "c2jShape" : "VolumeEncryptionKey", "variable" : { "variableName" : "volumeEncryptionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The KMS key used to encrypt data stored on your WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "volumeEncryptionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeEncryptionKey", "marshallLocationName" : "VolumeEncryptionKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.*/", "getterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@return The KMS key used to encrypt data stored on your WorkSpace.*/", "fluentSetterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "

The tags of the WorkSpace request.

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

The tags of the WorkSpace request.

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

The tags of the WorkSpace request.

\n@param tags The tags of the WorkSpace request.*/", "getterDocumentation" : "/**

The tags of the WorkSpace request.

\n@return The tags of the WorkSpace request.*/", "fluentSetterDocumentation" : "/**

The tags of the WorkSpace request.

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

The tags of the WorkSpace request.

\n

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

\n@param tags The tags of the WorkSpace request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryId" : { "documentation" : "

The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

\n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.*/", "getterDocumentation" : "/**

The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

\n@return The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.*/", "fluentSetterDocumentation" : "/**

The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

\n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

\n@param directoryId The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UserVolumeEncryptionEnabled" : { "documentation" : "

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

", "name" : "UserVolumeEncryptionEnabled", "c2jName" : "UserVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserVolumeEncryptionEnabled", "marshallLocationName" : "UserVolumeEncryptionEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "getterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@return Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "fluentSetterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BundleId" : { "documentation" : "

The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

", "name" : "BundleId", "c2jName" : "BundleId", "c2jShape" : "BundleId", "variable" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BundleId", "marshallLocationName" : "BundleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

\n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.*/", "getterDocumentation" : "/**

The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

\n@return The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.*/", "fluentSetterDocumentation" : "/**

The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

\n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

\n@param bundleId The identifier of the bundle to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UserName" : { "documentation" : "

The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

", "name" : "UserName", "c2jName" : "UserName", "c2jShape" : "UserName", "variable" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserName", "marshallLocationName" : "UserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

\n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.*/", "getterDocumentation" : "/**

The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

\n@return The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.*/", "fluentSetterDocumentation" : "/**

The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

\n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

\n@param userName The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RootVolumeEncryptionEnabled" : { "documentation" : "

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

", "name" : "RootVolumeEncryptionEnabled", "c2jName" : "RootVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "RootVolumeEncryptionEnabled", "marshallLocationName" : "RootVolumeEncryptionEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "getterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@return Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "fluentSetterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RebootWorkspacesResult" : { "c2jName" : "RebootWorkspacesResult", "documentation" : "

Contains the results of the RebootWorkspaces operation.

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

An array of structures that represent any WorkSpaces that could not be rebooted.

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

An array of structures that represent any WorkSpaces that could not be rebooted.

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

An array of structures that represent any WorkSpaces that could not be rebooted.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebooted.*/", "getterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebooted.

\n@return An array of structures that represent any WorkSpaces that could not be rebooted.*/", "fluentSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebooted.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebooted.

\n

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

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "rebootWorkspacesResult", "variableType" : "RebootWorkspacesResult", "variableDeclarationType" : "RebootWorkspacesResult", "documentation" : null, "simpleType" : "RebootWorkspacesResult", "variableSetterType" : "RebootWorkspacesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FailedRequests" : { "documentation" : "

An array of structures that represent any WorkSpaces that could not be rebooted.

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

An array of structures that represent any WorkSpaces that could not be rebooted.

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

An array of structures that represent any WorkSpaces that could not be rebooted.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebooted.*/", "getterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebooted.

\n@return An array of structures that represent any WorkSpaces that could not be rebooted.*/", "fluentSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebooted.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebooted.

\n

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

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebooted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeTagsRequest" : { "c2jName" : "DescribeTagsRequest", "documentation" : "

The request of the describe tags action.

", "shapeName" : "DescribeTagsRequest", "deprecated" : false, "required" : [ "ResourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The resource ID of the request.

", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The resource ID of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 resource ID of the request.

\n@param resourceId The resource ID of the request.*/", "getterDocumentation" : "/**

The resource ID of the request.

\n@return The resource ID of the request.*/", "fluentSetterDocumentation" : "/**

The resource ID of the request.

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

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "variableDeclarationType" : "DescribeTagsRequest", "documentation" : null, "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "marshaller" : { "action" : "DescribeTags", "verb" : "POST", "target" : "WorkspacesService.DescribeTags", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

The resource ID of the request.

", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The resource ID of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 resource ID of the request.

\n@param resourceId The resource ID of the request.*/", "getterDocumentation" : "/**

The resource ID of the request.

\n@return The resource ID of the request.*/", "fluentSetterDocumentation" : "/**

The resource ID of the request.

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

The resource ID of the request.

\n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TerminateWorkspacesResult" : { "c2jName" : "TerminateWorkspacesResult", "documentation" : "

Contains the results of the TerminateWorkspaces operation.

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

An array of structures that represent any WorkSpaces that could not be terminated.

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

An array of structures that represent any WorkSpaces that could not be terminated.

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

An array of structures that represent any WorkSpaces that could not be terminated.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be terminated.*/", "getterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be terminated.

\n@return An array of structures that represent any WorkSpaces that could not be terminated.*/", "fluentSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be terminated.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be terminated.

\n

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

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "terminateWorkspacesResult", "variableType" : "TerminateWorkspacesResult", "variableDeclarationType" : "TerminateWorkspacesResult", "documentation" : null, "simpleType" : "TerminateWorkspacesResult", "variableSetterType" : "TerminateWorkspacesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FailedRequests" : { "documentation" : "

An array of structures that represent any WorkSpaces that could not be terminated.

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

An array of structures that represent any WorkSpaces that could not be terminated.

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

An array of structures that represent any WorkSpaces that could not be terminated.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be terminated.*/", "getterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be terminated.

\n@return An array of structures that represent any WorkSpaces that could not be terminated.*/", "fluentSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be terminated.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be terminated.

\n

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

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Workspace" : { "c2jName" : "Workspace", "documentation" : "

Contains information about a WorkSpace.

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

The identifier of the WorkSpace.

", "name" : "WorkspaceId", "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "variable" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceId", "marshallLocationName" : "WorkspaceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the WorkSpace.

\n@param workspaceId The identifier of the WorkSpace.*/", "getterDocumentation" : "/**

The identifier of the WorkSpace.

\n@return The identifier of the WorkSpace.*/", "fluentSetterDocumentation" : "/**

The identifier of the WorkSpace.

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

The identifier of the WorkSpace.

\n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the AWS Directory Service directory that the WorkSpace belongs to.

\n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.*/", "getterDocumentation" : "/**

The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

\n@return The identifier of the AWS Directory Service directory that the WorkSpace belongs to.*/", "fluentSetterDocumentation" : "/**

The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

\n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

\n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The user that the WorkSpace is assigned to.

", "name" : "UserName", "c2jName" : "UserName", "c2jShape" : "UserName", "variable" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The user that the WorkSpace is assigned to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserName", "marshallLocationName" : "UserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 user that the WorkSpace is assigned to.

\n@param userName The user that the WorkSpace is assigned to.*/", "getterDocumentation" : "/**

The user that the WorkSpace is assigned to.

\n@return The user that the WorkSpace is assigned to.*/", "fluentSetterDocumentation" : "/**

The user that the WorkSpace is assigned to.

\n@param userName The user that the WorkSpace is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The user that the WorkSpace is assigned to.

\n@param userName The user that the WorkSpace is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The IP address of the WorkSpace.

", "name" : "IpAddress", "c2jName" : "IpAddress", "c2jShape" : "IpAddress", "variable" : { "variableName" : "ipAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The IP address of the WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ipAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IpAddress", "marshallLocationName" : "IpAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 IP address of the WorkSpace.

\n@param ipAddress The IP address of the WorkSpace.*/", "getterDocumentation" : "/**

The IP address of the WorkSpace.

\n@return The IP address of the WorkSpace.*/", "fluentSetterDocumentation" : "/**

The IP address of the WorkSpace.

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

The IP address of the WorkSpace.

\n@param ipAddress The IP address of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The operational state of the WorkSpace.

", "name" : "State", "c2jName" : "State", "c2jShape" : "WorkspaceState", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The operational state of the WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WorkspaceState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The operational state of the WorkSpace.

\n@param state The operational state of the WorkSpace.\n@see WorkspaceState*/", "getterDocumentation" : "/**

The operational state of the WorkSpace.

\n@return The operational state of the WorkSpace.\n@see WorkspaceState*/", "fluentSetterDocumentation" : "/**

The operational state of the WorkSpace.

\n@param state The operational state of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceState*/", "varargSetterDocumentation" : "/**

The operational state of the WorkSpace.

\n@param state The operational state of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceState*/" }, { "documentation" : "

The identifier of the bundle that the WorkSpace was created from.

", "name" : "BundleId", "c2jName" : "BundleId", "c2jShape" : "BundleId", "variable" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the bundle that the WorkSpace was created from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BundleId", "marshallLocationName" : "BundleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the bundle that the WorkSpace was created from.

\n@param bundleId The identifier of the bundle that the WorkSpace was created from.*/", "getterDocumentation" : "/**

The identifier of the bundle that the WorkSpace was created from.

\n@return The identifier of the bundle that the WorkSpace was created from.*/", "fluentSetterDocumentation" : "/**

The identifier of the bundle that the WorkSpace was created from.

\n@param bundleId The identifier of the bundle that the WorkSpace was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the bundle that the WorkSpace was created from.

\n@param bundleId The identifier of the bundle that the WorkSpace was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the subnet that the WorkSpace is in.

", "name" : "SubnetId", "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "variable" : { "variableName" : "subnetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the subnet that the WorkSpace is in.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subnetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetId", "marshallLocationName" : "SubnetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the subnet that the WorkSpace is in.

\n@param subnetId The identifier of the subnet that the WorkSpace is in.*/", "getterDocumentation" : "/**

The identifier of the subnet that the WorkSpace is in.

\n@return The identifier of the subnet that the WorkSpace is in.*/", "fluentSetterDocumentation" : "/**

The identifier of the subnet that the WorkSpace is in.

\n@param subnetId The identifier of the subnet that the WorkSpace is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the subnet that the WorkSpace is in.

\n@param subnetId The identifier of the subnet that the WorkSpace is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

", "name" : "ErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "Description", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorMessage", "marshallLocationName" : "ErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

\n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.*/", "getterDocumentation" : "/**

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

\n@return If the WorkSpace could not be created, this contains a textual error message that describes the failure.*/", "fluentSetterDocumentation" : "/**

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

\n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

\n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If the WorkSpace could not be created, this contains the error code.

", "name" : "ErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "WorkspaceErrorCode", "variable" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If the WorkSpace could not be created, this contains the error code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCode", "marshallLocationName" : "ErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If the WorkSpace could not be created, this contains the error code.

\n@param errorCode If the WorkSpace could not be created, this contains the error code.*/", "getterDocumentation" : "/**

If the WorkSpace could not be created, this contains the error code.

\n@return If the WorkSpace could not be created, this contains the error code.*/", "fluentSetterDocumentation" : "/**

If the WorkSpace could not be created, this contains the error code.

\n@param errorCode If the WorkSpace could not be created, this contains the error code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If the WorkSpace could not be created, this contains the error code.

\n@param errorCode If the WorkSpace could not be created, this contains the error code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the WorkSpace as seen by the operating system.

", "name" : "ComputerName", "c2jName" : "ComputerName", "c2jShape" : "ComputerName", "variable" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the WorkSpace as seen by the operating system.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerName", "marshallLocationName" : "ComputerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 WorkSpace as seen by the operating system.

\n@param computerName The name of the WorkSpace as seen by the operating system.*/", "getterDocumentation" : "/**

The name of the WorkSpace as seen by the operating system.

\n@return The name of the WorkSpace as seen by the operating system.*/", "fluentSetterDocumentation" : "/**

The name of the WorkSpace as seen by the operating system.

\n@param computerName The name of the WorkSpace as seen by the operating system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the WorkSpace as seen by the operating system.

\n@param computerName The name of the WorkSpace as seen by the operating system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The KMS key used to encrypt data stored on your WorkSpace.

", "name" : "VolumeEncryptionKey", "c2jName" : "VolumeEncryptionKey", "c2jShape" : "VolumeEncryptionKey", "variable" : { "variableName" : "volumeEncryptionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The KMS key used to encrypt data stored on your WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "volumeEncryptionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeEncryptionKey", "marshallLocationName" : "VolumeEncryptionKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.*/", "getterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@return The KMS key used to encrypt data stored on your WorkSpace.*/", "fluentSetterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

", "name" : "UserVolumeEncryptionEnabled", "c2jName" : "UserVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserVolumeEncryptionEnabled", "marshallLocationName" : "UserVolumeEncryptionEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "getterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@return Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "fluentSetterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

", "name" : "RootVolumeEncryptionEnabled", "c2jName" : "RootVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "RootVolumeEncryptionEnabled", "marshallLocationName" : "RootVolumeEncryptionEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "getterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@return Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "fluentSetterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workspace", "variableType" : "Workspace", "variableDeclarationType" : "Workspace", "documentation" : null, "simpleType" : "Workspace", "variableSetterType" : "Workspace" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UserVolumeEncryptionEnabled" : { "documentation" : "

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

", "name" : "UserVolumeEncryptionEnabled", "c2jName" : "UserVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "userVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserVolumeEncryptionEnabled", "marshallLocationName" : "UserVolumeEncryptionEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "getterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@return Specifies whether the data stored on the user volume, or D: drive, is encrypted.*/", "fluentSetterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

\n@param userVolumeEncryptionEnabled Specifies whether the data stored on the user volume, or D: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UserName" : { "documentation" : "

The user that the WorkSpace is assigned to.

", "name" : "UserName", "c2jName" : "UserName", "c2jShape" : "UserName", "variable" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The user that the WorkSpace is assigned to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserName", "marshallLocationName" : "UserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 user that the WorkSpace is assigned to.

\n@param userName The user that the WorkSpace is assigned to.*/", "getterDocumentation" : "/**

The user that the WorkSpace is assigned to.

\n@return The user that the WorkSpace is assigned to.*/", "fluentSetterDocumentation" : "/**

The user that the WorkSpace is assigned to.

\n@param userName The user that the WorkSpace is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The user that the WorkSpace is assigned to.

\n@param userName The user that the WorkSpace is assigned to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IpAddress" : { "documentation" : "

The IP address of the WorkSpace.

", "name" : "IpAddress", "c2jName" : "IpAddress", "c2jShape" : "IpAddress", "variable" : { "variableName" : "ipAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The IP address of the WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ipAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IpAddress", "marshallLocationName" : "IpAddress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 IP address of the WorkSpace.

\n@param ipAddress The IP address of the WorkSpace.*/", "getterDocumentation" : "/**

The IP address of the WorkSpace.

\n@return The IP address of the WorkSpace.*/", "fluentSetterDocumentation" : "/**

The IP address of the WorkSpace.

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

The IP address of the WorkSpace.

\n@param ipAddress The IP address of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BundleId" : { "documentation" : "

The identifier of the bundle that the WorkSpace was created from.

", "name" : "BundleId", "c2jName" : "BundleId", "c2jShape" : "BundleId", "variable" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the bundle that the WorkSpace was created from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BundleId", "marshallLocationName" : "BundleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the bundle that the WorkSpace was created from.

\n@param bundleId The identifier of the bundle that the WorkSpace was created from.*/", "getterDocumentation" : "/**

The identifier of the bundle that the WorkSpace was created from.

\n@return The identifier of the bundle that the WorkSpace was created from.*/", "fluentSetterDocumentation" : "/**

The identifier of the bundle that the WorkSpace was created from.

\n@param bundleId The identifier of the bundle that the WorkSpace was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the bundle that the WorkSpace was created from.

\n@param bundleId The identifier of the bundle that the WorkSpace was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RootVolumeEncryptionEnabled" : { "documentation" : "

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

", "name" : "RootVolumeEncryptionEnabled", "c2jName" : "RootVolumeEncryptionEnabled", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "rootVolumeEncryptionEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "RootVolumeEncryptionEnabled", "marshallLocationName" : "RootVolumeEncryptionEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "getterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@return Specifies whether the data stored on the root volume, or C: drive, is encrypted.*/", "fluentSetterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

\n@param rootVolumeEncryptionEnabled Specifies whether the data stored on the root volume, or C: drive, is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComputerName" : { "documentation" : "

The name of the WorkSpace as seen by the operating system.

", "name" : "ComputerName", "c2jName" : "ComputerName", "c2jShape" : "ComputerName", "variable" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the WorkSpace as seen by the operating system.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerName", "marshallLocationName" : "ComputerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 WorkSpace as seen by the operating system.

\n@param computerName The name of the WorkSpace as seen by the operating system.*/", "getterDocumentation" : "/**

The name of the WorkSpace as seen by the operating system.

\n@return The name of the WorkSpace as seen by the operating system.*/", "fluentSetterDocumentation" : "/**

The name of the WorkSpace as seen by the operating system.

\n@param computerName The name of the WorkSpace as seen by the operating system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the WorkSpace as seen by the operating system.

\n@param computerName The name of the WorkSpace as seen by the operating system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VolumeEncryptionKey" : { "documentation" : "

The KMS key used to encrypt data stored on your WorkSpace.

", "name" : "VolumeEncryptionKey", "c2jName" : "VolumeEncryptionKey", "c2jShape" : "VolumeEncryptionKey", "variable" : { "variableName" : "volumeEncryptionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The KMS key used to encrypt data stored on your WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "volumeEncryptionKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeEncryptionKey", "marshallLocationName" : "VolumeEncryptionKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.*/", "getterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@return The KMS key used to encrypt data stored on your WorkSpace.*/", "fluentSetterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The KMS key used to encrypt data stored on your WorkSpace.

\n@param volumeEncryptionKey The KMS key used to encrypt data stored on your WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryId" : { "documentation" : "

The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the AWS Directory Service directory that the WorkSpace belongs to.

\n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.*/", "getterDocumentation" : "/**

The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

\n@return The identifier of the AWS Directory Service directory that the WorkSpace belongs to.*/", "fluentSetterDocumentation" : "/**

The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

\n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the AWS Directory Service directory that the WorkSpace belongs to.

\n@param directoryId The identifier of the AWS Directory Service directory that the WorkSpace belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "State" : { "documentation" : "

The operational state of the WorkSpace.

", "name" : "State", "c2jName" : "State", "c2jShape" : "WorkspaceState", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The operational state of the WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WorkspaceState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The operational state of the WorkSpace.

\n@param state The operational state of the WorkSpace.\n@see WorkspaceState*/", "getterDocumentation" : "/**

The operational state of the WorkSpace.

\n@return The operational state of the WorkSpace.\n@see WorkspaceState*/", "fluentSetterDocumentation" : "/**

The operational state of the WorkSpace.

\n@param state The operational state of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceState*/", "varargSetterDocumentation" : "/**

The operational state of the WorkSpace.

\n@param state The operational state of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceState*/" }, "ErrorMessage" : { "documentation" : "

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

", "name" : "ErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "Description", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorMessage", "marshallLocationName" : "ErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

\n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.*/", "getterDocumentation" : "/**

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

\n@return If the WorkSpace could not be created, this contains a textual error message that describes the failure.*/", "fluentSetterDocumentation" : "/**

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

\n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If the WorkSpace could not be created, this contains a textual error message that describes the failure.

\n@param errorMessage If the WorkSpace could not be created, this contains a textual error message that describes the failure.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetId" : { "documentation" : "

The identifier of the subnet that the WorkSpace is in.

", "name" : "SubnetId", "c2jName" : "SubnetId", "c2jShape" : "SubnetId", "variable" : { "variableName" : "subnetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the subnet that the WorkSpace is in.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subnetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetId", "marshallLocationName" : "SubnetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the subnet that the WorkSpace is in.

\n@param subnetId The identifier of the subnet that the WorkSpace is in.*/", "getterDocumentation" : "/**

The identifier of the subnet that the WorkSpace is in.

\n@return The identifier of the subnet that the WorkSpace is in.*/", "fluentSetterDocumentation" : "/**

The identifier of the subnet that the WorkSpace is in.

\n@param subnetId The identifier of the subnet that the WorkSpace is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the subnet that the WorkSpace is in.

\n@param subnetId The identifier of the subnet that the WorkSpace is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorCode" : { "documentation" : "

If the WorkSpace could not be created, this contains the error code.

", "name" : "ErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "WorkspaceErrorCode", "variable" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If the WorkSpace could not be created, this contains the error code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCode", "marshallLocationName" : "ErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If the WorkSpace could not be created, this contains the error code.

\n@param errorCode If the WorkSpace could not be created, this contains the error code.*/", "getterDocumentation" : "/**

If the WorkSpace could not be created, this contains the error code.

\n@return If the WorkSpace could not be created, this contains the error code.*/", "fluentSetterDocumentation" : "/**

If the WorkSpace could not be created, this contains the error code.

\n@param errorCode If the WorkSpace could not be created, this contains the error code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If the WorkSpace could not be created, this contains the error code.

\n@param errorCode If the WorkSpace could not be created, this contains the error code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkspaceId" : { "documentation" : "

The identifier of the WorkSpace.

", "name" : "WorkspaceId", "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "variable" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceId", "marshallLocationName" : "WorkspaceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the WorkSpace.

\n@param workspaceId The identifier of the WorkSpace.*/", "getterDocumentation" : "/**

The identifier of the WorkSpace.

\n@return The identifier of the WorkSpace.*/", "fluentSetterDocumentation" : "/**

The identifier of the WorkSpace.

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

The identifier of the WorkSpace.

\n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RebootRequest" : { "c2jName" : "RebootRequest", "documentation" : "

Contains information used with the RebootWorkspaces operation to reboot a WorkSpace.

", "shapeName" : "RebootRequest", "deprecated" : false, "required" : [ "WorkspaceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the WorkSpace to reboot.

", "name" : "WorkspaceId", "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "variable" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the WorkSpace to reboot.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceId", "marshallLocationName" : "WorkspaceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the WorkSpace to reboot.

\n@param workspaceId The identifier of the WorkSpace to reboot.*/", "getterDocumentation" : "/**

The identifier of the WorkSpace to reboot.

\n@return The identifier of the WorkSpace to reboot.*/", "fluentSetterDocumentation" : "/**

The identifier of the WorkSpace to reboot.

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

The identifier of the WorkSpace to reboot.

\n@param workspaceId The identifier of the WorkSpace to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "rebootRequest", "variableType" : "RebootRequest", "variableDeclarationType" : "RebootRequest", "documentation" : null, "simpleType" : "RebootRequest", "variableSetterType" : "RebootRequest" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WorkspaceId" : { "documentation" : "

The identifier of the WorkSpace to reboot.

", "name" : "WorkspaceId", "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "variable" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the WorkSpace to reboot.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceId", "marshallLocationName" : "WorkspaceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the WorkSpace to reboot.

\n@param workspaceId The identifier of the WorkSpace to reboot.*/", "getterDocumentation" : "/**

The identifier of the WorkSpace to reboot.

\n@return The identifier of the WorkSpace to reboot.*/", "fluentSetterDocumentation" : "/**

The identifier of the WorkSpace to reboot.

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

The identifier of the WorkSpace to reboot.

\n@param workspaceId The identifier of the WorkSpace to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TerminateWorkspacesRequest" : { "c2jName" : "TerminateWorkspacesRequest", "documentation" : "

Contains the inputs for the TerminateWorkspaces operation.

", "shapeName" : "TerminateWorkspacesRequest", "deprecated" : false, "required" : [ "TerminateWorkspaceRequests" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

An array of structures that specify the WorkSpaces to terminate.

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

An array of structures that specify the WorkSpaces to terminate.

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

An array of structures that specify the WorkSpaces to terminate.

\n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.*/", "getterDocumentation" : "/**

An array of structures that specify the WorkSpaces to terminate.

\n@return An array of structures that specify the WorkSpaces to terminate.*/", "fluentSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to terminate.

\n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to terminate.

\n

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

\n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "terminateWorkspacesRequest", "variableType" : "TerminateWorkspacesRequest", "variableDeclarationType" : "TerminateWorkspacesRequest", "documentation" : null, "simpleType" : "TerminateWorkspacesRequest", "variableSetterType" : "TerminateWorkspacesRequest" }, "marshaller" : { "action" : "TerminateWorkspaces", "verb" : "POST", "target" : "WorkspacesService.TerminateWorkspaces", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TerminateWorkspaceRequests" : { "documentation" : "

An array of structures that specify the WorkSpaces to terminate.

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

An array of structures that specify the WorkSpaces to terminate.

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

An array of structures that specify the WorkSpaces to terminate.

\n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.*/", "getterDocumentation" : "/**

An array of structures that specify the WorkSpaces to terminate.

\n@return An array of structures that specify the WorkSpaces to terminate.*/", "fluentSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to terminate.

\n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to terminate.

\n

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

\n@param terminateWorkspaceRequests An array of structures that specify the WorkSpaces to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RebootWorkspacesRequest" : { "c2jName" : "RebootWorkspacesRequest", "documentation" : "

Contains the inputs for the RebootWorkspaces operation.

", "shapeName" : "RebootWorkspacesRequest", "deprecated" : false, "required" : [ "RebootWorkspaceRequests" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

An array of structures that specify the WorkSpaces to reboot.

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

An array of structures that specify the WorkSpaces to reboot.

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

An array of structures that specify the WorkSpaces to reboot.

\n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.*/", "getterDocumentation" : "/**

An array of structures that specify the WorkSpaces to reboot.

\n@return An array of structures that specify the WorkSpaces to reboot.*/", "fluentSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to reboot.

\n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to reboot.

\n

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

\n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "rebootWorkspacesRequest", "variableType" : "RebootWorkspacesRequest", "variableDeclarationType" : "RebootWorkspacesRequest", "documentation" : null, "simpleType" : "RebootWorkspacesRequest", "variableSetterType" : "RebootWorkspacesRequest" }, "marshaller" : { "action" : "RebootWorkspaces", "verb" : "POST", "target" : "WorkspacesService.RebootWorkspaces", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RebootWorkspaceRequests" : { "documentation" : "

An array of structures that specify the WorkSpaces to reboot.

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

An array of structures that specify the WorkSpaces to reboot.

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

An array of structures that specify the WorkSpaces to reboot.

\n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.*/", "getterDocumentation" : "/**

An array of structures that specify the WorkSpaces to reboot.

\n@return An array of structures that specify the WorkSpaces to reboot.*/", "fluentSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to reboot.

\n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to reboot.

\n

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

\n@param rebootWorkspaceRequests An array of structures that specify the WorkSpaces to reboot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RebuildWorkspacesRequest" : { "c2jName" : "RebuildWorkspacesRequest", "documentation" : "

Contains the inputs for the RebuildWorkspaces operation.

", "shapeName" : "RebuildWorkspacesRequest", "deprecated" : false, "required" : [ "RebuildWorkspaceRequests" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

An array of structures that specify the WorkSpaces to rebuild.

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

An array of structures that specify the WorkSpaces to rebuild.

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

An array of structures that specify the WorkSpaces to rebuild.

\n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.*/", "getterDocumentation" : "/**

An array of structures that specify the WorkSpaces to rebuild.

\n@return An array of structures that specify the WorkSpaces to rebuild.*/", "fluentSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to rebuild.

\n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to rebuild.

\n

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

\n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "rebuildWorkspacesRequest", "variableType" : "RebuildWorkspacesRequest", "variableDeclarationType" : "RebuildWorkspacesRequest", "documentation" : null, "simpleType" : "RebuildWorkspacesRequest", "variableSetterType" : "RebuildWorkspacesRequest" }, "marshaller" : { "action" : "RebuildWorkspaces", "verb" : "POST", "target" : "WorkspacesService.RebuildWorkspaces", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RebuildWorkspaceRequests" : { "documentation" : "

An array of structures that specify the WorkSpaces to rebuild.

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

An array of structures that specify the WorkSpaces to rebuild.

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

An array of structures that specify the WorkSpaces to rebuild.

\n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.*/", "getterDocumentation" : "/**

An array of structures that specify the WorkSpaces to rebuild.

\n@return An array of structures that specify the WorkSpaces to rebuild.*/", "fluentSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to rebuild.

\n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that specify the WorkSpaces to rebuild.

\n

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

\n@param rebuildWorkspaceRequests An array of structures that specify the WorkSpaces to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DefaultWorkspaceCreationProperties" : { "c2jName" : "DefaultWorkspaceCreationProperties", "documentation" : "

Contains default WorkSpace creation information.

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

Specifies if the directory is enabled for Amazon WorkDocs.

", "name" : "EnableWorkDocs", "c2jName" : "EnableWorkDocs", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "enableWorkDocs", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies if the directory is enabled for Amazon WorkDocs.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enableWorkDocs", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EnableWorkDocs", "marshallLocationName" : "EnableWorkDocs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.*/", "getterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@return Specifies if the directory is enabled for Amazon WorkDocs.*/", "fluentSetterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

", "name" : "EnableInternetAccess", "c2jName" : "EnableInternetAccess", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "enableInternetAccess", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enableInternetAccess", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EnableInternetAccess", "marshallLocationName" : "EnableInternetAccess", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.*/", "getterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@return A public IP address will be attached to all WorkSpaces that are created or rebuilt.*/", "fluentSetterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

", "name" : "DefaultOu", "c2jName" : "DefaultOu", "c2jShape" : "DefaultOu", "variable" : { "variableName" : "defaultOu", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultOu", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultOu", "marshallLocationName" : "DefaultOu", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.*/", "getterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@return The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.*/", "fluentSetterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

", "name" : "CustomSecurityGroupId", "c2jName" : "CustomSecurityGroupId", "c2jShape" : "SecurityGroupId", "variable" : { "variableName" : "customSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomSecurityGroupId", "marshallLocationName" : "CustomSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.*/", "getterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@return The identifier of any custom security groups that are applied to the WorkSpaces when they are created.*/", "fluentSetterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The WorkSpace user is an administrator on the WorkSpace.

", "name" : "UserEnabledAsLocalAdministrator", "c2jName" : "UserEnabledAsLocalAdministrator", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "userEnabledAsLocalAdministrator", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The WorkSpace user is an administrator on the WorkSpace.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "userEnabledAsLocalAdministrator", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserEnabledAsLocalAdministrator", "marshallLocationName" : "UserEnabledAsLocalAdministrator", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.*/", "getterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@return The WorkSpace user is an administrator on the WorkSpace.*/", "fluentSetterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "defaultWorkspaceCreationProperties", "variableType" : "DefaultWorkspaceCreationProperties", "variableDeclarationType" : "DefaultWorkspaceCreationProperties", "documentation" : null, "simpleType" : "DefaultWorkspaceCreationProperties", "variableSetterType" : "DefaultWorkspaceCreationProperties" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UserEnabledAsLocalAdministrator" : { "documentation" : "

The WorkSpace user is an administrator on the WorkSpace.

", "name" : "UserEnabledAsLocalAdministrator", "c2jName" : "UserEnabledAsLocalAdministrator", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "userEnabledAsLocalAdministrator", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The WorkSpace user is an administrator on the WorkSpace.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "userEnabledAsLocalAdministrator", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserEnabledAsLocalAdministrator", "marshallLocationName" : "UserEnabledAsLocalAdministrator", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.*/", "getterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@return The WorkSpace user is an administrator on the WorkSpace.*/", "fluentSetterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The WorkSpace user is an administrator on the WorkSpace.

\n@param userEnabledAsLocalAdministrator The WorkSpace user is an administrator on the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustomSecurityGroupId" : { "documentation" : "

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

", "name" : "CustomSecurityGroupId", "c2jName" : "CustomSecurityGroupId", "c2jShape" : "SecurityGroupId", "variable" : { "variableName" : "customSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomSecurityGroupId", "marshallLocationName" : "CustomSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.*/", "getterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@return The identifier of any custom security groups that are applied to the WorkSpaces when they are created.*/", "fluentSetterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

\n@param customSecurityGroupId The identifier of any custom security groups that are applied to the WorkSpaces when they are created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EnableInternetAccess" : { "documentation" : "

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

", "name" : "EnableInternetAccess", "c2jName" : "EnableInternetAccess", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "enableInternetAccess", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enableInternetAccess", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EnableInternetAccess", "marshallLocationName" : "EnableInternetAccess", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.*/", "getterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@return A public IP address will be attached to all WorkSpaces that are created or rebuilt.*/", "fluentSetterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

\n@param enableInternetAccess A public IP address will be attached to all WorkSpaces that are created or rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EnableWorkDocs" : { "documentation" : "

Specifies if the directory is enabled for Amazon WorkDocs.

", "name" : "EnableWorkDocs", "c2jName" : "EnableWorkDocs", "c2jShape" : "BooleanObject", "variable" : { "variableName" : "enableWorkDocs", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies if the directory is enabled for Amazon WorkDocs.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enableWorkDocs", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EnableWorkDocs", "marshallLocationName" : "EnableWorkDocs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.*/", "getterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@return Specifies if the directory is enabled for Amazon WorkDocs.*/", "fluentSetterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies if the directory is enabled for Amazon WorkDocs.

\n@param enableWorkDocs Specifies if the directory is enabled for Amazon WorkDocs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultOu" : { "documentation" : "

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

", "name" : "DefaultOu", "c2jName" : "DefaultOu", "c2jShape" : "DefaultOu", "variable" : { "variableName" : "defaultOu", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultOu", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultOu", "marshallLocationName" : "DefaultOu", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.*/", "getterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@return The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.*/", "fluentSetterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

\n@param defaultOu The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RebuildWorkspacesResult" : { "c2jName" : "RebuildWorkspacesResult", "documentation" : "

Contains the results of the RebuildWorkspaces operation.

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

An array of structures that represent any WorkSpaces that could not be rebuilt.

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

An array of structures that represent any WorkSpaces that could not be rebuilt.

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

An array of structures that represent any WorkSpaces that could not be rebuilt.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebuilt.*/", "getterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebuilt.

\n@return An array of structures that represent any WorkSpaces that could not be rebuilt.*/", "fluentSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebuilt.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebuilt.

\n

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

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "rebuildWorkspacesResult", "variableType" : "RebuildWorkspacesResult", "variableDeclarationType" : "RebuildWorkspacesResult", "documentation" : null, "simpleType" : "RebuildWorkspacesResult", "variableSetterType" : "RebuildWorkspacesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FailedRequests" : { "documentation" : "

An array of structures that represent any WorkSpaces that could not be rebuilt.

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

An array of structures that represent any WorkSpaces that could not be rebuilt.

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

An array of structures that represent any WorkSpaces that could not be rebuilt.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebuilt.*/", "getterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebuilt.

\n@return An array of structures that represent any WorkSpaces that could not be rebuilt.*/", "fluentSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebuilt.

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that represent any WorkSpaces that could not be rebuilt.

\n

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

\n@param failedRequests An array of structures that represent any WorkSpaces that could not be rebuilt.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "WorkspaceDirectoryState" : { "c2jName" : "WorkspaceDirectoryState", "documentation" : "", "shapeName" : "WorkspaceDirectoryState", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "REGISTERING", "value" : "REGISTERING" }, { "name" : "REGISTERED", "value" : "REGISTERED" }, { "name" : "DEREGISTERING", "value" : "DEREGISTERING" }, { "name" : "DEREGISTERED", "value" : "DEREGISTERED" }, { "name" : "ERROR", "value" : "ERROR" } ], "variable" : { "variableName" : "workspaceDirectoryState", "variableType" : "WorkspaceDirectoryState", "variableDeclarationType" : "WorkspaceDirectoryState", "documentation" : null, "simpleType" : "WorkspaceDirectoryState", "variableSetterType" : "WorkspaceDirectoryState" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeWorkspaceBundlesResult" : { "c2jName" : "DescribeWorkspaceBundlesResult", "documentation" : "

Contains the results of the DescribeWorkspaceBundles operation.

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

An array of structures that contain information about the bundles.

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

An array of structures that contain information about the bundles.

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

An array of structures that contain information about the bundles.

\n@param bundles An array of structures that contain information about the bundles.*/", "getterDocumentation" : "/**

An array of structures that contain information about the bundles.

\n@return An array of structures that contain information about the bundles.*/", "fluentSetterDocumentation" : "/**

An array of structures that contain information about the bundles.

\n@param bundles An array of structures that contain information about the bundles.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that contain information about the bundles.

\n

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

\n@param bundles An array of structures that contain information about the bundles.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

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

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "getterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "fluentSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeWorkspaceBundlesResult", "variableType" : "DescribeWorkspaceBundlesResult", "variableDeclarationType" : "DescribeWorkspaceBundlesResult", "documentation" : null, "simpleType" : "DescribeWorkspaceBundlesResult", "variableSetterType" : "DescribeWorkspaceBundlesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

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

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "getterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "fluentSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Bundles" : { "documentation" : "

An array of structures that contain information about the bundles.

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

An array of structures that contain information about the bundles.

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

An array of structures that contain information about the bundles.

\n@param bundles An array of structures that contain information about the bundles.*/", "getterDocumentation" : "/**

An array of structures that contain information about the bundles.

\n@return An array of structures that contain information about the bundles.*/", "fluentSetterDocumentation" : "/**

An array of structures that contain information about the bundles.

\n@param bundles An array of structures that contain information about the bundles.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that contain information about the bundles.

\n

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

\n@param bundles An array of structures that contain information about the bundles.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

Describes the tag of the WorkSpace.

", "shapeName" : "Tag", "deprecated" : false, "required" : [ "Key" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The key of the tag.

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

The key of the tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The key of the tag.

\n@param key The key of the tag.*/", "getterDocumentation" : "/**

The key of the tag.

\n@return The key of the tag.*/", "fluentSetterDocumentation" : "/**

The key of the tag.

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

The key of the tag.

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

The value of the tag.

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

The value of the tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the tag.

\n@param value The value of the tag.*/", "getterDocumentation" : "/**

The value of the tag.

\n@return The value of the tag.*/", "fluentSetterDocumentation" : "/**

The value of the tag.

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

The value of the tag.

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

The value of the tag.

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

The value of the tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the tag.

\n@param value The value of the tag.*/", "getterDocumentation" : "/**

The value of the tag.

\n@return The value of the tag.*/", "fluentSetterDocumentation" : "/**

The value of the tag.

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

The value of the tag.

\n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

The key of the tag.

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

The key of the tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The key of the tag.

\n@param key The key of the tag.*/", "getterDocumentation" : "/**

The key of the tag.

\n@return The key of the tag.*/", "fluentSetterDocumentation" : "/**

The key of the tag.

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

The key of the tag.

\n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeWorkspaceDirectoriesResult" : { "c2jName" : "DescribeWorkspaceDirectoriesResult", "documentation" : "

Contains the results of the DescribeWorkspaceDirectories operation.

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

An array of structures that contain information about the directories.

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

An array of structures that contain information about the directories.

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

An array of structures that contain information about the directories.

\n@param directories An array of structures that contain information about the directories.*/", "getterDocumentation" : "/**

An array of structures that contain information about the directories.

\n@return An array of structures that contain information about the directories.*/", "fluentSetterDocumentation" : "/**

An array of structures that contain information about the directories.

\n@param directories An array of structures that contain information about the directories.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that contain information about the directories.

\n

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

\n@param directories An array of structures that contain information about the directories.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

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

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "getterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "fluentSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeWorkspaceDirectoriesResult", "variableType" : "DescribeWorkspaceDirectoriesResult", "variableDeclarationType" : "DescribeWorkspaceDirectoriesResult", "documentation" : null, "simpleType" : "DescribeWorkspaceDirectoriesResult", "variableSetterType" : "DescribeWorkspaceDirectoriesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

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

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "getterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "fluentSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Directories" : { "documentation" : "

An array of structures that contain information about the directories.

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

An array of structures that contain information about the directories.

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

An array of structures that contain information about the directories.

\n@param directories An array of structures that contain information about the directories.*/", "getterDocumentation" : "/**

An array of structures that contain information about the directories.

\n@return An array of structures that contain information about the directories.*/", "fluentSetterDocumentation" : "/**

An array of structures that contain information about the directories.

\n@param directories An array of structures that contain information about the directories.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that contain information about the directories.

\n

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

\n@param directories An array of structures that contain information about the directories.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateWorkspacesResult" : { "c2jName" : "CreateWorkspacesResult", "documentation" : "

Contains the result of the CreateWorkspaces operation.

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

An array of structures that represent the WorkSpaces that could not be created.

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

An array of structures that represent the WorkSpaces that could not be created.

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

An array of structures that represent the WorkSpaces that could not be created.

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.*/", "getterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n@return An array of structures that represent the WorkSpaces that could not be created.*/", "fluentSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n

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

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

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

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

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

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "getterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@return An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "fluentSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n

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

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createWorkspacesResult", "variableType" : "CreateWorkspacesResult", "variableDeclarationType" : "CreateWorkspacesResult", "documentation" : null, "simpleType" : "CreateWorkspacesResult", "variableSetterType" : "CreateWorkspacesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PendingRequests" : { "documentation" : "

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

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

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

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

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "getterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@return An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "fluentSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

\n

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

\n@param pendingRequests An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FailedRequests" : { "documentation" : "

An array of structures that represent the WorkSpaces that could not be created.

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

An array of structures that represent the WorkSpaces that could not be created.

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

An array of structures that represent the WorkSpaces that could not be created.

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.*/", "getterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n@return An array of structures that represent the WorkSpaces that could not be created.*/", "fluentSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of structures that represent the WorkSpaces that could not be created.

\n

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

\n@param failedRequests An array of structures that represent the WorkSpaces that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "FailedWorkspaceChangeRequest" : { "c2jName" : "FailedWorkspaceChangeRequest", "documentation" : "

Contains information about a WorkSpace that could not be rebooted (RebootWorkspaces), rebuilt (RebuildWorkspaces), or terminated (TerminateWorkspaces).

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

The identifier of the WorkSpace.

", "name" : "WorkspaceId", "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "variable" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceId", "marshallLocationName" : "WorkspaceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the WorkSpace.

\n@param workspaceId The identifier of the WorkSpace.*/", "getterDocumentation" : "/**

The identifier of the WorkSpace.

\n@return The identifier of the WorkSpace.*/", "fluentSetterDocumentation" : "/**

The identifier of the WorkSpace.

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

The identifier of the WorkSpace.

\n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The error code.

", "name" : "ErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorType", "variable" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The error code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCode", "marshallLocationName" : "ErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 error code.

\n@param errorCode The error code.*/", "getterDocumentation" : "/**

The error code.

\n@return The error code.*/", "fluentSetterDocumentation" : "/**

The error code.

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

The error code.

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

The textual error message.

", "name" : "ErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "Description", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The textual error message.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorMessage", "marshallLocationName" : "ErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 textual error message.

\n@param errorMessage The textual error message.*/", "getterDocumentation" : "/**

The textual error message.

\n@return The textual error message.*/", "fluentSetterDocumentation" : "/**

The textual error message.

\n@param errorMessage The textual error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The textual error message.

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

The textual error message.

", "name" : "ErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "Description", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The textual error message.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorMessage", "marshallLocationName" : "ErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 textual error message.

\n@param errorMessage The textual error message.*/", "getterDocumentation" : "/**

The textual error message.

\n@return The textual error message.*/", "fluentSetterDocumentation" : "/**

The textual error message.

\n@param errorMessage The textual error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The textual error message.

\n@param errorMessage The textual error message.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorCode" : { "documentation" : "

The error code.

", "name" : "ErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorType", "variable" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The error code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCode", "marshallLocationName" : "ErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 error code.

\n@param errorCode The error code.*/", "getterDocumentation" : "/**

The error code.

\n@return The error code.*/", "fluentSetterDocumentation" : "/**

The error code.

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

The error code.

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

The identifier of the WorkSpace.

", "name" : "WorkspaceId", "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "variable" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the WorkSpace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceId", "marshallLocationName" : "WorkspaceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the WorkSpace.

\n@param workspaceId The identifier of the WorkSpace.*/", "getterDocumentation" : "/**

The identifier of the WorkSpace.

\n@return The identifier of the WorkSpace.*/", "fluentSetterDocumentation" : "/**

The identifier of the WorkSpace.

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

The identifier of the WorkSpace.

\n@param workspaceId The identifier of the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UserStorage" : { "c2jName" : "UserStorage", "documentation" : "

Contains information about the user storage for a WorkSpace bundle.

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

The amount of user storage for the bundle.

", "name" : "Capacity", "c2jName" : "Capacity", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "capacity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The amount of user storage for the bundle.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "capacity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capacity", "marshallLocationName" : "Capacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 amount of user storage for the bundle.

\n@param capacity The amount of user storage for the bundle.*/", "getterDocumentation" : "/**

The amount of user storage for the bundle.

\n@return The amount of user storage for the bundle.*/", "fluentSetterDocumentation" : "/**

The amount of user storage for the bundle.

\n@param capacity The amount of user storage for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of user storage for the bundle.

\n@param capacity The amount of user storage for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "userStorage", "variableType" : "UserStorage", "variableDeclarationType" : "UserStorage", "documentation" : null, "simpleType" : "UserStorage", "variableSetterType" : "UserStorage" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Capacity" : { "documentation" : "

The amount of user storage for the bundle.

", "name" : "Capacity", "c2jName" : "Capacity", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "capacity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The amount of user storage for the bundle.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "capacity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Capacity", "marshallLocationName" : "Capacity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 amount of user storage for the bundle.

\n@param capacity The amount of user storage for the bundle.*/", "getterDocumentation" : "/**

The amount of user storage for the bundle.

\n@return The amount of user storage for the bundle.*/", "fluentSetterDocumentation" : "/**

The amount of user storage for the bundle.

\n@param capacity The amount of user storage for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of user storage for the bundle.

\n@param capacity The amount of user storage for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "FailedCreateWorkspaceRequest" : { "c2jName" : "FailedCreateWorkspaceRequest", "documentation" : "

Contains information about a WorkSpace that could not be created.

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

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

", "name" : "WorkspaceRequest", "c2jName" : "WorkspaceRequest", "c2jShape" : "WorkspaceRequest", "variable" : { "variableName" : "workspaceRequest", "variableType" : "WorkspaceRequest", "variableDeclarationType" : "WorkspaceRequest", "documentation" : "

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "setterModel" : { "variableName" : "workspaceRequest", "variableType" : "WorkspaceRequest", "variableDeclarationType" : "WorkspaceRequest", "documentation" : "", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "getterModel" : { "returnType" : "WorkspaceRequest", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceRequest", "marshallLocationName" : "WorkspaceRequest", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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" : "/**

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

\n@param workspaceRequest A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.*/", "getterDocumentation" : "/**

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

\n@return A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.*/", "fluentSetterDocumentation" : "/**

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

\n@param workspaceRequest A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

\n@param workspaceRequest A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The error code.

", "name" : "ErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorType", "variable" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The error code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCode", "marshallLocationName" : "ErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 error code.

\n@param errorCode The error code.*/", "getterDocumentation" : "/**

The error code.

\n@return The error code.*/", "fluentSetterDocumentation" : "/**

The error code.

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

The error code.

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

The textual error message.

", "name" : "ErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "Description", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The textual error message.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorMessage", "marshallLocationName" : "ErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 textual error message.

\n@param errorMessage The textual error message.*/", "getterDocumentation" : "/**

The textual error message.

\n@return The textual error message.*/", "fluentSetterDocumentation" : "/**

The textual error message.

\n@param errorMessage The textual error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The textual error message.

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

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

", "name" : "WorkspaceRequest", "c2jName" : "WorkspaceRequest", "c2jShape" : "WorkspaceRequest", "variable" : { "variableName" : "workspaceRequest", "variableType" : "WorkspaceRequest", "variableDeclarationType" : "WorkspaceRequest", "documentation" : "

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "setterModel" : { "variableName" : "workspaceRequest", "variableType" : "WorkspaceRequest", "variableDeclarationType" : "WorkspaceRequest", "documentation" : "", "simpleType" : "WorkspaceRequest", "variableSetterType" : "WorkspaceRequest" }, "getterModel" : { "returnType" : "WorkspaceRequest", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceRequest", "marshallLocationName" : "WorkspaceRequest", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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" : "/**

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

\n@param workspaceRequest A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.*/", "getterDocumentation" : "/**

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

\n@return A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.*/", "fluentSetterDocumentation" : "/**

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

\n@param workspaceRequest A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

\n@param workspaceRequest A WorkspaceRequest object that contains the information about the WorkSpace that could not be created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorMessage" : { "documentation" : "

The textual error message.

", "name" : "ErrorMessage", "c2jName" : "ErrorMessage", "c2jShape" : "Description", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The textual error message.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorMessage", "marshallLocationName" : "ErrorMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 textual error message.

\n@param errorMessage The textual error message.*/", "getterDocumentation" : "/**

The textual error message.

\n@return The textual error message.*/", "fluentSetterDocumentation" : "/**

The textual error message.

\n@param errorMessage The textual error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The textual error message.

\n@param errorMessage The textual error message.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorCode" : { "documentation" : "

The error code.

", "name" : "ErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorType", "variable" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The error code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCode", "marshallLocationName" : "ErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 error code.

\n@param errorCode The error code.*/", "getterDocumentation" : "/**

The error code.

\n@return The error code.*/", "fluentSetterDocumentation" : "/**

The error code.

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

The error code.

\n@param errorCode The error code.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeTagsResult" : { "c2jName" : "DescribeTagsResult", "documentation" : "

The result of the describe tags action.

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

The list of tags.

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

The list of tags.

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

The list of tags.

\n@param tagList The list of tags.*/", "getterDocumentation" : "/**

The list of tags.

\n@return The list of tags.*/", "fluentSetterDocumentation" : "/**

The list of tags.

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

The list of tags.

\n

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

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

The list of tags.

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

The list of tags.

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

The list of tags.

\n@param tagList The list of tags.*/", "getterDocumentation" : "/**

The list of tags.

\n@return The list of tags.*/", "fluentSetterDocumentation" : "/**

The list of tags.

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

The list of tags.

\n

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

\n@param tagList The list of tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "WorkspaceState" : { "c2jName" : "WorkspaceState", "documentation" : "", "shapeName" : "WorkspaceState", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "PENDING", "value" : "PENDING" }, { "name" : "AVAILABLE", "value" : "AVAILABLE" }, { "name" : "IMPAIRED", "value" : "IMPAIRED" }, { "name" : "UNHEALTHY", "value" : "UNHEALTHY" }, { "name" : "REBOOTING", "value" : "REBOOTING" }, { "name" : "REBUILDING", "value" : "REBUILDING" }, { "name" : "TERMINATING", "value" : "TERMINATING" }, { "name" : "TERMINATED", "value" : "TERMINATED" }, { "name" : "SUSPENDED", "value" : "SUSPENDED" }, { "name" : "ERROR", "value" : "ERROR" } ], "variable" : { "variableName" : "workspaceState", "variableType" : "WorkspaceState", "variableDeclarationType" : "WorkspaceState", "documentation" : null, "simpleType" : "WorkspaceState", "variableSetterType" : "WorkspaceState" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeWorkspaceBundlesRequest" : { "c2jName" : "DescribeWorkspaceBundlesRequest", "documentation" : "

Contains the inputs for the DescribeWorkspaceBundles operation.

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

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

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

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "bundleIds", "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" : "BundleIds", "marshallLocationName" : "BundleIds", "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" : "BundleId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

\n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.*/", "getterDocumentation" : "/**

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

\n@return An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.*/", "fluentSetterDocumentation" : "/**

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

\n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

\n

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

\n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

This contains one of the following values:

  • null - Retrieves the bundles that belong to the account making the call.
  • AMAZON - Retrieves the bundles that are provided by AWS.
", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "BundleOwner", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

This contains one of the following values:

  • null - Retrieves the bundles that belong to the account making the call.
  • AMAZON - Retrieves the bundles that are provided by AWS.
", "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 owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

This contains one of the following values:

  • null - Retrieves the bundles that belong to the account making the call.
  • AMAZON - Retrieves the bundles that are provided by AWS.
\n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

This contains one of the following values:

  • null - Retrieves the bundles that belong to the account making the call.
  • AMAZON - Retrieves the bundles that are provided by AWS.
  • */", "getterDocumentation" : "/**

    The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

    This contains one of the following values:

    • null - Retrieves the bundles that belong to the account making the call.
    • AMAZON - Retrieves the bundles that are provided by AWS.
    \n@return The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

    This contains one of the following values:

    • null - Retrieves the bundles that belong to the account making the call.
    • AMAZON - Retrieves the bundles that are provided by AWS.
    • */", "fluentSetterDocumentation" : "/**

      The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

      This contains one of the following values:

      • null - Retrieves the bundles that belong to the account making the call.
      • AMAZON - Retrieves the bundles that are provided by AWS.
      \n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

      This contains one of the following values:

      • null - Retrieves the bundles that belong to the account making the call.
      • AMAZON - Retrieves the bundles that are provided by AWS.
      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

        The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

        This contains one of the following values:

        • null - Retrieves the bundles that belong to the account making the call.
        • AMAZON - Retrieves the bundles that are provided by AWS.
        \n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

        This contains one of the following values:

        • null - Retrieves the bundles that belong to the account making the call.
        • AMAZON - Retrieves the bundles that are provided by AWS.
        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The NextToken value from a previous call to this operation. Pass null if this is the first 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 NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterDocumentation" : "/**

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The NextToken value from a previous call to this operation. Pass null if this is the first call.

          \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeWorkspaceBundlesRequest", "variableType" : "DescribeWorkspaceBundlesRequest", "variableDeclarationType" : "DescribeWorkspaceBundlesRequest", "documentation" : null, "simpleType" : "DescribeWorkspaceBundlesRequest", "variableSetterType" : "DescribeWorkspaceBundlesRequest" }, "marshaller" : { "action" : "DescribeWorkspaceBundles", "verb" : "POST", "target" : "WorkspacesService.DescribeWorkspaceBundles", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Owner" : { "documentation" : "

          The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          This contains one of the following values:

          • null - Retrieves the bundles that belong to the account making the call.
          • AMAZON - Retrieves the bundles that are provided by AWS.
          ", "name" : "Owner", "c2jName" : "Owner", "c2jShape" : "BundleOwner", "variable" : { "variableName" : "owner", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          This contains one of the following values:

          • null - Retrieves the bundles that belong to the account making the call.
          • AMAZON - Retrieves the bundles that are provided by AWS.
          ", "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 owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          This contains one of the following values:

          • null - Retrieves the bundles that belong to the account making the call.
          • AMAZON - Retrieves the bundles that are provided by AWS.
          \n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

          This contains one of the following values:

          • null - Retrieves the bundles that belong to the account making the call.
          • AMAZON - Retrieves the bundles that are provided by AWS.
          • */", "getterDocumentation" : "/**

            The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

            This contains one of the following values:

            • null - Retrieves the bundles that belong to the account making the call.
            • AMAZON - Retrieves the bundles that are provided by AWS.
            \n@return The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

            This contains one of the following values:

            • null - Retrieves the bundles that belong to the account making the call.
            • AMAZON - Retrieves the bundles that are provided by AWS.
            • */", "fluentSetterDocumentation" : "/**

              The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

              This contains one of the following values:

              • null - Retrieves the bundles that belong to the account making the call.
              • AMAZON - Retrieves the bundles that are provided by AWS.
              \n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

              This contains one of the following values:

              • null - Retrieves the bundles that belong to the account making the call.
              • AMAZON - Retrieves the bundles that are provided by AWS.
              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

                This contains one of the following values:

                • null - Retrieves the bundles that belong to the account making the call.
                • AMAZON - Retrieves the bundles that are provided by AWS.
                \n@param owner The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

                This contains one of the following values:

                • null - Retrieves the bundles that belong to the account making the call.
                • AMAZON - Retrieves the bundles that are provided by AWS.
                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first 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 NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BundleIds" : { "documentation" : "

                  An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

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

                  An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "bundleIds", "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" : "BundleIds", "marshallLocationName" : "BundleIds", "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" : "BundleId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.*/", "getterDocumentation" : "/**

                  An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

                  \n@return An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.*/", "fluentSetterDocumentation" : "/**

                  An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

                  \n

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

                  \n@param bundleIds An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeWorkspacesResult" : { "c2jName" : "DescribeWorkspacesResult", "documentation" : "

                  Contains the results for the DescribeWorkspaces operation.

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

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

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

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

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

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.*/", "getterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@return An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.*/", "fluentSetterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n

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

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

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

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "getterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

                  \n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "fluentSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeWorkspacesResult", "variableType" : "DescribeWorkspacesResult", "variableDeclarationType" : "DescribeWorkspacesResult", "documentation" : null, "simpleType" : "DescribeWorkspacesResult", "variableSetterType" : "DescribeWorkspacesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

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

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "getterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

                  \n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.*/", "fluentSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

                  \n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Workspaces" : { "documentation" : "

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

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

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

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

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.*/", "getterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@return An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.*/", "fluentSetterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

                  \n

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

                  \n@param workspaces An array of structures that contain the information about the WorkSpaces.

                  Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceUnavailableException" : { "c2jName" : "ResourceUnavailableException", "documentation" : "

                  The specified resource is not available.

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

                  The identifier of the resource that is not available.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the resource that is not available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.*/", "getterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@return The identifier of the resource that is not available.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resourceUnavailableException", "variableType" : "ResourceUnavailableException", "variableDeclarationType" : "ResourceUnavailableException", "documentation" : null, "simpleType" : "ResourceUnavailableException", "variableSetterType" : "ResourceUnavailableException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

                  The identifier of the resource that is not available.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the resource that is not available.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.*/", "getterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@return The identifier of the resource that is not available.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The identifier of the resource that is not available.

                  \n@param resourceId The identifier of the resource that is not available.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateWorkspacesRequest" : { "c2jName" : "CreateWorkspacesRequest", "documentation" : "

                  Contains the inputs for the CreateWorkspaces operation.

                  ", "shapeName" : "CreateWorkspacesRequest", "deprecated" : false, "required" : [ "Workspaces" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  An array of structures that specify the WorkSpaces to create.

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

                  An array of structures that specify the WorkSpaces to create.

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

                  An array of structures that specify the WorkSpaces to create.

                  \n@param workspaces An array of structures that specify the WorkSpaces to create.*/", "getterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to create.

                  \n@return An array of structures that specify the WorkSpaces to create.*/", "fluentSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to create.

                  \n@param workspaces An array of structures that specify the WorkSpaces to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to create.

                  \n

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

                  \n@param workspaces An array of structures that specify the WorkSpaces to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createWorkspacesRequest", "variableType" : "CreateWorkspacesRequest", "variableDeclarationType" : "CreateWorkspacesRequest", "documentation" : null, "simpleType" : "CreateWorkspacesRequest", "variableSetterType" : "CreateWorkspacesRequest" }, "marshaller" : { "action" : "CreateWorkspaces", "verb" : "POST", "target" : "WorkspacesService.CreateWorkspaces", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Workspaces" : { "documentation" : "

                  An array of structures that specify the WorkSpaces to create.

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

                  An array of structures that specify the WorkSpaces to create.

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

                  An array of structures that specify the WorkSpaces to create.

                  \n@param workspaces An array of structures that specify the WorkSpaces to create.*/", "getterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to create.

                  \n@return An array of structures that specify the WorkSpaces to create.*/", "fluentSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to create.

                  \n@param workspaces An array of structures that specify the WorkSpaces to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of structures that specify the WorkSpaces to create.

                  \n

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

                  \n@param workspaces An array of structures that specify the WorkSpaces to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceLimitExceededException" : { "c2jName" : "ResourceLimitExceededException", "documentation" : "

                  Your resource limits have been exceeded.

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

                  Contains information used with the RebuildWorkspaces operation to rebuild a WorkSpace.

                  ", "shapeName" : "RebuildRequest", "deprecated" : false, "required" : [ "WorkspaceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The identifier of the WorkSpace to rebuild.

                  ", "name" : "WorkspaceId", "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "variable" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the WorkSpace to rebuild.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceId", "marshallLocationName" : "WorkspaceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the WorkSpace to rebuild.

                  \n@param workspaceId The identifier of the WorkSpace to rebuild.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

                  \n@return The identifier of the WorkSpace to rebuild.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

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

                  The identifier of the WorkSpace to rebuild.

                  \n@param workspaceId The identifier of the WorkSpace to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "rebuildRequest", "variableType" : "RebuildRequest", "variableDeclarationType" : "RebuildRequest", "documentation" : null, "simpleType" : "RebuildRequest", "variableSetterType" : "RebuildRequest" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WorkspaceId" : { "documentation" : "

                  The identifier of the WorkSpace to rebuild.

                  ", "name" : "WorkspaceId", "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "variable" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the WorkSpace to rebuild.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceId", "marshallLocationName" : "WorkspaceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the WorkSpace to rebuild.

                  \n@param workspaceId The identifier of the WorkSpace to rebuild.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

                  \n@return The identifier of the WorkSpace to rebuild.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace to rebuild.

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

                  The identifier of the WorkSpace to rebuild.

                  \n@param workspaceId The identifier of the WorkSpace to rebuild.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "WorkspaceDirectoryType" : { "c2jName" : "WorkspaceDirectoryType", "documentation" : "", "shapeName" : "WorkspaceDirectoryType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "SIMPLE_AD", "value" : "SIMPLE_AD" }, { "name" : "AD_CONNECTOR", "value" : "AD_CONNECTOR" } ], "variable" : { "variableName" : "workspaceDirectoryType", "variableType" : "WorkspaceDirectoryType", "variableDeclarationType" : "WorkspaceDirectoryType", "documentation" : null, "simpleType" : "WorkspaceDirectoryType", "variableSetterType" : "WorkspaceDirectoryType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidParameterValuesException" : { "c2jName" : "InvalidParameterValuesException", "documentation" : "

                  One or more parameter values are not valid.

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

                  The result of the create tags action.

                  ", "shapeName" : "CreateTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "createTagsResult", "variableType" : "CreateTagsResult", "variableDeclarationType" : "CreateTagsResult", "documentation" : null, "simpleType" : "CreateTagsResult", "variableSetterType" : "CreateTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ComputeType" : { "c2jName" : "ComputeType", "documentation" : "

                  Contains information about the compute type of a WorkSpace bundle.

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

                  The name of the compute type for the bundle.

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

                  The name of the compute type for the bundle.

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

                  The name of the compute type for the bundle.

                  \n@param name The name of the compute type for the bundle.\n@see Compute*/", "getterDocumentation" : "/**

                  The name of the compute type for the bundle.

                  \n@return The name of the compute type for the bundle.\n@see Compute*/", "fluentSetterDocumentation" : "/**

                  The name of the compute type for the bundle.

                  \n@param name The name of the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Compute*/", "varargSetterDocumentation" : "/**

                  The name of the compute type for the bundle.

                  \n@param name The name of the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Compute*/" } ], "enums" : null, "variable" : { "variableName" : "computeType", "variableType" : "ComputeType", "variableDeclarationType" : "ComputeType", "documentation" : null, "simpleType" : "ComputeType", "variableSetterType" : "ComputeType" }, "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 compute type for the bundle.

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

                  The name of the compute type for the bundle.

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

                  The name of the compute type for the bundle.

                  \n@param name The name of the compute type for the bundle.\n@see Compute*/", "getterDocumentation" : "/**

                  The name of the compute type for the bundle.

                  \n@return The name of the compute type for the bundle.\n@see Compute*/", "fluentSetterDocumentation" : "/**

                  The name of the compute type for the bundle.

                  \n@param name The name of the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Compute*/", "varargSetterDocumentation" : "/**

                  The name of the compute type for the bundle.

                  \n@param name The name of the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Compute*/" } } }, "DeleteTagsResult" : { "c2jName" : "DeleteTagsResult", "documentation" : "

                  The result of the delete tags action.

                  ", "shapeName" : "DeleteTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteTagsResult", "variableType" : "DeleteTagsResult", "variableDeclarationType" : "DeleteTagsResult", "documentation" : null, "simpleType" : "DeleteTagsResult", "variableSetterType" : "DeleteTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "documentation" : "

                  The resource could not be found.

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

                  The resource could not be found.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The resource could not be found.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 resource could not be found.

                  \n@param resourceId The resource could not be found.*/", "getterDocumentation" : "/**

                  The resource could not be found.

                  \n@return The resource could not be found.*/", "fluentSetterDocumentation" : "/**

                  The resource could not be found.

                  \n@param resourceId The resource could not be found.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The resource could not be found.

                  \n@param resourceId The resource could not be found.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "variableDeclarationType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

                  The resource could not be found.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The resource could not be found.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 resource could not be found.

                  \n@param resourceId The resource could not be found.*/", "getterDocumentation" : "/**

                  The resource could not be found.

                  \n@return The resource could not be found.*/", "fluentSetterDocumentation" : "/**

                  The resource could not be found.

                  \n@param resourceId The resource could not be found.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The resource could not be found.

                  \n@param resourceId The resource could not be found.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTagsRequest" : { "c2jName" : "DeleteTagsRequest", "documentation" : "

                  The request of the delete tags action.

                  ", "shapeName" : "DeleteTagsRequest", "deprecated" : false, "required" : [ "ResourceId", "TagKeys" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The resource ID of the request.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The resource ID of the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 resource ID of the request.

                  \n@param resourceId The resource ID of the request.*/", "getterDocumentation" : "/**

                  The resource ID of the request.

                  \n@return The resource ID of the request.*/", "fluentSetterDocumentation" : "/**

                  The resource ID of the request.

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

                  The resource ID of the request.

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

                  The tag keys of the request.

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

                  The tag keys of the request.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "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" : "TagKeys", "marshallLocationName" : "TagKeys", "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" : "NonEmptyString", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The tag keys of the request.

                  \n@param tagKeys The tag keys of the request.*/", "getterDocumentation" : "/**

                  The tag keys of the request.

                  \n@return The tag keys of the request.*/", "fluentSetterDocumentation" : "/**

                  The tag keys of the request.

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

                  The tag keys of the request.

                  \n

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

                  \n@param tagKeys The tag keys of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "variableDeclarationType" : "DeleteTagsRequest", "documentation" : null, "simpleType" : "DeleteTagsRequest", "variableSetterType" : "DeleteTagsRequest" }, "marshaller" : { "action" : "DeleteTags", "verb" : "POST", "target" : "WorkspacesService.DeleteTags", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagKeys" : { "documentation" : "

                  The tag keys of the request.

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

                  The tag keys of the request.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "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" : "TagKeys", "marshallLocationName" : "TagKeys", "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" : "NonEmptyString", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  The tag keys of the request.

                  \n@param tagKeys The tag keys of the request.*/", "getterDocumentation" : "/**

                  The tag keys of the request.

                  \n@return The tag keys of the request.*/", "fluentSetterDocumentation" : "/**

                  The tag keys of the request.

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

                  The tag keys of the request.

                  \n

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

                  \n@param tagKeys The tag keys of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

                  The resource ID of the request.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The resource ID of the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 resource ID of the request.

                  \n@param resourceId The resource ID of the request.*/", "getterDocumentation" : "/**

                  The resource ID of the request.

                  \n@return The resource ID of the request.*/", "fluentSetterDocumentation" : "/**

                  The resource ID of the request.

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

                  The resource ID of the request.

                  \n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeWorkspaceDirectoriesRequest" : { "c2jName" : "DescribeWorkspaceDirectoriesRequest", "documentation" : "

                  Contains the inputs for the DescribeWorkspaceDirectories operation.

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

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

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

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "directoryIds", "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" : "DirectoryIds", "marshallLocationName" : "DirectoryIds", "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" : "DirectoryId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.*/", "getterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@return An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.*/", "fluentSetterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n

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

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first 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 NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeWorkspaceDirectoriesRequest", "variableType" : "DescribeWorkspaceDirectoriesRequest", "variableDeclarationType" : "DescribeWorkspaceDirectoriesRequest", "documentation" : null, "simpleType" : "DescribeWorkspaceDirectoriesRequest", "variableSetterType" : "DescribeWorkspaceDirectoriesRequest" }, "marshaller" : { "action" : "DescribeWorkspaceDirectories", "verb" : "POST", "target" : "WorkspacesService.DescribeWorkspaceDirectories", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first 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 NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryIds" : { "documentation" : "

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

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

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "directoryIds", "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" : "DirectoryIds", "marshallLocationName" : "DirectoryIds", "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" : "DirectoryId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.*/", "getterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@return An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.*/", "fluentSetterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.

                  \n

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

                  \n@param directoryIds An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTagsRequest" : { "c2jName" : "CreateTagsRequest", "documentation" : "

                  The request of the create tags action.

                  ", "shapeName" : "CreateTagsRequest", "deprecated" : false, "required" : [ "ResourceId", "Tags" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The resource ID of the request.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The resource ID of the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 resource ID of the request.

                  \n@param resourceId The resource ID of the request.*/", "getterDocumentation" : "/**

                  The resource ID of the request.

                  \n@return The resource ID of the request.*/", "fluentSetterDocumentation" : "/**

                  The resource ID of the request.

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

                  The resource ID of the request.

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

                  The tags of the request.

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

                  The tags of the request.

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

                  The tags of the request.

                  \n@param tags The tags of the request.*/", "getterDocumentation" : "/**

                  The tags of the request.

                  \n@return The tags of the request.*/", "fluentSetterDocumentation" : "/**

                  The tags of the request.

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

                  The tags of the request.

                  \n

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

                  \n@param tags The tags of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTagsRequest", "variableType" : "CreateTagsRequest", "variableDeclarationType" : "CreateTagsRequest", "documentation" : null, "simpleType" : "CreateTagsRequest", "variableSetterType" : "CreateTagsRequest" }, "marshaller" : { "action" : "CreateTags", "verb" : "POST", "target" : "WorkspacesService.CreateTags", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

                  The tags of the request.

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

                  The tags of the request.

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

                  The tags of the request.

                  \n@param tags The tags of the request.*/", "getterDocumentation" : "/**

                  The tags of the request.

                  \n@return The tags of the request.*/", "fluentSetterDocumentation" : "/**

                  The tags of the request.

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

                  The tags of the request.

                  \n

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

                  \n@param tags The tags of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

                  The resource ID of the request.

                  ", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "NonEmptyString", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The resource ID of the request.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 resource ID of the request.

                  \n@param resourceId The resource ID of the request.*/", "getterDocumentation" : "/**

                  The resource ID of the request.

                  \n@return The resource ID of the request.*/", "fluentSetterDocumentation" : "/**

                  The resource ID of the request.

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

                  The resource ID of the request.

                  \n@param resourceId The resource ID of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "WorkspaceBundle" : { "c2jName" : "WorkspaceBundle", "documentation" : "

                  Contains information about a WorkSpace bundle.

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

                  The bundle identifier.

                  ", "name" : "BundleId", "c2jName" : "BundleId", "c2jShape" : "BundleId", "variable" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The bundle identifier.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BundleId", "marshallLocationName" : "BundleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 bundle identifier.

                  \n@param bundleId The bundle identifier.*/", "getterDocumentation" : "/**

                  The bundle identifier.

                  \n@return The bundle identifier.*/", "fluentSetterDocumentation" : "/**

                  The bundle identifier.

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

                  The bundle identifier.

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

                  The name of the bundle.

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

                  The name of the bundle.

                  ", "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 bundle.

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

                  The name of the bundle.

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

                  The name of the bundle.

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

                  The name of the bundle.

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

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

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

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  ", "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 owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.*/", "getterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@return The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.*/", "fluentSetterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The bundle description.

                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The bundle description.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The bundle description.

                  \n@param description The bundle description.*/", "getterDocumentation" : "/**

                  The bundle description.

                  \n@return The bundle description.*/", "fluentSetterDocumentation" : "/**

                  The bundle description.

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

                  The bundle description.

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

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  ", "name" : "UserStorage", "c2jName" : "UserStorage", "c2jShape" : "UserStorage", "variable" : { "variableName" : "userStorage", "variableType" : "UserStorage", "variableDeclarationType" : "UserStorage", "documentation" : "

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  ", "simpleType" : "UserStorage", "variableSetterType" : "UserStorage" }, "setterModel" : { "variableName" : "userStorage", "variableType" : "UserStorage", "variableDeclarationType" : "UserStorage", "documentation" : "", "simpleType" : "UserStorage", "variableSetterType" : "UserStorage" }, "getterModel" : { "returnType" : "UserStorage", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserStorage", "marshallLocationName" : "UserStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.*/", "getterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@return A UserStorage object that specifies the amount of user storage that the bundle contains.*/", "fluentSetterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  A ComputeType object that specifies the compute type for the bundle.

                  ", "name" : "ComputeType", "c2jName" : "ComputeType", "c2jShape" : "ComputeType", "variable" : { "variableName" : "computeType", "variableType" : "ComputeType", "variableDeclarationType" : "ComputeType", "documentation" : "

                  A ComputeType object that specifies the compute type for the bundle.

                  ", "simpleType" : "ComputeType", "variableSetterType" : "ComputeType" }, "setterModel" : { "variableName" : "computeType", "variableType" : "ComputeType", "variableDeclarationType" : "ComputeType", "documentation" : "", "simpleType" : "ComputeType", "variableSetterType" : "ComputeType" }, "getterModel" : { "returnType" : "ComputeType", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputeType", "marshallLocationName" : "ComputeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.*/", "getterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@return A ComputeType object that specifies the compute type for the bundle.*/", "fluentSetterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workspaceBundle", "variableType" : "WorkspaceBundle", "variableDeclarationType" : "WorkspaceBundle", "documentation" : null, "simpleType" : "WorkspaceBundle", "variableSetterType" : "WorkspaceBundle" }, "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 bundle.

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

                  The name of the bundle.

                  ", "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 bundle.

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

                  The name of the bundle.

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

                  The name of the bundle.

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

                  The name of the bundle.

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

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  ", "name" : "UserStorage", "c2jName" : "UserStorage", "c2jShape" : "UserStorage", "variable" : { "variableName" : "userStorage", "variableType" : "UserStorage", "variableDeclarationType" : "UserStorage", "documentation" : "

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  ", "simpleType" : "UserStorage", "variableSetterType" : "UserStorage" }, "setterModel" : { "variableName" : "userStorage", "variableType" : "UserStorage", "variableDeclarationType" : "UserStorage", "documentation" : "", "simpleType" : "UserStorage", "variableSetterType" : "UserStorage" }, "getterModel" : { "returnType" : "UserStorage", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserStorage", "marshallLocationName" : "UserStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.*/", "getterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@return A UserStorage object that specifies the amount of user storage that the bundle contains.*/", "fluentSetterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A UserStorage object that specifies the amount of user storage that the bundle contains.

                  \n@param userStorage A UserStorage object that specifies the amount of user storage that the bundle contains.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Owner" : { "documentation" : "

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

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

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  ", "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 owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.*/", "getterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@return The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.*/", "fluentSetterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.

                  \n@param owner The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is provided by AWS.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                  The bundle description.

                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The bundle description.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The bundle description.

                  \n@param description The bundle description.*/", "getterDocumentation" : "/**

                  The bundle description.

                  \n@return The bundle description.*/", "fluentSetterDocumentation" : "/**

                  The bundle description.

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

                  The bundle description.

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

                  A ComputeType object that specifies the compute type for the bundle.

                  ", "name" : "ComputeType", "c2jName" : "ComputeType", "c2jShape" : "ComputeType", "variable" : { "variableName" : "computeType", "variableType" : "ComputeType", "variableDeclarationType" : "ComputeType", "documentation" : "

                  A ComputeType object that specifies the compute type for the bundle.

                  ", "simpleType" : "ComputeType", "variableSetterType" : "ComputeType" }, "setterModel" : { "variableName" : "computeType", "variableType" : "ComputeType", "variableDeclarationType" : "ComputeType", "documentation" : "", "simpleType" : "ComputeType", "variableSetterType" : "ComputeType" }, "getterModel" : { "returnType" : "ComputeType", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputeType", "marshallLocationName" : "ComputeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.*/", "getterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@return A ComputeType object that specifies the compute type for the bundle.*/", "fluentSetterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A ComputeType object that specifies the compute type for the bundle.

                  \n@param computeType A ComputeType object that specifies the compute type for the bundle.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BundleId" : { "documentation" : "

                  The bundle identifier.

                  ", "name" : "BundleId", "c2jName" : "BundleId", "c2jShape" : "BundleId", "variable" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The bundle identifier.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BundleId", "marshallLocationName" : "BundleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 bundle identifier.

                  \n@param bundleId The bundle identifier.*/", "getterDocumentation" : "/**

                  The bundle identifier.

                  \n@return The bundle identifier.*/", "fluentSetterDocumentation" : "/**

                  The bundle identifier.

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

                  The bundle identifier.

                  \n@param bundleId The bundle identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "WorkspaceDirectory" : { "c2jName" : "WorkspaceDirectory", "documentation" : "

                  Contains information about an AWS Directory Service directory for use with Amazon WorkSpaces.

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

                  The directory identifier.

                  ", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The directory identifier.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The directory identifier.

                  \n@param directoryId The directory identifier.*/", "getterDocumentation" : "/**

                  The directory identifier.

                  \n@return The directory identifier.*/", "fluentSetterDocumentation" : "/**

                  The directory identifier.

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

                  The directory identifier.

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

                  The directory alias.

                  ", "name" : "Alias", "c2jName" : "Alias", "c2jShape" : "Alias", "variable" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The directory alias.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Alias", "marshallLocationName" : "Alias", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The directory alias.

                  \n@param alias The directory alias.*/", "getterDocumentation" : "/**

                  The directory alias.

                  \n@return The directory alias.*/", "fluentSetterDocumentation" : "/**

                  The directory alias.

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

                  The directory alias.

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

                  The name of the directory.

                  ", "name" : "DirectoryName", "c2jName" : "DirectoryName", "c2jShape" : "DirectoryName", "variable" : { "variableName" : "directoryName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the directory.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryName", "marshallLocationName" : "DirectoryName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 directory.

                  \n@param directoryName The name of the directory.*/", "getterDocumentation" : "/**

                  The name of the directory.

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

                  The name of the directory.

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

                  The name of the directory.

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

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  ", "name" : "RegistrationCode", "c2jName" : "RegistrationCode", "c2jShape" : "RegistrationCode", "variable" : { "variableName" : "registrationCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RegistrationCode", "marshallLocationName" : "RegistrationCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.*/", "getterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@return The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.*/", "fluentSetterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  An array of strings that contains the identifiers of the subnets used with the directory.

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

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "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" : "SubnetIds", "marshallLocationName" : "SubnetIds", "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" : "SubnetId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.*/", "getterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@return An array of strings that contains the identifiers of the subnets used with the directory.*/", "fluentSetterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n

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

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

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

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dnsIpAddresses", "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" : "DnsIpAddresses", "marshallLocationName" : "DnsIpAddresses", "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" : "IpAddress", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.*/", "getterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@return An array of strings that contains the IP addresses of the DNS servers for the directory.*/", "fluentSetterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n

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

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The user name for the service account.

                  ", "name" : "CustomerUserName", "c2jName" : "CustomerUserName", "c2jShape" : "UserName", "variable" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The user name for the service account.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerUserName", "marshallLocationName" : "CustomerUserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 user name for the service account.

                  \n@param customerUserName The user name for the service account.*/", "getterDocumentation" : "/**

                  The user name for the service account.

                  \n@return The user name for the service account.*/", "fluentSetterDocumentation" : "/**

                  The user name for the service account.

                  \n@param customerUserName The user name for the service account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The user name for the service account.

                  \n@param customerUserName The user name for the service account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  ", "name" : "IamRoleId", "c2jName" : "IamRoleId", "c2jShape" : "ARN", "variable" : { "variableName" : "iamRoleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iamRoleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleId", "marshallLocationName" : "IamRoleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.*/", "getterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@return The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The directory type.

                  ", "name" : "DirectoryType", "c2jName" : "DirectoryType", "c2jShape" : "WorkspaceDirectoryType", "variable" : { "variableName" : "directoryType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The directory type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryType", "marshallLocationName" : "DirectoryType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WorkspaceDirectoryType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@see WorkspaceDirectoryType*/", "getterDocumentation" : "/**

                  The directory type.

                  \n@return The directory type.\n@see WorkspaceDirectoryType*/", "fluentSetterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryType*/", "varargSetterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryType*/" }, { "documentation" : "

                  The identifier of the security group that is assigned to new WorkSpaces.

                  ", "name" : "WorkspaceSecurityGroupId", "c2jName" : "WorkspaceSecurityGroupId", "c2jShape" : "SecurityGroupId", "variable" : { "variableName" : "workspaceSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the security group that is assigned to new WorkSpaces.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceSecurityGroupId", "marshallLocationName" : "WorkspaceSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.*/", "getterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@return The identifier of the security group that is assigned to new WorkSpaces.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The state of the directory's registration with Amazon WorkSpaces

                  ", "name" : "State", "c2jName" : "State", "c2jShape" : "WorkspaceDirectoryState", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The state of the directory's registration with Amazon WorkSpaces

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WorkspaceDirectoryState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@see WorkspaceDirectoryState*/", "getterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@return The state of the directory's registration with Amazon WorkSpaces\n@see WorkspaceDirectoryState*/", "fluentSetterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryState*/", "varargSetterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryState*/" }, { "documentation" : "

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  ", "name" : "WorkspaceCreationProperties", "c2jName" : "WorkspaceCreationProperties", "c2jShape" : "DefaultWorkspaceCreationProperties", "variable" : { "variableName" : "workspaceCreationProperties", "variableType" : "DefaultWorkspaceCreationProperties", "variableDeclarationType" : "DefaultWorkspaceCreationProperties", "documentation" : "

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  ", "simpleType" : "DefaultWorkspaceCreationProperties", "variableSetterType" : "DefaultWorkspaceCreationProperties" }, "setterModel" : { "variableName" : "workspaceCreationProperties", "variableType" : "DefaultWorkspaceCreationProperties", "variableDeclarationType" : "DefaultWorkspaceCreationProperties", "documentation" : "", "simpleType" : "DefaultWorkspaceCreationProperties", "variableSetterType" : "DefaultWorkspaceCreationProperties" }, "getterModel" : { "returnType" : "DefaultWorkspaceCreationProperties", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceCreationProperties", "marshallLocationName" : "WorkspaceCreationProperties", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.*/", "getterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@return A structure that specifies the default creation properties for all WorkSpaces in the directory.*/", "fluentSetterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "workspaceDirectory", "variableType" : "WorkspaceDirectory", "variableDeclarationType" : "WorkspaceDirectory", "documentation" : null, "simpleType" : "WorkspaceDirectory", "variableSetterType" : "WorkspaceDirectory" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryType" : { "documentation" : "

                  The directory type.

                  ", "name" : "DirectoryType", "c2jName" : "DirectoryType", "c2jShape" : "WorkspaceDirectoryType", "variable" : { "variableName" : "directoryType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The directory type.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryType", "marshallLocationName" : "DirectoryType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WorkspaceDirectoryType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@see WorkspaceDirectoryType*/", "getterDocumentation" : "/**

                  The directory type.

                  \n@return The directory type.\n@see WorkspaceDirectoryType*/", "fluentSetterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryType*/", "varargSetterDocumentation" : "/**

                  The directory type.

                  \n@param directoryType The directory type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryType*/" }, "RegistrationCode" : { "documentation" : "

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  ", "name" : "RegistrationCode", "c2jName" : "RegistrationCode", "c2jShape" : "RegistrationCode", "variable" : { "variableName" : "registrationCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RegistrationCode", "marshallLocationName" : "RegistrationCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.*/", "getterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@return The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.*/", "fluentSetterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

                  \n@param registrationCode The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryId" : { "documentation" : "

                  The directory identifier.

                  ", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The directory identifier.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The directory identifier.

                  \n@param directoryId The directory identifier.*/", "getterDocumentation" : "/**

                  The directory identifier.

                  \n@return The directory identifier.*/", "fluentSetterDocumentation" : "/**

                  The directory identifier.

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

                  The directory identifier.

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

                  The state of the directory's registration with Amazon WorkSpaces

                  ", "name" : "State", "c2jName" : "State", "c2jShape" : "WorkspaceDirectoryState", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The state of the directory's registration with Amazon WorkSpaces

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "WorkspaceDirectoryState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@see WorkspaceDirectoryState*/", "getterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@return The state of the directory's registration with Amazon WorkSpaces\n@see WorkspaceDirectoryState*/", "fluentSetterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryState*/", "varargSetterDocumentation" : "/**

                  The state of the directory's registration with Amazon WorkSpaces

                  \n@param state The state of the directory's registration with Amazon WorkSpaces\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkspaceDirectoryState*/" }, "Alias" : { "documentation" : "

                  The directory alias.

                  ", "name" : "Alias", "c2jName" : "Alias", "c2jShape" : "Alias", "variable" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The directory alias.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Alias", "marshallLocationName" : "Alias", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The directory alias.

                  \n@param alias The directory alias.*/", "getterDocumentation" : "/**

                  The directory alias.

                  \n@return The directory alias.*/", "fluentSetterDocumentation" : "/**

                  The directory alias.

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

                  The directory alias.

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

                  An array of strings that contains the identifiers of the subnets used with the directory.

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

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "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" : "SubnetIds", "marshallLocationName" : "SubnetIds", "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" : "SubnetId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.*/", "getterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@return An array of strings that contains the identifiers of the subnets used with the directory.*/", "fluentSetterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of strings that contains the identifiers of the subnets used with the directory.

                  \n

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

                  \n@param subnetIds An array of strings that contains the identifiers of the subnets used with the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DnsIpAddresses" : { "documentation" : "

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

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

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dnsIpAddresses", "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" : "DnsIpAddresses", "marshallLocationName" : "DnsIpAddresses", "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" : "IpAddress", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.*/", "getterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@return An array of strings that contains the IP addresses of the DNS servers for the directory.*/", "fluentSetterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of strings that contains the IP addresses of the DNS servers for the directory.

                  \n

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

                  \n@param dnsIpAddresses An array of strings that contains the IP addresses of the DNS servers for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustomerUserName" : { "documentation" : "

                  The user name for the service account.

                  ", "name" : "CustomerUserName", "c2jName" : "CustomerUserName", "c2jShape" : "UserName", "variable" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The user name for the service account.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerUserName", "marshallLocationName" : "CustomerUserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 user name for the service account.

                  \n@param customerUserName The user name for the service account.*/", "getterDocumentation" : "/**

                  The user name for the service account.

                  \n@return The user name for the service account.*/", "fluentSetterDocumentation" : "/**

                  The user name for the service account.

                  \n@param customerUserName The user name for the service account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The user name for the service account.

                  \n@param customerUserName The user name for the service account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryName" : { "documentation" : "

                  The name of the directory.

                  ", "name" : "DirectoryName", "c2jName" : "DirectoryName", "c2jShape" : "DirectoryName", "variable" : { "variableName" : "directoryName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of the directory.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryName", "marshallLocationName" : "DirectoryName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 directory.

                  \n@param directoryName The name of the directory.*/", "getterDocumentation" : "/**

                  The name of the directory.

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

                  The name of the directory.

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

                  The name of the directory.

                  \n@param directoryName The name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkspaceCreationProperties" : { "documentation" : "

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  ", "name" : "WorkspaceCreationProperties", "c2jName" : "WorkspaceCreationProperties", "c2jShape" : "DefaultWorkspaceCreationProperties", "variable" : { "variableName" : "workspaceCreationProperties", "variableType" : "DefaultWorkspaceCreationProperties", "variableDeclarationType" : "DefaultWorkspaceCreationProperties", "documentation" : "

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  ", "simpleType" : "DefaultWorkspaceCreationProperties", "variableSetterType" : "DefaultWorkspaceCreationProperties" }, "setterModel" : { "variableName" : "workspaceCreationProperties", "variableType" : "DefaultWorkspaceCreationProperties", "variableDeclarationType" : "DefaultWorkspaceCreationProperties", "documentation" : "", "simpleType" : "DefaultWorkspaceCreationProperties", "variableSetterType" : "DefaultWorkspaceCreationProperties" }, "getterModel" : { "returnType" : "DefaultWorkspaceCreationProperties", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceCreationProperties", "marshallLocationName" : "WorkspaceCreationProperties", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : 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" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.*/", "getterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@return A structure that specifies the default creation properties for all WorkSpaces in the directory.*/", "fluentSetterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A structure that specifies the default creation properties for all WorkSpaces in the directory.

                  \n@param workspaceCreationProperties A structure that specifies the default creation properties for all WorkSpaces in the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkspaceSecurityGroupId" : { "documentation" : "

                  The identifier of the security group that is assigned to new WorkSpaces.

                  ", "name" : "WorkspaceSecurityGroupId", "c2jName" : "WorkspaceSecurityGroupId", "c2jShape" : "SecurityGroupId", "variable" : { "variableName" : "workspaceSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the security group that is assigned to new WorkSpaces.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceSecurityGroupId", "marshallLocationName" : "WorkspaceSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.*/", "getterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@return The identifier of the security group that is assigned to new WorkSpaces.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The identifier of the security group that is assigned to new WorkSpaces.

                  \n@param workspaceSecurityGroupId The identifier of the security group that is assigned to new WorkSpaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IamRoleId" : { "documentation" : "

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  ", "name" : "IamRoleId", "c2jName" : "IamRoleId", "c2jShape" : "ARN", "variable" : { "variableName" : "iamRoleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iamRoleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IamRoleId", "marshallLocationName" : "IamRoleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.*/", "getterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@return The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

                  \n@param iamRoleId The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeWorkspacesRequest" : { "c2jName" : "DescribeWorkspacesRequest", "documentation" : "

                  Contains the inputs for the DescribeWorkspaces operation.

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

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

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

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "workspaceIds", "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" : "WorkspaceIds", "marshallLocationName" : "WorkspaceIds", "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" : "WorkspaceId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "getterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

                  \n@return An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "fluentSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

                  \n

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

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  ", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.*/", "getterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@return Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.*/", "fluentSetterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  ", "name" : "UserName", "c2jName" : "UserName", "c2jShape" : "UserName", "variable" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserName", "marshallLocationName" : "UserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.*/", "getterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  \n@return Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.*/", "fluentSetterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  ", "name" : "BundleId", "c2jName" : "BundleId", "c2jShape" : "BundleId", "variable" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BundleId", "marshallLocationName" : "BundleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.*/", "getterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@return The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.*/", "fluentSetterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The maximum number of items to return.

                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum number of items to return.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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.

                  \n@param limit The maximum number of items to return.*/", "getterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@return The maximum number of items to return.*/", "fluentSetterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@param limit The maximum number of items to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@param limit The maximum number of items to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first 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 NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeWorkspacesRequest", "variableType" : "DescribeWorkspacesRequest", "variableDeclarationType" : "DescribeWorkspacesRequest", "documentation" : null, "simpleType" : "DescribeWorkspacesRequest", "variableSetterType" : "DescribeWorkspacesRequest" }, "marshaller" : { "action" : "DescribeWorkspaces", "verb" : "POST", "target" : "WorkspacesService.DescribeWorkspaces", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The NextToken value from a previous call to this operation. Pass null if this is the first 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 NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "getterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@return The NextToken value from a previous call to this operation. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The NextToken value from a previous call to this operation. Pass null if this is the first call.

                  \n@param nextToken The NextToken value from a previous call to this operation. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WorkspaceIds" : { "documentation" : "

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

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

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "workspaceIds", "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" : "WorkspaceIds", "marshallLocationName" : "WorkspaceIds", "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" : "WorkspaceId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "getterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

                  \n@return An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.*/", "fluentSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

                  \n

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

                  \n@param workspaceIds An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.

                  Because the CreateWorkspaces operation is asynchronous, the identifier returned by CreateWorkspaces is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryId" : { "documentation" : "

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  ", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.*/", "getterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@return Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.*/", "fluentSetterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.

                  \n@param directoryId Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the UserName parameter. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BundleId" : { "documentation" : "

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  ", "name" : "BundleId", "c2jName" : "BundleId", "c2jShape" : "BundleId", "variable" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bundleId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BundleId", "marshallLocationName" : "BundleId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.*/", "getterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@return The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.*/", "fluentSetterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.

                  \n@param bundleId The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UserName" : { "documentation" : "

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  ", "name" : "UserName", "c2jName" : "UserName", "c2jShape" : "UserName", "variable" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserName", "marshallLocationName" : "UserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.*/", "getterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  \n@return Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.*/", "fluentSetterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.

                  \n@param userName Used with the DirectoryId parameter to specify the directory user for which to obtain the WorkSpace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

                  The maximum number of items to return.

                  ", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                  The maximum number of items to return.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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.

                  \n@param limit The maximum number of items to return.*/", "getterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@return The maximum number of items to return.*/", "fluentSetterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@param limit The maximum number of items to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The maximum number of items to return.

                  \n@param limit The maximum number of items to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Compute" : { "c2jName" : "Compute", "documentation" : "", "shapeName" : "Compute", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "VALUE", "value" : "VALUE" }, { "name" : "STANDARD", "value" : "STANDARD" }, { "name" : "PERFORMANCE", "value" : "PERFORMANCE" } ], "variable" : { "variableName" : "compute", "variableType" : "Compute", "variableDeclarationType" : "Compute", "documentation" : null, "simpleType" : "Compute", "variableSetterType" : "Compute" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TerminateRequest" : { "c2jName" : "TerminateRequest", "documentation" : "

                  Contains information used with the TerminateWorkspaces operation to terminate a WorkSpace.

                  ", "shapeName" : "TerminateRequest", "deprecated" : false, "required" : [ "WorkspaceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The identifier of the WorkSpace to terminate.

                  ", "name" : "WorkspaceId", "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "variable" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the WorkSpace to terminate.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceId", "marshallLocationName" : "WorkspaceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the WorkSpace to terminate.

                  \n@param workspaceId The identifier of the WorkSpace to terminate.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

                  \n@return The identifier of the WorkSpace to terminate.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

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

                  The identifier of the WorkSpace to terminate.

                  \n@param workspaceId The identifier of the WorkSpace to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "terminateRequest", "variableType" : "TerminateRequest", "variableDeclarationType" : "TerminateRequest", "documentation" : null, "simpleType" : "TerminateRequest", "variableSetterType" : "TerminateRequest" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WorkspaceId" : { "documentation" : "

                  The identifier of the WorkSpace to terminate.

                  ", "name" : "WorkspaceId", "c2jName" : "WorkspaceId", "c2jShape" : "WorkspaceId", "variable" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the WorkSpace to terminate.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "workspaceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WorkspaceId", "marshallLocationName" : "WorkspaceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : 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 identifier of the WorkSpace to terminate.

                  \n@param workspaceId The identifier of the WorkSpace to terminate.*/", "getterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

                  \n@return The identifier of the WorkSpace to terminate.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the WorkSpace to terminate.

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

                  The identifier of the WorkSpace to terminate.

                  \n@param workspaceId The identifier of the WorkSpace to terminate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "DescribeWorkspaces" : { "methodForms" : [ [ ] ] }, "DescribeWorkspaceDirectories" : { "methodForms" : [ [ ] ] }, "DescribeWorkspaceBundles" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy