diff --git a/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts index 868ec31302645..2ea696b72e710 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts @@ -51,6 +51,13 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _ *

You don't need to specify the PCOIP protocol for Linux bundles * because WSP is the default protocol for those bundles.

* + *
  • + *

    Ensure you review your running mode to ensure you are using a running mode that is optimal for your needs and budget. + * For more information on switching running modes, see + * + * Can I switch between hourly and monthly billing? + *

    + *
  • * * * @example diff --git a/clients/client-workspaces/src/models/models_0.ts b/clients/client-workspaces/src/models/models_0.ts index ff03fba5abc24..99b962d495068 100644 --- a/clients/client-workspaces/src/models/models_0.ts +++ b/clients/client-workspaces/src/models/models_0.ts @@ -1939,9 +1939,20 @@ export interface WorkspaceProperties { *

    The running mode. For more information, see Manage the WorkSpace Running * Mode.

    * - *

    The MANUAL value is only supported by Amazon WorkSpaces Core. Contact - * your account team to be allow-listed to use this value. For more information, see - * Amazon WorkSpaces Core.

    + * *
    */ RunningMode?: RunningMode; diff --git a/codegen/sdk-codegen/aws-models/workspaces.json b/codegen/sdk-codegen/aws-models/workspaces.json index 1807fd0712183..2e1e850d0d36e 100644 --- a/codegen/sdk-codegen/aws-models/workspaces.json +++ b/codegen/sdk-codegen/aws-models/workspaces.json @@ -2089,7 +2089,7 @@ } ], "traits": { - "smithy.api#documentation": "

    Creates one or more WorkSpaces.

    \n

    This operation is asynchronous and returns before the WorkSpaces are created.

    \n \n \n " + "smithy.api#documentation": "

    Creates one or more WorkSpaces.

    \n

    This operation is asynchronous and returns before the WorkSpaces are created.

    \n \n \n " } }, "com.amazonaws.workspaces#CreateWorkspacesRequest": { @@ -8832,7 +8832,7 @@ "RunningMode": { "target": "com.amazonaws.workspaces#RunningMode", "traits": { - "smithy.api#documentation": "

    The running mode. For more information, see Manage the WorkSpace Running\n Mode.

    \n \n

    The 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.

    \n
    " + "smithy.api#documentation": "

    The running mode. For more information, see Manage the WorkSpace Running\n Mode.

    \n \n \n " } }, "RunningModeAutoStopTimeoutInMinutes": {