@aws-sdk/client-appstream 3.41.0 → 3.46.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/CHANGELOG.md +51 -0
- package/README.md +7 -7
- package/dist-cjs/AppStream.js +255 -0
- package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +36 -0
- package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
- package/dist-cjs/commands/CreateEntitlementCommand.js +36 -0
- package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
- package/dist-cjs/commands/DeleteEntitlementCommand.js +36 -0
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
- package/dist-cjs/commands/DescribeEntitlementsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +36 -0
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +36 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
- package/dist-cjs/commands/UpdateEntitlementCommand.js +36 -0
- package/dist-cjs/commands/index.js +17 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +303 -32
- package/dist-cjs/protocols/Aws_json1_1.js +1969 -112
- package/dist-cjs/runtimeConfig.js +0 -2
- package/dist-es/AppStream.js +255 -0
- package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +39 -0
- package/dist-es/commands/CreateAppBlockCommand.js +39 -0
- package/dist-es/commands/CreateApplicationCommand.js +39 -0
- package/dist-es/commands/CreateEntitlementCommand.js +39 -0
- package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
- package/dist-es/commands/DeleteApplicationCommand.js +39 -0
- package/dist-es/commands/DeleteEntitlementCommand.js +39 -0
- package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
- package/dist-es/commands/DescribeEntitlementsCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +39 -0
- package/dist-es/commands/ListEntitledApplicationsCommand.js +39 -0
- package/dist-es/commands/UpdateApplicationCommand.js +39 -0
- package/dist-es/commands/UpdateEntitlementCommand.js +39 -0
- package/dist-es/commands/index.js +17 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +208 -24
- package/dist-es/protocols/Aws_json1_1.js +2284 -364
- package/dist-es/runtimeConfig.js +0 -2
- package/dist-types/AppStream.d.ts +158 -4
- package/dist-types/AppStreamClient.d.ts +19 -2
- package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
- package/dist-types/commands/CreateEntitlementCommand.d.ts +40 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEntitlementsCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +21 -3
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +1036 -65
- package/dist-types/protocols/Aws_json1_1.d.ts +51 -0
- package/dist-types/ts3.4/AppStream.d.ts +85 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +19 -2
- package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +583 -42
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +51 -0
- package/package.json +37 -44
|
@@ -23,6 +23,54 @@ export declare enum Action {
|
|
|
23
23
|
PRINTING_TO_LOCAL_DEVICE = "PRINTING_TO_LOCAL_DEVICE"
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
export interface S3Location {
|
|
27
|
+
|
|
28
|
+
S3Bucket: string | undefined;
|
|
29
|
+
|
|
30
|
+
S3Key: string | undefined;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace S3Location {
|
|
33
|
+
|
|
34
|
+
const filterSensitiveLog: (obj: S3Location) => any;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface ScriptDetails {
|
|
38
|
+
|
|
39
|
+
ScriptS3Location: S3Location | undefined;
|
|
40
|
+
|
|
41
|
+
ExecutablePath: string | undefined;
|
|
42
|
+
|
|
43
|
+
ExecutableParameters?: string;
|
|
44
|
+
|
|
45
|
+
TimeoutInSeconds: number | undefined;
|
|
46
|
+
}
|
|
47
|
+
export declare namespace ScriptDetails {
|
|
48
|
+
|
|
49
|
+
const filterSensitiveLog: (obj: ScriptDetails) => any;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export interface AppBlock {
|
|
53
|
+
|
|
54
|
+
Name: string | undefined;
|
|
55
|
+
|
|
56
|
+
Arn: string | undefined;
|
|
57
|
+
|
|
58
|
+
Description?: string;
|
|
59
|
+
|
|
60
|
+
DisplayName?: string;
|
|
61
|
+
|
|
62
|
+
SourceS3Location?: S3Location;
|
|
63
|
+
|
|
64
|
+
SetupScriptDetails: ScriptDetails | undefined;
|
|
65
|
+
|
|
66
|
+
CreatedTime?: Date;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace AppBlock {
|
|
69
|
+
|
|
70
|
+
const filterSensitiveLog: (obj: AppBlock) => any;
|
|
71
|
+
}
|
|
72
|
+
export declare type PlatformType = "AMAZON_LINUX2" | "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
|
|
73
|
+
|
|
26
74
|
export interface Application {
|
|
27
75
|
|
|
28
76
|
Name?: string;
|
|
@@ -40,11 +88,42 @@ export interface Application {
|
|
|
40
88
|
Metadata?: {
|
|
41
89
|
[key: string]: string;
|
|
42
90
|
};
|
|
91
|
+
|
|
92
|
+
WorkingDirectory?: string;
|
|
93
|
+
|
|
94
|
+
Description?: string;
|
|
95
|
+
|
|
96
|
+
Arn?: string;
|
|
97
|
+
|
|
98
|
+
AppBlockArn?: string;
|
|
99
|
+
|
|
100
|
+
IconS3Location?: S3Location;
|
|
101
|
+
|
|
102
|
+
Platforms?: (PlatformType | string)[];
|
|
103
|
+
|
|
104
|
+
InstanceFamilies?: string[];
|
|
105
|
+
|
|
106
|
+
CreatedTime?: Date;
|
|
43
107
|
}
|
|
44
108
|
export declare namespace Application {
|
|
45
109
|
|
|
46
110
|
const filterSensitiveLog: (obj: Application) => any;
|
|
47
111
|
}
|
|
112
|
+
export declare enum ApplicationAttribute {
|
|
113
|
+
LAUNCH_PARAMETERS = "LAUNCH_PARAMETERS",
|
|
114
|
+
WORKING_DIRECTORY = "WORKING_DIRECTORY"
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export interface ApplicationFleetAssociation {
|
|
118
|
+
|
|
119
|
+
FleetName: string | undefined;
|
|
120
|
+
|
|
121
|
+
ApplicationArn: string | undefined;
|
|
122
|
+
}
|
|
123
|
+
export declare namespace ApplicationFleetAssociation {
|
|
124
|
+
|
|
125
|
+
const filterSensitiveLog: (obj: ApplicationFleetAssociation) => any;
|
|
126
|
+
}
|
|
48
127
|
|
|
49
128
|
export interface ApplicationSettings {
|
|
50
129
|
|
|
@@ -69,21 +148,27 @@ export declare namespace ApplicationSettingsResponse {
|
|
|
69
148
|
|
|
70
149
|
const filterSensitiveLog: (obj: ApplicationSettingsResponse) => any;
|
|
71
150
|
}
|
|
72
|
-
export
|
|
151
|
+
export declare enum AppVisibility {
|
|
152
|
+
ALL = "ALL",
|
|
153
|
+
ASSOCIATED = "ASSOCIATED"
|
|
154
|
+
}
|
|
155
|
+
export interface AssociateApplicationFleetRequest {
|
|
73
156
|
|
|
74
157
|
FleetName: string | undefined;
|
|
75
158
|
|
|
76
|
-
|
|
159
|
+
ApplicationArn: string | undefined;
|
|
77
160
|
}
|
|
78
|
-
export declare namespace
|
|
161
|
+
export declare namespace AssociateApplicationFleetRequest {
|
|
79
162
|
|
|
80
|
-
const filterSensitiveLog: (obj:
|
|
163
|
+
const filterSensitiveLog: (obj: AssociateApplicationFleetRequest) => any;
|
|
81
164
|
}
|
|
82
|
-
export interface
|
|
165
|
+
export interface AssociateApplicationFleetResult {
|
|
166
|
+
|
|
167
|
+
ApplicationFleetAssociation?: ApplicationFleetAssociation;
|
|
83
168
|
}
|
|
84
|
-
export declare namespace
|
|
169
|
+
export declare namespace AssociateApplicationFleetResult {
|
|
85
170
|
|
|
86
|
-
const filterSensitiveLog: (obj:
|
|
171
|
+
const filterSensitiveLog: (obj: AssociateApplicationFleetResult) => any;
|
|
87
172
|
}
|
|
88
173
|
|
|
89
174
|
export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
|
|
@@ -97,26 +182,15 @@ export declare namespace ConcurrentModificationException {
|
|
|
97
182
|
const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
|
|
98
183
|
}
|
|
99
184
|
|
|
100
|
-
export interface
|
|
101
|
-
name: "
|
|
102
|
-
$fault: "client";
|
|
103
|
-
|
|
104
|
-
Message?: string;
|
|
105
|
-
}
|
|
106
|
-
export declare namespace IncompatibleImageException {
|
|
107
|
-
|
|
108
|
-
const filterSensitiveLog: (obj: IncompatibleImageException) => any;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
export interface InvalidAccountStatusException extends __SmithyException, $MetadataBearer {
|
|
112
|
-
name: "InvalidAccountStatusException";
|
|
185
|
+
export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
|
|
186
|
+
name: "InvalidParameterCombinationException";
|
|
113
187
|
$fault: "client";
|
|
114
188
|
|
|
115
189
|
Message?: string;
|
|
116
190
|
}
|
|
117
|
-
export declare namespace
|
|
191
|
+
export declare namespace InvalidParameterCombinationException {
|
|
118
192
|
|
|
119
|
-
const filterSensitiveLog: (obj:
|
|
193
|
+
const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
|
|
120
194
|
}
|
|
121
195
|
|
|
122
196
|
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
@@ -151,6 +225,73 @@ export declare namespace ResourceNotFoundException {
|
|
|
151
225
|
|
|
152
226
|
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
153
227
|
}
|
|
228
|
+
export interface AssociateApplicationToEntitlementRequest {
|
|
229
|
+
|
|
230
|
+
StackName: string | undefined;
|
|
231
|
+
|
|
232
|
+
EntitlementName: string | undefined;
|
|
233
|
+
|
|
234
|
+
ApplicationIdentifier: string | undefined;
|
|
235
|
+
}
|
|
236
|
+
export declare namespace AssociateApplicationToEntitlementRequest {
|
|
237
|
+
|
|
238
|
+
const filterSensitiveLog: (obj: AssociateApplicationToEntitlementRequest) => any;
|
|
239
|
+
}
|
|
240
|
+
export interface AssociateApplicationToEntitlementResult {
|
|
241
|
+
}
|
|
242
|
+
export declare namespace AssociateApplicationToEntitlementResult {
|
|
243
|
+
|
|
244
|
+
const filterSensitiveLog: (obj: AssociateApplicationToEntitlementResult) => any;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export interface EntitlementNotFoundException extends __SmithyException, $MetadataBearer {
|
|
248
|
+
name: "EntitlementNotFoundException";
|
|
249
|
+
$fault: "client";
|
|
250
|
+
|
|
251
|
+
Message?: string;
|
|
252
|
+
}
|
|
253
|
+
export declare namespace EntitlementNotFoundException {
|
|
254
|
+
|
|
255
|
+
const filterSensitiveLog: (obj: EntitlementNotFoundException) => any;
|
|
256
|
+
}
|
|
257
|
+
export interface AssociateFleetRequest {
|
|
258
|
+
|
|
259
|
+
FleetName: string | undefined;
|
|
260
|
+
|
|
261
|
+
StackName: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export declare namespace AssociateFleetRequest {
|
|
264
|
+
|
|
265
|
+
const filterSensitiveLog: (obj: AssociateFleetRequest) => any;
|
|
266
|
+
}
|
|
267
|
+
export interface AssociateFleetResult {
|
|
268
|
+
}
|
|
269
|
+
export declare namespace AssociateFleetResult {
|
|
270
|
+
|
|
271
|
+
const filterSensitiveLog: (obj: AssociateFleetResult) => any;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export interface IncompatibleImageException extends __SmithyException, $MetadataBearer {
|
|
275
|
+
name: "IncompatibleImageException";
|
|
276
|
+
$fault: "client";
|
|
277
|
+
|
|
278
|
+
Message?: string;
|
|
279
|
+
}
|
|
280
|
+
export declare namespace IncompatibleImageException {
|
|
281
|
+
|
|
282
|
+
const filterSensitiveLog: (obj: IncompatibleImageException) => any;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export interface InvalidAccountStatusException extends __SmithyException, $MetadataBearer {
|
|
286
|
+
name: "InvalidAccountStatusException";
|
|
287
|
+
$fault: "client";
|
|
288
|
+
|
|
289
|
+
Message?: string;
|
|
290
|
+
}
|
|
291
|
+
export declare namespace InvalidAccountStatusException {
|
|
292
|
+
|
|
293
|
+
const filterSensitiveLog: (obj: InvalidAccountStatusException) => any;
|
|
294
|
+
}
|
|
154
295
|
export declare enum AuthenticationType {
|
|
155
296
|
API = "API",
|
|
156
297
|
SAML = "SAML",
|
|
@@ -206,17 +347,6 @@ export declare namespace BatchAssociateUserStackResult {
|
|
|
206
347
|
|
|
207
348
|
const filterSensitiveLog: (obj: BatchAssociateUserStackResult) => any;
|
|
208
349
|
}
|
|
209
|
-
|
|
210
|
-
export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
|
|
211
|
-
name: "InvalidParameterCombinationException";
|
|
212
|
-
$fault: "client";
|
|
213
|
-
|
|
214
|
-
Message?: string;
|
|
215
|
-
}
|
|
216
|
-
export declare namespace InvalidParameterCombinationException {
|
|
217
|
-
|
|
218
|
-
const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
|
|
219
|
-
}
|
|
220
350
|
export interface BatchDisassociateUserStackRequest {
|
|
221
351
|
|
|
222
352
|
UserStackAssociations: UserStackAssociation[] | undefined;
|
|
@@ -301,6 +431,72 @@ export declare namespace ResourceNotAvailableException {
|
|
|
301
431
|
|
|
302
432
|
const filterSensitiveLog: (obj: ResourceNotAvailableException) => any;
|
|
303
433
|
}
|
|
434
|
+
export interface CreateAppBlockRequest {
|
|
435
|
+
|
|
436
|
+
Name: string | undefined;
|
|
437
|
+
|
|
438
|
+
Description?: string;
|
|
439
|
+
|
|
440
|
+
DisplayName?: string;
|
|
441
|
+
|
|
442
|
+
SourceS3Location: S3Location | undefined;
|
|
443
|
+
|
|
444
|
+
SetupScriptDetails: ScriptDetails | undefined;
|
|
445
|
+
|
|
446
|
+
Tags?: {
|
|
447
|
+
[key: string]: string;
|
|
448
|
+
};
|
|
449
|
+
}
|
|
450
|
+
export declare namespace CreateAppBlockRequest {
|
|
451
|
+
|
|
452
|
+
const filterSensitiveLog: (obj: CreateAppBlockRequest) => any;
|
|
453
|
+
}
|
|
454
|
+
export interface CreateAppBlockResult {
|
|
455
|
+
|
|
456
|
+
AppBlock?: AppBlock;
|
|
457
|
+
}
|
|
458
|
+
export declare namespace CreateAppBlockResult {
|
|
459
|
+
|
|
460
|
+
const filterSensitiveLog: (obj: CreateAppBlockResult) => any;
|
|
461
|
+
}
|
|
462
|
+
export interface CreateApplicationRequest {
|
|
463
|
+
|
|
464
|
+
Name: string | undefined;
|
|
465
|
+
|
|
466
|
+
DisplayName?: string;
|
|
467
|
+
|
|
468
|
+
Description?: string;
|
|
469
|
+
|
|
470
|
+
IconS3Location: S3Location | undefined;
|
|
471
|
+
|
|
472
|
+
LaunchPath: string | undefined;
|
|
473
|
+
|
|
474
|
+
WorkingDirectory?: string;
|
|
475
|
+
|
|
476
|
+
LaunchParameters?: string;
|
|
477
|
+
|
|
478
|
+
Platforms: (PlatformType | string)[] | undefined;
|
|
479
|
+
|
|
480
|
+
InstanceFamilies: string[] | undefined;
|
|
481
|
+
|
|
482
|
+
AppBlockArn: string | undefined;
|
|
483
|
+
|
|
484
|
+
Tags?: {
|
|
485
|
+
[key: string]: string;
|
|
486
|
+
};
|
|
487
|
+
}
|
|
488
|
+
export declare namespace CreateApplicationRequest {
|
|
489
|
+
|
|
490
|
+
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
491
|
+
}
|
|
492
|
+
export interface CreateApplicationResult {
|
|
493
|
+
|
|
494
|
+
Application?: Application;
|
|
495
|
+
}
|
|
496
|
+
export declare namespace CreateApplicationResult {
|
|
497
|
+
|
|
498
|
+
const filterSensitiveLog: (obj: CreateApplicationResult) => any;
|
|
499
|
+
}
|
|
304
500
|
|
|
305
501
|
export interface ServiceAccountCredentials {
|
|
306
502
|
|
|
@@ -359,6 +555,73 @@ export declare namespace InvalidRoleException {
|
|
|
359
555
|
const filterSensitiveLog: (obj: InvalidRoleException) => any;
|
|
360
556
|
}
|
|
361
557
|
|
|
558
|
+
export interface EntitlementAttribute {
|
|
559
|
+
|
|
560
|
+
Name: string | undefined;
|
|
561
|
+
|
|
562
|
+
Value: string | undefined;
|
|
563
|
+
}
|
|
564
|
+
export declare namespace EntitlementAttribute {
|
|
565
|
+
|
|
566
|
+
const filterSensitiveLog: (obj: EntitlementAttribute) => any;
|
|
567
|
+
}
|
|
568
|
+
export interface CreateEntitlementRequest {
|
|
569
|
+
|
|
570
|
+
Name: string | undefined;
|
|
571
|
+
|
|
572
|
+
StackName: string | undefined;
|
|
573
|
+
|
|
574
|
+
Description?: string;
|
|
575
|
+
|
|
576
|
+
AppVisibility: AppVisibility | string | undefined;
|
|
577
|
+
|
|
578
|
+
Attributes: EntitlementAttribute[] | undefined;
|
|
579
|
+
}
|
|
580
|
+
export declare namespace CreateEntitlementRequest {
|
|
581
|
+
|
|
582
|
+
const filterSensitiveLog: (obj: CreateEntitlementRequest) => any;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
export interface Entitlement {
|
|
586
|
+
|
|
587
|
+
Name: string | undefined;
|
|
588
|
+
|
|
589
|
+
StackName: string | undefined;
|
|
590
|
+
|
|
591
|
+
Description?: string;
|
|
592
|
+
|
|
593
|
+
AppVisibility: AppVisibility | string | undefined;
|
|
594
|
+
|
|
595
|
+
Attributes: EntitlementAttribute[] | undefined;
|
|
596
|
+
|
|
597
|
+
CreatedTime?: Date;
|
|
598
|
+
|
|
599
|
+
LastModifiedTime?: Date;
|
|
600
|
+
}
|
|
601
|
+
export declare namespace Entitlement {
|
|
602
|
+
|
|
603
|
+
const filterSensitiveLog: (obj: Entitlement) => any;
|
|
604
|
+
}
|
|
605
|
+
export interface CreateEntitlementResult {
|
|
606
|
+
|
|
607
|
+
Entitlement?: Entitlement;
|
|
608
|
+
}
|
|
609
|
+
export declare namespace CreateEntitlementResult {
|
|
610
|
+
|
|
611
|
+
const filterSensitiveLog: (obj: CreateEntitlementResult) => any;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
export interface EntitlementAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
615
|
+
name: "EntitlementAlreadyExistsException";
|
|
616
|
+
$fault: "client";
|
|
617
|
+
|
|
618
|
+
Message?: string;
|
|
619
|
+
}
|
|
620
|
+
export declare namespace EntitlementAlreadyExistsException {
|
|
621
|
+
|
|
622
|
+
const filterSensitiveLog: (obj: EntitlementAlreadyExistsException) => any;
|
|
623
|
+
}
|
|
624
|
+
|
|
362
625
|
export interface DomainJoinInfo {
|
|
363
626
|
|
|
364
627
|
DirectoryName?: string;
|
|
@@ -371,6 +634,7 @@ export declare namespace DomainJoinInfo {
|
|
|
371
634
|
}
|
|
372
635
|
export declare enum FleetType {
|
|
373
636
|
ALWAYS_ON = "ALWAYS_ON",
|
|
637
|
+
ELASTIC = "ELASTIC",
|
|
374
638
|
ON_DEMAND = "ON_DEMAND"
|
|
375
639
|
}
|
|
376
640
|
export declare enum StreamView {
|
|
@@ -400,7 +664,7 @@ export interface CreateFleetRequest {
|
|
|
400
664
|
|
|
401
665
|
FleetType?: FleetType | string;
|
|
402
666
|
|
|
403
|
-
ComputeCapacity
|
|
667
|
+
ComputeCapacity?: ComputeCapacity;
|
|
404
668
|
|
|
405
669
|
VpcConfig?: VpcConfig;
|
|
406
670
|
|
|
@@ -425,6 +689,12 @@ export interface CreateFleetRequest {
|
|
|
425
689
|
IamRoleArn?: string;
|
|
426
690
|
|
|
427
691
|
StreamView?: StreamView | string;
|
|
692
|
+
|
|
693
|
+
Platform?: PlatformType | string;
|
|
694
|
+
|
|
695
|
+
MaxConcurrentSessions?: number;
|
|
696
|
+
|
|
697
|
+
UsbDeviceFilterStrings?: string[];
|
|
428
698
|
}
|
|
429
699
|
export declare namespace CreateFleetRequest {
|
|
430
700
|
|
|
@@ -521,6 +791,12 @@ export interface Fleet {
|
|
|
521
791
|
IamRoleArn?: string;
|
|
522
792
|
|
|
523
793
|
StreamView?: StreamView | string;
|
|
794
|
+
|
|
795
|
+
Platform?: PlatformType | string;
|
|
796
|
+
|
|
797
|
+
MaxConcurrentSessions?: number;
|
|
798
|
+
|
|
799
|
+
UsbDeviceFilterStrings?: string[];
|
|
524
800
|
}
|
|
525
801
|
export declare namespace Fleet {
|
|
526
802
|
|
|
@@ -603,7 +879,6 @@ export declare namespace NetworkAccessConfiguration {
|
|
|
603
879
|
|
|
604
880
|
const filterSensitiveLog: (obj: NetworkAccessConfiguration) => any;
|
|
605
881
|
}
|
|
606
|
-
export declare type PlatformType = "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
|
|
607
882
|
export declare enum ImageBuilderState {
|
|
608
883
|
DELETING = "DELETING",
|
|
609
884
|
FAILED = "FAILED",
|
|
@@ -1007,19 +1282,19 @@ export declare namespace CreateUserResult {
|
|
|
1007
1282
|
|
|
1008
1283
|
const filterSensitiveLog: (obj: CreateUserResult) => any;
|
|
1009
1284
|
}
|
|
1010
|
-
export interface
|
|
1285
|
+
export interface DeleteAppBlockRequest {
|
|
1011
1286
|
|
|
1012
|
-
|
|
1287
|
+
Name: string | undefined;
|
|
1013
1288
|
}
|
|
1014
|
-
export declare namespace
|
|
1289
|
+
export declare namespace DeleteAppBlockRequest {
|
|
1015
1290
|
|
|
1016
|
-
const filterSensitiveLog: (obj:
|
|
1291
|
+
const filterSensitiveLog: (obj: DeleteAppBlockRequest) => any;
|
|
1017
1292
|
}
|
|
1018
|
-
export interface
|
|
1293
|
+
export interface DeleteAppBlockResult {
|
|
1019
1294
|
}
|
|
1020
|
-
export declare namespace
|
|
1295
|
+
export declare namespace DeleteAppBlockResult {
|
|
1021
1296
|
|
|
1022
|
-
const filterSensitiveLog: (obj:
|
|
1297
|
+
const filterSensitiveLog: (obj: DeleteAppBlockResult) => any;
|
|
1023
1298
|
}
|
|
1024
1299
|
|
|
1025
1300
|
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
@@ -1032,6 +1307,50 @@ export declare namespace ResourceInUseException {
|
|
|
1032
1307
|
|
|
1033
1308
|
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
1034
1309
|
}
|
|
1310
|
+
export interface DeleteApplicationRequest {
|
|
1311
|
+
|
|
1312
|
+
Name: string | undefined;
|
|
1313
|
+
}
|
|
1314
|
+
export declare namespace DeleteApplicationRequest {
|
|
1315
|
+
|
|
1316
|
+
const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
1317
|
+
}
|
|
1318
|
+
export interface DeleteApplicationResult {
|
|
1319
|
+
}
|
|
1320
|
+
export declare namespace DeleteApplicationResult {
|
|
1321
|
+
|
|
1322
|
+
const filterSensitiveLog: (obj: DeleteApplicationResult) => any;
|
|
1323
|
+
}
|
|
1324
|
+
export interface DeleteDirectoryConfigRequest {
|
|
1325
|
+
|
|
1326
|
+
DirectoryName: string | undefined;
|
|
1327
|
+
}
|
|
1328
|
+
export declare namespace DeleteDirectoryConfigRequest {
|
|
1329
|
+
|
|
1330
|
+
const filterSensitiveLog: (obj: DeleteDirectoryConfigRequest) => any;
|
|
1331
|
+
}
|
|
1332
|
+
export interface DeleteDirectoryConfigResult {
|
|
1333
|
+
}
|
|
1334
|
+
export declare namespace DeleteDirectoryConfigResult {
|
|
1335
|
+
|
|
1336
|
+
const filterSensitiveLog: (obj: DeleteDirectoryConfigResult) => any;
|
|
1337
|
+
}
|
|
1338
|
+
export interface DeleteEntitlementRequest {
|
|
1339
|
+
|
|
1340
|
+
Name: string | undefined;
|
|
1341
|
+
|
|
1342
|
+
StackName: string | undefined;
|
|
1343
|
+
}
|
|
1344
|
+
export declare namespace DeleteEntitlementRequest {
|
|
1345
|
+
|
|
1346
|
+
const filterSensitiveLog: (obj: DeleteEntitlementRequest) => any;
|
|
1347
|
+
}
|
|
1348
|
+
export interface DeleteEntitlementResult {
|
|
1349
|
+
}
|
|
1350
|
+
export declare namespace DeleteEntitlementResult {
|
|
1351
|
+
|
|
1352
|
+
const filterSensitiveLog: (obj: DeleteEntitlementResult) => any;
|
|
1353
|
+
}
|
|
1035
1354
|
export interface DeleteFleetRequest {
|
|
1036
1355
|
|
|
1037
1356
|
Name: string | undefined;
|
|
@@ -1136,6 +1455,74 @@ export declare namespace DeleteUserResult {
|
|
|
1136
1455
|
|
|
1137
1456
|
const filterSensitiveLog: (obj: DeleteUserResult) => any;
|
|
1138
1457
|
}
|
|
1458
|
+
export interface DescribeAppBlocksRequest {
|
|
1459
|
+
|
|
1460
|
+
Arns?: string[];
|
|
1461
|
+
|
|
1462
|
+
NextToken?: string;
|
|
1463
|
+
|
|
1464
|
+
MaxResults?: number;
|
|
1465
|
+
}
|
|
1466
|
+
export declare namespace DescribeAppBlocksRequest {
|
|
1467
|
+
|
|
1468
|
+
const filterSensitiveLog: (obj: DescribeAppBlocksRequest) => any;
|
|
1469
|
+
}
|
|
1470
|
+
export interface DescribeAppBlocksResult {
|
|
1471
|
+
|
|
1472
|
+
AppBlocks?: AppBlock[];
|
|
1473
|
+
|
|
1474
|
+
NextToken?: string;
|
|
1475
|
+
}
|
|
1476
|
+
export declare namespace DescribeAppBlocksResult {
|
|
1477
|
+
|
|
1478
|
+
const filterSensitiveLog: (obj: DescribeAppBlocksResult) => any;
|
|
1479
|
+
}
|
|
1480
|
+
export interface DescribeApplicationFleetAssociationsRequest {
|
|
1481
|
+
|
|
1482
|
+
FleetName?: string;
|
|
1483
|
+
|
|
1484
|
+
ApplicationArn?: string;
|
|
1485
|
+
|
|
1486
|
+
MaxResults?: number;
|
|
1487
|
+
|
|
1488
|
+
NextToken?: string;
|
|
1489
|
+
}
|
|
1490
|
+
export declare namespace DescribeApplicationFleetAssociationsRequest {
|
|
1491
|
+
|
|
1492
|
+
const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsRequest) => any;
|
|
1493
|
+
}
|
|
1494
|
+
export interface DescribeApplicationFleetAssociationsResult {
|
|
1495
|
+
|
|
1496
|
+
ApplicationFleetAssociations?: ApplicationFleetAssociation[];
|
|
1497
|
+
|
|
1498
|
+
NextToken?: string;
|
|
1499
|
+
}
|
|
1500
|
+
export declare namespace DescribeApplicationFleetAssociationsResult {
|
|
1501
|
+
|
|
1502
|
+
const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsResult) => any;
|
|
1503
|
+
}
|
|
1504
|
+
export interface DescribeApplicationsRequest {
|
|
1505
|
+
|
|
1506
|
+
Arns?: string[];
|
|
1507
|
+
|
|
1508
|
+
NextToken?: string;
|
|
1509
|
+
|
|
1510
|
+
MaxResults?: number;
|
|
1511
|
+
}
|
|
1512
|
+
export declare namespace DescribeApplicationsRequest {
|
|
1513
|
+
|
|
1514
|
+
const filterSensitiveLog: (obj: DescribeApplicationsRequest) => any;
|
|
1515
|
+
}
|
|
1516
|
+
export interface DescribeApplicationsResult {
|
|
1517
|
+
|
|
1518
|
+
Applications?: Application[];
|
|
1519
|
+
|
|
1520
|
+
NextToken?: string;
|
|
1521
|
+
}
|
|
1522
|
+
export declare namespace DescribeApplicationsResult {
|
|
1523
|
+
|
|
1524
|
+
const filterSensitiveLog: (obj: DescribeApplicationsResult) => any;
|
|
1525
|
+
}
|
|
1139
1526
|
export interface DescribeDirectoryConfigsRequest {
|
|
1140
1527
|
|
|
1141
1528
|
DirectoryNames?: string[];
|
|
@@ -1158,6 +1545,30 @@ export declare namespace DescribeDirectoryConfigsResult {
|
|
|
1158
1545
|
|
|
1159
1546
|
const filterSensitiveLog: (obj: DescribeDirectoryConfigsResult) => any;
|
|
1160
1547
|
}
|
|
1548
|
+
export interface DescribeEntitlementsRequest {
|
|
1549
|
+
|
|
1550
|
+
Name?: string;
|
|
1551
|
+
|
|
1552
|
+
StackName: string | undefined;
|
|
1553
|
+
|
|
1554
|
+
NextToken?: string;
|
|
1555
|
+
|
|
1556
|
+
MaxResults?: number;
|
|
1557
|
+
}
|
|
1558
|
+
export declare namespace DescribeEntitlementsRequest {
|
|
1559
|
+
|
|
1560
|
+
const filterSensitiveLog: (obj: DescribeEntitlementsRequest) => any;
|
|
1561
|
+
}
|
|
1562
|
+
export interface DescribeEntitlementsResult {
|
|
1563
|
+
|
|
1564
|
+
Entitlements?: Entitlement[];
|
|
1565
|
+
|
|
1566
|
+
NextToken?: string;
|
|
1567
|
+
}
|
|
1568
|
+
export declare namespace DescribeEntitlementsResult {
|
|
1569
|
+
|
|
1570
|
+
const filterSensitiveLog: (obj: DescribeEntitlementsResult) => any;
|
|
1571
|
+
}
|
|
1161
1572
|
export interface DescribeFleetsRequest {
|
|
1162
1573
|
|
|
1163
1574
|
Names?: string[];
|
|
@@ -1485,6 +1896,40 @@ export declare namespace DisableUserResult {
|
|
|
1485
1896
|
|
|
1486
1897
|
const filterSensitiveLog: (obj: DisableUserResult) => any;
|
|
1487
1898
|
}
|
|
1899
|
+
export interface DisassociateApplicationFleetRequest {
|
|
1900
|
+
|
|
1901
|
+
FleetName: string | undefined;
|
|
1902
|
+
|
|
1903
|
+
ApplicationArn: string | undefined;
|
|
1904
|
+
}
|
|
1905
|
+
export declare namespace DisassociateApplicationFleetRequest {
|
|
1906
|
+
|
|
1907
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFleetRequest) => any;
|
|
1908
|
+
}
|
|
1909
|
+
export interface DisassociateApplicationFleetResult {
|
|
1910
|
+
}
|
|
1911
|
+
export declare namespace DisassociateApplicationFleetResult {
|
|
1912
|
+
|
|
1913
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFleetResult) => any;
|
|
1914
|
+
}
|
|
1915
|
+
export interface DisassociateApplicationFromEntitlementRequest {
|
|
1916
|
+
|
|
1917
|
+
StackName: string | undefined;
|
|
1918
|
+
|
|
1919
|
+
EntitlementName: string | undefined;
|
|
1920
|
+
|
|
1921
|
+
ApplicationIdentifier: string | undefined;
|
|
1922
|
+
}
|
|
1923
|
+
export declare namespace DisassociateApplicationFromEntitlementRequest {
|
|
1924
|
+
|
|
1925
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementRequest) => any;
|
|
1926
|
+
}
|
|
1927
|
+
export interface DisassociateApplicationFromEntitlementResult {
|
|
1928
|
+
}
|
|
1929
|
+
export declare namespace DisassociateApplicationFromEntitlementResult {
|
|
1930
|
+
|
|
1931
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementResult) => any;
|
|
1932
|
+
}
|
|
1488
1933
|
export interface DisassociateFleetRequest {
|
|
1489
1934
|
|
|
1490
1935
|
FleetName: string | undefined;
|
|
@@ -1517,6 +1962,15 @@ export declare namespace EnableUserResult {
|
|
|
1517
1962
|
|
|
1518
1963
|
const filterSensitiveLog: (obj: EnableUserResult) => any;
|
|
1519
1964
|
}
|
|
1965
|
+
|
|
1966
|
+
export interface EntitledApplication {
|
|
1967
|
+
|
|
1968
|
+
ApplicationIdentifier: string | undefined;
|
|
1969
|
+
}
|
|
1970
|
+
export declare namespace EntitledApplication {
|
|
1971
|
+
|
|
1972
|
+
const filterSensitiveLog: (obj: EntitledApplication) => any;
|
|
1973
|
+
}
|
|
1520
1974
|
export interface ExpireSessionRequest {
|
|
1521
1975
|
|
|
1522
1976
|
SessionId: string | undefined;
|
|
@@ -1534,6 +1988,7 @@ export declare namespace ExpireSessionResult {
|
|
|
1534
1988
|
export declare enum FleetAttribute {
|
|
1535
1989
|
DOMAIN_JOIN_INFO = "DOMAIN_JOIN_INFO",
|
|
1536
1990
|
IAM_ROLE_ARN = "IAM_ROLE_ARN",
|
|
1991
|
+
USB_DEVICE_FILTER_STRINGS = "USB_DEVICE_FILTER_STRINGS",
|
|
1537
1992
|
VPC_CONFIGURATION = "VPC_CONFIGURATION",
|
|
1538
1993
|
VPC_CONFIGURATION_SECURITY_GROUP_IDS = "VPC_CONFIGURATION_SECURITY_GROUP_IDS"
|
|
1539
1994
|
}
|
|
@@ -1577,6 +2032,30 @@ export declare namespace ListAssociatedStacksResult {
|
|
|
1577
2032
|
|
|
1578
2033
|
const filterSensitiveLog: (obj: ListAssociatedStacksResult) => any;
|
|
1579
2034
|
}
|
|
2035
|
+
export interface ListEntitledApplicationsRequest {
|
|
2036
|
+
|
|
2037
|
+
StackName: string | undefined;
|
|
2038
|
+
|
|
2039
|
+
EntitlementName: string | undefined;
|
|
2040
|
+
|
|
2041
|
+
NextToken?: string;
|
|
2042
|
+
|
|
2043
|
+
MaxResults?: number;
|
|
2044
|
+
}
|
|
2045
|
+
export declare namespace ListEntitledApplicationsRequest {
|
|
2046
|
+
|
|
2047
|
+
const filterSensitiveLog: (obj: ListEntitledApplicationsRequest) => any;
|
|
2048
|
+
}
|
|
2049
|
+
export interface ListEntitledApplicationsResult {
|
|
2050
|
+
|
|
2051
|
+
EntitledApplications?: EntitledApplication[];
|
|
2052
|
+
|
|
2053
|
+
NextToken?: string;
|
|
2054
|
+
}
|
|
2055
|
+
export declare namespace ListEntitledApplicationsResult {
|
|
2056
|
+
|
|
2057
|
+
const filterSensitiveLog: (obj: ListEntitledApplicationsResult) => any;
|
|
2058
|
+
}
|
|
1580
2059
|
export interface ListTagsForResourceRequest {
|
|
1581
2060
|
|
|
1582
2061
|
ResourceArn: string | undefined;
|
|
@@ -1691,6 +2170,38 @@ export declare namespace UntagResourceResponse {
|
|
|
1691
2170
|
|
|
1692
2171
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1693
2172
|
}
|
|
2173
|
+
export interface UpdateApplicationRequest {
|
|
2174
|
+
|
|
2175
|
+
Name: string | undefined;
|
|
2176
|
+
|
|
2177
|
+
DisplayName?: string;
|
|
2178
|
+
|
|
2179
|
+
Description?: string;
|
|
2180
|
+
|
|
2181
|
+
IconS3Location?: S3Location;
|
|
2182
|
+
|
|
2183
|
+
LaunchPath?: string;
|
|
2184
|
+
|
|
2185
|
+
WorkingDirectory?: string;
|
|
2186
|
+
|
|
2187
|
+
LaunchParameters?: string;
|
|
2188
|
+
|
|
2189
|
+
AppBlockArn?: string;
|
|
2190
|
+
|
|
2191
|
+
AttributesToDelete?: (ApplicationAttribute | string)[];
|
|
2192
|
+
}
|
|
2193
|
+
export declare namespace UpdateApplicationRequest {
|
|
2194
|
+
|
|
2195
|
+
const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
2196
|
+
}
|
|
2197
|
+
export interface UpdateApplicationResult {
|
|
2198
|
+
|
|
2199
|
+
Application?: Application;
|
|
2200
|
+
}
|
|
2201
|
+
export declare namespace UpdateApplicationResult {
|
|
2202
|
+
|
|
2203
|
+
const filterSensitiveLog: (obj: UpdateApplicationResult) => any;
|
|
2204
|
+
}
|
|
1694
2205
|
export interface UpdateDirectoryConfigRequest {
|
|
1695
2206
|
|
|
1696
2207
|
DirectoryName: string | undefined;
|
|
@@ -1711,6 +2222,30 @@ export declare namespace UpdateDirectoryConfigResult {
|
|
|
1711
2222
|
|
|
1712
2223
|
const filterSensitiveLog: (obj: UpdateDirectoryConfigResult) => any;
|
|
1713
2224
|
}
|
|
2225
|
+
export interface UpdateEntitlementRequest {
|
|
2226
|
+
|
|
2227
|
+
Name: string | undefined;
|
|
2228
|
+
|
|
2229
|
+
StackName: string | undefined;
|
|
2230
|
+
|
|
2231
|
+
Description?: string;
|
|
2232
|
+
|
|
2233
|
+
AppVisibility?: AppVisibility | string;
|
|
2234
|
+
|
|
2235
|
+
Attributes?: EntitlementAttribute[];
|
|
2236
|
+
}
|
|
2237
|
+
export declare namespace UpdateEntitlementRequest {
|
|
2238
|
+
|
|
2239
|
+
const filterSensitiveLog: (obj: UpdateEntitlementRequest) => any;
|
|
2240
|
+
}
|
|
2241
|
+
export interface UpdateEntitlementResult {
|
|
2242
|
+
|
|
2243
|
+
Entitlement?: Entitlement;
|
|
2244
|
+
}
|
|
2245
|
+
export declare namespace UpdateEntitlementResult {
|
|
2246
|
+
|
|
2247
|
+
const filterSensitiveLog: (obj: UpdateEntitlementResult) => any;
|
|
2248
|
+
}
|
|
1714
2249
|
export interface UpdateFleetRequest {
|
|
1715
2250
|
|
|
1716
2251
|
ImageName?: string;
|
|
@@ -1746,6 +2281,12 @@ export interface UpdateFleetRequest {
|
|
|
1746
2281
|
IamRoleArn?: string;
|
|
1747
2282
|
|
|
1748
2283
|
StreamView?: StreamView | string;
|
|
2284
|
+
|
|
2285
|
+
Platform?: PlatformType | string;
|
|
2286
|
+
|
|
2287
|
+
MaxConcurrentSessions?: number;
|
|
2288
|
+
|
|
2289
|
+
UsbDeviceFilterStrings?: string[];
|
|
1749
2290
|
}
|
|
1750
2291
|
export declare namespace UpdateFleetRequest {
|
|
1751
2292
|
|