Skip to content

Commit bbb4450

Browse files
author
awstools
committed
feat(client-appstream): Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
1 parent e332230 commit bbb4450

17 files changed

+10226
-10207
lines changed

clients/client-appstream/src/commands/CreateApplicationCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationResult,
5353
* WorkingDirectory: "STRING_VALUE",
5454
* LaunchParameters: "STRING_VALUE",
5555
* Platforms: [ // Platforms // required
56-
* "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
56+
* "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
5757
* ],
5858
* InstanceFamilies: [ // StringList // required
5959
* "STRING_VALUE",
@@ -85,7 +85,7 @@ export interface CreateApplicationCommandOutput extends CreateApplicationResult,
8585
* // S3Key: "STRING_VALUE",
8686
* // },
8787
* // Platforms: [ // Platforms
88-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
88+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
8989
* // ],
9090
* // InstanceFamilies: [ // StringList
9191
* // "STRING_VALUE",

clients/client-appstream/src/commands/CreateFleetCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB
6868
* IdleDisconnectTimeoutInSeconds: Number("int"),
6969
* IamRoleArn: "STRING_VALUE",
7070
* StreamView: "APP" || "DESKTOP",
71-
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
71+
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
7272
* MaxConcurrentSessions: Number("int"),
7373
* UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
7474
* "STRING_VALUE",
@@ -127,7 +127,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB
127127
* // IdleDisconnectTimeoutInSeconds: Number("int"),
128128
* // IamRoleArn: "STRING_VALUE",
129129
* // StreamView: "APP" || "DESKTOP",
130-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
130+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
131131
* // MaxConcurrentSessions: Number("int"),
132132
* // UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
133133
* // "STRING_VALUE",

clients/client-appstream/src/commands/CreateImageBuilderCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export interface CreateImageBuilderCommandOutput extends CreateImageBuilderResul
8686
* // ],
8787
* // },
8888
* // InstanceType: "STRING_VALUE",
89-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
89+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
9090
* // IamRoleArn: "STRING_VALUE",
9191
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
9292
* // StateChangeReason: { // ImageBuilderStateChangeReason

clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResul
5959
* // Visibility: "PUBLIC" || "PRIVATE" || "SHARED",
6060
* // ImageBuilderSupported: true || false,
6161
* // ImageBuilderName: "STRING_VALUE",
62-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
62+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
6363
* // Description: "STRING_VALUE",
6464
* // StateChangeReason: { // ImageStateChangeReason
6565
* // Code: "INTERNAL_ERROR" || "IMAGE_BUILDER_NOT_AVAILABLE" || "IMAGE_COPY_FAILURE",
@@ -85,7 +85,7 @@ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResul
8585
* // S3Key: "STRING_VALUE",
8686
* // },
8787
* // Platforms: [ // Platforms
88-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
88+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
8989
* // ],
9090
* // InstanceFamilies: [ // StringList
9191
* // "STRING_VALUE",

clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface DeleteImageBuilderCommandOutput extends DeleteImageBuilderResul
5656
* // ],
5757
* // },
5858
* // InstanceType: "STRING_VALUE",
59-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
59+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
6060
* // IamRoleArn: "STRING_VALUE",
6161
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
6262
* // StateChangeReason: { // ImageBuilderStateChangeReason

clients/client-appstream/src/commands/DeleteImageCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataB
5151
* // Visibility: "PUBLIC" || "PRIVATE" || "SHARED",
5252
* // ImageBuilderSupported: true || false,
5353
* // ImageBuilderName: "STRING_VALUE",
54-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
54+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
5555
* // Description: "STRING_VALUE",
5656
* // StateChangeReason: { // ImageStateChangeReason
5757
* // Code: "INTERNAL_ERROR" || "IMAGE_BUILDER_NOT_AVAILABLE" || "IMAGE_COPY_FAILURE",
@@ -77,7 +77,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataB
7777
* // S3Key: "STRING_VALUE",
7878
* // },
7979
* // Platforms: [ // Platforms
80-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
80+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
8181
* // ],
8282
* // InstanceFamilies: [ // StringList
8383
* // "STRING_VALUE",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsR
6565
* // S3Key: "STRING_VALUE",
6666
* // },
6767
* // Platforms: [ // Platforms
68-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
68+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
6969
* // ],
7070
* // InstanceFamilies: [ // StringList
7171
* // "STRING_VALUE",

clients/client-appstream/src/commands/DescribeFleetsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export interface DescribeFleetsCommandOutput extends DescribeFleetsResult, __Met
9090
* // IdleDisconnectTimeoutInSeconds: Number("int"),
9191
* // IamRoleArn: "STRING_VALUE",
9292
* // StreamView: "APP" || "DESKTOP",
93-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
93+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
9494
* // MaxConcurrentSessions: Number("int"),
9595
* // UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
9696
* // "STRING_VALUE",

clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface DescribeImageBuildersCommandOutput extends DescribeImageBuilder
6161
* // ],
6262
* // },
6363
* // InstanceType: "STRING_VALUE",
64-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
64+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
6565
* // IamRoleArn: "STRING_VALUE",
6666
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
6767
* // StateChangeReason: { // ImageBuilderStateChangeReason

clients/client-appstream/src/commands/DescribeImagesCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResult, __Met
5959
* // Visibility: "PUBLIC" || "PRIVATE" || "SHARED",
6060
* // ImageBuilderSupported: true || false,
6161
* // ImageBuilderName: "STRING_VALUE",
62-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
62+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
6363
* // Description: "STRING_VALUE",
6464
* // StateChangeReason: { // ImageStateChangeReason
6565
* // Code: "INTERNAL_ERROR" || "IMAGE_BUILDER_NOT_AVAILABLE" || "IMAGE_COPY_FAILURE",
@@ -85,7 +85,7 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResult, __Met
8585
* // S3Key: "STRING_VALUE",
8686
* // },
8787
* // Platforms: [ // Platforms
88-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
88+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
8989
* // ],
9090
* // InstanceFamilies: [ // StringList
9191
* // "STRING_VALUE",

clients/client-appstream/src/commands/StartImageBuilderCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface StartImageBuilderCommandOutput extends StartImageBuilderResult,
5757
* // ],
5858
* // },
5959
* // InstanceType: "STRING_VALUE",
60-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
60+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
6161
* // IamRoleArn: "STRING_VALUE",
6262
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
6363
* // StateChangeReason: { // ImageBuilderStateChangeReason

clients/client-appstream/src/commands/StopImageBuilderCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface StopImageBuilderCommandOutput extends StopImageBuilderResult, _
5656
* // ],
5757
* // },
5858
* // InstanceType: "STRING_VALUE",
59-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
59+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
6060
* // IamRoleArn: "STRING_VALUE",
6161
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
6262
* // StateChangeReason: { // ImageBuilderStateChangeReason

clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface UpdateAppBlockBuilderCommandOutput extends UpdateAppBlockBuilde
4343
* Name: "STRING_VALUE", // required
4444
* Description: "STRING_VALUE",
4545
* DisplayName: "STRING_VALUE",
46-
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
46+
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
4747
* InstanceType: "STRING_VALUE",
4848
* VpcConfig: { // VpcConfig
4949
* SubnetIds: [ // SubnetIdList

clients/client-appstream/src/commands/UpdateApplicationCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationResult,
7373
* // S3Key: "STRING_VALUE",
7474
* // },
7575
* // Platforms: [ // Platforms
76-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
76+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
7777
* // ],
7878
* // InstanceFamilies: [ // StringList
7979
* // "STRING_VALUE",

clients/client-appstream/src/commands/UpdateFleetCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
8989
* ],
9090
* IamRoleArn: "STRING_VALUE",
9191
* StreamView: "APP" || "DESKTOP",
92-
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
92+
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
9393
* MaxConcurrentSessions: Number("int"),
9494
* UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
9595
* "STRING_VALUE",
@@ -148,7 +148,7 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
148148
* // IdleDisconnectTimeoutInSeconds: Number("int"),
149149
* // IamRoleArn: "STRING_VALUE",
150150
* // StreamView: "APP" || "DESKTOP",
151-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
151+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
152152
* // MaxConcurrentSessions: Number("int"),
153153
* // UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
154154
* // "STRING_VALUE",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ export type AppBlockBuilderAttribute = (typeof AppBlockBuilderAttribute)[keyof t
531531
*/
532532
export const PlatformType = {
533533
AMAZON_LINUX2: "AMAZON_LINUX2",
534+
RHEL8: "RHEL8",
534535
WINDOWS: "WINDOWS",
535536
WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016",
536537
WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019",
@@ -2253,7 +2254,7 @@ export interface CreateFleetRequest {
22532254

22542255
/**
22552256
* <p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming 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 streaming instance. </p>
2256-
* <p>Specify a value between 60 and 360000.</p>
2257+
* <p>Specify a value between 60 and 36000.</p>
22572258
* @public
22582259
*/
22592260
DisconnectTimeoutInSeconds?: number;
@@ -2303,7 +2304,7 @@ export interface CreateFleetRequest {
23032304
* and pixels changing do not qualify as user activity. If users continue to be idle after
23042305
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
23052306
* disconnected.</p>
2306-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p>
2307+
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.</p>
23072308
* <note>
23082309
* <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
23092310
* </note>
@@ -2574,7 +2575,7 @@ export interface Fleet {
25742575

25752576
/**
25762577
* <p>The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming 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 streaming instance.</p>
2577-
* <p>Specify a value between 60 and 360000.</p>
2578+
* <p>Specify a value between 60 and 36000.</p>
25782579
* @public
25792580
*/
25802581
DisconnectTimeoutInSeconds?: number;
@@ -2626,7 +2627,7 @@ export interface Fleet {
26262627
* and pixels changing do not qualify as user activity. If users continue to be idle after
26272628
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
26282629
* disconnected.</p>
2629-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p>
2630+
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.</p>
26302631
* <note>
26312632
* <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
26322633
* </note>
@@ -3315,7 +3316,6 @@ export interface UserSetting {
33153316
* <p>Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.</p>
33163317
* <p>This can be specified only for the <code>CLIPBOARD_COPY_FROM_LOCAL_DEVICE</code> and <code>CLIPBOARD_COPY_TO_LOCAL_DEVICE</code> actions.</p>
33173318
* <p>This defaults to 20,971,520 (20 MB) when unspecified and the permission is <code>ENABLED</code>. This can't be specified when the permission is <code>DISABLED</code>. </p>
3318-
* <p>This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.</p>
33193319
* <p>The value can be between 1 and 20,971,520 (20 MB).</p>
33203320
* @public
33213321
*/
@@ -6116,7 +6116,7 @@ export interface UpdateFleetRequest {
61166116

61176117
/**
61186118
* <p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming 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 streaming instance. </p>
6119-
* <p>Specify a value between 60 and 360000.</p>
6119+
* <p>Specify a value between 60 and 36000.</p>
61206120
* @public
61216121
*/
61226122
DisconnectTimeoutInSeconds?: number;
@@ -6164,7 +6164,7 @@ export interface UpdateFleetRequest {
61646164
* and pixels changing do not qualify as user activity. If users continue to be idle after
61656165
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
61666166
* disconnected. </p>
6167-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p>
6167+
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.</p>
61686168
* <note>
61696169
* <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
61706170
* </note>

0 commit comments

Comments
 (0)