Skip to content

Commit

Permalink
feat(client-workspaces): Added support for Rocky Linux 8 on Amazon Wo…
Browse files Browse the repository at this point in the history
…rkSpaces Personal.
  • Loading branch information
awstools committed Nov 20, 2024
1 parent 11a5e31 commit 0873d67
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
* </li>
* <li>
* <p>You don't need to specify the <code>PCOIP</code> protocol for Linux bundles
* because <code>WSP</code> is the default protocol for those bundles.</p>
* because <code>DCV</code> (formerly WSP) is the default protocol for those bundles.</p>
* </li>
* <li>
* <p>User-decoupled WorkSpaces are only supported by Amazon WorkSpaces
Expand Down Expand Up @@ -79,7 +79,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
* Protocols: [ // ProtocolList
* "PCOIP" || "WSP",
* ],
* 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",
* 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",
* },
* Tags: [ // TagList
* { // Tag
Expand Down Expand Up @@ -112,7 +112,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
* // Protocols: [ // ProtocolList
* // "PCOIP" || "WSP",
* // ],
* // 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",
* // 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",
* // },
* // Tags: [ // TagList
* // { // Tag
Expand Down Expand Up @@ -151,7 +151,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
* // Protocols: [
* // "PCOIP" || "WSP",
* // ],
* // 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",
* // 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",
* // },
* // ModificationStates: [ // ModificationStateList
* // { // ModificationState
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsR
* ],
* LicenseType: "LICENSED" || "UNLICENSED",
* OperatingSystemNames: [ // OperatingSystemNameList
* "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",
* "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",
* ],
* Owner: "STRING_VALUE",
* MaxResults: Number("int"),
Expand All @@ -66,7 +66,7 @@ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsR
* // "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN",
* // ],
* // SupportedOperatingSystemNames: [ // OperatingSystemNameList
* // "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",
* // "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",
* // ],
* // },
* // ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResul
* // Protocols: [ // ProtocolList
* // "PCOIP" || "WSP",
* // ],
* // 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",
* // 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",
* // },
* // ModificationStates: [ // ModificationStateList
* // { // ModificationState
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspaceP
* Protocols: [ // ProtocolList
* "PCOIP" || "WSP",
* ],
* 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",
* 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",
* },
* DataReplication: "NO_REPLICATION" || "PRIMARY_AS_SOURCE",
* };
Expand Down
21 changes: 11 additions & 10 deletions clients/client-workspaces/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface AcceptAccountLinkInvitationRequest {
LinkId: string | undefined;

/**
* <p>A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.</p>
* <p>A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.</p>
* @public
*/
ClientToken?: string | undefined;
Expand Down Expand Up @@ -1588,7 +1588,7 @@ export interface CreateAccountLinkInvitationRequest {
TargetAccountId: string | undefined;

/**
* <p>A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.</p>
* <p>A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.</p>
* @public
*/
ClientToken?: string | undefined;
Expand Down Expand Up @@ -2187,6 +2187,7 @@ export interface CreateWorkspaceImageResult {
export const OperatingSystemName = {
AMAZON_LINUX_2: "AMAZON_LINUX_2",
RHEL_8: "RHEL_8",
ROCKY_8: "ROCKY_8",
UBUNTU_18_04: "UBUNTU_18_04",
UBUNTU_20_04: "UBUNTU_20_04",
UBUNTU_22_04: "UBUNTU_22_04",
Expand Down Expand Up @@ -2293,7 +2294,7 @@ export interface WorkspaceProperties {
* <p>Only available for WorkSpaces created with PCoIP bundles.</p>
* </li>
* <li>
* <p>The <code>Protocols</code> property is case sensitive. Ensure you use <code>PCOIP</code> or <code>WSP</code>.</p>
* <p>The <code>Protocols</code> property is case sensitive. Ensure you use <code>PCOIP</code> or <code>DCV</code> (formerly WSP).</p>
* </li>
* <li>
* <p>Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles
Expand Down Expand Up @@ -3311,7 +3312,7 @@ export interface DeleteAccountLinkInvitationRequest {
LinkId: string | undefined;

/**
* <p>A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.</p>
* <p>A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.</p>
* @public
*/
ClientToken?: string | undefined;
Expand Down Expand Up @@ -6130,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, WorkSpaces Streaming Protocol
* (WSP), or bring your own protocol (BYOP). To use WSP, specify a value that ends in
* <code>_WSP</code>. To use PCoIP, specify a value that does not end in <code>_WSP</code>.
* 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>.
* 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_WSP</code>, or <code>BYOL_REGULAR_BYOP</code>,
* <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_DCV</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 Expand Up @@ -6175,8 +6176,8 @@ export interface ImportWorkspaceImageRequest {
* time.</p>
* </li>
* <li>
* <p>During the image import process, non-GPU WSP WorkSpaces with Windows 11 support
* only <code>Microsoft_Office_2019</code>. GPU WSP WorkSpaces with Windows 11 do not
* <p>During the image import process, non-GPU DCV (formerly WSP) WorkSpaces with Windows 11 support
* only <code>Microsoft_Office_2019</code>. GPU DCV (formerly WSP) WorkSpaces with Windows 11 do not
* support Office installation.</p>
* </li>
* </ul>
Expand Down
Loading

0 comments on commit 0873d67

Please sign in to comment.