Skip to content

Commit 74febc1

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.
1 parent 0201c14 commit 74febc1

File tree

2 files changed

+54
-47
lines changed

2 files changed

+54
-47
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon WorkSpaces",
4+
"contributor": "",
5+
"description": "Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal."
6+
}

services/workspaces/src/main/resources/codegen-resources/service-2.json

Lines changed: 48 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@
792792
{"shape":"ResourceNotFoundException"},
793793
{"shape":"AccessDeniedException"}
794794
],
795-
"documentation":"<p>Retrieves a list that describes the streaming sessions for a specified WorkSpaces pool.</p>"
795+
"documentation":"<p>Retrieves a list that describes the streaming sessions for a specified pool.</p>"
796796
},
797797
"DescribeWorkspacesPools":{
798798
"name":"DescribeWorkspacesPools",
@@ -807,7 +807,7 @@
807807
{"shape":"ResourceNotFoundException"},
808808
{"shape":"AccessDeniedException"}
809809
],
810-
"documentation":"<p>Describes the specified WorkSpaces pool.</p>"
810+
"documentation":"<p>Describes the specified WorkSpaces Pools.</p>"
811811
},
812812
"DisassociateConnectionAlias":{
813813
"name":"DisassociateConnectionAlias",
@@ -1242,7 +1242,7 @@
12421242
{"shape":"OperationInProgressException"},
12431243
{"shape":"AccessDeniedException"}
12441244
],
1245-
"documentation":"<p>Starts the specified WorkSpaces pool.</p> <p>You cannot start a WorkSpace pool unless it has a running mode of <code>AutoStop</code> and a state of <code>STOPPED</code>.</p>"
1245+
"documentation":"<p>Starts the specified pool.</p> <p>You cannot start a pool unless it has a running mode of <code>AutoStop</code> and a state of <code>STOPPED</code>.</p>"
12461246
},
12471247
"StopWorkspaces":{
12481248
"name":"StopWorkspaces",
@@ -1269,7 +1269,7 @@
12691269
{"shape":"OperationInProgressException"},
12701270
{"shape":"AccessDeniedException"}
12711271
],
1272-
"documentation":"<p>Stops the specifiedWorkSpaces pool.</p> <p>You cannot stop a WorkSpace pool unless it has a running mode of <code>AutoStop</code> and a state of <code>AVAILABLE</code>, <code>IMPAIRED</code>, <code>UNHEALTHY</code>, or <code>ERROR</code>.</p>"
1272+
"documentation":"<p>Stops the specified pool.</p> <p>You cannot stop a WorkSpace pool unless it has a running mode of <code>AutoStop</code> and a state of <code>AVAILABLE</code>, <code>IMPAIRED</code>, <code>UNHEALTHY</code>, or <code>ERROR</code>.</p>"
12731273
},
12741274
"TerminateWorkspaces":{
12751275
"name":"TerminateWorkspaces",
@@ -1296,7 +1296,7 @@
12961296
{"shape":"OperationInProgressException"},
12971297
{"shape":"AccessDeniedException"}
12981298
],
1299-
"documentation":"<p>Terminates the specified WorkSpaces pool.</p>"
1299+
"documentation":"<p>Terminates the specified pool.</p>"
13001300
},
13011301
"TerminateWorkspacesPoolSession":{
13021302
"name":"TerminateWorkspacesPoolSession",
@@ -1313,7 +1313,7 @@
13131313
{"shape":"OperationInProgressException"},
13141314
{"shape":"AccessDeniedException"}
13151315
],
1316-
"documentation":"<p>Terminates the WorkSpaces pool session.</p>"
1316+
"documentation":"<p>Terminates the pool session.</p>"
13171317
},
13181318
"UpdateConnectClientAddIn":{
13191319
"name":"UpdateConnectClientAddIn",
@@ -1417,7 +1417,7 @@
14171417
{"shape":"OperationInProgressException"},
14181418
{"shape":"AccessDeniedException"}
14191419
],
1420-
"documentation":"<p>Updates the specified WorkSpaces pool.</p>"
1420+
"documentation":"<p>Updates the specified pool.</p>"
14211421
}
14221422
},
14231423
"shapes":{
@@ -1661,7 +1661,7 @@
16611661
"documentation":"<p>The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple pools by specifying the same settings group for each pool.</p>"
16621662
}
16631663
},
1664-
"documentation":"<p>The persistent application settings for users of a WorkSpaces pool.</p>"
1664+
"documentation":"<p>The persistent application settings for WorkSpaces Pools users.</p>"
16651665
},
16661666
"ApplicationSettingsResponse":{
16671667
"type":"structure",
@@ -1680,7 +1680,7 @@
16801680
"documentation":"<p>The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an Amazon Web Services Region, an S3 bucket is created. The bucket is unique to the Amazon Web Services account and the Region.</p>"
16811681
}
16821682
},
1683-
"documentation":"<p>Describes the persistent application settings for users of a WorkSpaces pool.</p>"
1683+
"documentation":"<p>Describes the persistent application settings for WorkSpaces Pools users.</p>"
16841684
},
16851685
"ApplicationSettingsStatusEnum":{
16861686
"type":"string",
@@ -1923,7 +1923,7 @@
19231923
"documentation":"<p>The desired number of user sessions for a multi-session pool. This is not allowed for single-session pools.</p>"
19241924
}
19251925
},
1926-
"documentation":"<p>Describes the user capacity for a WorkSpaces pool.</p>"
1926+
"documentation":"<p>Describes the user capacity for a pool of WorkSpaces.</p>"
19271927
},
19281928
"CapacityStatus":{
19291929
"type":"structure",
@@ -1944,14 +1944,14 @@
19441944
},
19451945
"ActualUserSessions":{
19461946
"shape":"ActualUserSessions",
1947-
"documentation":"<p>The total number of session slots that are available for WorkSpaces pools.</p>"
1947+
"documentation":"<p>The total number of session slots that are available for a pool of WorkSpaces.</p>"
19481948
},
19491949
"ActiveUserSessions":{
19501950
"shape":"ActiveUserSessions",
19511951
"documentation":"<p>The number of user sessions currently being used for pool sessions. This only applies to multi-session pools.</p>"
19521952
}
19531953
},
1954-
"documentation":"<p>Describes the capacity status for a WorkSpaces pool</p>"
1954+
"documentation":"<p>Describes the capacity status for a pool of WorkSpaces.</p>"
19551955
},
19561956
"CertificateAuthorityArn":{
19571957
"type":"string",
@@ -2597,35 +2597,35 @@
25972597
"members":{
25982598
"PoolName":{
25992599
"shape":"WorkspacesPoolName",
2600-
"documentation":"<p>The name of the WorkSpaces pool.</p>"
2600+
"documentation":"<p>The name of the pool.</p>"
26012601
},
26022602
"Description":{
26032603
"shape":"UpdateDescription",
2604-
"documentation":"<p>The WorkSpaces pool description.</p>"
2604+
"documentation":"<p>The pool description.</p>"
26052605
},
26062606
"BundleId":{
26072607
"shape":"BundleId",
2608-
"documentation":"<p>The identifier of the bundle for the WorkSpaces pool.</p>"
2608+
"documentation":"<p>The identifier of the bundle for the pool.</p>"
26092609
},
26102610
"DirectoryId":{
26112611
"shape":"DirectoryId",
2612-
"documentation":"<p>The identifier of the directory for the WorkSpaces pool.</p>"
2612+
"documentation":"<p>The identifier of the directory for the pool.</p>"
26132613
},
26142614
"Capacity":{
26152615
"shape":"Capacity",
2616-
"documentation":"<p>The user capacity of the WorkSpaces pool.</p>"
2616+
"documentation":"<p>The user capacity of the pool.</p>"
26172617
},
26182618
"Tags":{
26192619
"shape":"TagList",
2620-
"documentation":"<p>The tags for the WorkSpaces pool.</p>"
2620+
"documentation":"<p>The tags for the pool.</p>"
26212621
},
26222622
"ApplicationSettings":{
26232623
"shape":"ApplicationSettingsRequest",
2624-
"documentation":"<p>Indicates the application settings of the WorkSpaces pool.</p>"
2624+
"documentation":"<p>Indicates the application settings of the pool.</p>"
26252625
},
26262626
"TimeoutSettings":{
26272627
"shape":"TimeoutSettings",
2628-
"documentation":"<p>Indicates the timeout settings of the WorkSpaces pool.</p>"
2628+
"documentation":"<p>Indicates the timeout settings of the pool.</p>"
26292629
}
26302630
}
26312631
},
@@ -2634,7 +2634,7 @@
26342634
"members":{
26352635
"WorkspacesPool":{
26362636
"shape":"WorkspacesPool",
2637-
"documentation":"<p>Indicates the WorkSpaces pool to create.</p>"
2637+
"documentation":"<p>Indicates the pool to create.</p>"
26382638
}
26392639
}
26402640
},
@@ -3614,7 +3614,7 @@
36143614
"members":{
36153615
"PoolId":{
36163616
"shape":"WorkspacesPoolId",
3617-
"documentation":"<p>The identifier of the WorkSpaces pool.</p>"
3617+
"documentation":"<p>The identifier of the pool.</p>"
36183618
},
36193619
"UserId":{
36203620
"shape":"WorkspacesPoolUserId",
@@ -3635,7 +3635,7 @@
36353635
"members":{
36363636
"Sessions":{
36373637
"shape":"WorkspacesPoolSessions",
3638-
"documentation":"<p>Describes the WorkSpaces pool sessions.</p>"
3638+
"documentation":"<p>Describes the pool sessions.</p>"
36393639
},
36403640
"NextToken":{
36413641
"shape":"PaginationToken",
@@ -3657,14 +3657,14 @@
36573657
},
36583658
"Values":{
36593659
"shape":"DescribeWorkspacesPoolsFilterValues",
3660-
"documentation":"<p>The values for filtering WorkSpaces pools.</p>"
3660+
"documentation":"<p>The values for filtering WorkSpaces Pools.</p>"
36613661
},
36623662
"Operator":{
36633663
"shape":"DescribeWorkspacesPoolsFilterOperator",
3664-
"documentation":"<p>The operator values for filtering WorkSpaces pools.</p>"
3664+
"documentation":"<p>The operator values for filtering WorkSpaces Pools.</p>"
36653665
}
36663666
},
3667-
"documentation":"<p>Describes the filter conditions for the WorkSpaces pool to return.</p>"
3667+
"documentation":"<p>Describes the filter conditions for WorkSpaces Pools to return.</p>"
36683668
},
36693669
"DescribeWorkspacesPoolsFilterName":{
36703670
"type":"string",
@@ -3702,11 +3702,11 @@
37023702
"members":{
37033703
"PoolIds":{
37043704
"shape":"WorkspacesPoolIds",
3705-
"documentation":"<p>The identifier of the WorkSpaces pool.</p>"
3705+
"documentation":"<p>The identifier of the WorkSpaces Pools.</p>"
37063706
},
37073707
"Filters":{
37083708
"shape":"DescribeWorkspacesPoolsFilters",
3709-
"documentation":"<p>The filter conditions for the WorkSpaces pool to return.</p>"
3709+
"documentation":"<p>The filter conditions for the WorkSpaces Pool to return.</p>"
37103710
},
37113711
"Limit":{
37123712
"shape":"Limit",
@@ -3723,7 +3723,7 @@
37233723
"members":{
37243724
"WorkspacesPools":{
37253725
"shape":"WorkspacesPools",
3726-
"documentation":"<p>Information about the WorkSpaces pools.</p>"
3726+
"documentation":"<p>Information about the WorkSpaces Pools.</p>"
37273727
},
37283728
"NextToken":{
37293729
"shape":"PaginationToken",
@@ -4736,7 +4736,7 @@
47364736
"documentation":"<p>The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.</p>"
47374737
}
47384738
},
4739-
"documentation":"<p>Describes the network details of a WorkSpaces pool.</p>"
4739+
"documentation":"<p>Describes the network details of a WorkSpaces Pool.</p>"
47404740
},
47414741
"NonEmptyString":{
47424742
"type":"string",
@@ -4765,7 +4765,8 @@
47654765
"WINDOWS_7",
47664766
"WINDOWS_SERVER_2016",
47674767
"WINDOWS_SERVER_2019",
4768-
"WINDOWS_SERVER_2022"
4768+
"WINDOWS_SERVER_2022",
4769+
"RHEL_8"
47694770
]
47704771
},
47714772
"OperatingSystemNameList":{
@@ -5381,7 +5382,7 @@
53815382
"members":{
53825383
"PoolId":{
53835384
"shape":"WorkspacesPoolId",
5384-
"documentation":"<p>The identifier of the WorkSpaces pool.</p>"
5385+
"documentation":"<p>The identifier of the pool.</p>"
53855386
}
53865387
}
53875388
},
@@ -5431,7 +5432,7 @@
54315432
"members":{
54325433
"PoolId":{
54335434
"shape":"WorkspacesPoolId",
5434-
"documentation":"<p>The identifier of the WorkSpaces pool.</p>"
5435+
"documentation":"<p>The identifier of the pool.</p>"
54355436
}
54365437
}
54375438
},
@@ -5603,7 +5604,7 @@
56035604
"members":{
56045605
"PoolId":{
56055606
"shape":"WorkspacesPoolId",
5606-
"documentation":"<p>The identifier of the WorkSpaces pool.</p>"
5607+
"documentation":"<p>The identifier of the pool.</p>"
56075608
}
56085609
}
56095610
},
@@ -5618,7 +5619,7 @@
56185619
"members":{
56195620
"SessionId":{
56205621
"shape":"AmazonUuid",
5621-
"documentation":"<p>The identifier of the WorkSpaces pool session.</p>"
5622+
"documentation":"<p>The identifier of the pool session.</p>"
56225623
}
56235624
}
56245625
},
@@ -5662,7 +5663,7 @@
56625663
"documentation":"<p>Specifies the maximum amount of time, in seconds, that a streaming session can remain active. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>"
56635664
}
56645665
},
5665-
"documentation":"<p>Describes the timeout settings for a WorkSpaces pool.</p>"
5666+
"documentation":"<p>Describes the timeout settings for a pool of WorkSpaces.</p>"
56665667
},
56675668
"Timestamp":{"type":"timestamp"},
56685669
"UnsupportedNetworkConfigurationException":{
@@ -5826,11 +5827,11 @@
58265827
"members":{
58275828
"PoolId":{
58285829
"shape":"WorkspacesPoolId",
5829-
"documentation":"<p>The identifier of the specified WorkSpaces pool to update.</p>"
5830+
"documentation":"<p>The identifier of the specified pool to update.</p>"
58305831
},
58315832
"Description":{
58325833
"shape":"UpdateDescription",
5833-
"documentation":"<p>Describes the specified WorkSpaces pool to update.</p>"
5834+
"documentation":"<p>Describes the specified pool to update.</p>"
58345835
},
58355836
"BundleId":{
58365837
"shape":"BundleId",
@@ -5842,15 +5843,15 @@
58425843
},
58435844
"Capacity":{
58445845
"shape":"Capacity",
5845-
"documentation":"<p>The desired capacity for the WorkSpaces pool.</p>"
5846+
"documentation":"<p>The desired capacity for the pool.</p>"
58465847
},
58475848
"ApplicationSettings":{
58485849
"shape":"ApplicationSettingsRequest",
58495850
"documentation":"<p>The persistent application settings for users in the pool.</p>"
58505851
},
58515852
"TimeoutSettings":{
58525853
"shape":"TimeoutSettings",
5853-
"documentation":"<p>Indicates the timeout settings of the specified WorkSpaces pool.</p>"
5854+
"documentation":"<p>Indicates the timeout settings of the specified pool.</p>"
58545855
}
58555856
}
58565857
},
@@ -5859,7 +5860,7 @@
58595860
"members":{
58605861
"WorkspacesPool":{
58615862
"shape":"WorkspacesPool",
5862-
"documentation":"<p>Describes the specified WorkSpaces pool.</p>"
5863+
"documentation":"<p>Describes the specified pool.</p>"
58635864
}
58645865
}
58655866
},
@@ -6785,11 +6786,11 @@
67856786
"members":{
67866787
"PoolId":{
67876788
"shape":"WorkspacesPoolId",
6788-
"documentation":"<p>The identifier of a WorkSpaces pool.</p>"
6789+
"documentation":"<p>The identifier of a pool.</p>"
67896790
},
67906791
"PoolArn":{
67916792
"shape":"ARN",
6792-
"documentation":"<p>The Amazon Resource Name (ARN) for the WorkSpaces pool.</p>"
6793+
"documentation":"<p>The Amazon Resource Name (ARN) for the pool.</p>"
67936794
},
67946795
"CapacityStatus":{
67956796
"shape":"CapacityStatus",
@@ -6832,7 +6833,7 @@
68326833
"documentation":"<p>The amount of time that a pool session remains active after users disconnect. If they try to reconnect to the pool session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new pool instance.</p>"
68336834
}
68346835
},
6835-
"documentation":"<p>Describes a WorkSpaces pool.</p>"
6836+
"documentation":"<p>Describes a pool of WorkSpaces.</p>"
68366837
},
68376838
"WorkspacesPoolError":{
68386839
"type":"structure",
@@ -6846,7 +6847,7 @@
68466847
"documentation":"<p>The error message.</p>"
68476848
}
68486849
},
6849-
"documentation":"<p>Describes a WorkSpaces pool error.</p>"
6850+
"documentation":"<p>Describes a pool error.</p>"
68506851
},
68516852
"WorkspacesPoolErrorCode":{
68526853
"type":"string",
@@ -6921,7 +6922,7 @@
69216922
"members":{
69226923
"AuthenticationType":{
69236924
"shape":"AuthenticationType",
6924-
"documentation":"<p>The authentication method. The user is authenticated using a WorkSpaces pool URL (API) or SAML 2.0 federation (SAML).</p>"
6925+
"documentation":"<p>The authentication method. The user is authenticated using a WorkSpaces Pools URL (API) or SAML 2.0 federation (SAML).</p>"
69256926
},
69266927
"ConnectionState":{
69276928
"shape":"SessionConnectionState",
@@ -6956,7 +6957,7 @@
69566957
"documentation":"<p>The identifier of the user.</p>"
69576958
}
69586959
},
6959-
"documentation":"<p>Describes a WorkSpaces pool session.</p>"
6960+
"documentation":"<p>Describes a pool session.</p>"
69606961
},
69616962
"WorkspacesPoolSessions":{
69626963
"type":"list",

0 commit comments

Comments
 (0)