@aws-sdk/client-appstream 3.42.0 → 3.47.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 -12
- package/dist-cjs/models/models_0.js +254 -68
- package/dist-cjs/protocols/Aws_json1_1.js +1964 -115
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- 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 -12
- package/dist-es/models/models_0.js +176 -48
- package/dist-es/protocols/Aws_json1_1.js +2134 -222
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/AppStream.d.ts +158 -4
- package/dist-types/AppStreamClient.d.ts +24 -3
- 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 +982 -95
- package/dist-types/protocols/Aws_json1_1.d.ts +51 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/AppStream.d.ts +85 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +22 -3
- 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 +549 -64
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +51 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -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 {
|
|
@@ -92,64 +177,88 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
|
|
|
92
177
|
|
|
93
178
|
Message?: string;
|
|
94
179
|
}
|
|
95
|
-
|
|
180
|
+
|
|
181
|
+
export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
|
|
182
|
+
name: "InvalidParameterCombinationException";
|
|
183
|
+
$fault: "client";
|
|
96
184
|
|
|
97
|
-
|
|
185
|
+
Message?: string;
|
|
98
186
|
}
|
|
99
187
|
|
|
100
|
-
export interface
|
|
101
|
-
name: "
|
|
188
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
189
|
+
name: "LimitExceededException";
|
|
102
190
|
$fault: "client";
|
|
103
191
|
|
|
104
192
|
Message?: string;
|
|
105
193
|
}
|
|
106
|
-
|
|
194
|
+
|
|
195
|
+
export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
196
|
+
name: "OperationNotPermittedException";
|
|
197
|
+
$fault: "client";
|
|
107
198
|
|
|
108
|
-
|
|
199
|
+
Message?: string;
|
|
109
200
|
}
|
|
110
201
|
|
|
111
|
-
export interface
|
|
112
|
-
name: "
|
|
202
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
203
|
+
name: "ResourceNotFoundException";
|
|
113
204
|
$fault: "client";
|
|
114
205
|
|
|
115
206
|
Message?: string;
|
|
116
207
|
}
|
|
117
|
-
export
|
|
208
|
+
export interface AssociateApplicationToEntitlementRequest {
|
|
209
|
+
|
|
210
|
+
StackName: string | undefined;
|
|
211
|
+
|
|
212
|
+
EntitlementName: string | undefined;
|
|
118
213
|
|
|
119
|
-
|
|
214
|
+
ApplicationIdentifier: string | undefined;
|
|
120
215
|
}
|
|
121
|
-
|
|
122
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
123
|
-
name: "LimitExceededException";
|
|
124
|
-
$fault: "client";
|
|
216
|
+
export declare namespace AssociateApplicationToEntitlementRequest {
|
|
125
217
|
|
|
126
|
-
|
|
218
|
+
const filterSensitiveLog: (obj: AssociateApplicationToEntitlementRequest) => any;
|
|
219
|
+
}
|
|
220
|
+
export interface AssociateApplicationToEntitlementResult {
|
|
127
221
|
}
|
|
128
|
-
export declare namespace
|
|
222
|
+
export declare namespace AssociateApplicationToEntitlementResult {
|
|
129
223
|
|
|
130
|
-
const filterSensitiveLog: (obj:
|
|
224
|
+
const filterSensitiveLog: (obj: AssociateApplicationToEntitlementResult) => any;
|
|
131
225
|
}
|
|
132
226
|
|
|
133
|
-
export interface
|
|
134
|
-
name: "
|
|
227
|
+
export interface EntitlementNotFoundException extends __SmithyException, $MetadataBearer {
|
|
228
|
+
name: "EntitlementNotFoundException";
|
|
135
229
|
$fault: "client";
|
|
136
230
|
|
|
137
231
|
Message?: string;
|
|
138
232
|
}
|
|
139
|
-
export
|
|
233
|
+
export interface AssociateFleetRequest {
|
|
234
|
+
|
|
235
|
+
FleetName: string | undefined;
|
|
236
|
+
|
|
237
|
+
StackName: string | undefined;
|
|
238
|
+
}
|
|
239
|
+
export declare namespace AssociateFleetRequest {
|
|
140
240
|
|
|
141
|
-
const filterSensitiveLog: (obj:
|
|
241
|
+
const filterSensitiveLog: (obj: AssociateFleetRequest) => any;
|
|
242
|
+
}
|
|
243
|
+
export interface AssociateFleetResult {
|
|
244
|
+
}
|
|
245
|
+
export declare namespace AssociateFleetResult {
|
|
246
|
+
|
|
247
|
+
const filterSensitiveLog: (obj: AssociateFleetResult) => any;
|
|
142
248
|
}
|
|
143
249
|
|
|
144
|
-
export interface
|
|
145
|
-
name: "
|
|
250
|
+
export interface IncompatibleImageException extends __SmithyException, $MetadataBearer {
|
|
251
|
+
name: "IncompatibleImageException";
|
|
146
252
|
$fault: "client";
|
|
147
253
|
|
|
148
254
|
Message?: string;
|
|
149
255
|
}
|
|
150
|
-
|
|
256
|
+
|
|
257
|
+
export interface InvalidAccountStatusException extends __SmithyException, $MetadataBearer {
|
|
258
|
+
name: "InvalidAccountStatusException";
|
|
259
|
+
$fault: "client";
|
|
151
260
|
|
|
152
|
-
|
|
261
|
+
Message?: string;
|
|
153
262
|
}
|
|
154
263
|
export declare enum AuthenticationType {
|
|
155
264
|
API = "API",
|
|
@@ -206,17 +315,6 @@ export declare namespace BatchAssociateUserStackResult {
|
|
|
206
315
|
|
|
207
316
|
const filterSensitiveLog: (obj: BatchAssociateUserStackResult) => any;
|
|
208
317
|
}
|
|
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
318
|
export interface BatchDisassociateUserStackRequest {
|
|
221
319
|
|
|
222
320
|
UserStackAssociations: UserStackAssociation[] | undefined;
|
|
@@ -286,10 +384,6 @@ export interface ResourceAlreadyExistsException extends __SmithyException, $Meta
|
|
|
286
384
|
|
|
287
385
|
Message?: string;
|
|
288
386
|
}
|
|
289
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
290
|
-
|
|
291
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
292
|
-
}
|
|
293
387
|
|
|
294
388
|
export interface ResourceNotAvailableException extends __SmithyException, $MetadataBearer {
|
|
295
389
|
name: "ResourceNotAvailableException";
|
|
@@ -297,9 +391,71 @@ export interface ResourceNotAvailableException extends __SmithyException, $Metad
|
|
|
297
391
|
|
|
298
392
|
Message?: string;
|
|
299
393
|
}
|
|
300
|
-
export
|
|
394
|
+
export interface CreateAppBlockRequest {
|
|
395
|
+
|
|
396
|
+
Name: string | undefined;
|
|
397
|
+
|
|
398
|
+
Description?: string;
|
|
399
|
+
|
|
400
|
+
DisplayName?: string;
|
|
401
|
+
|
|
402
|
+
SourceS3Location: S3Location | undefined;
|
|
403
|
+
|
|
404
|
+
SetupScriptDetails: ScriptDetails | undefined;
|
|
405
|
+
|
|
406
|
+
Tags?: {
|
|
407
|
+
[key: string]: string;
|
|
408
|
+
};
|
|
409
|
+
}
|
|
410
|
+
export declare namespace CreateAppBlockRequest {
|
|
411
|
+
|
|
412
|
+
const filterSensitiveLog: (obj: CreateAppBlockRequest) => any;
|
|
413
|
+
}
|
|
414
|
+
export interface CreateAppBlockResult {
|
|
415
|
+
|
|
416
|
+
AppBlock?: AppBlock;
|
|
417
|
+
}
|
|
418
|
+
export declare namespace CreateAppBlockResult {
|
|
419
|
+
|
|
420
|
+
const filterSensitiveLog: (obj: CreateAppBlockResult) => any;
|
|
421
|
+
}
|
|
422
|
+
export interface CreateApplicationRequest {
|
|
423
|
+
|
|
424
|
+
Name: string | undefined;
|
|
425
|
+
|
|
426
|
+
DisplayName?: string;
|
|
427
|
+
|
|
428
|
+
Description?: string;
|
|
429
|
+
|
|
430
|
+
IconS3Location: S3Location | undefined;
|
|
431
|
+
|
|
432
|
+
LaunchPath: string | undefined;
|
|
433
|
+
|
|
434
|
+
WorkingDirectory?: string;
|
|
435
|
+
|
|
436
|
+
LaunchParameters?: string;
|
|
437
|
+
|
|
438
|
+
Platforms: (PlatformType | string)[] | undefined;
|
|
439
|
+
|
|
440
|
+
InstanceFamilies: string[] | undefined;
|
|
441
|
+
|
|
442
|
+
AppBlockArn: string | undefined;
|
|
443
|
+
|
|
444
|
+
Tags?: {
|
|
445
|
+
[key: string]: string;
|
|
446
|
+
};
|
|
447
|
+
}
|
|
448
|
+
export declare namespace CreateApplicationRequest {
|
|
301
449
|
|
|
302
|
-
const filterSensitiveLog: (obj:
|
|
450
|
+
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
451
|
+
}
|
|
452
|
+
export interface CreateApplicationResult {
|
|
453
|
+
|
|
454
|
+
Application?: Application;
|
|
455
|
+
}
|
|
456
|
+
export declare namespace CreateApplicationResult {
|
|
457
|
+
|
|
458
|
+
const filterSensitiveLog: (obj: CreateApplicationResult) => any;
|
|
303
459
|
}
|
|
304
460
|
|
|
305
461
|
export interface ServiceAccountCredentials {
|
|
@@ -354,9 +510,68 @@ export interface InvalidRoleException extends __SmithyException, $MetadataBearer
|
|
|
354
510
|
|
|
355
511
|
Message?: string;
|
|
356
512
|
}
|
|
357
|
-
|
|
513
|
+
|
|
514
|
+
export interface EntitlementAttribute {
|
|
515
|
+
|
|
516
|
+
Name: string | undefined;
|
|
517
|
+
|
|
518
|
+
Value: string | undefined;
|
|
519
|
+
}
|
|
520
|
+
export declare namespace EntitlementAttribute {
|
|
358
521
|
|
|
359
|
-
const filterSensitiveLog: (obj:
|
|
522
|
+
const filterSensitiveLog: (obj: EntitlementAttribute) => any;
|
|
523
|
+
}
|
|
524
|
+
export interface CreateEntitlementRequest {
|
|
525
|
+
|
|
526
|
+
Name: string | undefined;
|
|
527
|
+
|
|
528
|
+
StackName: string | undefined;
|
|
529
|
+
|
|
530
|
+
Description?: string;
|
|
531
|
+
|
|
532
|
+
AppVisibility: AppVisibility | string | undefined;
|
|
533
|
+
|
|
534
|
+
Attributes: EntitlementAttribute[] | undefined;
|
|
535
|
+
}
|
|
536
|
+
export declare namespace CreateEntitlementRequest {
|
|
537
|
+
|
|
538
|
+
const filterSensitiveLog: (obj: CreateEntitlementRequest) => any;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
export interface Entitlement {
|
|
542
|
+
|
|
543
|
+
Name: string | undefined;
|
|
544
|
+
|
|
545
|
+
StackName: string | undefined;
|
|
546
|
+
|
|
547
|
+
Description?: string;
|
|
548
|
+
|
|
549
|
+
AppVisibility: AppVisibility | string | undefined;
|
|
550
|
+
|
|
551
|
+
Attributes: EntitlementAttribute[] | undefined;
|
|
552
|
+
|
|
553
|
+
CreatedTime?: Date;
|
|
554
|
+
|
|
555
|
+
LastModifiedTime?: Date;
|
|
556
|
+
}
|
|
557
|
+
export declare namespace Entitlement {
|
|
558
|
+
|
|
559
|
+
const filterSensitiveLog: (obj: Entitlement) => any;
|
|
560
|
+
}
|
|
561
|
+
export interface CreateEntitlementResult {
|
|
562
|
+
|
|
563
|
+
Entitlement?: Entitlement;
|
|
564
|
+
}
|
|
565
|
+
export declare namespace CreateEntitlementResult {
|
|
566
|
+
|
|
567
|
+
const filterSensitiveLog: (obj: CreateEntitlementResult) => any;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
export interface EntitlementAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
571
|
+
name: "EntitlementAlreadyExistsException";
|
|
572
|
+
$fault: "client";
|
|
573
|
+
|
|
574
|
+
Message?: string;
|
|
360
575
|
}
|
|
361
576
|
|
|
362
577
|
export interface DomainJoinInfo {
|
|
@@ -371,6 +586,7 @@ export declare namespace DomainJoinInfo {
|
|
|
371
586
|
}
|
|
372
587
|
export declare enum FleetType {
|
|
373
588
|
ALWAYS_ON = "ALWAYS_ON",
|
|
589
|
+
ELASTIC = "ELASTIC",
|
|
374
590
|
ON_DEMAND = "ON_DEMAND"
|
|
375
591
|
}
|
|
376
592
|
export declare enum StreamView {
|
|
@@ -400,7 +616,7 @@ export interface CreateFleetRequest {
|
|
|
400
616
|
|
|
401
617
|
FleetType?: FleetType | string;
|
|
402
618
|
|
|
403
|
-
ComputeCapacity
|
|
619
|
+
ComputeCapacity?: ComputeCapacity;
|
|
404
620
|
|
|
405
621
|
VpcConfig?: VpcConfig;
|
|
406
622
|
|
|
@@ -425,6 +641,12 @@ export interface CreateFleetRequest {
|
|
|
425
641
|
IamRoleArn?: string;
|
|
426
642
|
|
|
427
643
|
StreamView?: StreamView | string;
|
|
644
|
+
|
|
645
|
+
Platform?: PlatformType | string;
|
|
646
|
+
|
|
647
|
+
MaxConcurrentSessions?: number;
|
|
648
|
+
|
|
649
|
+
UsbDeviceFilterStrings?: string[];
|
|
428
650
|
}
|
|
429
651
|
export declare namespace CreateFleetRequest {
|
|
430
652
|
|
|
@@ -521,6 +743,12 @@ export interface Fleet {
|
|
|
521
743
|
IamRoleArn?: string;
|
|
522
744
|
|
|
523
745
|
StreamView?: StreamView | string;
|
|
746
|
+
|
|
747
|
+
Platform?: PlatformType | string;
|
|
748
|
+
|
|
749
|
+
MaxConcurrentSessions?: number;
|
|
750
|
+
|
|
751
|
+
UsbDeviceFilterStrings?: string[];
|
|
524
752
|
}
|
|
525
753
|
export declare namespace Fleet {
|
|
526
754
|
|
|
@@ -541,10 +769,6 @@ export interface RequestLimitExceededException extends __SmithyException, $Metad
|
|
|
541
769
|
|
|
542
770
|
Message?: string;
|
|
543
771
|
}
|
|
544
|
-
export declare namespace RequestLimitExceededException {
|
|
545
|
-
|
|
546
|
-
const filterSensitiveLog: (obj: RequestLimitExceededException) => any;
|
|
547
|
-
}
|
|
548
772
|
export interface CreateImageBuilderRequest {
|
|
549
773
|
|
|
550
774
|
Name: string | undefined;
|
|
@@ -603,7 +827,6 @@ export declare namespace NetworkAccessConfiguration {
|
|
|
603
827
|
|
|
604
828
|
const filterSensitiveLog: (obj: NetworkAccessConfiguration) => any;
|
|
605
829
|
}
|
|
606
|
-
export declare type PlatformType = "AMAZON_LINUX2" | "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
|
|
607
830
|
export declare enum ImageBuilderState {
|
|
608
831
|
DELETING = "DELETING",
|
|
609
832
|
FAILED = "FAILED",
|
|
@@ -1007,6 +1230,41 @@ export declare namespace CreateUserResult {
|
|
|
1007
1230
|
|
|
1008
1231
|
const filterSensitiveLog: (obj: CreateUserResult) => any;
|
|
1009
1232
|
}
|
|
1233
|
+
export interface DeleteAppBlockRequest {
|
|
1234
|
+
|
|
1235
|
+
Name: string | undefined;
|
|
1236
|
+
}
|
|
1237
|
+
export declare namespace DeleteAppBlockRequest {
|
|
1238
|
+
|
|
1239
|
+
const filterSensitiveLog: (obj: DeleteAppBlockRequest) => any;
|
|
1240
|
+
}
|
|
1241
|
+
export interface DeleteAppBlockResult {
|
|
1242
|
+
}
|
|
1243
|
+
export declare namespace DeleteAppBlockResult {
|
|
1244
|
+
|
|
1245
|
+
const filterSensitiveLog: (obj: DeleteAppBlockResult) => any;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
1249
|
+
name: "ResourceInUseException";
|
|
1250
|
+
$fault: "client";
|
|
1251
|
+
|
|
1252
|
+
Message?: string;
|
|
1253
|
+
}
|
|
1254
|
+
export interface DeleteApplicationRequest {
|
|
1255
|
+
|
|
1256
|
+
Name: string | undefined;
|
|
1257
|
+
}
|
|
1258
|
+
export declare namespace DeleteApplicationRequest {
|
|
1259
|
+
|
|
1260
|
+
const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
1261
|
+
}
|
|
1262
|
+
export interface DeleteApplicationResult {
|
|
1263
|
+
}
|
|
1264
|
+
export declare namespace DeleteApplicationResult {
|
|
1265
|
+
|
|
1266
|
+
const filterSensitiveLog: (obj: DeleteApplicationResult) => any;
|
|
1267
|
+
}
|
|
1010
1268
|
export interface DeleteDirectoryConfigRequest {
|
|
1011
1269
|
|
|
1012
1270
|
DirectoryName: string | undefined;
|
|
@@ -1021,16 +1279,21 @@ export declare namespace DeleteDirectoryConfigResult {
|
|
|
1021
1279
|
|
|
1022
1280
|
const filterSensitiveLog: (obj: DeleteDirectoryConfigResult) => any;
|
|
1023
1281
|
}
|
|
1024
|
-
|
|
1025
|
-
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
1026
|
-
name: "ResourceInUseException";
|
|
1027
|
-
$fault: "client";
|
|
1282
|
+
export interface DeleteEntitlementRequest {
|
|
1028
1283
|
|
|
1029
|
-
|
|
1284
|
+
Name: string | undefined;
|
|
1285
|
+
|
|
1286
|
+
StackName: string | undefined;
|
|
1287
|
+
}
|
|
1288
|
+
export declare namespace DeleteEntitlementRequest {
|
|
1289
|
+
|
|
1290
|
+
const filterSensitiveLog: (obj: DeleteEntitlementRequest) => any;
|
|
1291
|
+
}
|
|
1292
|
+
export interface DeleteEntitlementResult {
|
|
1030
1293
|
}
|
|
1031
|
-
export declare namespace
|
|
1294
|
+
export declare namespace DeleteEntitlementResult {
|
|
1032
1295
|
|
|
1033
|
-
const filterSensitiveLog: (obj:
|
|
1296
|
+
const filterSensitiveLog: (obj: DeleteEntitlementResult) => any;
|
|
1034
1297
|
}
|
|
1035
1298
|
export interface DeleteFleetRequest {
|
|
1036
1299
|
|
|
@@ -1136,6 +1399,74 @@ export declare namespace DeleteUserResult {
|
|
|
1136
1399
|
|
|
1137
1400
|
const filterSensitiveLog: (obj: DeleteUserResult) => any;
|
|
1138
1401
|
}
|
|
1402
|
+
export interface DescribeAppBlocksRequest {
|
|
1403
|
+
|
|
1404
|
+
Arns?: string[];
|
|
1405
|
+
|
|
1406
|
+
NextToken?: string;
|
|
1407
|
+
|
|
1408
|
+
MaxResults?: number;
|
|
1409
|
+
}
|
|
1410
|
+
export declare namespace DescribeAppBlocksRequest {
|
|
1411
|
+
|
|
1412
|
+
const filterSensitiveLog: (obj: DescribeAppBlocksRequest) => any;
|
|
1413
|
+
}
|
|
1414
|
+
export interface DescribeAppBlocksResult {
|
|
1415
|
+
|
|
1416
|
+
AppBlocks?: AppBlock[];
|
|
1417
|
+
|
|
1418
|
+
NextToken?: string;
|
|
1419
|
+
}
|
|
1420
|
+
export declare namespace DescribeAppBlocksResult {
|
|
1421
|
+
|
|
1422
|
+
const filterSensitiveLog: (obj: DescribeAppBlocksResult) => any;
|
|
1423
|
+
}
|
|
1424
|
+
export interface DescribeApplicationFleetAssociationsRequest {
|
|
1425
|
+
|
|
1426
|
+
FleetName?: string;
|
|
1427
|
+
|
|
1428
|
+
ApplicationArn?: string;
|
|
1429
|
+
|
|
1430
|
+
MaxResults?: number;
|
|
1431
|
+
|
|
1432
|
+
NextToken?: string;
|
|
1433
|
+
}
|
|
1434
|
+
export declare namespace DescribeApplicationFleetAssociationsRequest {
|
|
1435
|
+
|
|
1436
|
+
const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsRequest) => any;
|
|
1437
|
+
}
|
|
1438
|
+
export interface DescribeApplicationFleetAssociationsResult {
|
|
1439
|
+
|
|
1440
|
+
ApplicationFleetAssociations?: ApplicationFleetAssociation[];
|
|
1441
|
+
|
|
1442
|
+
NextToken?: string;
|
|
1443
|
+
}
|
|
1444
|
+
export declare namespace DescribeApplicationFleetAssociationsResult {
|
|
1445
|
+
|
|
1446
|
+
const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsResult) => any;
|
|
1447
|
+
}
|
|
1448
|
+
export interface DescribeApplicationsRequest {
|
|
1449
|
+
|
|
1450
|
+
Arns?: string[];
|
|
1451
|
+
|
|
1452
|
+
NextToken?: string;
|
|
1453
|
+
|
|
1454
|
+
MaxResults?: number;
|
|
1455
|
+
}
|
|
1456
|
+
export declare namespace DescribeApplicationsRequest {
|
|
1457
|
+
|
|
1458
|
+
const filterSensitiveLog: (obj: DescribeApplicationsRequest) => any;
|
|
1459
|
+
}
|
|
1460
|
+
export interface DescribeApplicationsResult {
|
|
1461
|
+
|
|
1462
|
+
Applications?: Application[];
|
|
1463
|
+
|
|
1464
|
+
NextToken?: string;
|
|
1465
|
+
}
|
|
1466
|
+
export declare namespace DescribeApplicationsResult {
|
|
1467
|
+
|
|
1468
|
+
const filterSensitiveLog: (obj: DescribeApplicationsResult) => any;
|
|
1469
|
+
}
|
|
1139
1470
|
export interface DescribeDirectoryConfigsRequest {
|
|
1140
1471
|
|
|
1141
1472
|
DirectoryNames?: string[];
|
|
@@ -1158,6 +1489,30 @@ export declare namespace DescribeDirectoryConfigsResult {
|
|
|
1158
1489
|
|
|
1159
1490
|
const filterSensitiveLog: (obj: DescribeDirectoryConfigsResult) => any;
|
|
1160
1491
|
}
|
|
1492
|
+
export interface DescribeEntitlementsRequest {
|
|
1493
|
+
|
|
1494
|
+
Name?: string;
|
|
1495
|
+
|
|
1496
|
+
StackName: string | undefined;
|
|
1497
|
+
|
|
1498
|
+
NextToken?: string;
|
|
1499
|
+
|
|
1500
|
+
MaxResults?: number;
|
|
1501
|
+
}
|
|
1502
|
+
export declare namespace DescribeEntitlementsRequest {
|
|
1503
|
+
|
|
1504
|
+
const filterSensitiveLog: (obj: DescribeEntitlementsRequest) => any;
|
|
1505
|
+
}
|
|
1506
|
+
export interface DescribeEntitlementsResult {
|
|
1507
|
+
|
|
1508
|
+
Entitlements?: Entitlement[];
|
|
1509
|
+
|
|
1510
|
+
NextToken?: string;
|
|
1511
|
+
}
|
|
1512
|
+
export declare namespace DescribeEntitlementsResult {
|
|
1513
|
+
|
|
1514
|
+
const filterSensitiveLog: (obj: DescribeEntitlementsResult) => any;
|
|
1515
|
+
}
|
|
1161
1516
|
export interface DescribeFleetsRequest {
|
|
1162
1517
|
|
|
1163
1518
|
Names?: string[];
|
|
@@ -1485,6 +1840,40 @@ export declare namespace DisableUserResult {
|
|
|
1485
1840
|
|
|
1486
1841
|
const filterSensitiveLog: (obj: DisableUserResult) => any;
|
|
1487
1842
|
}
|
|
1843
|
+
export interface DisassociateApplicationFleetRequest {
|
|
1844
|
+
|
|
1845
|
+
FleetName: string | undefined;
|
|
1846
|
+
|
|
1847
|
+
ApplicationArn: string | undefined;
|
|
1848
|
+
}
|
|
1849
|
+
export declare namespace DisassociateApplicationFleetRequest {
|
|
1850
|
+
|
|
1851
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFleetRequest) => any;
|
|
1852
|
+
}
|
|
1853
|
+
export interface DisassociateApplicationFleetResult {
|
|
1854
|
+
}
|
|
1855
|
+
export declare namespace DisassociateApplicationFleetResult {
|
|
1856
|
+
|
|
1857
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFleetResult) => any;
|
|
1858
|
+
}
|
|
1859
|
+
export interface DisassociateApplicationFromEntitlementRequest {
|
|
1860
|
+
|
|
1861
|
+
StackName: string | undefined;
|
|
1862
|
+
|
|
1863
|
+
EntitlementName: string | undefined;
|
|
1864
|
+
|
|
1865
|
+
ApplicationIdentifier: string | undefined;
|
|
1866
|
+
}
|
|
1867
|
+
export declare namespace DisassociateApplicationFromEntitlementRequest {
|
|
1868
|
+
|
|
1869
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementRequest) => any;
|
|
1870
|
+
}
|
|
1871
|
+
export interface DisassociateApplicationFromEntitlementResult {
|
|
1872
|
+
}
|
|
1873
|
+
export declare namespace DisassociateApplicationFromEntitlementResult {
|
|
1874
|
+
|
|
1875
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementResult) => any;
|
|
1876
|
+
}
|
|
1488
1877
|
export interface DisassociateFleetRequest {
|
|
1489
1878
|
|
|
1490
1879
|
FleetName: string | undefined;
|
|
@@ -1517,6 +1906,15 @@ export declare namespace EnableUserResult {
|
|
|
1517
1906
|
|
|
1518
1907
|
const filterSensitiveLog: (obj: EnableUserResult) => any;
|
|
1519
1908
|
}
|
|
1909
|
+
|
|
1910
|
+
export interface EntitledApplication {
|
|
1911
|
+
|
|
1912
|
+
ApplicationIdentifier: string | undefined;
|
|
1913
|
+
}
|
|
1914
|
+
export declare namespace EntitledApplication {
|
|
1915
|
+
|
|
1916
|
+
const filterSensitiveLog: (obj: EntitledApplication) => any;
|
|
1917
|
+
}
|
|
1520
1918
|
export interface ExpireSessionRequest {
|
|
1521
1919
|
|
|
1522
1920
|
SessionId: string | undefined;
|
|
@@ -1534,6 +1932,7 @@ export declare namespace ExpireSessionResult {
|
|
|
1534
1932
|
export declare enum FleetAttribute {
|
|
1535
1933
|
DOMAIN_JOIN_INFO = "DOMAIN_JOIN_INFO",
|
|
1536
1934
|
IAM_ROLE_ARN = "IAM_ROLE_ARN",
|
|
1935
|
+
USB_DEVICE_FILTER_STRINGS = "USB_DEVICE_FILTER_STRINGS",
|
|
1537
1936
|
VPC_CONFIGURATION = "VPC_CONFIGURATION",
|
|
1538
1937
|
VPC_CONFIGURATION_SECURITY_GROUP_IDS = "VPC_CONFIGURATION_SECURITY_GROUP_IDS"
|
|
1539
1938
|
}
|
|
@@ -1577,6 +1976,30 @@ export declare namespace ListAssociatedStacksResult {
|
|
|
1577
1976
|
|
|
1578
1977
|
const filterSensitiveLog: (obj: ListAssociatedStacksResult) => any;
|
|
1579
1978
|
}
|
|
1979
|
+
export interface ListEntitledApplicationsRequest {
|
|
1980
|
+
|
|
1981
|
+
StackName: string | undefined;
|
|
1982
|
+
|
|
1983
|
+
EntitlementName: string | undefined;
|
|
1984
|
+
|
|
1985
|
+
NextToken?: string;
|
|
1986
|
+
|
|
1987
|
+
MaxResults?: number;
|
|
1988
|
+
}
|
|
1989
|
+
export declare namespace ListEntitledApplicationsRequest {
|
|
1990
|
+
|
|
1991
|
+
const filterSensitiveLog: (obj: ListEntitledApplicationsRequest) => any;
|
|
1992
|
+
}
|
|
1993
|
+
export interface ListEntitledApplicationsResult {
|
|
1994
|
+
|
|
1995
|
+
EntitledApplications?: EntitledApplication[];
|
|
1996
|
+
|
|
1997
|
+
NextToken?: string;
|
|
1998
|
+
}
|
|
1999
|
+
export declare namespace ListEntitledApplicationsResult {
|
|
2000
|
+
|
|
2001
|
+
const filterSensitiveLog: (obj: ListEntitledApplicationsResult) => any;
|
|
2002
|
+
}
|
|
1580
2003
|
export interface ListTagsForResourceRequest {
|
|
1581
2004
|
|
|
1582
2005
|
ResourceArn: string | undefined;
|
|
@@ -1691,6 +2114,38 @@ export declare namespace UntagResourceResponse {
|
|
|
1691
2114
|
|
|
1692
2115
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1693
2116
|
}
|
|
2117
|
+
export interface UpdateApplicationRequest {
|
|
2118
|
+
|
|
2119
|
+
Name: string | undefined;
|
|
2120
|
+
|
|
2121
|
+
DisplayName?: string;
|
|
2122
|
+
|
|
2123
|
+
Description?: string;
|
|
2124
|
+
|
|
2125
|
+
IconS3Location?: S3Location;
|
|
2126
|
+
|
|
2127
|
+
LaunchPath?: string;
|
|
2128
|
+
|
|
2129
|
+
WorkingDirectory?: string;
|
|
2130
|
+
|
|
2131
|
+
LaunchParameters?: string;
|
|
2132
|
+
|
|
2133
|
+
AppBlockArn?: string;
|
|
2134
|
+
|
|
2135
|
+
AttributesToDelete?: (ApplicationAttribute | string)[];
|
|
2136
|
+
}
|
|
2137
|
+
export declare namespace UpdateApplicationRequest {
|
|
2138
|
+
|
|
2139
|
+
const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
2140
|
+
}
|
|
2141
|
+
export interface UpdateApplicationResult {
|
|
2142
|
+
|
|
2143
|
+
Application?: Application;
|
|
2144
|
+
}
|
|
2145
|
+
export declare namespace UpdateApplicationResult {
|
|
2146
|
+
|
|
2147
|
+
const filterSensitiveLog: (obj: UpdateApplicationResult) => any;
|
|
2148
|
+
}
|
|
1694
2149
|
export interface UpdateDirectoryConfigRequest {
|
|
1695
2150
|
|
|
1696
2151
|
DirectoryName: string | undefined;
|
|
@@ -1711,6 +2166,30 @@ export declare namespace UpdateDirectoryConfigResult {
|
|
|
1711
2166
|
|
|
1712
2167
|
const filterSensitiveLog: (obj: UpdateDirectoryConfigResult) => any;
|
|
1713
2168
|
}
|
|
2169
|
+
export interface UpdateEntitlementRequest {
|
|
2170
|
+
|
|
2171
|
+
Name: string | undefined;
|
|
2172
|
+
|
|
2173
|
+
StackName: string | undefined;
|
|
2174
|
+
|
|
2175
|
+
Description?: string;
|
|
2176
|
+
|
|
2177
|
+
AppVisibility?: AppVisibility | string;
|
|
2178
|
+
|
|
2179
|
+
Attributes?: EntitlementAttribute[];
|
|
2180
|
+
}
|
|
2181
|
+
export declare namespace UpdateEntitlementRequest {
|
|
2182
|
+
|
|
2183
|
+
const filterSensitiveLog: (obj: UpdateEntitlementRequest) => any;
|
|
2184
|
+
}
|
|
2185
|
+
export interface UpdateEntitlementResult {
|
|
2186
|
+
|
|
2187
|
+
Entitlement?: Entitlement;
|
|
2188
|
+
}
|
|
2189
|
+
export declare namespace UpdateEntitlementResult {
|
|
2190
|
+
|
|
2191
|
+
const filterSensitiveLog: (obj: UpdateEntitlementResult) => any;
|
|
2192
|
+
}
|
|
1714
2193
|
export interface UpdateFleetRequest {
|
|
1715
2194
|
|
|
1716
2195
|
ImageName?: string;
|
|
@@ -1746,6 +2225,12 @@ export interface UpdateFleetRequest {
|
|
|
1746
2225
|
IamRoleArn?: string;
|
|
1747
2226
|
|
|
1748
2227
|
StreamView?: StreamView | string;
|
|
2228
|
+
|
|
2229
|
+
Platform?: PlatformType | string;
|
|
2230
|
+
|
|
2231
|
+
MaxConcurrentSessions?: number;
|
|
2232
|
+
|
|
2233
|
+
UsbDeviceFilterStrings?: string[];
|
|
1749
2234
|
}
|
|
1750
2235
|
export declare namespace UpdateFleetRequest {
|
|
1751
2236
|
|