@@ -14,7 +14,7 @@ export interface AcceptAccountLinkInvitationRequest {
14
14
LinkId : string | undefined ;
15
15
16
16
/**
17
- * <p>A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.</p>
17
+ * <p>A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.</p>
18
18
* @public
19
19
*/
20
20
ClientToken ?: string | undefined ;
@@ -1588,7 +1588,7 @@ export interface CreateAccountLinkInvitationRequest {
1588
1588
TargetAccountId : string | undefined ;
1589
1589
1590
1590
/**
1591
- * <p>A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.</p>
1591
+ * <p>A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.</p>
1592
1592
* @public
1593
1593
*/
1594
1594
ClientToken ?: string | undefined ;
@@ -2187,6 +2187,7 @@ export interface CreateWorkspaceImageResult {
2187
2187
export const OperatingSystemName = {
2188
2188
AMAZON_LINUX_2 : "AMAZON_LINUX_2" ,
2189
2189
RHEL_8 : "RHEL_8" ,
2190
+ ROCKY_8 : "ROCKY_8" ,
2190
2191
UBUNTU_18_04 : "UBUNTU_18_04" ,
2191
2192
UBUNTU_20_04 : "UBUNTU_20_04" ,
2192
2193
UBUNTU_22_04 : "UBUNTU_22_04" ,
@@ -2293,7 +2294,7 @@ export interface WorkspaceProperties {
2293
2294
* <p>Only available for WorkSpaces created with PCoIP bundles.</p>
2294
2295
* </li>
2295
2296
* <li>
2296
- * <p>The <code>Protocols</code> property is case sensitive. Ensure you use <code>PCOIP</code> or <code>WSP </code>.</p>
2297
+ * <p>The <code>Protocols</code> property is case sensitive. Ensure you use <code>PCOIP</code> or <code>DCV </code> (formerly WSP) .</p>
2297
2298
* </li>
2298
2299
* <li>
2299
2300
* <p>Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles
@@ -3311,7 +3312,7 @@ export interface DeleteAccountLinkInvitationRequest {
3311
3312
LinkId : string | undefined ;
3312
3313
3313
3314
/**
3314
- * <p>A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.</p>
3315
+ * <p>A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.</p>
3315
3316
* @public
3316
3317
*/
3317
3318
ClientToken ?: string | undefined ;
@@ -6130,12 +6131,12 @@ export interface ImportWorkspaceImageRequest {
6130
6131
6131
6132
/**
6132
6133
* <p>The ingestion process to be used when importing the image, depending on which protocol
6133
- * you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces Streaming Protocol
6134
- * (WSP), or bring your own protocol (BYOP). To use WSP, specify a value that ends in
6135
- * <code>_WSP </code>. To use PCoIP, specify a value that does not end in <code>_WSP </code>.
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>.
6136
6137
* To use BYOP, specify a value that ends in <code>_BYOP</code>.</p>
6137
6138
* <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify
6138
- * <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_WSP </code>, or <code>BYOL_REGULAR_BYOP</code>,
6139
+ * <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_DCV </code>, or <code>BYOL_REGULAR_BYOP</code>,
6139
6140
* depending on the protocol.</p>
6140
6141
* <note>
6141
6142
* <p>The <code>BYOL_REGULAR_BYOP</code> and <code>BYOL_GRAPHICS_G4DN_BYOP</code> values
@@ -6175,8 +6176,8 @@ export interface ImportWorkspaceImageRequest {
6175
6176
* time.</p>
6176
6177
* </li>
6177
6178
* <li>
6178
- * <p>During the image import process, non-GPU WSP WorkSpaces with Windows 11 support
6179
- * only <code>Microsoft_Office_2019</code>. GPU WSP WorkSpaces with Windows 11 do not
6179
+ * <p>During the image import process, non-GPU DCV (formerly WSP) WorkSpaces with Windows 11 support
6180
+ * only <code>Microsoft_Office_2019</code>. GPU DCV (formerly WSP) WorkSpaces with Windows 11 do not
6180
6181
* support Office installation.</p>
6181
6182
* </li>
6182
6183
* </ul>
0 commit comments