docs(client-workspaces): Added note for user decoupling · aws/aws-sdk-js-v3@c7a2f3f (original) (raw)
`@@ -2089,7 +2089,7 @@
`
2089
2089
` }
`
2090
2090
` ],
`
2091
2091
`"traits": {
`
2092
``
`-
"smithy.api#documentation": "
Creates one or more WorkSpaces.
\nThis operation is asynchronous and returns before the WorkSpaces are created.
\n \n- \n
- \n
The
\nMANUALrunning mode value is only supported by Amazon WorkSpaces\n Core. Contact your account team to be allow-listed to use this value. For more\n information, see <a href="Amazon" title="undefined" rel="noopener noreferrer">http://aws.amazon.com/workspaces/core/\">Amazon WorkSpaces\n Core. \n - \n
You don't need to specify the
\nPCOIPprotocol for Linux bundles\n becauseWSPis the default protocol for those bundles. \n
`
``
2092
`+
"smithy.api#documentation": "
Creates one or more WorkSpaces.
\nThis operation is asynchronous and returns before the WorkSpaces are created.
\n \n- \n
- \n
The
\nMANUALrunning mode value is only supported by Amazon WorkSpaces\n Core. Contact your account team to be allow-listed to use this value. For more\n information, see <a href="Amazon" title="undefined" rel="noopener noreferrer">http://aws.amazon.com/workspaces/core/\">Amazon WorkSpaces\n Core. \n - \n
You don't need to specify the
\nPCOIPprotocol for Linux bundles\n becauseWSPis the default protocol for those bundles. \n - \n
User-decoupled WorkSpaces are only supported by Amazon WorkSpaces\n Core.
\n \n
`
2093
2093
` }
`
2094
2094
` },
`
2095
2095
`"com.amazonaws.workspaces#CreateWorkspacesRequest": {
`
6244
6244
` }
`
6245
6245
` ],
`
6246
6246
`"traits": {
`
6247
``
`-
"smithy.api#documentation": "
Reboots the specified WorkSpaces.
\nYou cannot reboot a WorkSpace unless its state is AVAILABLE or\n UNHEALTHY.
This operation is asynchronous and returns before the WorkSpaces have rebooted.
"`
``
6247
`+
"smithy.api#documentation": "
Reboots the specified WorkSpaces.
\nYou cannot reboot a WorkSpace unless its state is AVAILABLE,\n UNHEALTHY, or REBOOTING. Reboot a WorkSpace in the REBOOTING \n state only if your WorkSpace has been stuck in the REBOOTING state for over 20 minutes.
This operation is asynchronous and returns before the WorkSpaces have rebooted.
"`
6248
6248
` }
`
6249
6249
` },
`
6250
6250
`"com.amazonaws.workspaces#RebootWorkspacesRequest": {
`
7915
7915
`"State": {
`
7916
7916
`"target": "com.amazonaws.workspaces#WorkspaceState",
`
7917
7917
`"traits": {
`
7918
``
`-
"smithy.api#documentation": "
The operational state of the WorkSpace.
\n \nAfter a WorkSpace is terminated, the TERMINATED state is returned only\n briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely\n returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using\n <a href="\n" title="undefined" rel="noopener noreferrer">https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html\">\n DescribeWorkSpaces. If the WorkSpace ID isn't returned, then the WorkSpace\n has been successfully terminated.
`
``
7918
`+
"smithy.api#documentation": "
The operational state of the WorkSpace.
\n- \n
- \n
\n
\nPENDING– The WorkSpace is in a waiting state (for example, the WorkSpace is being created). \n - \n
\n
\nAVAILABLE– The WorkSpace is running and has passed the health checks. \n - \n
\n
\nIMPAIRED– Refer toUNHEALTHYstate. \n - \n
\n
\nUNHEALTHY– The WorkSpace is not responding to health checks. \n - \n
\n
\nREBOOTING– The WorkSpace is being rebooted (restarted). \n - \n
\n
\nSTARTING– The WorkSpace is starting up and health checks are being run. \n - \n
\n
\nREBUILDING– The WorkSpace is being rebuilt. \n - \n
\n
\nRESTORING– The WorkSpace is being restored. \n - \n
\n
\nMAINTENANCE– The WorkSpace is undergoing scheduled maintenance by Amazon Web Services. \n - \n
\n
\nADMIN_MAINTENANCE– The WorkSpace is undergoing maintenance by the WorkSpaces administrator. \n - \n
\n
\nTERMINATING– The WorkSpace is being deleted. \n - \n
\n
\nTERMINATED– The WorkSpace has been deleted. \n - \n
\n
\nSUSPENDED– The WorkSpace has been suspended for image creation. \n - \n
\n
\nUPDATING– The WorkSpace is undergoing an update. \n - \n
\n
\nSTOPPING– The WorkSpace is being stopped. \n - \n
\n
\nSTOPPED– The WorkSpace has been stopped. \n - \n
\n
\nERROR– The WorkSpace is an error state (for example, an error occurred during startup). \n
After a WorkSpace is terminated, the TERMINATED state is returned only\n briefly before the WorkSpace directory metadata is cleaned up, so this state is rarely\n returned. To confirm that a WorkSpace is terminated, check for the WorkSpace ID by using\n <a href="\n" title="undefined" rel="noopener noreferrer">https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html\">\n DescribeWorkSpaces. If the WorkSpace ID isn't returned, then the WorkSpace\n has been successfully terminated.
`
7919
7919
` }
`
7920
7920
` },
`
7921
7921
`"BundleId": {
`