Skip to content

Commit 0873d67

Browse files
author
awstools
committed
feat(client-workspaces): Added support for Rocky Linux 8 on Amazon WorkSpaces Personal.
1 parent 11a5e31 commit 0873d67

File tree

6 files changed

+33
-26
lines changed

6 files changed

+33
-26
lines changed

clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
4040
* </li>
4141
* <li>
4242
* <p>You don't need to specify the <code>PCOIP</code> protocol for Linux bundles
43-
* because <code>WSP</code> is the default protocol for those bundles.</p>
43+
* because <code>DCV</code> (formerly WSP) is the default protocol for those bundles.</p>
4444
* </li>
4545
* <li>
4646
* <p>User-decoupled WorkSpaces are only supported by Amazon WorkSpaces
@@ -79,7 +79,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
7979
* Protocols: [ // ProtocolList
8080
* "PCOIP" || "WSP",
8181
* ],
82-
* OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
82+
* OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8",
8383
* },
8484
* Tags: [ // TagList
8585
* { // Tag
@@ -112,7 +112,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
112112
* // Protocols: [ // ProtocolList
113113
* // "PCOIP" || "WSP",
114114
* // ],
115-
* // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
115+
* // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8",
116116
* // },
117117
* // Tags: [ // TagList
118118
* // { // Tag
@@ -151,7 +151,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
151151
* // Protocols: [
152152
* // "PCOIP" || "WSP",
153153
* // ],
154-
* // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
154+
* // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8",
155155
* // },
156156
* // ModificationStates: [ // ModificationStateList
157157
* // { // ModificationState

clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsR
4444
* ],
4545
* LicenseType: "LICENSED" || "UNLICENSED",
4646
* OperatingSystemNames: [ // OperatingSystemNameList
47-
* "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
47+
* "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8",
4848
* ],
4949
* Owner: "STRING_VALUE",
5050
* MaxResults: Number("int"),
@@ -66,7 +66,7 @@ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsR
6666
* // "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN",
6767
* // ],
6868
* // SupportedOperatingSystemNames: [ // OperatingSystemNameList
69-
* // "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
69+
* // "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8",
7070
* // ],
7171
* // },
7272
* // ],

clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResul
7676
* // Protocols: [ // ProtocolList
7777
* // "PCOIP" || "WSP",
7878
* // ],
79-
* // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
79+
* // OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8",
8080
* // },
8181
* // ModificationStates: [ // ModificationStateList
8282
* // { // ModificationState

clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspaceP
5454
* Protocols: [ // ProtocolList
5555
* "PCOIP" || "WSP",
5656
* ],
57-
* OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8",
57+
* OperatingSystemName: "AMAZON_LINUX_2" || "UBUNTU_18_04" || "UBUNTU_20_04" || "UBUNTU_22_04" || "UNKNOWN" || "WINDOWS_10" || "WINDOWS_11" || "WINDOWS_7" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "RHEL_8" || "ROCKY_8",
5858
* },
5959
* DataReplication: "NO_REPLICATION" || "PRIMARY_AS_SOURCE",
6060
* };

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export interface AcceptAccountLinkInvitationRequest {
1414
LinkId: string | undefined;
1515

1616
/**
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>
1818
* @public
1919
*/
2020
ClientToken?: string | undefined;
@@ -1588,7 +1588,7 @@ export interface CreateAccountLinkInvitationRequest {
15881588
TargetAccountId: string | undefined;
15891589

15901590
/**
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>
15921592
* @public
15931593
*/
15941594
ClientToken?: string | undefined;
@@ -2187,6 +2187,7 @@ export interface CreateWorkspaceImageResult {
21872187
export const OperatingSystemName = {
21882188
AMAZON_LINUX_2: "AMAZON_LINUX_2",
21892189
RHEL_8: "RHEL_8",
2190+
ROCKY_8: "ROCKY_8",
21902191
UBUNTU_18_04: "UBUNTU_18_04",
21912192
UBUNTU_20_04: "UBUNTU_20_04",
21922193
UBUNTU_22_04: "UBUNTU_22_04",
@@ -2293,7 +2294,7 @@ export interface WorkspaceProperties {
22932294
* <p>Only available for WorkSpaces created with PCoIP bundles.</p>
22942295
* </li>
22952296
* <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>
22972298
* </li>
22982299
* <li>
22992300
* <p>Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles
@@ -3311,7 +3312,7 @@ export interface DeleteAccountLinkInvitationRequest {
33113312
LinkId: string | undefined;
33123313

33133314
/**
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>
33153316
* @public
33163317
*/
33173318
ClientToken?: string | undefined;
@@ -6130,12 +6131,12 @@ export interface ImportWorkspaceImageRequest {
61306131

61316132
/**
61326133
* <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>.
61366137
* To use BYOP, specify a value that ends in <code>_BYOP</code>.</p>
61376138
* <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>,
61396140
* depending on the protocol.</p>
61406141
* <note>
61416142
* <p>The <code>BYOL_REGULAR_BYOP</code> and <code>BYOL_GRAPHICS_G4DN_BYOP</code> values
@@ -6175,8 +6176,8 @@ export interface ImportWorkspaceImageRequest {
61756176
* time.</p>
61766177
* </li>
61776178
* <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
61806181
* support Office installation.</p>
61816182
* </li>
61826183
* </ul>

0 commit comments

Comments
 (0)