Skip to content

Commit 6cf9d76

Browse files
author
awstools
committed
feat(client-workspaces): Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.
1 parent a62821a commit 6cf9d76

14 files changed

+108
-101
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
7272
* Protocols: [ // ProtocolList
7373
* "PCOIP" || "WSP",
7474
* ],
75-
* 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",
75+
* 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",
7676
* },
7777
* Tags: [ // TagList
7878
* { // Tag
@@ -105,7 +105,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
105105
* // Protocols: [ // ProtocolList
106106
* // "PCOIP" || "WSP",
107107
* // ],
108-
* // 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",
108+
* // 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",
109109
* // },
110110
* // Tags: [ // TagList
111111
* // { // Tag
@@ -144,7 +144,7 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
144144
* // Protocols: [
145145
* // "PCOIP" || "WSP",
146146
* // ],
147-
* // 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",
147+
* // 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",
148148
* // },
149149
* // ModificationStates: [ // ModificationStateList
150150
* // { // 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",
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",
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",
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",
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",
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",
8080
* // },
8181
* // ModificationStates: [ // ModificationStateList
8282
* // { // ModificationState

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface DescribeWorkspacesPoolSessionsCommandOutput
3333
__MetadataBearer {}
3434

3535
/**
36-
* <p>Retrieves a list that describes the streaming sessions for a specified WorkSpaces pool.</p>
36+
* <p>Retrieves a list that describes the streaming sessions for a specified pool.</p>
3737
* @example
3838
* Use a bare-bones client and the command you need to make an API call.
3939
* ```javascript

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface DescribeWorkspacesPoolsCommandInput extends DescribeWorkspacesP
2828
export interface DescribeWorkspacesPoolsCommandOutput extends DescribeWorkspacesPoolsResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>Describes the specified WorkSpaces pool.</p>
31+
* <p>Describes the specified WorkSpaces Pools.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

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",
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",
5858
* },
5959
* DataReplication: "NO_REPLICATION" || "PRIMARY_AS_SOURCE",
6060
* };

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export interface StartWorkspacesPoolCommandInput extends StartWorkspacesPoolRequ
2828
export interface StartWorkspacesPoolCommandOutput extends StartWorkspacesPoolResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>Starts the specified WorkSpaces pool.</p>
32-
* <p>You cannot start a WorkSpace pool unless it has a running mode of
31+
* <p>Starts the specified pool.</p>
32+
* <p>You cannot start a pool unless it has a running mode of
3333
* <code>AutoStop</code> and a state of <code>STOPPED</code>.</p>
3434
* @example
3535
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface StopWorkspacesPoolCommandInput extends StopWorkspacesPoolReques
2828
export interface StopWorkspacesPoolCommandOutput extends StopWorkspacesPoolResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>Stops the specifiedWorkSpaces pool.</p>
31+
* <p>Stops the specified pool.</p>
3232
* <p>You cannot stop a WorkSpace pool unless it has a running mode of <code>AutoStop</code>
3333
* and a state of <code>AVAILABLE</code>, <code>IMPAIRED</code>, <code>UNHEALTHY</code>, or <code>ERROR</code>.</p>
3434
* @example

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface TerminateWorkspacesPoolCommandInput extends TerminateWorkspaces
2828
export interface TerminateWorkspacesPoolCommandOutput extends TerminateWorkspacesPoolResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>Terminates the specified WorkSpaces pool.</p>
31+
* <p>Terminates the specified pool.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface TerminateWorkspacesPoolSessionCommandOutput
3333
__MetadataBearer {}
3434

3535
/**
36-
* <p>Terminates the WorkSpaces pool session.</p>
36+
* <p>Terminates the pool session.</p>
3737
* @example
3838
* Use a bare-bones client and the command you need to make an API call.
3939
* ```javascript

0 commit comments

Comments
 (0)