@aws-sdk/client-appstream 3.620.1 → 3.621.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +2 -2
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +2 -2
- package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppBlockBuilderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +7 -7
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -52,7 +52,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
52
52
|
* WorkingDirectory: "STRING_VALUE",
|
|
53
53
|
* LaunchParameters: "STRING_VALUE",
|
|
54
54
|
* Platforms: [ // Platforms // required
|
|
55
|
-
* "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
55
|
+
* "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
56
56
|
* ],
|
|
57
57
|
* InstanceFamilies: [ // StringList // required
|
|
58
58
|
* "STRING_VALUE",
|
|
@@ -84,7 +84,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
84
84
|
* // S3Key: "STRING_VALUE",
|
|
85
85
|
* // },
|
|
86
86
|
* // Platforms: [ // Platforms
|
|
87
|
-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
87
|
+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
88
88
|
* // ],
|
|
89
89
|
* // InstanceFamilies: [ // StringList
|
|
90
90
|
* // "STRING_VALUE",
|
|
@@ -67,7 +67,7 @@ declare const CreateFleetCommand_base: {
|
|
|
67
67
|
* IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
68
68
|
* IamRoleArn: "STRING_VALUE",
|
|
69
69
|
* StreamView: "APP" || "DESKTOP",
|
|
70
|
-
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
70
|
+
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
71
71
|
* MaxConcurrentSessions: Number("int"),
|
|
72
72
|
* UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
|
|
73
73
|
* "STRING_VALUE",
|
|
@@ -126,7 +126,7 @@ declare const CreateFleetCommand_base: {
|
|
|
126
126
|
* // IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
127
127
|
* // IamRoleArn: "STRING_VALUE",
|
|
128
128
|
* // StreamView: "APP" || "DESKTOP",
|
|
129
|
-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
129
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
130
130
|
* // MaxConcurrentSessions: Number("int"),
|
|
131
131
|
* // UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
|
|
132
132
|
* // "STRING_VALUE",
|
|
@@ -85,7 +85,7 @@ declare const CreateImageBuilderCommand_base: {
|
|
|
85
85
|
* // ],
|
|
86
86
|
* // },
|
|
87
87
|
* // InstanceType: "STRING_VALUE",
|
|
88
|
-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
88
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
89
89
|
* // IamRoleArn: "STRING_VALUE",
|
|
90
90
|
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
91
91
|
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
@@ -58,7 +58,7 @@ declare const CreateUpdatedImageCommand_base: {
|
|
|
58
58
|
* // Visibility: "PUBLIC" || "PRIVATE" || "SHARED",
|
|
59
59
|
* // ImageBuilderSupported: true || false,
|
|
60
60
|
* // ImageBuilderName: "STRING_VALUE",
|
|
61
|
-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
61
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
62
62
|
* // Description: "STRING_VALUE",
|
|
63
63
|
* // StateChangeReason: { // ImageStateChangeReason
|
|
64
64
|
* // Code: "INTERNAL_ERROR" || "IMAGE_BUILDER_NOT_AVAILABLE" || "IMAGE_COPY_FAILURE",
|
|
@@ -84,7 +84,7 @@ declare const CreateUpdatedImageCommand_base: {
|
|
|
84
84
|
* // S3Key: "STRING_VALUE",
|
|
85
85
|
* // },
|
|
86
86
|
* // Platforms: [ // Platforms
|
|
87
|
-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
87
|
+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
88
88
|
* // ],
|
|
89
89
|
* // InstanceFamilies: [ // StringList
|
|
90
90
|
* // "STRING_VALUE",
|
|
@@ -55,7 +55,7 @@ declare const DeleteImageBuilderCommand_base: {
|
|
|
55
55
|
* // ],
|
|
56
56
|
* // },
|
|
57
57
|
* // InstanceType: "STRING_VALUE",
|
|
58
|
-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
58
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
59
59
|
* // IamRoleArn: "STRING_VALUE",
|
|
60
60
|
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
61
61
|
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
@@ -50,7 +50,7 @@ declare const DeleteImageCommand_base: {
|
|
|
50
50
|
* // Visibility: "PUBLIC" || "PRIVATE" || "SHARED",
|
|
51
51
|
* // ImageBuilderSupported: true || false,
|
|
52
52
|
* // ImageBuilderName: "STRING_VALUE",
|
|
53
|
-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
53
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
54
54
|
* // Description: "STRING_VALUE",
|
|
55
55
|
* // StateChangeReason: { // ImageStateChangeReason
|
|
56
56
|
* // Code: "INTERNAL_ERROR" || "IMAGE_BUILDER_NOT_AVAILABLE" || "IMAGE_COPY_FAILURE",
|
|
@@ -76,7 +76,7 @@ declare const DeleteImageCommand_base: {
|
|
|
76
76
|
* // S3Key: "STRING_VALUE",
|
|
77
77
|
* // },
|
|
78
78
|
* // Platforms: [ // Platforms
|
|
79
|
-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
79
|
+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
80
80
|
* // ],
|
|
81
81
|
* // InstanceFamilies: [ // StringList
|
|
82
82
|
* // "STRING_VALUE",
|
|
@@ -64,7 +64,7 @@ declare const DescribeApplicationsCommand_base: {
|
|
|
64
64
|
* // S3Key: "STRING_VALUE",
|
|
65
65
|
* // },
|
|
66
66
|
* // Platforms: [ // Platforms
|
|
67
|
-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
67
|
+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
68
68
|
* // ],
|
|
69
69
|
* // InstanceFamilies: [ // StringList
|
|
70
70
|
* // "STRING_VALUE",
|
|
@@ -89,7 +89,7 @@ declare const DescribeFleetsCommand_base: {
|
|
|
89
89
|
* // IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
90
90
|
* // IamRoleArn: "STRING_VALUE",
|
|
91
91
|
* // 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",
|
|
93
93
|
* // MaxConcurrentSessions: Number("int"),
|
|
94
94
|
* // UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
|
|
95
95
|
* // "STRING_VALUE",
|
|
@@ -60,7 +60,7 @@ declare const DescribeImageBuildersCommand_base: {
|
|
|
60
60
|
* // ],
|
|
61
61
|
* // },
|
|
62
62
|
* // InstanceType: "STRING_VALUE",
|
|
63
|
-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
63
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
64
64
|
* // IamRoleArn: "STRING_VALUE",
|
|
65
65
|
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
66
66
|
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
@@ -58,7 +58,7 @@ declare const DescribeImagesCommand_base: {
|
|
|
58
58
|
* // Visibility: "PUBLIC" || "PRIVATE" || "SHARED",
|
|
59
59
|
* // ImageBuilderSupported: true || false,
|
|
60
60
|
* // ImageBuilderName: "STRING_VALUE",
|
|
61
|
-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
61
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
62
62
|
* // Description: "STRING_VALUE",
|
|
63
63
|
* // StateChangeReason: { // ImageStateChangeReason
|
|
64
64
|
* // Code: "INTERNAL_ERROR" || "IMAGE_BUILDER_NOT_AVAILABLE" || "IMAGE_COPY_FAILURE",
|
|
@@ -84,7 +84,7 @@ declare const DescribeImagesCommand_base: {
|
|
|
84
84
|
* // S3Key: "STRING_VALUE",
|
|
85
85
|
* // },
|
|
86
86
|
* // Platforms: [ // Platforms
|
|
87
|
-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
87
|
+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
88
88
|
* // ],
|
|
89
89
|
* // InstanceFamilies: [ // StringList
|
|
90
90
|
* // "STRING_VALUE",
|
|
@@ -56,7 +56,7 @@ declare const StartImageBuilderCommand_base: {
|
|
|
56
56
|
* // ],
|
|
57
57
|
* // },
|
|
58
58
|
* // 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",
|
|
60
60
|
* // IamRoleArn: "STRING_VALUE",
|
|
61
61
|
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
62
62
|
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
@@ -55,7 +55,7 @@ declare const StopImageBuilderCommand_base: {
|
|
|
55
55
|
* // ],
|
|
56
56
|
* // },
|
|
57
57
|
* // InstanceType: "STRING_VALUE",
|
|
58
|
-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
58
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
59
59
|
* // IamRoleArn: "STRING_VALUE",
|
|
60
60
|
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
61
61
|
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
@@ -42,7 +42,7 @@ declare const UpdateAppBlockBuilderCommand_base: {
|
|
|
42
42
|
* Name: "STRING_VALUE", // required
|
|
43
43
|
* Description: "STRING_VALUE",
|
|
44
44
|
* DisplayName: "STRING_VALUE",
|
|
45
|
-
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
45
|
+
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
46
46
|
* InstanceType: "STRING_VALUE",
|
|
47
47
|
* VpcConfig: { // VpcConfig
|
|
48
48
|
* SubnetIds: [ // SubnetIdList
|
|
@@ -72,7 +72,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
72
72
|
* // S3Key: "STRING_VALUE",
|
|
73
73
|
* // },
|
|
74
74
|
* // Platforms: [ // Platforms
|
|
75
|
-
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
75
|
+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
76
76
|
* // ],
|
|
77
77
|
* // InstanceFamilies: [ // StringList
|
|
78
78
|
* // "STRING_VALUE",
|
|
@@ -88,7 +88,7 @@ declare const UpdateFleetCommand_base: {
|
|
|
88
88
|
* ],
|
|
89
89
|
* IamRoleArn: "STRING_VALUE",
|
|
90
90
|
* StreamView: "APP" || "DESKTOP",
|
|
91
|
-
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
91
|
+
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
92
92
|
* MaxConcurrentSessions: Number("int"),
|
|
93
93
|
* UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
|
|
94
94
|
* "STRING_VALUE",
|
|
@@ -147,7 +147,7 @@ declare const UpdateFleetCommand_base: {
|
|
|
147
147
|
* // IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
148
148
|
* // IamRoleArn: "STRING_VALUE",
|
|
149
149
|
* // StreamView: "APP" || "DESKTOP",
|
|
150
|
-
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2",
|
|
150
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8",
|
|
151
151
|
* // MaxConcurrentSessions: Number("int"),
|
|
152
152
|
* // UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
|
|
153
153
|
* // "STRING_VALUE",
|
|
@@ -464,6 +464,7 @@ export type AppBlockBuilderAttribute = (typeof AppBlockBuilderAttribute)[keyof t
|
|
|
464
464
|
*/
|
|
465
465
|
export declare const PlatformType: {
|
|
466
466
|
readonly AMAZON_LINUX2: "AMAZON_LINUX2";
|
|
467
|
+
readonly RHEL8: "RHEL8";
|
|
467
468
|
readonly WINDOWS: "WINDOWS";
|
|
468
469
|
readonly WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016";
|
|
469
470
|
readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019";
|
|
@@ -1918,7 +1919,7 @@ export interface CreateFleetRequest {
|
|
|
1918
1919
|
MaxUserDurationInSeconds?: number;
|
|
1919
1920
|
/**
|
|
1920
1921
|
* <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>
|
|
1921
|
-
* <p>Specify a value between 60 and
|
|
1922
|
+
* <p>Specify a value between 60 and 36000.</p>
|
|
1922
1923
|
* @public
|
|
1923
1924
|
*/
|
|
1924
1925
|
DisconnectTimeoutInSeconds?: number;
|
|
@@ -1962,7 +1963,7 @@ export interface CreateFleetRequest {
|
|
|
1962
1963
|
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
1963
1964
|
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
1964
1965
|
* disconnected.</p>
|
|
1965
|
-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and
|
|
1966
|
+
* <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>
|
|
1966
1967
|
* <note>
|
|
1967
1968
|
* <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>
|
|
1968
1969
|
* </note>
|
|
@@ -2211,7 +2212,7 @@ export interface Fleet {
|
|
|
2211
2212
|
MaxUserDurationInSeconds?: number;
|
|
2212
2213
|
/**
|
|
2213
2214
|
* <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>
|
|
2214
|
-
* <p>Specify a value between 60 and
|
|
2215
|
+
* <p>Specify a value between 60 and 36000.</p>
|
|
2215
2216
|
* @public
|
|
2216
2217
|
*/
|
|
2217
2218
|
DisconnectTimeoutInSeconds?: number;
|
|
@@ -2256,7 +2257,7 @@ export interface Fleet {
|
|
|
2256
2257
|
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
2257
2258
|
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
2258
2259
|
* disconnected.</p>
|
|
2259
|
-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and
|
|
2260
|
+
* <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>
|
|
2260
2261
|
* <note>
|
|
2261
2262
|
* <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>
|
|
2262
2263
|
* </note>
|
|
@@ -2879,7 +2880,6 @@ export interface UserSetting {
|
|
|
2879
2880
|
* <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>
|
|
2880
2881
|
* <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>
|
|
2881
2882
|
* <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>
|
|
2882
|
-
* <p>This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.</p>
|
|
2883
2883
|
* <p>The value can be between 1 and 20,971,520 (20 MB).</p>
|
|
2884
2884
|
* @public
|
|
2885
2885
|
*/
|
|
@@ -5358,7 +5358,7 @@ export interface UpdateFleetRequest {
|
|
|
5358
5358
|
MaxUserDurationInSeconds?: number;
|
|
5359
5359
|
/**
|
|
5360
5360
|
* <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>
|
|
5361
|
-
* <p>Specify a value between 60 and
|
|
5361
|
+
* <p>Specify a value between 60 and 36000.</p>
|
|
5362
5362
|
* @public
|
|
5363
5363
|
*/
|
|
5364
5364
|
DisconnectTimeoutInSeconds?: number;
|
|
@@ -5400,7 +5400,7 @@ export interface UpdateFleetRequest {
|
|
|
5400
5400
|
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
5401
5401
|
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
5402
5402
|
* disconnected. </p>
|
|
5403
|
-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and
|
|
5403
|
+
* <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>
|
|
5404
5404
|
* <note>
|
|
5405
5405
|
* <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>
|
|
5406
5406
|
* </note>
|
|
@@ -150,6 +150,7 @@ export type AppBlockBuilderAttribute =
|
|
|
150
150
|
(typeof AppBlockBuilderAttribute)[keyof typeof AppBlockBuilderAttribute];
|
|
151
151
|
export declare const PlatformType: {
|
|
152
152
|
readonly AMAZON_LINUX2: "AMAZON_LINUX2";
|
|
153
|
+
readonly RHEL8: "RHEL8";
|
|
153
154
|
readonly WINDOWS: "WINDOWS";
|
|
154
155
|
readonly WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016";
|
|
155
156
|
readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appstream",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.621.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appstream",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.621.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.621.0",
|
|
25
|
+
"@aws-sdk/core": "3.621.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.621.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
@@ -34,26 +34,26 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.5",
|
|
37
|
-
"@smithy/core": "^2.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
37
|
+
"@smithy/core": "^2.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.4",
|
|
39
39
|
"@smithy/hash-node": "^3.0.3",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.5",
|
|
42
42
|
"@smithy/middleware-endpoint": "^3.1.0",
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.13",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.3",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.3",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.4",
|
|
47
47
|
"@smithy/node-http-handler": "^3.1.4",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.0",
|
|
49
|
-
"@smithy/smithy-client": "^3.1.
|
|
49
|
+
"@smithy/smithy-client": "^3.1.11",
|
|
50
50
|
"@smithy/types": "^3.3.0",
|
|
51
51
|
"@smithy/url-parser": "^3.0.3",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.13",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.13",
|
|
57
57
|
"@smithy/util-endpoints": "^2.0.5",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.3",
|
|
59
59
|
"@smithy/util-retry": "^3.0.3",
|