Skip to content

Commit

Permalink
docs(client-workspaces): While integrating WSP-DCV rebrand, a few men…
Browse files Browse the repository at this point in the history
…tions were erroneously renamed from WSP to DCV. This release reverts those mentions back to WSP.
  • Loading branch information
awstools committed Nov 22, 2024
1 parent 14fc94c commit 68c5a17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions clients/client-workspaces/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6131,12 +6131,12 @@ export interface ImportWorkspaceImageRequest {

/**
* <p>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
* <code>_DCV</code>. To use PCoIP, specify a value that does not end in <code>_DCV</code>.
* 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
* <code>_WSP</code>. To use PCoIP, specify a value that does not end in <code>_WSP</code>.
* To use BYOP, specify a value that ends in <code>_BYOP</code>.</p>
* <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify
* <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_DCV</code>, or <code>BYOL_REGULAR_BYOP</code>,
* <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_WSP</code>, or <code>BYOL_REGULAR_BYOP</code>,
* depending on the protocol.</p>
* <note>
* <p>The <code>BYOL_REGULAR_BYOP</code> and <code>BYOL_GRAPHICS_G4DN_BYOP</code> values
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/workspaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -5996,7 +5996,7 @@
"IngestionProcess": {
"target": "com.amazonaws.workspaces#WorkspaceImageIngestionProcess",
"traits": {
"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>",
"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>",
"smithy.api#required": {}
}
},
Expand Down

0 comments on commit 68c5a17

Please sign in to comment.