From 68c5a17d0d99e3bb4b095c223315d24cced16e18 Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 22 Nov 2024 19:18:07 +0000 Subject: [PATCH] docs(client-workspaces): While integrating WSP-DCV rebrand, a few mentions were erroneously renamed from WSP to DCV. This release reverts those mentions back to WSP. --- clients/client-workspaces/src/models/models_0.ts | 8 ++++---- codegen/sdk-codegen/aws-models/workspaces.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/client-workspaces/src/models/models_0.ts b/clients/client-workspaces/src/models/models_0.ts index e6802171c36f..6e8ae7692228 100644 --- a/clients/client-workspaces/src/models/models_0.ts +++ b/clients/client-workspaces/src/models/models_0.ts @@ -6131,12 +6131,12 @@ export interface ImportWorkspaceImageRequest { /** *

The ingestion process to be used when importing the image, depending on which protocol - * you want to use for your BYOL Workspace image, either PCoIP, DCV, or - * bring your own protocol (BYOP). To use WSP, specify a value that ends in - * _DCV. To use PCoIP, specify a value that does not end in _DCV. + * you want to use for your BYOL Workspace image, either PCoIP, WSP, or + * bring your own protocol (BYOP). To use DCV, specify a value that ends in + * _WSP. To use PCoIP, specify a value that does not end in _WSP. * To use BYOP, specify a value that ends in _BYOP.

*

For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify - * BYOL_REGULAR, BYOL_REGULAR_DCV, or BYOL_REGULAR_BYOP, + * BYOL_REGULAR, BYOL_REGULAR_WSP, or BYOL_REGULAR_BYOP, * depending on the protocol.

* *

The BYOL_REGULAR_BYOP and BYOL_GRAPHICS_G4DN_BYOP values diff --git a/codegen/sdk-codegen/aws-models/workspaces.json b/codegen/sdk-codegen/aws-models/workspaces.json index 1e852ce9a4aa..749228d7e042 100644 --- a/codegen/sdk-codegen/aws-models/workspaces.json +++ b/codegen/sdk-codegen/aws-models/workspaces.json @@ -5996,7 +5996,7 @@ "IngestionProcess": { "target": "com.amazonaws.workspaces#WorkspaceImageIngestionProcess", "traits": { - "smithy.api#documentation": "

The ingestion process to be used when importing the image, depending on which protocol\n you want to use for your BYOL Workspace image, either PCoIP, DCV, or \n bring your own protocol (BYOP). To use WSP, specify a value that ends in \n _DCV. To use PCoIP, specify a value that does not end in _DCV. \n To use BYOP, specify a value that ends in _BYOP.

\n

For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify \n BYOL_REGULAR, BYOL_REGULAR_DCV, or BYOL_REGULAR_BYOP, \n depending on the protocol.

\n \n

The BYOL_REGULAR_BYOP and BYOL_GRAPHICS_G4DN_BYOP values\n are only supported by Amazon WorkSpaces Core. Contact your account team to be\n allow-listed to use these values. For more information, see Amazon WorkSpaces Core.

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

The ingestion process to be used when importing the image, depending on which protocol\n you want to use for your BYOL Workspace image, either PCoIP, WSP, or \n bring your own protocol (BYOP). To use DCV, specify a value that ends in \n _WSP. To use PCoIP, specify a value that does not end in _WSP. \n To use BYOP, specify a value that ends in _BYOP.

\n

For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify \n BYOL_REGULAR, BYOL_REGULAR_WSP, or BYOL_REGULAR_BYOP, \n depending on the protocol.

\n \n

The BYOL_REGULAR_BYOP and BYOL_GRAPHICS_G4DN_BYOP values\n are only supported by Amazon WorkSpaces Core. Contact your account team to be\n allow-listed to use these values. For more information, see Amazon WorkSpaces Core.

\n
", "smithy.api#required": {} } },