route/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/docs-2.json

709 lines
32 KiB
JSON

{
"version": "2.0",
"service": "<fullname>Amazon WorkSpaces Service</fullname> <p>This reference provides detailed information about the Amazon WorkSpaces operations.</p>",
"operations": {
"CreateTags": "<p>Creates tags for a WorkSpace.</p>",
"CreateWorkspaces": "<p>Creates one or more WorkSpaces.</p> <note> <p>This operation is asynchronous and returns before the WorkSpaces are created.</p> </note>",
"DeleteTags": "<p>Deletes tags from a WorkSpace.</p>",
"DescribeTags": "<p>Describes tags for a WorkSpace.</p>",
"DescribeWorkspaceBundles": "<p>Obtains information about the WorkSpace bundles that are available to your account in the specified region.</p> <p>You can filter the results with either the <code>BundleIds</code> parameter, or the <code>Owner</code> parameter, but not both.</p> <p>This operation supports pagination with the use of the <code>NextToken</code> request and response parameters. If more results are available, the <code>NextToken</code> response member contains a token that you pass in the next call to this operation to retrieve the next set of items.</p>",
"DescribeWorkspaceDirectories": "<p>Retrieves information about the AWS Directory Service directories in the region that are registered with Amazon WorkSpaces and are available to your account.</p> <p>This operation supports pagination with the use of the <code>NextToken</code> request and response parameters. If more results are available, the <code>NextToken</code> response member contains a token that you pass in the next call to this operation to retrieve the next set of items.</p>",
"DescribeWorkspaces": "<p>Obtains information about the specified WorkSpaces.</p> <p>Only one of the filter parameters, such as <code>BundleId</code>, <code>DirectoryId</code>, or <code>WorkspaceIds</code>, can be specified at a time.</p> <p>This operation supports pagination with the use of the <code>NextToken</code> request and response parameters. If more results are available, the <code>NextToken</code> response member contains a token that you pass in the next call to this operation to retrieve the next set of items.</p>",
"DescribeWorkspacesConnectionStatus": "<p>Describes the connection status of a specified WorkSpace.</p>",
"ModifyWorkspaceProperties": "<p>Modifies the WorkSpace properties, including the running mode and AutoStop time.</p>",
"RebootWorkspaces": "<p>Reboots the specified WorkSpaces.</p> <p>To be able to reboot a WorkSpace, the WorkSpace must have a <b>State</b> of <code>AVAILABLE</code>, <code>IMPAIRED</code>, or <code>INOPERABLE</code>.</p> <note> <p>This operation is asynchronous and returns before the WorkSpaces have rebooted.</p> </note>",
"RebuildWorkspaces": "<p>Rebuilds the specified WorkSpaces.</p> <p>Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. Rebuilding a WorkSpace causes the following to occur:</p> <ul> <li> <p>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.</p> </li> <li> <p>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.</p> </li> </ul> <p>To be able to rebuild a WorkSpace, the WorkSpace must have a <b>State</b> of <code>AVAILABLE</code> or <code>ERROR</code>.</p> <note> <p>This operation is asynchronous and returns before the WorkSpaces have been completely rebuilt.</p> </note>",
"StartWorkspaces": "<p>Starts the specified WorkSpaces. The WorkSpaces must have a running mode of AutoStop and a state of STOPPED.</p>",
"StopWorkspaces": "<p> Stops the specified WorkSpaces. The WorkSpaces must have a running mode of AutoStop and a state of AVAILABLE, IMPAIRED, UNHEALTHY, or ERROR.</p>",
"TerminateWorkspaces": "<p>Terminates the specified WorkSpaces.</p> <p>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.</p> <p>You can terminate a WorkSpace that is in any state except <code>SUSPENDED</code>.</p> <note> <p>This operation is asynchronous and returns before the WorkSpaces have been completely terminated.</p> </note>"
},
"shapes": {
"ARN": {
"base": null,
"refs": {
"WorkspaceDirectory$IamRoleId": "<p>The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.</p>"
}
},
"AccessDeniedException": {
"base": "<p>The user is not authorized to access a resource.</p>",
"refs": {
}
},
"Alias": {
"base": null,
"refs": {
"WorkspaceDirectory$Alias": "<p>The directory alias.</p>"
}
},
"BooleanObject": {
"base": null,
"refs": {
"DefaultWorkspaceCreationProperties$EnableWorkDocs": "<p>Specifies if the directory is enabled for Amazon WorkDocs.</p>",
"DefaultWorkspaceCreationProperties$EnableInternetAccess": "<p>A public IP address will be attached to all WorkSpaces that are created or rebuilt.</p>",
"DefaultWorkspaceCreationProperties$UserEnabledAsLocalAdministrator": "<p>The WorkSpace user is an administrator on the WorkSpace.</p>",
"Workspace$UserVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the user volume, or D: drive, is encrypted.</p>",
"Workspace$RootVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the root volume, or C: drive, is encrypted.</p>",
"WorkspaceRequest$UserVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the user volume, or D: drive, is encrypted.</p>",
"WorkspaceRequest$RootVolumeEncryptionEnabled": "<p>Specifies whether the data stored on the root volume, or C: drive, is encrypted.</p>"
}
},
"BundleId": {
"base": null,
"refs": {
"BundleIdList$member": null,
"DescribeWorkspacesRequest$BundleId": "<p>The identifier of a bundle to obtain the WorkSpaces for. All WorkSpaces that are created from this bundle will be retrieved. This parameter cannot be combined with any other filter parameter.</p>",
"Workspace$BundleId": "<p>The identifier of the bundle that the WorkSpace was created from.</p>",
"WorkspaceBundle$BundleId": "<p>The bundle identifier.</p>",
"WorkspaceRequest$BundleId": "<p>The identifier of the bundle to create the WorkSpace from. You can use the <a>DescribeWorkspaceBundles</a> operation to obtain a list of the bundles that are available.</p>"
}
},
"BundleIdList": {
"base": null,
"refs": {
"DescribeWorkspaceBundlesRequest$BundleIds": "<p>An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.</p>"
}
},
"BundleList": {
"base": null,
"refs": {
"DescribeWorkspaceBundlesResult$Bundles": "<p>An array of structures that contain information about the bundles.</p>"
}
},
"BundleOwner": {
"base": null,
"refs": {
"DescribeWorkspaceBundlesRequest$Owner": "<p>The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.</p> <p>This contains one of the following values:</p> <ul> <li> <p>null- Retrieves the bundles that belong to the account making the call.</p> </li> <li> <p> <code>AMAZON</code>- Retrieves the bundles that are provided by AWS.</p> </li> </ul>",
"WorkspaceBundle$Owner": "<p>The owner of the bundle. This contains the owner's account identifier, or <code>AMAZON</code> if the bundle is provided by AWS.</p>"
}
},
"Compute": {
"base": null,
"refs": {
"ComputeType$Name": "<p>The name of the compute type for the bundle.</p>"
}
},
"ComputeType": {
"base": "<p>Contains information about the compute type of a WorkSpace bundle.</p>",
"refs": {
"WorkspaceBundle$ComputeType": "<p>A <a>ComputeType</a> object that specifies the compute type for the bundle.</p>"
}
},
"ComputerName": {
"base": null,
"refs": {
"Workspace$ComputerName": "<p>The name of the WorkSpace as seen by the operating system.</p>"
}
},
"ConnectionState": {
"base": null,
"refs": {
"WorkspaceConnectionStatus$ConnectionState": "<p>The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.</p>"
}
},
"CreateTagsRequest": {
"base": "<p>The request of the <a>CreateTags</a> operation.</p>",
"refs": {
}
},
"CreateTagsResult": {
"base": "<p>The result of the <a>CreateTags</a> operation.</p>",
"refs": {
}
},
"CreateWorkspacesRequest": {
"base": "<p>Contains the inputs for the <a>CreateWorkspaces</a> operation.</p>",
"refs": {
}
},
"CreateWorkspacesResult": {
"base": "<p>Contains the result of the <a>CreateWorkspaces</a> operation.</p>",
"refs": {
}
},
"DefaultOu": {
"base": null,
"refs": {
"DefaultWorkspaceCreationProperties$DefaultOu": "<p>The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.</p>"
}
},
"DefaultWorkspaceCreationProperties": {
"base": "<p>Contains default WorkSpace creation information.</p>",
"refs": {
"WorkspaceDirectory$WorkspaceCreationProperties": "<p>A structure that specifies the default creation properties for all WorkSpaces in the directory.</p>"
}
},
"DeleteTagsRequest": {
"base": "<p>The request of the <a>DeleteTags</a> operation.</p>",
"refs": {
}
},
"DeleteTagsResult": {
"base": "<p>The result of the <a>DeleteTags</a> operation.</p>",
"refs": {
}
},
"DescribeTagsRequest": {
"base": "<p>The request of the <a>DescribeTags</a> operation.</p>",
"refs": {
}
},
"DescribeTagsResult": {
"base": "<p>The result of the <a>DescribeTags</a> operation.</p>",
"refs": {
}
},
"DescribeWorkspaceBundlesRequest": {
"base": "<p>Contains the inputs for the <a>DescribeWorkspaceBundles</a> operation.</p>",
"refs": {
}
},
"DescribeWorkspaceBundlesResult": {
"base": "<p>Contains the results of the <a>DescribeWorkspaceBundles</a> operation.</p>",
"refs": {
}
},
"DescribeWorkspaceDirectoriesRequest": {
"base": "<p>Contains the inputs for the <a>DescribeWorkspaceDirectories</a> operation.</p>",
"refs": {
}
},
"DescribeWorkspaceDirectoriesResult": {
"base": "<p>Contains the results of the <a>DescribeWorkspaceDirectories</a> operation.</p>",
"refs": {
}
},
"DescribeWorkspacesConnectionStatusRequest": {
"base": null,
"refs": {
}
},
"DescribeWorkspacesConnectionStatusResult": {
"base": null,
"refs": {
}
},
"DescribeWorkspacesRequest": {
"base": "<p>Contains the inputs for the <a>DescribeWorkspaces</a> operation.</p>",
"refs": {
}
},
"DescribeWorkspacesResult": {
"base": "<p>Contains the results for the <a>DescribeWorkspaces</a> operation.</p>",
"refs": {
}
},
"Description": {
"base": null,
"refs": {
"FailedCreateWorkspaceRequest$ErrorMessage": "<p>The textual error message.</p>",
"FailedWorkspaceChangeRequest$ErrorMessage": "<p>The textual error message.</p>",
"Workspace$ErrorMessage": "<p>If the WorkSpace could not be created, this contains a textual error message that describes the failure.</p>",
"WorkspaceBundle$Description": "<p>The bundle description.</p>"
}
},
"DirectoryId": {
"base": null,
"refs": {
"DescribeWorkspacesRequest$DirectoryId": "<p>Specifies the directory identifier to which to limit the WorkSpaces. Optionally, you can specify a specific directory user with the <code>UserName</code> parameter. This parameter cannot be combined with any other filter parameter.</p>",
"DirectoryIdList$member": null,
"Workspace$DirectoryId": "<p>The identifier of the AWS Directory Service directory that the WorkSpace belongs to.</p>",
"WorkspaceDirectory$DirectoryId": "<p>The directory identifier.</p>",
"WorkspaceRequest$DirectoryId": "<p>The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the <a>DescribeWorkspaceDirectories</a> operation to obtain a list of the directories that are available.</p>"
}
},
"DirectoryIdList": {
"base": null,
"refs": {
"DescribeWorkspaceDirectoriesRequest$DirectoryIds": "<p>An array of strings that contains the directory identifiers to retrieve information for. If this member is null, all directories are retrieved.</p>"
}
},
"DirectoryList": {
"base": null,
"refs": {
"DescribeWorkspaceDirectoriesResult$Directories": "<p>An array of structures that contain information about the directories.</p>"
}
},
"DirectoryName": {
"base": null,
"refs": {
"WorkspaceDirectory$DirectoryName": "<p>The name of the directory.</p>"
}
},
"DnsIpAddresses": {
"base": null,
"refs": {
"WorkspaceDirectory$DnsIpAddresses": "<p>An array of strings that contains the IP addresses of the DNS servers for the directory.</p>"
}
},
"ErrorType": {
"base": null,
"refs": {
"FailedCreateWorkspaceRequest$ErrorCode": "<p>The error code.</p>",
"FailedWorkspaceChangeRequest$ErrorCode": "<p>The error code.</p>"
}
},
"ExceptionMessage": {
"base": null,
"refs": {
"AccessDeniedException$message": null,
"InvalidParameterValuesException$message": "<p>The exception error message.</p>",
"InvalidResourceStateException$message": null,
"OperationInProgressException$message": null,
"ResourceLimitExceededException$message": "<p>The exception error message.</p>",
"ResourceNotFoundException$message": "<p>The resource could not be found.</p>",
"ResourceUnavailableException$message": "<p>The exception error message.</p>",
"UnsupportedWorkspaceConfigurationException$message": null
}
},
"FailedCreateWorkspaceRequest": {
"base": "<p>Contains information about a WorkSpace that could not be created.</p>",
"refs": {
"FailedCreateWorkspaceRequests$member": null
}
},
"FailedCreateWorkspaceRequests": {
"base": null,
"refs": {
"CreateWorkspacesResult$FailedRequests": "<p>An array of structures that represent the WorkSpaces that could not be created.</p>"
}
},
"FailedRebootWorkspaceRequests": {
"base": null,
"refs": {
"RebootWorkspacesResult$FailedRequests": "<p>An array of structures representing any WorkSpaces that could not be rebooted.</p>"
}
},
"FailedRebuildWorkspaceRequests": {
"base": null,
"refs": {
"RebuildWorkspacesResult$FailedRequests": "<p>An array of structures representing any WorkSpaces that could not be rebuilt.</p>"
}
},
"FailedStartWorkspaceRequests": {
"base": null,
"refs": {
"StartWorkspacesResult$FailedRequests": "<p>The failed requests.</p>"
}
},
"FailedStopWorkspaceRequests": {
"base": null,
"refs": {
"StopWorkspacesResult$FailedRequests": "<p>The failed requests.</p>"
}
},
"FailedTerminateWorkspaceRequests": {
"base": null,
"refs": {
"TerminateWorkspacesResult$FailedRequests": "<p>An array of structures representing any WorkSpaces that could not be terminated.</p>"
}
},
"FailedWorkspaceChangeRequest": {
"base": "<p>Contains information about a WorkSpace that could not be rebooted (<a>RebootWorkspaces</a>), rebuilt (<a>RebuildWorkspaces</a>), terminated (<a>TerminateWorkspaces</a>), started (<a>StartWorkspaces</a>), or stopped (<a>StopWorkspaces</a>).</p>",
"refs": {
"FailedRebootWorkspaceRequests$member": null,
"FailedRebuildWorkspaceRequests$member": null,
"FailedStartWorkspaceRequests$member": null,
"FailedStopWorkspaceRequests$member": null,
"FailedTerminateWorkspaceRequests$member": null
}
},
"InvalidParameterValuesException": {
"base": "<p>One or more parameter values are not valid.</p>",
"refs": {
}
},
"InvalidResourceStateException": {
"base": "<p>The state of the WorkSpace is not valid for this operation.</p>",
"refs": {
}
},
"IpAddress": {
"base": null,
"refs": {
"DnsIpAddresses$member": null,
"Workspace$IpAddress": "<p>The IP address of the WorkSpace.</p>"
}
},
"Limit": {
"base": null,
"refs": {
"DescribeWorkspacesRequest$Limit": "<p>The maximum number of items to return.</p>"
}
},
"ModifyWorkspacePropertiesRequest": {
"base": null,
"refs": {
}
},
"ModifyWorkspacePropertiesResult": {
"base": null,
"refs": {
}
},
"NonEmptyString": {
"base": null,
"refs": {
"CreateTagsRequest$ResourceId": "<p>The resource ID of the request.</p>",
"DeleteTagsRequest$ResourceId": "<p>The resource ID of the request.</p>",
"DescribeTagsRequest$ResourceId": "<p>The resource ID of the request.</p>",
"ResourceNotFoundException$ResourceId": "<p>The resource could not be found.</p>",
"ResourceUnavailableException$ResourceId": "<p>The identifier of the resource that is not available.</p>",
"TagKeyList$member": null,
"UserStorage$Capacity": "<p>The amount of user storage for the bundle.</p>",
"WorkspaceBundle$Name": "<p>The name of the bundle.</p>"
}
},
"OperationInProgressException": {
"base": "<p>The properties of this WorkSpace are currently being modified. Try again in a moment.</p>",
"refs": {
}
},
"PaginationToken": {
"base": null,
"refs": {
"DescribeWorkspaceBundlesRequest$NextToken": "<p>The <code>NextToken</code> value from a previous call to this operation. Pass null if this is the first call.</p>",
"DescribeWorkspaceBundlesResult$NextToken": "<p>If not null, more results are available. Pass this value for the <code>NextToken</code> 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 time frame.</p>",
"DescribeWorkspaceDirectoriesRequest$NextToken": "<p>The <code>NextToken</code> value from a previous call to this operation. Pass null if this is the first call.</p>",
"DescribeWorkspaceDirectoriesResult$NextToken": "<p>If not null, more results are available. Pass this value for the <code>NextToken</code> 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 time frame.</p>",
"DescribeWorkspacesConnectionStatusRequest$NextToken": "<p>The next token of the request.</p>",
"DescribeWorkspacesConnectionStatusResult$NextToken": "<p>The next token of the result.</p>",
"DescribeWorkspacesRequest$NextToken": "<p>The <code>NextToken</code> value from a previous call to this operation. Pass null if this is the first call.</p>",
"DescribeWorkspacesResult$NextToken": "<p>If not null, more results are available. Pass this value for the <code>NextToken</code> 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 time frame.</p>"
}
},
"RebootRequest": {
"base": "<p>Contains information used with the <a>RebootWorkspaces</a> operation to reboot a WorkSpace.</p>",
"refs": {
"RebootWorkspaceRequests$member": null
}
},
"RebootWorkspaceRequests": {
"base": null,
"refs": {
"RebootWorkspacesRequest$RebootWorkspaceRequests": "<p>An array of structures that specify the WorkSpaces to reboot.</p>"
}
},
"RebootWorkspacesRequest": {
"base": "<p>Contains the inputs for the <a>RebootWorkspaces</a> operation.</p>",
"refs": {
}
},
"RebootWorkspacesResult": {
"base": "<p>Contains the results of the <a>RebootWorkspaces</a> operation.</p>",
"refs": {
}
},
"RebuildRequest": {
"base": "<p>Contains information used with the <a>RebuildWorkspaces</a> operation to rebuild a WorkSpace.</p>",
"refs": {
"RebuildWorkspaceRequests$member": null
}
},
"RebuildWorkspaceRequests": {
"base": null,
"refs": {
"RebuildWorkspacesRequest$RebuildWorkspaceRequests": "<p>An array of structures that specify the WorkSpaces to rebuild.</p>"
}
},
"RebuildWorkspacesRequest": {
"base": "<p>Contains the inputs for the <a>RebuildWorkspaces</a> operation.</p>",
"refs": {
}
},
"RebuildWorkspacesResult": {
"base": "<p>Contains the results of the <a>RebuildWorkspaces</a> operation.</p>",
"refs": {
}
},
"RegistrationCode": {
"base": null,
"refs": {
"WorkspaceDirectory$RegistrationCode": "<p>The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.</p>"
}
},
"ResourceLimitExceededException": {
"base": "<p>Your resource limits have been exceeded.</p>",
"refs": {
}
},
"ResourceNotFoundException": {
"base": "<p>The resource could not be found.</p>",
"refs": {
}
},
"ResourceUnavailableException": {
"base": "<p>The specified resource is not available.</p>",
"refs": {
}
},
"RunningMode": {
"base": null,
"refs": {
"WorkspaceProperties$RunningMode": "<p>The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.</p>"
}
},
"RunningModeAutoStopTimeoutInMinutes": {
"base": null,
"refs": {
"WorkspaceProperties$RunningModeAutoStopTimeoutInMinutes": "<p>The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.</p>"
}
},
"SecurityGroupId": {
"base": null,
"refs": {
"DefaultWorkspaceCreationProperties$CustomSecurityGroupId": "<p>The identifier of any custom security groups that are applied to the WorkSpaces when they are created.</p>",
"WorkspaceDirectory$WorkspaceSecurityGroupId": "<p>The identifier of the security group that is assigned to new WorkSpaces.</p>"
}
},
"StartRequest": {
"base": "<p>Describes the start request.</p>",
"refs": {
"StartWorkspaceRequests$member": null
}
},
"StartWorkspaceRequests": {
"base": null,
"refs": {
"StartWorkspacesRequest$StartWorkspaceRequests": "<p>The requests.</p>"
}
},
"StartWorkspacesRequest": {
"base": null,
"refs": {
}
},
"StartWorkspacesResult": {
"base": null,
"refs": {
}
},
"StopRequest": {
"base": "<p>Describes the stop request.</p>",
"refs": {
"StopWorkspaceRequests$member": null
}
},
"StopWorkspaceRequests": {
"base": null,
"refs": {
"StopWorkspacesRequest$StopWorkspaceRequests": "<p>The requests.</p>"
}
},
"StopWorkspacesRequest": {
"base": null,
"refs": {
}
},
"StopWorkspacesResult": {
"base": null,
"refs": {
}
},
"SubnetId": {
"base": null,
"refs": {
"SubnetIds$member": null,
"Workspace$SubnetId": "<p>The identifier of the subnet that the WorkSpace is in.</p>"
}
},
"SubnetIds": {
"base": null,
"refs": {
"WorkspaceDirectory$SubnetIds": "<p>An array of strings that contains the identifiers of the subnets used with the directory.</p>"
}
},
"Tag": {
"base": "<p>Describes the tag of the WorkSpace.</p>",
"refs": {
"TagList$member": null
}
},
"TagKey": {
"base": null,
"refs": {
"Tag$Key": "<p>The key of the tag.</p>"
}
},
"TagKeyList": {
"base": null,
"refs": {
"DeleteTagsRequest$TagKeys": "<p>The tag keys of the request.</p>"
}
},
"TagList": {
"base": null,
"refs": {
"CreateTagsRequest$Tags": "<p>The tags of the request.</p>",
"DescribeTagsResult$TagList": "<p>The list of tags.</p>",
"WorkspaceRequest$Tags": "<p>The tags of the WorkSpace request.</p>"
}
},
"TagValue": {
"base": null,
"refs": {
"Tag$Value": "<p>The value of the tag.</p>"
}
},
"TerminateRequest": {
"base": "<p>Contains information used with the <a>TerminateWorkspaces</a> operation to terminate a WorkSpace.</p>",
"refs": {
"TerminateWorkspaceRequests$member": null
}
},
"TerminateWorkspaceRequests": {
"base": null,
"refs": {
"TerminateWorkspacesRequest$TerminateWorkspaceRequests": "<p>An array of structures that specify the WorkSpaces to terminate.</p>"
}
},
"TerminateWorkspacesRequest": {
"base": "<p>Contains the inputs for the <a>TerminateWorkspaces</a> operation.</p>",
"refs": {
}
},
"TerminateWorkspacesResult": {
"base": "<p>Contains the results of the <a>TerminateWorkspaces</a> operation.</p>",
"refs": {
}
},
"Timestamp": {
"base": null,
"refs": {
"WorkspaceConnectionStatus$ConnectionStateCheckTimestamp": "<p>The timestamp of the connection state check.</p>",
"WorkspaceConnectionStatus$LastKnownUserConnectionTimestamp": "<p>The timestamp of the last known user connection.</p>"
}
},
"UnsupportedWorkspaceConfigurationException": {
"base": "<p>The configuration of this WorkSpace is not supported for this operation. For more information, see the <a href=\"http://docs.aws.amazon.com/workspaces/latest/adminguide/\">Amazon WorkSpaces Administration Guide</a>. </p>",
"refs": {
}
},
"UserName": {
"base": null,
"refs": {
"DescribeWorkspacesRequest$UserName": "<p>Used with the <code>DirectoryId</code> parameter to specify the directory user for whom to obtain the WorkSpace.</p>",
"Workspace$UserName": "<p>The user that the WorkSpace is assigned to.</p>",
"WorkspaceDirectory$CustomerUserName": "<p>The user name for the service account.</p>",
"WorkspaceRequest$UserName": "<p>The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the <code>DirectoryId</code> member.</p>"
}
},
"UserStorage": {
"base": "<p>Contains information about the user storage for a WorkSpace bundle.</p>",
"refs": {
"WorkspaceBundle$UserStorage": "<p>A <a>UserStorage</a> object that specifies the amount of user storage that the bundle contains.</p>"
}
},
"VolumeEncryptionKey": {
"base": null,
"refs": {
"Workspace$VolumeEncryptionKey": "<p>The KMS key used to encrypt data stored on your WorkSpace.</p>",
"WorkspaceRequest$VolumeEncryptionKey": "<p>The KMS key used to encrypt data stored on your WorkSpace.</p>"
}
},
"Workspace": {
"base": "<p>Contains information about a WorkSpace.</p>",
"refs": {
"WorkspaceList$member": null
}
},
"WorkspaceBundle": {
"base": "<p>Contains information about a WorkSpace bundle.</p>",
"refs": {
"BundleList$member": null
}
},
"WorkspaceConnectionStatus": {
"base": "<p>Describes the connection status of a WorkSpace.</p>",
"refs": {
"WorkspaceConnectionStatusList$member": null
}
},
"WorkspaceConnectionStatusList": {
"base": null,
"refs": {
"DescribeWorkspacesConnectionStatusResult$WorkspacesConnectionStatus": "<p>The connection status of the WorkSpace.</p>"
}
},
"WorkspaceDirectory": {
"base": "<p>Contains information about an AWS Directory Service directory for use with Amazon WorkSpaces.</p>",
"refs": {
"DirectoryList$member": null
}
},
"WorkspaceDirectoryState": {
"base": null,
"refs": {
"WorkspaceDirectory$State": "<p>The state of the directory's registration with Amazon WorkSpaces</p>"
}
},
"WorkspaceDirectoryType": {
"base": null,
"refs": {
"WorkspaceDirectory$DirectoryType": "<p>The directory type.</p>"
}
},
"WorkspaceErrorCode": {
"base": null,
"refs": {
"Workspace$ErrorCode": "<p>If the WorkSpace could not be created, this contains the error code.</p>"
}
},
"WorkspaceId": {
"base": null,
"refs": {
"FailedWorkspaceChangeRequest$WorkspaceId": "<p>The identifier of the WorkSpace.</p>",
"ModifyWorkspacePropertiesRequest$WorkspaceId": "<p>The ID of the WorkSpace.</p>",
"RebootRequest$WorkspaceId": "<p>The identifier of the WorkSpace to reboot.</p>",
"RebuildRequest$WorkspaceId": "<p>The identifier of the WorkSpace to rebuild.</p>",
"StartRequest$WorkspaceId": "<p>The ID of the WorkSpace.</p>",
"StopRequest$WorkspaceId": "<p>The ID of the WorkSpace.</p>",
"TerminateRequest$WorkspaceId": "<p>The identifier of the WorkSpace to terminate.</p>",
"Workspace$WorkspaceId": "<p>The identifier of the WorkSpace.</p>",
"WorkspaceConnectionStatus$WorkspaceId": "<p>The ID of the WorkSpace.</p>",
"WorkspaceIdList$member": null
}
},
"WorkspaceIdList": {
"base": null,
"refs": {
"DescribeWorkspacesConnectionStatusRequest$WorkspaceIds": "<p>An array of strings that contain the identifiers of the WorkSpaces.</p>",
"DescribeWorkspacesRequest$WorkspaceIds": "<p>An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information. This parameter cannot be combined with any other filter parameter.</p> <p>Because the <a>CreateWorkspaces</a> operation is asynchronous, the identifier it returns is not immediately available. If you immediately call <a>DescribeWorkspaces</a> with this identifier, no information is returned.</p>"
}
},
"WorkspaceList": {
"base": null,
"refs": {
"CreateWorkspacesResult$PendingRequests": "<p>An array of structures that represent the WorkSpaces that were created.</p> <p>Because this operation is asynchronous, the identifier in <code>WorkspaceId</code> is not immediately available. If you immediately call <a>DescribeWorkspaces</a> with this identifier, no information will be returned.</p>",
"DescribeWorkspacesResult$Workspaces": "<p>An array of structures that contain the information about the WorkSpaces.</p> <p>Because the <a>CreateWorkspaces</a> operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.</p>"
}
},
"WorkspaceProperties": {
"base": "<p>Describes the properties of a WorkSpace.</p>",
"refs": {
"ModifyWorkspacePropertiesRequest$WorkspaceProperties": "<p>The WorkSpace properties of the request.</p>",
"Workspace$WorkspaceProperties": null,
"WorkspaceRequest$WorkspaceProperties": null
}
},
"WorkspaceRequest": {
"base": "<p>Contains information about a WorkSpace creation request.</p>",
"refs": {
"FailedCreateWorkspaceRequest$WorkspaceRequest": "<p>A <a>FailedCreateWorkspaceRequest$WorkspaceRequest</a> object that contains the information about the WorkSpace that could not be created.</p>",
"WorkspaceRequestList$member": null
}
},
"WorkspaceRequestList": {
"base": null,
"refs": {
"CreateWorkspacesRequest$Workspaces": "<p>An array of structures that specify the WorkSpaces to create.</p>"
}
},
"WorkspaceState": {
"base": null,
"refs": {
"Workspace$State": "<p>The operational state of the WorkSpace.</p>"
}
}
}
}