C# (CSharp) Amazon.WorkSpaces.Model Пространство имен

Пространства имен

Amazon.WorkSpaces.Model.Internal

Классы

Имя Описание
AccessDeniedException
CreateTagsRequest Container for the parameters to the CreateTags operation. Creates tags for a WorkSpace.
DeleteTagsRequest Container for the parameters to the DeleteTags operation. Deletes tags from a WorkSpace.
DescribeTagsRequest Container for the parameters to the DescribeTags operation. Describes tags for a WorkSpace.
DescribeTagsResponse The result of the DescribeTags operation.
DescribeWorkspaceBundlesRequest Container for the parameters to the DescribeWorkspaceBundles operation. 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.

DescribeWorkspaceBundlesResponse Contains the results of the DescribeWorkspaceBundles operation.
DescribeWorkspaceDirectoriesResponse Contains the results of the DescribeWorkspaceDirectories operation.
DescribeWorkspacesConnectionStatusRequest Container for the parameters to the DescribeWorkspacesConnectionStatus operation. Describes the connection status of a specified WorkSpace.
DescribeWorkspacesConnectionStatusResponse This is the response object from the DescribeWorkspacesConnectionStatus operation.
DescribeWorkspacesRequest Container for the parameters to the DescribeWorkspaces operation. 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.

DescribeWorkspacesResponse Contains the results for the DescribeWorkspaces operation.
FailedCreateWorkspaceRequest Contains information about a WorkSpace that could not be created.
FailedWorkspaceChangeRequest Contains information about a WorkSpace that could not be rebooted (RebootWorkspaces), rebuilt (RebuildWorkspaces), terminated (TerminateWorkspaces), started (StartWorkspaces), or stopped (StopWorkspaces).
InvalidParameterValuesException
InvalidResourceStateException
ModifyWorkspacePropertiesRequest Container for the parameters to the ModifyWorkspaceProperties operation. Modifies the WorkSpace properties, including the RunningMode and AutoStop time.
RebootWorkspacesRequest Container for the parameters to the RebootWorkspaces operation. 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 returns before the WorkSpaces have rebooted.

RebootWorkspacesResponse Contains the results of the RebootWorkspaces operation.
RebuildWorkspacesRequest Container for the parameters to the RebuildWorkspaces operation. 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 returns before the WorkSpaces have been completely rebuilt.

RebuildWorkspacesResponse Contains the results of the RebuildWorkspaces operation.
ResourceLimitExceededException
ResourceNotFoundException
ResourceUnavailableException
StartRequest Describes the start request.
StartWorkspacesRequest Container for the parameters to the StartWorkspaces operation. Starts the specified WorkSpaces. The API only works with WorkSpaces that have RunningMode configured as AutoStop and the State set to “STOPPED.”
StartWorkspacesResponse This is the response object from the StartWorkspaces operation.
StopRequest Describes the stop request.
StopWorkspacesRequest Container for the parameters to the StopWorkspaces operation. Stops the specified WorkSpaces. The API only works with WorkSpaces that have RunningMode configured as AutoStop and the State set to AVAILABLE, IMPAIRED, UNHEALTHY, or ERROR.
StopWorkspacesResponse This is the response object from the StopWorkspaces operation.
Tag Describes the tag of the WorkSpace.
TerminateWorkspacesRequest Container for the parameters to the TerminateWorkspaces operation. 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 returns before the WorkSpaces have been completely terminated.

TerminateWorkspacesResponse Contains the results of the TerminateWorkspaces operation.
UnsupportedWorkspaceConfigurationException
Workspace Contains information about a WorkSpace.
WorkspaceConnectionStatus Describes the connection status of a WorkSpace.
WorkspaceProperties Describes the properties of a WorkSpace.
WorkspaceRequest Contains information about a WorkSpace creation request.