|
980 | 980 | "errors":[ |
981 | 981 | {"shape":"OperationNotSupportedException"} |
982 | 982 | ], |
983 | | - "documentation":"<p>Reboots the specified WorkSpaces.</p> <p>You cannot reboot a WorkSpace unless its state is <code>AVAILABLE</code>, <code>UNHEALTHY</code>, or <code>REBOOTING</code>. Reboot a WorkSpace in the <code>REBOOTING</code> state only if your WorkSpace has been stuck in the <code>REBOOTING</code> state for over 20 minutes.</p> <p>This operation is asynchronous and returns before the WorkSpaces have rebooted.</p>" |
| 983 | + "documentation":"<p>Reboots the specified WorkSpaces.</p> <p>You cannot reboot a WorkSpace unless its state is <code>AVAILABLE</code> or <code>UNHEALTHY</code>.</p> <p>This operation is asynchronous and returns before the WorkSpaces have rebooted.</p>" |
984 | 984 | }, |
985 | 985 | "RebuildWorkspaces":{ |
986 | 986 | "name":"RebuildWorkspaces", |
|
3074 | 3074 | "NextToken":{ |
3075 | 3075 | "shape":"PaginationToken", |
3076 | 3076 | "documentation":"<p>If you received a <code>NextToken</code> from a previous call that was paginated, provide this token to receive the next set of results.</p>" |
| 3077 | + }, |
| 3078 | + "WorkspaceName":{ |
| 3079 | + "shape":"WorkspaceName", |
| 3080 | + "documentation":"<p>The name of the user-decoupled WorkSpace.</p>" |
3077 | 3081 | } |
3078 | 3082 | } |
3079 | 3083 | }, |
|
4921 | 4925 | }, |
4922 | 4926 | "State":{ |
4923 | 4927 | "shape":"WorkspaceState", |
4924 | | - "documentation":"<p>The operational state of the WorkSpace.</p> <ul> <li> <p> <code>PENDING</code> – The WorkSpace is in a waiting state (for example, the WorkSpace is being created).</p> </li> <li> <p> <code>AVAILABLE</code> – The WorkSpace is running and has passed the health checks.</p> </li> <li> <p> <code>IMPAIRED</code> – Refer to <code>UNHEALTHY</code> state.</p> </li> <li> <p> <code>UNHEALTHY</code> – The WorkSpace is not responding to health checks.</p> </li> <li> <p> <code>REBOOTING</code> – The WorkSpace is being rebooted (restarted).</p> </li> <li> <p> <code>STARTING</code> – The WorkSpace is starting up and health checks are being run.</p> </li> <li> <p> <code>REBUILDING</code> – The WorkSpace is being rebuilt.</p> </li> <li> <p> <code>RESTORING</code> – The WorkSpace is being restored.</p> </li> <li> <p> <code>MAINTENANCE</code> – The WorkSpace is undergoing scheduled maintenance by Amazon Web Services.</p> </li> <li> <p> <code>ADMIN_MAINTENANCE</code> – The WorkSpace is undergoing maintenance by the WorkSpaces administrator.</p> </li> <li> <p> <code>TERMINATING</code> – The WorkSpace is being deleted.</p> </li> <li> <p> <code>TERMINATED</code> – The WorkSpace has been deleted.</p> </li> <li> <p> <code>SUSPENDED</code> – The WorkSpace has been suspended for image creation.</p> </li> <li> <p> <code>UPDATING</code> – The WorkSpace is undergoing an update.</p> </li> <li> <p> <code>STOPPING</code> – The WorkSpace is being stopped.</p> </li> <li> <p> <code>STOPPED</code> – The WorkSpace has been stopped.</p> </li> <li> <p> <code>ERROR </code> – The WorkSpace is an error state (for example, an error occurred during startup).</p> </li> </ul> <note> <p>After a WorkSpace is terminated, the <code>TERMINATED</code> state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using <a href=\"https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html\"> DescribeWorkSpaces</a>. If the WorkSpace ID isn't returned, then the WorkSpace has been successfully terminated.</p> </note>" |
| 4928 | + "documentation":"<p>The operational state of the WorkSpace.</p> <note> <p>After a WorkSpace is terminated, the <code>TERMINATED</code> state is returned only briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using <a href=\"https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html\"> DescribeWorkSpaces</a>. If the WorkSpace ID isn't returned, then the WorkSpace has been successfully terminated.</p> </note>" |
4925 | 4929 | }, |
4926 | 4930 | "BundleId":{ |
4927 | 4931 | "shape":"BundleId", |
|
4955 | 4959 | "shape":"BooleanObject", |
4956 | 4960 | "documentation":"<p>Indicates whether the data stored on the root volume is encrypted.</p>" |
4957 | 4961 | }, |
| 4962 | + "WorkspaceName":{ |
| 4963 | + "shape":"WorkspaceName", |
| 4964 | + "documentation":"<p>The name of the user-decoupled WorkSpace.</p>" |
| 4965 | + }, |
4958 | 4966 | "WorkspaceProperties":{ |
4959 | 4967 | "shape":"WorkspaceProperties", |
4960 | 4968 | "documentation":"<p>The properties of the WorkSpace.</p>" |
|
5395 | 5403 | "type":"list", |
5396 | 5404 | "member":{"shape":"Workspace"} |
5397 | 5405 | }, |
| 5406 | + "WorkspaceName":{ |
| 5407 | + "type":"string", |
| 5408 | + "pattern":"^[a-zA-Z0-9_()][a-zA-Z0-9_.()-]{1,63}$" |
| 5409 | + }, |
5398 | 5410 | "WorkspaceProperties":{ |
5399 | 5411 | "type":"structure", |
5400 | 5412 | "members":{ |
|
5443 | 5455 | }, |
5444 | 5456 | "UserName":{ |
5445 | 5457 | "shape":"UserName", |
5446 | | - "documentation":"<p>The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.</p>" |
| 5458 | + "documentation":"<p>The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.</p> <p>The reserved keyword, <code>[UNDEFINED]</code>, is used when creating user-decoupled WorkSpaces.</p>" |
5447 | 5459 | }, |
5448 | 5460 | "BundleId":{ |
5449 | 5461 | "shape":"BundleId", |
|
5468 | 5480 | "Tags":{ |
5469 | 5481 | "shape":"TagList", |
5470 | 5482 | "documentation":"<p>The tags for the WorkSpace.</p>" |
| 5483 | + }, |
| 5484 | + "WorkspaceName":{ |
| 5485 | + "shape":"WorkspaceName", |
| 5486 | + "documentation":"<p>The name of the user-decoupled WorkSpace.</p>" |
5471 | 5487 | } |
5472 | 5488 | }, |
5473 | 5489 | "documentation":"<p>Describes the information used to create a WorkSpace.</p>" |
|
0 commit comments