Skip to content

Commit 68c5a17

Browse files
author
awstools
committed
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.
1 parent 14fc94c commit 68c5a17

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

clients/client-workspaces/src/models/models_0.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -6131,12 +6131,12 @@ export interface ImportWorkspaceImageRequest {
61316131

61326132
/**
61336133
* <p>The ingestion process to be used when importing the image, depending on which protocol
6134-
* you want to use for your BYOL Workspace image, either PCoIP, DCV, or
6135-
* bring your own protocol (BYOP). To use WSP, specify a value that ends in
6136-
* <code>_DCV</code>. To use PCoIP, specify a value that does not end in <code>_DCV</code>.
6134+
* you want to use for your BYOL Workspace image, either PCoIP, WSP, or
6135+
* bring your own protocol (BYOP). To use DCV, specify a value that ends in
6136+
* <code>_WSP</code>. To use PCoIP, specify a value that does not end in <code>_WSP</code>.
61376137
* To use BYOP, specify a value that ends in <code>_BYOP</code>.</p>
61386138
* <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify
6139-
* <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_DCV</code>, or <code>BYOL_REGULAR_BYOP</code>,
6139+
* <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_WSP</code>, or <code>BYOL_REGULAR_BYOP</code>,
61406140
* depending on the protocol.</p>
61416141
* <note>
61426142
* <p>The <code>BYOL_REGULAR_BYOP</code> and <code>BYOL_GRAPHICS_G4DN_BYOP</code> values

codegen/sdk-codegen/aws-models/workspaces.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5996,7 +5996,7 @@
59965996
"IngestionProcess": {
59975997
"target": "com.amazonaws.workspaces#WorkspaceImageIngestionProcess",
59985998
"traits": {
5999-
"smithy.api#documentation": "<p>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 <code>_DCV</code>. To use PCoIP, specify a value that does not end in <code>_DCV</code>. \n To use BYOP, specify a value that ends in <code>_BYOP</code>.</p>\n <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify \n <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_DCV</code>, or <code>BYOL_REGULAR_BYOP</code>, \n depending on the protocol.</p>\n <note>\n <p>The <code>BYOL_REGULAR_BYOP</code> and <code>BYOL_GRAPHICS_G4DN_BYOP</code> 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 <a href=\"http://aws.amazon.com/workspaces/core/\">Amazon WorkSpaces Core</a>.</p>\n </note>",
5999+
"smithy.api#documentation": "<p>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 <code>_WSP</code>. To use PCoIP, specify a value that does not end in <code>_WSP</code>. \n To use BYOP, specify a value that ends in <code>_BYOP</code>.</p>\n <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify \n <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_WSP</code>, or <code>BYOL_REGULAR_BYOP</code>, \n depending on the protocol.</p>\n <note>\n <p>The <code>BYOL_REGULAR_BYOP</code> and <code>BYOL_GRAPHICS_G4DN_BYOP</code> 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 <a href=\"http://aws.amazon.com/workspaces/core/\">Amazon WorkSpaces Core</a>.</p>\n </note>",
60006000
"smithy.api#required": {}
60016001
}
60026002
},

0 commit comments

Comments
 (0)