@aws-sdk/client-appstream 3.258.0 → 3.260.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/README.md +0 -3
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/waiters/waitForFleetStarted.js +3 -3
- package/dist-cjs/waiters/waitForFleetStopped.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/waiters/waitForFleetStarted.js +3 -3
- package/dist-es/waiters/waitForFleetStopped.js +3 -3
- package/dist-types/AppStream.d.ts +24 -29
- package/dist-types/AppStreamClient.d.ts +4 -7
- package/dist-types/commands/CreateAppBlockCommand.d.ts +2 -2
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFleetCommand.d.ts +6 -6
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +72 -103
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -12,13 +12,10 @@ AWS SDK for JavaScript AppStream Client for Node.js, Browser and React Native.
|
|
|
12
12
|
<fullname>Amazon AppStream 2.0</fullname>
|
|
13
13
|
|
|
14
14
|
<p>This is the <i>Amazon AppStream 2.0 API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand. </p>
|
|
15
|
-
|
|
16
15
|
<note>
|
|
17
16
|
<p>You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/access-api-cli-through-interface-vpc-endpoint.html">Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
18
17
|
</note>
|
|
19
|
-
|
|
20
18
|
<p>To learn more about AppStream 2.0, see the following resources:</p>
|
|
21
|
-
|
|
22
19
|
<ul>
|
|
23
20
|
<li>
|
|
24
21
|
<p>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "fn", r = "argv", s = "ref";
|
|
5
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://appstream2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://appstream2-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://appstream2.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://appstream2.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -18,7 +18,7 @@ const checkState = async (client, input) => {
|
|
|
18
18
|
};
|
|
19
19
|
let allStringEq_5 = returnComparator().length > 0;
|
|
20
20
|
for (const element_4 of returnComparator()) {
|
|
21
|
-
allStringEq_5 = allStringEq_5 && element_4 == "
|
|
21
|
+
allStringEq_5 = allStringEq_5 && element_4 == "RUNNING";
|
|
22
22
|
}
|
|
23
23
|
if (allStringEq_5) {
|
|
24
24
|
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
|
@@ -34,7 +34,7 @@ const checkState = async (client, input) => {
|
|
|
34
34
|
return projection_3;
|
|
35
35
|
};
|
|
36
36
|
for (const anyStringEq_4 of returnComparator()) {
|
|
37
|
-
if (anyStringEq_4 == "
|
|
37
|
+
if (anyStringEq_4 == "STOPPING") {
|
|
38
38
|
return { state: util_waiter_1.WaiterState.FAILURE, reason };
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -49,7 +49,7 @@ const checkState = async (client, input) => {
|
|
|
49
49
|
return projection_3;
|
|
50
50
|
};
|
|
51
51
|
for (const anyStringEq_4 of returnComparator()) {
|
|
52
|
-
if (anyStringEq_4 == "
|
|
52
|
+
if (anyStringEq_4 == "STOPPED") {
|
|
53
53
|
return { state: util_waiter_1.WaiterState.FAILURE, reason };
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -18,7 +18,7 @@ const checkState = async (client, input) => {
|
|
|
18
18
|
};
|
|
19
19
|
let allStringEq_5 = returnComparator().length > 0;
|
|
20
20
|
for (const element_4 of returnComparator()) {
|
|
21
|
-
allStringEq_5 = allStringEq_5 && element_4 == "
|
|
21
|
+
allStringEq_5 = allStringEq_5 && element_4 == "STOPPED";
|
|
22
22
|
}
|
|
23
23
|
if (allStringEq_5) {
|
|
24
24
|
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
|
@@ -34,7 +34,7 @@ const checkState = async (client, input) => {
|
|
|
34
34
|
return projection_3;
|
|
35
35
|
};
|
|
36
36
|
for (const anyStringEq_4 of returnComparator()) {
|
|
37
|
-
if (anyStringEq_4 == "
|
|
37
|
+
if (anyStringEq_4 == "STARTING") {
|
|
38
38
|
return { state: util_waiter_1.WaiterState.FAILURE, reason };
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -49,7 +49,7 @@ const checkState = async (client, input) => {
|
|
|
49
49
|
return projection_3;
|
|
50
50
|
};
|
|
51
51
|
for (const anyStringEq_4 of returnComparator()) {
|
|
52
|
-
if (anyStringEq_4 == "
|
|
52
|
+
if (anyStringEq_4 == "RUNNING") {
|
|
53
53
|
return { state: util_waiter_1.WaiterState.FAILURE, reason };
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "fn", r = "argv", s = "ref";
|
|
2
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://appstream2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://appstream2-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://appstream2.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://appstream2.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -15,7 +15,7 @@ const checkState = async (client, input) => {
|
|
|
15
15
|
};
|
|
16
16
|
let allStringEq_5 = returnComparator().length > 0;
|
|
17
17
|
for (const element_4 of returnComparator()) {
|
|
18
|
-
allStringEq_5 = allStringEq_5 && element_4 == "
|
|
18
|
+
allStringEq_5 = allStringEq_5 && element_4 == "RUNNING";
|
|
19
19
|
}
|
|
20
20
|
if (allStringEq_5) {
|
|
21
21
|
return { state: WaiterState.SUCCESS, reason };
|
|
@@ -31,7 +31,7 @@ const checkState = async (client, input) => {
|
|
|
31
31
|
return projection_3;
|
|
32
32
|
};
|
|
33
33
|
for (const anyStringEq_4 of returnComparator()) {
|
|
34
|
-
if (anyStringEq_4 == "
|
|
34
|
+
if (anyStringEq_4 == "STOPPING") {
|
|
35
35
|
return { state: WaiterState.FAILURE, reason };
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -46,7 +46,7 @@ const checkState = async (client, input) => {
|
|
|
46
46
|
return projection_3;
|
|
47
47
|
};
|
|
48
48
|
for (const anyStringEq_4 of returnComparator()) {
|
|
49
|
-
if (anyStringEq_4 == "
|
|
49
|
+
if (anyStringEq_4 == "STOPPED") {
|
|
50
50
|
return { state: WaiterState.FAILURE, reason };
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -15,7 +15,7 @@ const checkState = async (client, input) => {
|
|
|
15
15
|
};
|
|
16
16
|
let allStringEq_5 = returnComparator().length > 0;
|
|
17
17
|
for (const element_4 of returnComparator()) {
|
|
18
|
-
allStringEq_5 = allStringEq_5 && element_4 == "
|
|
18
|
+
allStringEq_5 = allStringEq_5 && element_4 == "STOPPED";
|
|
19
19
|
}
|
|
20
20
|
if (allStringEq_5) {
|
|
21
21
|
return { state: WaiterState.SUCCESS, reason };
|
|
@@ -31,7 +31,7 @@ const checkState = async (client, input) => {
|
|
|
31
31
|
return projection_3;
|
|
32
32
|
};
|
|
33
33
|
for (const anyStringEq_4 of returnComparator()) {
|
|
34
|
-
if (anyStringEq_4 == "
|
|
34
|
+
if (anyStringEq_4 == "STARTING") {
|
|
35
35
|
return { state: WaiterState.FAILURE, reason };
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -46,7 +46,7 @@ const checkState = async (client, input) => {
|
|
|
46
46
|
return projection_3;
|
|
47
47
|
};
|
|
48
48
|
for (const anyStringEq_4 of returnComparator()) {
|
|
49
|
-
if (anyStringEq_4 == "
|
|
49
|
+
if (anyStringEq_4 == "RUNNING") {
|
|
50
50
|
return { state: WaiterState.FAILURE, reason };
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -67,15 +67,12 @@ import { UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput
|
|
|
67
67
|
import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
|
|
68
68
|
/**
|
|
69
69
|
* <fullname>Amazon AppStream 2.0</fullname>
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
* <note>
|
|
70
|
+
* <p>This is the <i>Amazon AppStream 2.0 API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand. </p>
|
|
71
|
+
* <note>
|
|
73
72
|
* <p>You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/access-api-cli-through-interface-vpc-endpoint.html">Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
74
73
|
* </note>
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
* <ul>
|
|
74
|
+
* <p>To learn more about AppStream 2.0, see the following resources:</p>
|
|
75
|
+
* <ul>
|
|
79
76
|
* <li>
|
|
80
77
|
* <p>
|
|
81
78
|
* <a href="http://aws.amazon.com/appstream2">Amazon AppStream 2.0 product page</a>
|
|
@@ -127,24 +124,24 @@ export declare class AppStream extends AppStreamClient {
|
|
|
127
124
|
copyImage(args: CopyImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyImageCommandOutput) => void): void;
|
|
128
125
|
/**
|
|
129
126
|
* <p>Creates an app block.</p>
|
|
130
|
-
*
|
|
127
|
+
* <p>App blocks are an Amazon AppStream 2.0 resource that stores the details about the
|
|
131
128
|
* virtual hard disk in an S3 bucket. It also stores the setup script with details about
|
|
132
129
|
* how to mount the virtual hard disk. The virtual hard disk includes the application
|
|
133
130
|
* binaries and other files necessary to launch your applications. Multiple applications
|
|
134
131
|
* can be assigned to a single app block.</p>
|
|
135
|
-
*
|
|
132
|
+
* <p>This is only supported for Elastic fleets.</p>
|
|
136
133
|
*/
|
|
137
134
|
createAppBlock(args: CreateAppBlockCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppBlockCommandOutput>;
|
|
138
135
|
createAppBlock(args: CreateAppBlockCommandInput, cb: (err: any, data?: CreateAppBlockCommandOutput) => void): void;
|
|
139
136
|
createAppBlock(args: CreateAppBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppBlockCommandOutput) => void): void;
|
|
140
137
|
/**
|
|
141
138
|
* <p>Creates an application.</p>
|
|
142
|
-
*
|
|
139
|
+
* <p>Applications are an Amazon AppStream 2.0 resource that stores the details about how to
|
|
143
140
|
* launch applications on Elastic fleet streaming instances. An application consists of the
|
|
144
141
|
* launch details, icon, and display name. Applications are associated with an app block
|
|
145
142
|
* that contains the application binaries and other files. The applications assigned to an
|
|
146
143
|
* Elastic fleet are the applications users can launch. </p>
|
|
147
|
-
*
|
|
144
|
+
* <p>This is only supported for Elastic fleets.</p>
|
|
148
145
|
*/
|
|
149
146
|
createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
|
|
150
147
|
createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
@@ -174,7 +171,7 @@ export declare class AppStream extends AppStreamClient {
|
|
|
174
171
|
createFleet(args: CreateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
|
|
175
172
|
/**
|
|
176
173
|
* <p>Creates an image builder. An image builder is a virtual machine that is used to create an image.</p>
|
|
177
|
-
*
|
|
174
|
+
* <p>The initial state of the builder is <code>PENDING</code>. When it is ready, the state is <code>RUNNING</code>.</p>
|
|
178
175
|
*/
|
|
179
176
|
createImageBuilder(args: CreateImageBuilderCommandInput, options?: __HttpHandlerOptions): Promise<CreateImageBuilderCommandOutput>;
|
|
180
177
|
createImageBuilder(args: CreateImageBuilderCommandInput, cb: (err: any, data?: CreateImageBuilderCommandOutput) => void): void;
|
|
@@ -199,8 +196,7 @@ export declare class AppStream extends AppStreamClient {
|
|
|
199
196
|
createStreamingURL(args: CreateStreamingURLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamingURLCommandOutput) => void): void;
|
|
200
197
|
/**
|
|
201
198
|
* <p>Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.</p>
|
|
202
|
-
*
|
|
203
|
-
* <p>For more information, see the "Update an Image by Using
|
|
199
|
+
* <p>For more information, see the "Update an Image by Using
|
|
204
200
|
* Managed AppStream 2.0 Image Updates" section in <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/administer-images.html">Administer Your AppStream 2.0 Images</a>, in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
205
201
|
*/
|
|
206
202
|
createUpdatedImage(args: CreateUpdatedImageCommandInput, options?: __HttpHandlerOptions): Promise<CreateUpdatedImageCommandOutput>;
|
|
@@ -306,7 +302,7 @@ export declare class AppStream extends AppStreamClient {
|
|
|
306
302
|
/**
|
|
307
303
|
* <p>Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
|
|
308
304
|
* </p>
|
|
309
|
-
*
|
|
305
|
+
* <p>Although the response syntax in this topic includes the account password, this password is not returned in the actual response.</p>
|
|
310
306
|
*/
|
|
311
307
|
describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectoryConfigsCommandOutput>;
|
|
312
308
|
describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, cb: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void): void;
|
|
@@ -369,7 +365,7 @@ export declare class AppStream extends AppStreamClient {
|
|
|
369
365
|
describeUsers(args: DescribeUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
|
|
370
366
|
/**
|
|
371
367
|
* <p>Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:</p>
|
|
372
|
-
*
|
|
368
|
+
* <ul>
|
|
373
369
|
* <li>
|
|
374
370
|
* <p>The stack name</p>
|
|
375
371
|
* </li>
|
|
@@ -437,7 +433,7 @@ export declare class AppStream extends AppStreamClient {
|
|
|
437
433
|
listEntitledApplications(args: ListEntitledApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitledApplicationsCommandOutput) => void): void;
|
|
438
434
|
/**
|
|
439
435
|
* <p>Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p>
|
|
440
|
-
*
|
|
436
|
+
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
441
437
|
*/
|
|
442
438
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
443
439
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
@@ -468,20 +464,19 @@ export declare class AppStream extends AppStreamClient {
|
|
|
468
464
|
stopImageBuilder(args: StopImageBuilderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopImageBuilderCommandOutput) => void): void;
|
|
469
465
|
/**
|
|
470
466
|
* <p>Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p>
|
|
471
|
-
*
|
|
467
|
+
* <p>Each tag consists of a key and an optional value. If a resource already has a tag with the same key,
|
|
472
468
|
* this operation updates its value.</p>
|
|
473
|
-
*
|
|
474
|
-
* <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.
|
|
469
|
+
* <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.
|
|
475
470
|
* To disassociate tags from your resources, use <a>UntagResource</a>.</p>
|
|
476
|
-
*
|
|
471
|
+
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
477
472
|
*/
|
|
478
473
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
479
474
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
480
475
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
481
476
|
/**
|
|
482
477
|
* <p>Disassociates one or more specified tags from the specified AppStream 2.0 resource.</p>
|
|
483
|
-
*
|
|
484
|
-
*
|
|
478
|
+
* <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.</p>
|
|
479
|
+
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
485
480
|
*/
|
|
486
481
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
487
482
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
@@ -506,27 +501,27 @@ export declare class AppStream extends AppStreamClient {
|
|
|
506
501
|
updateEntitlement(args: UpdateEntitlementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEntitlementCommandOutput) => void): void;
|
|
507
502
|
/**
|
|
508
503
|
* <p>Updates the specified fleet.</p>
|
|
509
|
-
*
|
|
504
|
+
* <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except
|
|
510
505
|
* the fleet name.</p>
|
|
511
|
-
*
|
|
506
|
+
* <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based
|
|
512
507
|
* on the fleet type:</p>
|
|
513
|
-
*
|
|
508
|
+
* <ul>
|
|
514
509
|
* <li>
|
|
515
510
|
* <p>Always-On and On-Demand fleet types</p>
|
|
516
|
-
*
|
|
511
|
+
* <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>,
|
|
517
512
|
* <code>ImageARN</code>, <code>ImageName</code>,
|
|
518
513
|
* <code>IdleDisconnectTimeoutInSeconds</code>, and
|
|
519
514
|
* <code>DisconnectTimeoutInSeconds</code> attributes.</p>
|
|
520
515
|
* </li>
|
|
521
516
|
* <li>
|
|
522
517
|
* <p>Elastic fleet type</p>
|
|
523
|
-
*
|
|
518
|
+
* <p>You can update the <code>DisplayName</code>,
|
|
524
519
|
* <code>IdleDisconnectTimeoutInSeconds</code>,
|
|
525
520
|
* <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>, <code>SessionScriptS3Location</code>
|
|
526
521
|
* and <code>UsbDeviceFilterStrings</code> attributes.</p>
|
|
527
522
|
* </li>
|
|
528
523
|
* </ul>
|
|
529
|
-
*
|
|
524
|
+
* <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>
|
|
530
525
|
*/
|
|
531
526
|
updateFleet(args: UpdateFleetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFleetCommandOutput>;
|
|
532
527
|
updateFleet(args: UpdateFleetCommandInput, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
|
|
@@ -189,15 +189,12 @@ export interface AppStreamClientResolvedConfig extends AppStreamClientResolvedCo
|
|
|
189
189
|
}
|
|
190
190
|
/**
|
|
191
191
|
* <fullname>Amazon AppStream 2.0</fullname>
|
|
192
|
-
*
|
|
193
|
-
*
|
|
194
|
-
* <note>
|
|
192
|
+
* <p>This is the <i>Amazon AppStream 2.0 API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand. </p>
|
|
193
|
+
* <note>
|
|
195
194
|
* <p>You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/access-api-cli-through-interface-vpc-endpoint.html">Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
196
195
|
* </note>
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
* <ul>
|
|
196
|
+
* <p>To learn more about AppStream 2.0, see the following resources:</p>
|
|
197
|
+
* <ul>
|
|
201
198
|
* <li>
|
|
202
199
|
* <p>
|
|
203
200
|
* <a href="http://aws.amazon.com/appstream2">Amazon AppStream 2.0 product page</a>
|
|
@@ -9,12 +9,12 @@ export interface CreateAppBlockCommandOutput extends CreateAppBlockResult, __Met
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Creates an app block.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>App blocks are an Amazon AppStream 2.0 resource that stores the details about the
|
|
13
13
|
* virtual hard disk in an S3 bucket. It also stores the setup script with details about
|
|
14
14
|
* how to mount the virtual hard disk. The virtual hard disk includes the application
|
|
15
15
|
* binaries and other files necessary to launch your applications. Multiple applications
|
|
16
16
|
* can be assigned to a single app block.</p>
|
|
17
|
-
*
|
|
17
|
+
* <p>This is only supported for Elastic fleets.</p>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
20
|
* ```javascript
|
|
@@ -9,12 +9,12 @@ export interface CreateApplicationCommandOutput extends CreateApplicationResult,
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Creates an application.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Applications are an Amazon AppStream 2.0 resource that stores the details about how to
|
|
13
13
|
* launch applications on Elastic fleet streaming instances. An application consists of the
|
|
14
14
|
* launch details, icon, and display name. Applications are associated with an app block
|
|
15
15
|
* that contains the application binaries and other files. The applications assigned to an
|
|
16
16
|
* Elastic fleet are the applications users can launch. </p>
|
|
17
|
-
*
|
|
17
|
+
* <p>This is only supported for Elastic fleets.</p>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
20
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface CreateImageBuilderCommandOutput extends CreateImageBuilderResul
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Creates an image builder. An image builder is a virtual machine that is used to create an image.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>The initial state of the builder is <code>PENDING</code>. When it is ready, the state is <code>RUNNING</code>.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,8 +9,7 @@ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResul
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.</p>
|
|
12
|
-
*
|
|
13
|
-
* <p>For more information, see the "Update an Image by Using
|
|
12
|
+
* <p>For more information, see the "Update an Image by Using
|
|
14
13
|
* Managed AppStream 2.0 Image Updates" section in <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/administer-images.html">Administer Your AppStream 2.0 Images</a>, in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
15
14
|
* @example
|
|
16
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -10,7 +10,7 @@ export interface DescribeDirectoryConfigsCommandOutput extends DescribeDirectory
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
|
|
12
12
|
* </p>
|
|
13
|
-
*
|
|
13
|
+
* <p>Although the response syntax in this topic includes the account password, this password is not returned in the actual response.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
16
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface DescribeUserStackAssociationsCommandOutput extends DescribeUser
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:</p>
|
|
12
|
-
*
|
|
12
|
+
* <ul>
|
|
13
13
|
* <li>
|
|
14
14
|
* <p>The stack name</p>
|
|
15
15
|
* </li>
|
|
@@ -9,7 +9,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,12 +9,11 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Each tag consists of a key and an optional value. If a resource already has a tag with the same key,
|
|
13
13
|
* this operation updates its value.</p>
|
|
14
|
-
*
|
|
15
|
-
* <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.
|
|
14
|
+
* <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.
|
|
16
15
|
* To disassociate tags from your resources, use <a>UntagResource</a>.</p>
|
|
17
|
-
*
|
|
16
|
+
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
18
17
|
* @example
|
|
19
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
19
|
* ```javascript
|
|
@@ -9,8 +9,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Disassociates one or more specified tags from the specified AppStream 2.0 resource.</p>
|
|
12
|
-
*
|
|
13
|
-
*
|
|
12
|
+
* <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.</p>
|
|
13
|
+
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
16
|
* ```javascript
|
|
@@ -9,27 +9,27 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Updates the specified fleet.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except
|
|
13
13
|
* the fleet name.</p>
|
|
14
|
-
*
|
|
14
|
+
* <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based
|
|
15
15
|
* on the fleet type:</p>
|
|
16
|
-
*
|
|
16
|
+
* <ul>
|
|
17
17
|
* <li>
|
|
18
18
|
* <p>Always-On and On-Demand fleet types</p>
|
|
19
|
-
*
|
|
19
|
+
* <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>,
|
|
20
20
|
* <code>ImageARN</code>, <code>ImageName</code>,
|
|
21
21
|
* <code>IdleDisconnectTimeoutInSeconds</code>, and
|
|
22
22
|
* <code>DisconnectTimeoutInSeconds</code> attributes.</p>
|
|
23
23
|
* </li>
|
|
24
24
|
* <li>
|
|
25
25
|
* <p>Elastic fleet type</p>
|
|
26
|
-
*
|
|
26
|
+
* <p>You can update the <code>DisplayName</code>,
|
|
27
27
|
* <code>IdleDisconnectTimeoutInSeconds</code>,
|
|
28
28
|
* <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>, <code>SessionScriptS3Location</code>
|
|
29
29
|
* and <code>UsbDeviceFilterStrings</code> attributes.</p>
|
|
30
30
|
* </li>
|
|
31
31
|
* </ul>
|
|
32
|
-
*
|
|
32
|
+
* <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -403,8 +403,7 @@ export interface UserStackAssociation {
|
|
|
403
403
|
StackName: string | undefined;
|
|
404
404
|
/**
|
|
405
405
|
* <p>The email address of the user who is associated with the stack.</p>
|
|
406
|
-
*
|
|
407
|
-
* <note>
|
|
406
|
+
* <note>
|
|
408
407
|
* <p>Users' email addresses are case-sensitive.</p>
|
|
409
408
|
* </note>
|
|
410
409
|
*/
|
|
@@ -759,8 +758,8 @@ export interface EntitlementAttribute {
|
|
|
759
758
|
* <p>A supported AWS IAM SAML <code>PrincipalTag</code> attribute that is matched to the
|
|
760
759
|
* associated value when a user identity federates into an Amazon AppStream 2.0 SAML
|
|
761
760
|
* application.</p>
|
|
762
|
-
*
|
|
763
|
-
*
|
|
761
|
+
* <p>The following are valid values:</p>
|
|
762
|
+
* <ul>
|
|
764
763
|
* <li>
|
|
765
764
|
* <p>roles</p>
|
|
766
765
|
* </li>
|
|
@@ -783,7 +782,7 @@ export interface EntitlementAttribute {
|
|
|
783
782
|
* <p>userType</p>
|
|
784
783
|
* </li>
|
|
785
784
|
* </ul>
|
|
786
|
-
*
|
|
785
|
+
* <p> </p>
|
|
787
786
|
*/
|
|
788
787
|
Name: string | undefined;
|
|
789
788
|
/**
|
|
@@ -923,7 +922,7 @@ export interface CreateFleetRequest {
|
|
|
923
922
|
ImageArn?: string;
|
|
924
923
|
/**
|
|
925
924
|
* <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
|
|
926
|
-
*
|
|
925
|
+
* <ul>
|
|
927
926
|
* <li>
|
|
928
927
|
* <p>stream.standard.small</p>
|
|
929
928
|
* </li>
|
|
@@ -1030,8 +1029,8 @@ export interface CreateFleetRequest {
|
|
|
1030
1029
|
* <p>stream.graphics-pro.16xlarge</p>
|
|
1031
1030
|
* </li>
|
|
1032
1031
|
* </ul>
|
|
1033
|
-
*
|
|
1034
|
-
*
|
|
1032
|
+
* <p>The following instance types are available for Elastic fleets:</p>
|
|
1033
|
+
* <ul>
|
|
1035
1034
|
* <li>
|
|
1036
1035
|
* <p>stream.standard.small</p>
|
|
1037
1036
|
* </li>
|
|
@@ -1052,18 +1051,18 @@ export interface CreateFleetRequest {
|
|
|
1052
1051
|
InstanceType: string | undefined;
|
|
1053
1052
|
/**
|
|
1054
1053
|
* <p>The fleet type.</p>
|
|
1055
|
-
*
|
|
1054
|
+
* <dl>
|
|
1056
1055
|
* <dt>ALWAYS_ON</dt>
|
|
1057
1056
|
* <dd>
|
|
1058
|
-
*
|
|
1057
|
+
* <p>Provides users with instant-on access to their apps.
|
|
1059
1058
|
* You are charged for all running instances in your fleet, even if no users are streaming apps.</p>
|
|
1060
|
-
*
|
|
1059
|
+
* </dd>
|
|
1061
1060
|
* <dt>ON_DEMAND</dt>
|
|
1062
1061
|
* <dd>
|
|
1063
|
-
*
|
|
1062
|
+
* <p>Provide users with access to applications after they connect, which takes one to two minutes.
|
|
1064
1063
|
* You are charged for instance streaming when users are connected and a
|
|
1065
1064
|
* small hourly fee for instances that are not streaming apps.</p>
|
|
1066
|
-
*
|
|
1065
|
+
* </dd>
|
|
1067
1066
|
* </dl>
|
|
1068
1067
|
*/
|
|
1069
1068
|
FleetType?: FleetType | string;
|
|
@@ -1077,12 +1076,12 @@ export interface CreateFleetRequest {
|
|
|
1077
1076
|
VpcConfig?: VpcConfig;
|
|
1078
1077
|
/**
|
|
1079
1078
|
* <p>The maximum amount of time that a streaming session can remain active, in seconds. 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>
|
|
1080
|
-
*
|
|
1079
|
+
* <p>Specify a value between 600 and 360000.</p>
|
|
1081
1080
|
*/
|
|
1082
1081
|
MaxUserDurationInSeconds?: number;
|
|
1083
1082
|
/**
|
|
1084
1083
|
* <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>
|
|
1085
|
-
*
|
|
1084
|
+
* <p>Specify a value between 60 and 360000.</p>
|
|
1086
1085
|
*/
|
|
1087
1086
|
DisconnectTimeoutInSeconds?: number;
|
|
1088
1087
|
/**
|
|
@@ -1103,13 +1102,10 @@ export interface CreateFleetRequest {
|
|
|
1103
1102
|
DomainJoinInfo?: DomainJoinInfo;
|
|
1104
1103
|
/**
|
|
1105
1104
|
* <p>The tags to associate with the fleet. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
1106
|
-
*
|
|
1107
|
-
*
|
|
1108
|
-
*
|
|
1109
|
-
*
|
|
1110
|
-
* <p>_ . : / = + \ - @</p>
|
|
1111
|
-
*
|
|
1112
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1105
|
+
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
1106
|
+
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
1107
|
+
* <p>_ . : / = + \ - @</p>
|
|
1108
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1113
1109
|
*/
|
|
1114
1110
|
Tags?: Record<string, string>;
|
|
1115
1111
|
/**
|
|
@@ -1123,22 +1119,20 @@ export interface CreateFleetRequest {
|
|
|
1123
1119
|
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
1124
1120
|
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
1125
1121
|
* disconnected.</p>
|
|
1126
|
-
*
|
|
1127
|
-
*
|
|
1122
|
+
* <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>
|
|
1123
|
+
* <note>
|
|
1128
1124
|
* <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>
|
|
1129
1125
|
* </note>
|
|
1130
1126
|
*/
|
|
1131
1127
|
IdleDisconnectTimeoutInSeconds?: number;
|
|
1132
1128
|
/**
|
|
1133
1129
|
* <p>The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
1134
|
-
*
|
|
1135
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1130
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1136
1131
|
*/
|
|
1137
1132
|
IamRoleArn?: string;
|
|
1138
1133
|
/**
|
|
1139
1134
|
* <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
|
|
1140
|
-
*
|
|
1141
|
-
* <p>The default value is <code>APP</code>.</p>
|
|
1135
|
+
* <p>The default value is <code>APP</code>.</p>
|
|
1142
1136
|
*/
|
|
1143
1137
|
StreamView?: StreamView | string;
|
|
1144
1138
|
/**
|
|
@@ -1241,7 +1235,7 @@ export interface Fleet {
|
|
|
1241
1235
|
ImageArn?: string;
|
|
1242
1236
|
/**
|
|
1243
1237
|
* <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
|
|
1244
|
-
*
|
|
1238
|
+
* <ul>
|
|
1245
1239
|
* <li>
|
|
1246
1240
|
* <p>stream.standard.small</p>
|
|
1247
1241
|
* </li>
|
|
@@ -1346,18 +1340,18 @@ export interface Fleet {
|
|
|
1346
1340
|
InstanceType: string | undefined;
|
|
1347
1341
|
/**
|
|
1348
1342
|
* <p>The fleet type.</p>
|
|
1349
|
-
*
|
|
1343
|
+
* <dl>
|
|
1350
1344
|
* <dt>ALWAYS_ON</dt>
|
|
1351
1345
|
* <dd>
|
|
1352
|
-
*
|
|
1346
|
+
* <p>Provides users with instant-on access to their apps.
|
|
1353
1347
|
* You are charged for all running instances in your fleet, even if no users are streaming apps.</p>
|
|
1354
|
-
*
|
|
1348
|
+
* </dd>
|
|
1355
1349
|
* <dt>ON_DEMAND</dt>
|
|
1356
1350
|
* <dd>
|
|
1357
|
-
*
|
|
1351
|
+
* <p>Provide users with access to applications after they connect, which takes one to two minutes.
|
|
1358
1352
|
* You are charged for instance streaming when users are connected and a
|
|
1359
1353
|
* small hourly fee for instances that are not streaming apps.</p>
|
|
1360
|
-
*
|
|
1354
|
+
* </dd>
|
|
1361
1355
|
* </dl>
|
|
1362
1356
|
*/
|
|
1363
1357
|
FleetType?: FleetType | string;
|
|
@@ -1367,12 +1361,12 @@ export interface Fleet {
|
|
|
1367
1361
|
ComputeCapacityStatus: ComputeCapacityStatus | undefined;
|
|
1368
1362
|
/**
|
|
1369
1363
|
* <p>The maximum amount of time that a streaming session can remain active, in seconds. 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>
|
|
1370
|
-
*
|
|
1364
|
+
* <p>Specify a value between 600 and 360000.</p>
|
|
1371
1365
|
*/
|
|
1372
1366
|
MaxUserDurationInSeconds?: number;
|
|
1373
1367
|
/**
|
|
1374
1368
|
* <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>
|
|
1375
|
-
*
|
|
1369
|
+
* <p>Specify a value between 60 and 360000.</p>
|
|
1376
1370
|
*/
|
|
1377
1371
|
DisconnectTimeoutInSeconds?: number;
|
|
1378
1372
|
/**
|
|
@@ -1410,23 +1404,20 @@ export interface Fleet {
|
|
|
1410
1404
|
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
1411
1405
|
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
1412
1406
|
* disconnected.</p>
|
|
1413
|
-
*
|
|
1414
|
-
*
|
|
1415
|
-
* <note>
|
|
1407
|
+
* <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>
|
|
1408
|
+
* <note>
|
|
1416
1409
|
* <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>
|
|
1417
1410
|
* </note>
|
|
1418
1411
|
*/
|
|
1419
1412
|
IdleDisconnectTimeoutInSeconds?: number;
|
|
1420
1413
|
/**
|
|
1421
1414
|
* <p>The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
1422
|
-
*
|
|
1423
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1415
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1424
1416
|
*/
|
|
1425
1417
|
IamRoleArn?: string;
|
|
1426
1418
|
/**
|
|
1427
1419
|
* <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
|
|
1428
|
-
*
|
|
1429
|
-
* <p>The default value is <code>APP</code>.</p>
|
|
1420
|
+
* <p>The default value is <code>APP</code>.</p>
|
|
1430
1421
|
*/
|
|
1431
1422
|
StreamView?: StreamView | string;
|
|
1432
1423
|
/**
|
|
@@ -1482,7 +1473,7 @@ export interface CreateImageBuilderRequest {
|
|
|
1482
1473
|
ImageArn?: string;
|
|
1483
1474
|
/**
|
|
1484
1475
|
* <p>The instance type to use when launching the image builder. The following instance types are available:</p>
|
|
1485
|
-
*
|
|
1476
|
+
* <ul>
|
|
1486
1477
|
* <li>
|
|
1487
1478
|
* <p>stream.standard.small</p>
|
|
1488
1479
|
* </li>
|
|
@@ -1599,8 +1590,7 @@ export interface CreateImageBuilderRequest {
|
|
|
1599
1590
|
VpcConfig?: VpcConfig;
|
|
1600
1591
|
/**
|
|
1601
1592
|
* <p>The Amazon Resource Name (ARN) of the IAM role to apply to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
1602
|
-
*
|
|
1603
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1593
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1604
1594
|
*/
|
|
1605
1595
|
IamRoleArn?: string;
|
|
1606
1596
|
/**
|
|
@@ -1617,13 +1607,10 @@ export interface CreateImageBuilderRequest {
|
|
|
1617
1607
|
AppstreamAgentVersion?: string;
|
|
1618
1608
|
/**
|
|
1619
1609
|
* <p>The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
1620
|
-
*
|
|
1621
|
-
*
|
|
1622
|
-
*
|
|
1623
|
-
*
|
|
1624
|
-
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
1625
|
-
*
|
|
1626
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1610
|
+
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
1611
|
+
* <p>_ . : / = + \ - @</p>
|
|
1612
|
+
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
1613
|
+
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1627
1614
|
*/
|
|
1628
1615
|
Tags?: Record<string, string>;
|
|
1629
1616
|
/**
|
|
@@ -1721,7 +1708,7 @@ export interface ImageBuilder {
|
|
|
1721
1708
|
VpcConfig?: VpcConfig;
|
|
1722
1709
|
/**
|
|
1723
1710
|
* <p>The instance type for the image builder. The following instance types are available:</p>
|
|
1724
|
-
*
|
|
1711
|
+
* <ul>
|
|
1725
1712
|
* <li>
|
|
1726
1713
|
* <p>stream.standard.small</p>
|
|
1727
1714
|
* </li>
|
|
@@ -1830,8 +1817,7 @@ export interface ImageBuilder {
|
|
|
1830
1817
|
Platform?: PlatformType | string;
|
|
1831
1818
|
/**
|
|
1832
1819
|
* <p>The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
1833
|
-
*
|
|
1834
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1820
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1835
1821
|
*/
|
|
1836
1822
|
IamRoleArn?: string;
|
|
1837
1823
|
/**
|
|
@@ -1985,13 +1971,10 @@ export interface CreateStackRequest {
|
|
|
1985
1971
|
ApplicationSettings?: ApplicationSettings;
|
|
1986
1972
|
/**
|
|
1987
1973
|
* <p>The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
1988
|
-
*
|
|
1989
|
-
*
|
|
1990
|
-
*
|
|
1991
|
-
*
|
|
1992
|
-
* <p>_ . : / = + \ - @</p>
|
|
1993
|
-
*
|
|
1994
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1974
|
+
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
1975
|
+
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
1976
|
+
* <p>_ . : / = + \ - @</p>
|
|
1977
|
+
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1995
1978
|
*/
|
|
1996
1979
|
Tags?: Record<string, string>;
|
|
1997
1980
|
/**
|
|
@@ -2148,10 +2131,10 @@ export interface CreateUpdatedImageRequest {
|
|
|
2148
2131
|
newImageDisplayName?: string;
|
|
2149
2132
|
/**
|
|
2150
2133
|
* <p>The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
2151
|
-
*
|
|
2152
|
-
*
|
|
2153
|
-
*
|
|
2154
|
-
*
|
|
2134
|
+
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
2135
|
+
* <p>_ . : / = + \ - @</p>
|
|
2136
|
+
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
2137
|
+
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
2155
2138
|
*/
|
|
2156
2139
|
newImageTags?: Record<string, string>;
|
|
2157
2140
|
/**
|
|
@@ -2297,8 +2280,7 @@ export declare enum UsageReportSchedule {
|
|
|
2297
2280
|
export interface CreateUsageReportSubscriptionResult {
|
|
2298
2281
|
/**
|
|
2299
2282
|
* <p>The Amazon S3 bucket where generated reports are stored.</p>
|
|
2300
|
-
*
|
|
2301
|
-
* <p>If you enabled on-instance session scripts and Amazon S3 logging for your session script
|
|
2283
|
+
* <p>If you enabled on-instance session scripts and Amazon S3 logging for your session script
|
|
2302
2284
|
* configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is
|
|
2303
2285
|
* unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0
|
|
2304
2286
|
* uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts,
|
|
@@ -2317,16 +2299,14 @@ export declare enum MessageAction {
|
|
|
2317
2299
|
export interface CreateUserRequest {
|
|
2318
2300
|
/**
|
|
2319
2301
|
* <p>The email address of the user.</p>
|
|
2320
|
-
*
|
|
2321
|
-
* <note>
|
|
2302
|
+
* <note>
|
|
2322
2303
|
* <p>Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.</p>
|
|
2323
2304
|
* </note>
|
|
2324
2305
|
*/
|
|
2325
2306
|
UserName: string | undefined;
|
|
2326
2307
|
/**
|
|
2327
2308
|
* <p>The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent. </p>
|
|
2328
|
-
*
|
|
2329
|
-
* <note>
|
|
2309
|
+
* <note>
|
|
2330
2310
|
* <p>The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.</p>
|
|
2331
2311
|
* </note>
|
|
2332
2312
|
*/
|
|
@@ -2456,8 +2436,7 @@ export interface DeleteUsageReportSubscriptionResult {
|
|
|
2456
2436
|
export interface DeleteUserRequest {
|
|
2457
2437
|
/**
|
|
2458
2438
|
* <p>The email address of the user.</p>
|
|
2459
|
-
*
|
|
2460
|
-
* <note>
|
|
2439
|
+
* <note>
|
|
2461
2440
|
* <p>Users' email addresses are case-sensitive.</p>
|
|
2462
2441
|
* </note>
|
|
2463
2442
|
*/
|
|
@@ -2872,8 +2851,7 @@ export interface LastReportGenerationExecutionError {
|
|
|
2872
2851
|
export interface UsageReportSubscription {
|
|
2873
2852
|
/**
|
|
2874
2853
|
* <p>The Amazon S3 bucket where generated reports are stored.</p>
|
|
2875
|
-
*
|
|
2876
|
-
* <p>If you enabled on-instance session scripts and Amazon S3 logging for your session script
|
|
2854
|
+
* <p>If you enabled on-instance session scripts and Amazon S3 logging for your session script
|
|
2877
2855
|
* configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is
|
|
2878
2856
|
* unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0
|
|
2879
2857
|
* uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts,
|
|
@@ -2927,8 +2905,7 @@ export interface User {
|
|
|
2927
2905
|
Arn?: string;
|
|
2928
2906
|
/**
|
|
2929
2907
|
* <p>The email address of the user.</p>
|
|
2930
|
-
*
|
|
2931
|
-
* <note>
|
|
2908
|
+
* <note>
|
|
2932
2909
|
* <p>Users' email addresses are case-sensitive.</p>
|
|
2933
2910
|
* </note>
|
|
2934
2911
|
*/
|
|
@@ -2939,7 +2916,7 @@ export interface User {
|
|
|
2939
2916
|
Enabled?: boolean;
|
|
2940
2917
|
/**
|
|
2941
2918
|
* <p>The status of the user in the user pool. The status can be one of the following:</p>
|
|
2942
|
-
*
|
|
2919
|
+
* <ul>
|
|
2943
2920
|
* <li>
|
|
2944
2921
|
* <p>UNCONFIRMED – The user is created but not confirmed.</p>
|
|
2945
2922
|
* </li>
|
|
@@ -2992,8 +2969,7 @@ export interface DescribeUserStackAssociationsRequest {
|
|
|
2992
2969
|
StackName?: string;
|
|
2993
2970
|
/**
|
|
2994
2971
|
* <p>The email address of the user who is associated with the stack.</p>
|
|
2995
|
-
*
|
|
2996
|
-
* <note>
|
|
2972
|
+
* <note>
|
|
2997
2973
|
* <p>Users' email addresses are case-sensitive.</p>
|
|
2998
2974
|
* </note>
|
|
2999
2975
|
*/
|
|
@@ -3024,8 +3000,7 @@ export interface DescribeUserStackAssociationsResult {
|
|
|
3024
3000
|
export interface DisableUserRequest {
|
|
3025
3001
|
/**
|
|
3026
3002
|
* <p>The email address of the user.</p>
|
|
3027
|
-
*
|
|
3028
|
-
* <note>
|
|
3003
|
+
* <note>
|
|
3029
3004
|
* <p>Users' email addresses are case-sensitive.</p>
|
|
3030
3005
|
* </note>
|
|
3031
3006
|
*/
|
|
@@ -3080,8 +3055,7 @@ export interface DisassociateFleetResult {
|
|
|
3080
3055
|
export interface EnableUserRequest {
|
|
3081
3056
|
/**
|
|
3082
3057
|
* <p>The email address of the user.</p>
|
|
3083
|
-
*
|
|
3084
|
-
* <note>
|
|
3058
|
+
* <note>
|
|
3085
3059
|
* <p>Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays. </p>
|
|
3086
3060
|
* </note>
|
|
3087
3061
|
*/
|
|
@@ -3249,11 +3223,9 @@ export interface TagResourceRequest {
|
|
|
3249
3223
|
ResourceArn: string | undefined;
|
|
3250
3224
|
/**
|
|
3251
3225
|
* <p>The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
3252
|
-
*
|
|
3253
|
-
*
|
|
3254
|
-
*
|
|
3255
|
-
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
3256
|
-
* <p>_ . : / = + \ - @</p>
|
|
3226
|
+
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
3227
|
+
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
3228
|
+
* <p>_ . : / = + \ - @</p>
|
|
3257
3229
|
*/
|
|
3258
3230
|
Tags: Record<string, string> | undefined;
|
|
3259
3231
|
}
|
|
@@ -3388,7 +3360,7 @@ export interface UpdateFleetRequest {
|
|
|
3388
3360
|
Name?: string;
|
|
3389
3361
|
/**
|
|
3390
3362
|
* <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
|
|
3391
|
-
*
|
|
3363
|
+
* <ul>
|
|
3392
3364
|
* <li>
|
|
3393
3365
|
* <p>stream.standard.small</p>
|
|
3394
3366
|
* </li>
|
|
@@ -3495,8 +3467,8 @@ export interface UpdateFleetRequest {
|
|
|
3495
3467
|
* <p>stream.graphics-pro.16xlarge</p>
|
|
3496
3468
|
* </li>
|
|
3497
3469
|
* </ul>
|
|
3498
|
-
*
|
|
3499
|
-
*
|
|
3470
|
+
* <p>The following instance types are available for Elastic fleets:</p>
|
|
3471
|
+
* <ul>
|
|
3500
3472
|
* <li>
|
|
3501
3473
|
* <p>stream.standard.small</p>
|
|
3502
3474
|
* </li>
|
|
@@ -3525,12 +3497,12 @@ export interface UpdateFleetRequest {
|
|
|
3525
3497
|
VpcConfig?: VpcConfig;
|
|
3526
3498
|
/**
|
|
3527
3499
|
* <p>The maximum amount of time that a streaming session can remain active, in seconds. 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>
|
|
3528
|
-
*
|
|
3500
|
+
* <p>Specify a value between 600 and 360000.</p>
|
|
3529
3501
|
*/
|
|
3530
3502
|
MaxUserDurationInSeconds?: number;
|
|
3531
3503
|
/**
|
|
3532
3504
|
* <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>
|
|
3533
|
-
*
|
|
3505
|
+
* <p>Specify a value between 60 and 360000.</p>
|
|
3534
3506
|
*/
|
|
3535
3507
|
DisconnectTimeoutInSeconds?: number;
|
|
3536
3508
|
/**
|
|
@@ -3566,9 +3538,8 @@ export interface UpdateFleetRequest {
|
|
|
3566
3538
|
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
3567
3539
|
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
3568
3540
|
* disconnected. </p>
|
|
3569
|
-
*
|
|
3570
|
-
*
|
|
3571
|
-
* <note>
|
|
3541
|
+
* <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>
|
|
3542
|
+
* <note>
|
|
3572
3543
|
* <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>
|
|
3573
3544
|
* </note>
|
|
3574
3545
|
*/
|
|
@@ -3579,14 +3550,12 @@ export interface UpdateFleetRequest {
|
|
|
3579
3550
|
AttributesToDelete?: (FleetAttribute | string)[];
|
|
3580
3551
|
/**
|
|
3581
3552
|
* <p>The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
3582
|
-
*
|
|
3583
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
3553
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
3584
3554
|
*/
|
|
3585
3555
|
IamRoleArn?: string;
|
|
3586
3556
|
/**
|
|
3587
3557
|
* <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
|
|
3588
|
-
*
|
|
3589
|
-
* <p>The default value is <code>APP</code>.</p>
|
|
3558
|
+
* <p>The default value is <code>APP</code>.</p>
|
|
3590
3559
|
*/
|
|
3591
3560
|
StreamView?: StreamView | string;
|
|
3592
3561
|
/**
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
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.260.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.259.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.259.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.257.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"@aws-sdk/middleware-host-header": "3.257.0",
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.257.0",
|
|
33
33
|
"@aws-sdk/middleware-recursion-detection": "3.257.0",
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.259.0",
|
|
35
35
|
"@aws-sdk/middleware-serde": "3.257.0",
|
|
36
36
|
"@aws-sdk/middleware-signing": "3.257.0",
|
|
37
37
|
"@aws-sdk/middleware-stack": "3.257.0",
|
|
38
38
|
"@aws-sdk/middleware-user-agent": "3.257.0",
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.259.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.257.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.257.0",
|
|
42
42
|
"@aws-sdk/smithy-client": "3.257.0",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
48
|
"@aws-sdk/util-defaults-mode-browser": "3.257.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.259.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.257.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.257.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.257.0",
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.259.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"@aws-sdk/util-waiter": "3.257.0",
|
|
56
56
|
"tslib": "^2.3.1"
|