From 01552b00bfc18dd1f08bc2b029af5389dae37b5f Mon Sep 17 00:00:00 2001
From: awstools User-decoupled WorkSpaces are only supported by Amazon WorkSpaces
* Core. Review your running mode to ensure you are using one that is optimal for your needs and budget.
+ * For more information on switching running modes, see
+ *
+ * Can I switch between hourly and monthly billing?
+ * The desired number of user sessions for a multi-session pool.
- * This is not allowed for single-session pools. The desired number of user sessions for the WorkSpaces in the pool. The number of user sessions currently being used for pool sessions. This only applies to multi-session pools. The number of user sessions currently available for streaming from your pool. AvailableUserSessions = ActualUserSessions - ActiveUserSessions The total number of session slots that are available for a pool of WorkSpaces. The total number of user sessions that are available for streaming or are currently
+ * streaming in your pool. ActualUserSessions = AvailableUserSessions + ActiveUserSessions The number of user sessions currently being used for pool sessions. This only applies to multi-session pools. The number of user sessions currently being used for your pool.
Review your running mode to ensure you are using one that is optimal for your needs and + * budget. For more information on switching running modes, see Can I switch between hourly and monthly billing? + *
* @public */ RunningMode?: RunningMode; diff --git a/codegen/sdk-codegen/aws-models/workspaces.json b/codegen/sdk-codegen/aws-models/workspaces.json index d0de4425aedf..4433b76cc3a5 100644 --- a/codegen/sdk-codegen/aws-models/workspaces.json +++ b/codegen/sdk-codegen/aws-models/workspaces.json @@ -1076,7 +1076,7 @@ "DesiredUserSessions": { "target": "com.amazonaws.workspaces#DesiredUserSessions", "traits": { - "smithy.api#documentation": "The desired number of user sessions for a multi-session pool. \n This is not allowed for single-session pools.
", + "smithy.api#documentation": "The desired number of user sessions for the WorkSpaces in the pool.
", "smithy.api#required": {} } } @@ -1091,7 +1091,7 @@ "AvailableUserSessions": { "target": "com.amazonaws.workspaces#AvailableUserSessions", "traits": { - "smithy.api#documentation": "The number of user sessions currently being used for pool sessions. This only applies to multi-session pools.
", + "smithy.api#documentation": "The number of user sessions currently available for streaming from your pool.
\nAvailableUserSessions = ActualUserSessions - ActiveUserSessions
", "smithy.api#required": {} } }, @@ -1105,14 +1105,14 @@ "ActualUserSessions": { "target": "com.amazonaws.workspaces#ActualUserSessions", "traits": { - "smithy.api#documentation": "The total number of session slots that are available for a pool of WorkSpaces.
", + "smithy.api#documentation": "The total number of user sessions that are available for streaming or are currently \n streaming in your pool.
\nActualUserSessions = AvailableUserSessions + ActiveUserSessions
", "smithy.api#required": {} } }, "ActiveUserSessions": { "target": "com.amazonaws.workspaces#ActiveUserSessions", "traits": { - "smithy.api#documentation": "The number of user sessions currently being used for pool sessions. This only applies to multi-session pools.
", + "smithy.api#documentation": "The number of user sessions currently being used for your pool.
", "smithy.api#required": {} } } @@ -2478,7 +2478,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates one or more WorkSpaces.
\nThis operation is asynchronous and returns before the WorkSpaces are created.
\nThe MANUAL
running 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 Amazon WorkSpaces\n Core.
You don't need to specify the PCOIP
protocol for Linux bundles\n because WSP
is the default protocol for those bundles.
User-decoupled WorkSpaces are only supported by Amazon WorkSpaces\n Core.
\nCreates one or more WorkSpaces.
\nThis operation is asynchronous and returns before the WorkSpaces are created.
\nThe MANUAL
running 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 Amazon WorkSpaces\n Core.
You don't need to specify the PCOIP
protocol for Linux bundles\n because WSP
is the default protocol for those bundles.
User-decoupled WorkSpaces are only supported by Amazon WorkSpaces\n Core.
\nReview your running mode to ensure you are using one that is optimal for your needs and budget.\n For more information on switching running modes, see \n \n Can I switch between hourly and monthly billing?\n
\nThe running mode. For more information, see Manage the WorkSpace Running\n Mode.
\nThe MANUAL
value is only supported by Amazon WorkSpaces Core. Contact\n your account team to be allow-listed to use this value. For more information, see\n Amazon WorkSpaces Core.
The running mode. For more information, see Manage the WorkSpace Running\n Mode.
\nThe MANUAL
value is only supported by Amazon WorkSpaces Core. Contact\n your account team to be allow-listed to use this value. For more information, see\n Amazon WorkSpaces Core.
Review your running mode to ensure you are using one that is optimal for your needs and\n budget. For more information on switching running modes, see Can I switch between hourly and monthly billing?\n
" } }, "RunningModeAutoStopTimeoutInMinutes": {