
models.workspaces-2015-04-08-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{
"metadata" : {
"apiVersion" : "2015-04-08",
"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,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "workspaces",
"signingName" : "workspaces",
"jsonProtocol" : true,
"syncClientBuilderClassName" : "AmazonWorkspacesClientBuilder",
"asyncClientBuilderClassName" : "AmazonWorkspacesAsyncClientBuilder",
"serviceName" : "Amazon WorkSpaces",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"protocolDefaultExceptionUmarshallerImpl" : null
},
"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,
"syncReturnType" : "CreateTagsResult",
"asyncReturnType" : "CreateTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "CreateWorkspacesResult",
"asyncReturnType" : "CreateWorkspacesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DeleteTagsResult",
"asyncReturnType" : "DeleteTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DescribeTagsResult",
"asyncReturnType" : "DescribeTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DescribeWorkspaceBundlesResult",
"asyncReturnType" : "DescribeWorkspaceBundlesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DescribeWorkspaceDirectoriesResult",
"asyncReturnType" : "DescribeWorkspaceDirectoriesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DescribeWorkspacesResult",
"asyncReturnType" : "DescribeWorkspacesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "RebootWorkspacesResult",
"asyncReturnType" : "RebootWorkspacesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "RebuildWorkspacesResult",
"asyncReturnType" : "RebuildWorkspacesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "TerminateWorkspacesResult",
"asyncReturnType" : "TerminateWorkspacesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "terminateWorkspaces"
}
},
"shapes" : {
"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.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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" : {
"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.
\nNOTE: 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.*/"
},
"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.
\nNOTE: 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.*/"
}
}
},
"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" : { }
},
"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.*/"
}
}
},
"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*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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" : { }
},
"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" : { }
},
"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.*/"
},
"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.*/"
},
"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.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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" : {
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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.
\nNOTE: 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" : {
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.
\nNOTE: 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.*/"
}
}
},
"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.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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.
\nNOTE: 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" : "/**