@aws-sdk/client-appstream 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateApplicationFleetCommand.js +2 -2
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +2 -2
- package/dist-cjs/commands/AssociateFleetCommand.js +2 -2
- package/dist-cjs/commands/BatchAssociateUserStackCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateUserStackCommand.js +2 -2
- package/dist-cjs/commands/CopyImageCommand.js +2 -2
- package/dist-cjs/commands/CreateAppBlockCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateEntitlementCommand.js +2 -2
- package/dist-cjs/commands/CreateFleetCommand.js +2 -2
- package/dist-cjs/commands/CreateImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/CreateImageBuilderStreamingURLCommand.js +2 -2
- package/dist-cjs/commands/CreateStackCommand.js +2 -2
- package/dist-cjs/commands/CreateStreamingURLCommand.js +2 -2
- package/dist-cjs/commands/CreateUpdatedImageCommand.js +2 -2
- package/dist-cjs/commands/CreateUsageReportSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/DeleteAppBlockCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteEntitlementCommand.js +2 -2
- package/dist-cjs/commands/DeleteFleetCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageCommand.js +2 -2
- package/dist-cjs/commands/DeleteImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DeleteStackCommand.js +2 -2
- package/dist-cjs/commands/DeleteUsageReportSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDirectoryConfigsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEntitlementsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFleetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeImageBuildersCommand.js +2 -2
- package/dist-cjs/commands/DescribeImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeImagesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSessionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStacksCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsageReportSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserStackAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
- package/dist-cjs/commands/DisableUserCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFleetCommand.js +2 -2
- package/dist-cjs/commands/EnableUserCommand.js +2 -2
- package/dist-cjs/commands/ExpireSessionCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedFleetsCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedStacksCommand.js +2 -2
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartFleetCommand.js +2 -2
- package/dist-cjs/commands/StartImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/StopFleetCommand.js +2 -2
- package/dist-cjs/commands/StopImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateEntitlementCommand.js +2 -2
- package/dist-cjs/commands/UpdateFleetCommand.js +2 -2
- package/dist-cjs/commands/UpdateImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateStackCommand.js +2 -2
- package/dist-cjs/models/models_0.js +719 -1055
- package/dist-cjs/protocols/Aws_json1_1.js +331 -595
- package/dist-es/commands/AssociateApplicationFleetCommand.js +3 -3
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +3 -3
- package/dist-es/commands/AssociateFleetCommand.js +3 -3
- package/dist-es/commands/BatchAssociateUserStackCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateUserStackCommand.js +3 -3
- package/dist-es/commands/CopyImageCommand.js +3 -3
- package/dist-es/commands/CreateAppBlockCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/CreateEntitlementCommand.js +3 -3
- package/dist-es/commands/CreateFleetCommand.js +3 -3
- package/dist-es/commands/CreateImageBuilderCommand.js +3 -3
- package/dist-es/commands/CreateImageBuilderStreamingURLCommand.js +3 -3
- package/dist-es/commands/CreateStackCommand.js +3 -3
- package/dist-es/commands/CreateStreamingURLCommand.js +3 -3
- package/dist-es/commands/CreateUpdatedImageCommand.js +3 -3
- package/dist-es/commands/CreateUsageReportSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/DeleteAppBlockCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/DeleteEntitlementCommand.js +3 -3
- package/dist-es/commands/DeleteFleetCommand.js +3 -3
- package/dist-es/commands/DeleteImageBuilderCommand.js +3 -3
- package/dist-es/commands/DeleteImageCommand.js +3 -3
- package/dist-es/commands/DeleteImagePermissionsCommand.js +3 -3
- package/dist-es/commands/DeleteStackCommand.js +3 -3
- package/dist-es/commands/DeleteUsageReportSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeAppBlocksCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationsCommand.js +3 -3
- package/dist-es/commands/DescribeDirectoryConfigsCommand.js +3 -3
- package/dist-es/commands/DescribeEntitlementsCommand.js +3 -3
- package/dist-es/commands/DescribeFleetsCommand.js +3 -3
- package/dist-es/commands/DescribeImageBuildersCommand.js +3 -3
- package/dist-es/commands/DescribeImagePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeImagesCommand.js +3 -3
- package/dist-es/commands/DescribeSessionsCommand.js +3 -3
- package/dist-es/commands/DescribeStacksCommand.js +3 -3
- package/dist-es/commands/DescribeUsageReportSubscriptionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserStackAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeUsersCommand.js +3 -3
- package/dist-es/commands/DisableUserCommand.js +3 -3
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +3 -3
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +3 -3
- package/dist-es/commands/DisassociateFleetCommand.js +3 -3
- package/dist-es/commands/EnableUserCommand.js +3 -3
- package/dist-es/commands/ExpireSessionCommand.js +3 -3
- package/dist-es/commands/ListAssociatedFleetsCommand.js +3 -3
- package/dist-es/commands/ListAssociatedStacksCommand.js +3 -3
- package/dist-es/commands/ListEntitledApplicationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartFleetCommand.js +3 -3
- package/dist-es/commands/StartImageBuilderCommand.js +3 -3
- package/dist-es/commands/StopFleetCommand.js +3 -3
- package/dist-es/commands/StopImageBuilderCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/UpdateEntitlementCommand.js +3 -3
- package/dist-es/commands/UpdateFleetCommand.js +3 -3
- package/dist-es/commands/UpdateImagePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateStackCommand.js +3 -3
- package/dist-es/models/models_0.js +184 -688
- package/dist-es/protocols/Aws_json1_1.js +521 -596
- package/dist-types/models/models_0.d.ts +672 -1008
- package/dist-types/ts3.4/models/models_0.d.ts +336 -672
- package/package.json +6 -6
|
@@ -16,12 +16,6 @@ export interface AccessEndpoint {
|
|
|
16
16
|
*/
|
|
17
17
|
VpceId?: string;
|
|
18
18
|
}
|
|
19
|
-
export declare namespace AccessEndpoint {
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
|
-
const filterSensitiveLog: (obj: AccessEndpoint) => any;
|
|
24
|
-
}
|
|
25
19
|
export declare enum Action {
|
|
26
20
|
CLIPBOARD_COPY_FROM_LOCAL_DEVICE = "CLIPBOARD_COPY_FROM_LOCAL_DEVICE",
|
|
27
21
|
CLIPBOARD_COPY_TO_LOCAL_DEVICE = "CLIPBOARD_COPY_TO_LOCAL_DEVICE",
|
|
@@ -44,12 +38,6 @@ export interface S3Location {
|
|
|
44
38
|
*/
|
|
45
39
|
S3Key: string | undefined;
|
|
46
40
|
}
|
|
47
|
-
export declare namespace S3Location {
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
const filterSensitiveLog: (obj: S3Location) => any;
|
|
52
|
-
}
|
|
53
41
|
/**
|
|
54
42
|
* <p>Describes the details of the script.</p>
|
|
55
43
|
*/
|
|
@@ -71,12 +59,6 @@ export interface ScriptDetails {
|
|
|
71
59
|
*/
|
|
72
60
|
TimeoutInSeconds: number | undefined;
|
|
73
61
|
}
|
|
74
|
-
export declare namespace ScriptDetails {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
const filterSensitiveLog: (obj: ScriptDetails) => any;
|
|
79
|
-
}
|
|
80
62
|
/**
|
|
81
63
|
* <p>Describes an app block.</p>
|
|
82
64
|
* <p>App blocks are an Amazon AppStream 2.0 resource that stores the details about the
|
|
@@ -116,12 +98,6 @@ export interface AppBlock {
|
|
|
116
98
|
*/
|
|
117
99
|
CreatedTime?: Date;
|
|
118
100
|
}
|
|
119
|
-
export declare namespace AppBlock {
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
const filterSensitiveLog: (obj: AppBlock) => any;
|
|
124
|
-
}
|
|
125
101
|
export declare type PlatformType = "AMAZON_LINUX2" | "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
|
|
126
102
|
/**
|
|
127
103
|
* <p>Describes an application in the application catalog.</p>
|
|
@@ -188,12 +164,6 @@ export interface Application {
|
|
|
188
164
|
*/
|
|
189
165
|
CreatedTime?: Date;
|
|
190
166
|
}
|
|
191
|
-
export declare namespace Application {
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
const filterSensitiveLog: (obj: Application) => any;
|
|
196
|
-
}
|
|
197
167
|
export declare enum ApplicationAttribute {
|
|
198
168
|
LAUNCH_PARAMETERS = "LAUNCH_PARAMETERS",
|
|
199
169
|
WORKING_DIRECTORY = "WORKING_DIRECTORY"
|
|
@@ -211,12 +181,6 @@ export interface ApplicationFleetAssociation {
|
|
|
211
181
|
*/
|
|
212
182
|
ApplicationArn: string | undefined;
|
|
213
183
|
}
|
|
214
|
-
export declare namespace ApplicationFleetAssociation {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
const filterSensitiveLog: (obj: ApplicationFleetAssociation) => any;
|
|
219
|
-
}
|
|
220
184
|
/**
|
|
221
185
|
* <p>The persistent application settings for users of a stack.</p>
|
|
222
186
|
*/
|
|
@@ -230,12 +194,6 @@ export interface ApplicationSettings {
|
|
|
230
194
|
*/
|
|
231
195
|
SettingsGroup?: string;
|
|
232
196
|
}
|
|
233
|
-
export declare namespace ApplicationSettings {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
|
-
const filterSensitiveLog: (obj: ApplicationSettings) => any;
|
|
238
|
-
}
|
|
239
197
|
/**
|
|
240
198
|
* <p>Describes the persistent application settings for users of a stack.</p>
|
|
241
199
|
*/
|
|
@@ -254,12 +212,6 @@ export interface ApplicationSettingsResponse {
|
|
|
254
212
|
*/
|
|
255
213
|
S3BucketName?: string;
|
|
256
214
|
}
|
|
257
|
-
export declare namespace ApplicationSettingsResponse {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
|
-
const filterSensitiveLog: (obj: ApplicationSettingsResponse) => any;
|
|
262
|
-
}
|
|
263
215
|
export declare enum AppVisibility {
|
|
264
216
|
ALL = "ALL",
|
|
265
217
|
ASSOCIATED = "ASSOCIATED"
|
|
@@ -274,12 +226,6 @@ export interface AssociateApplicationFleetRequest {
|
|
|
274
226
|
*/
|
|
275
227
|
ApplicationArn: string | undefined;
|
|
276
228
|
}
|
|
277
|
-
export declare namespace AssociateApplicationFleetRequest {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
const filterSensitiveLog: (obj: AssociateApplicationFleetRequest) => any;
|
|
282
|
-
}
|
|
283
229
|
export interface AssociateApplicationFleetResult {
|
|
284
230
|
/**
|
|
285
231
|
* <p>If fleet name is specified, this returns the list of applications that are associated
|
|
@@ -288,12 +234,6 @@ export interface AssociateApplicationFleetResult {
|
|
|
288
234
|
*/
|
|
289
235
|
ApplicationFleetAssociation?: ApplicationFleetAssociation;
|
|
290
236
|
}
|
|
291
|
-
export declare namespace AssociateApplicationFleetResult {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
|
-
const filterSensitiveLog: (obj: AssociateApplicationFleetResult) => any;
|
|
296
|
-
}
|
|
297
237
|
/**
|
|
298
238
|
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
299
239
|
*/
|
|
@@ -383,20 +323,8 @@ export interface AssociateApplicationToEntitlementRequest {
|
|
|
383
323
|
*/
|
|
384
324
|
ApplicationIdentifier: string | undefined;
|
|
385
325
|
}
|
|
386
|
-
export declare namespace AssociateApplicationToEntitlementRequest {
|
|
387
|
-
/**
|
|
388
|
-
* @internal
|
|
389
|
-
*/
|
|
390
|
-
const filterSensitiveLog: (obj: AssociateApplicationToEntitlementRequest) => any;
|
|
391
|
-
}
|
|
392
326
|
export interface AssociateApplicationToEntitlementResult {
|
|
393
327
|
}
|
|
394
|
-
export declare namespace AssociateApplicationToEntitlementResult {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
|
-
const filterSensitiveLog: (obj: AssociateApplicationToEntitlementResult) => any;
|
|
399
|
-
}
|
|
400
328
|
/**
|
|
401
329
|
* <p>The entitlement can't be found.</p>
|
|
402
330
|
*/
|
|
@@ -422,20 +350,8 @@ export interface AssociateFleetRequest {
|
|
|
422
350
|
*/
|
|
423
351
|
StackName: string | undefined;
|
|
424
352
|
}
|
|
425
|
-
export declare namespace AssociateFleetRequest {
|
|
426
|
-
/**
|
|
427
|
-
* @internal
|
|
428
|
-
*/
|
|
429
|
-
const filterSensitiveLog: (obj: AssociateFleetRequest) => any;
|
|
430
|
-
}
|
|
431
353
|
export interface AssociateFleetResult {
|
|
432
354
|
}
|
|
433
|
-
export declare namespace AssociateFleetResult {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
|
-
const filterSensitiveLog: (obj: AssociateFleetResult) => any;
|
|
438
|
-
}
|
|
439
355
|
/**
|
|
440
356
|
* <p>The image can't be updated because it's not compatible for updates.</p>
|
|
441
357
|
*/
|
|
@@ -496,24 +412,12 @@ export interface UserStackAssociation {
|
|
|
496
412
|
*/
|
|
497
413
|
SendEmailNotification?: boolean;
|
|
498
414
|
}
|
|
499
|
-
export declare namespace UserStackAssociation {
|
|
500
|
-
/**
|
|
501
|
-
* @internal
|
|
502
|
-
*/
|
|
503
|
-
const filterSensitiveLog: (obj: UserStackAssociation) => any;
|
|
504
|
-
}
|
|
505
415
|
export interface BatchAssociateUserStackRequest {
|
|
506
416
|
/**
|
|
507
417
|
* <p>The list of UserStackAssociation objects.</p>
|
|
508
418
|
*/
|
|
509
419
|
UserStackAssociations: UserStackAssociation[] | undefined;
|
|
510
420
|
}
|
|
511
|
-
export declare namespace BatchAssociateUserStackRequest {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
|
-
const filterSensitiveLog: (obj: BatchAssociateUserStackRequest) => any;
|
|
516
|
-
}
|
|
517
421
|
export declare enum UserStackAssociationErrorCode {
|
|
518
422
|
DIRECTORY_NOT_FOUND = "DIRECTORY_NOT_FOUND",
|
|
519
423
|
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
@@ -537,48 +441,24 @@ export interface UserStackAssociationError {
|
|
|
537
441
|
*/
|
|
538
442
|
ErrorMessage?: string;
|
|
539
443
|
}
|
|
540
|
-
export declare namespace UserStackAssociationError {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
|
-
const filterSensitiveLog: (obj: UserStackAssociationError) => any;
|
|
545
|
-
}
|
|
546
444
|
export interface BatchAssociateUserStackResult {
|
|
547
445
|
/**
|
|
548
446
|
* <p>The list of UserStackAssociationError objects.</p>
|
|
549
447
|
*/
|
|
550
448
|
errors?: UserStackAssociationError[];
|
|
551
449
|
}
|
|
552
|
-
export declare namespace BatchAssociateUserStackResult {
|
|
553
|
-
/**
|
|
554
|
-
* @internal
|
|
555
|
-
*/
|
|
556
|
-
const filterSensitiveLog: (obj: BatchAssociateUserStackResult) => any;
|
|
557
|
-
}
|
|
558
450
|
export interface BatchDisassociateUserStackRequest {
|
|
559
451
|
/**
|
|
560
452
|
* <p>The list of UserStackAssociation objects.</p>
|
|
561
453
|
*/
|
|
562
454
|
UserStackAssociations: UserStackAssociation[] | undefined;
|
|
563
455
|
}
|
|
564
|
-
export declare namespace BatchDisassociateUserStackRequest {
|
|
565
|
-
/**
|
|
566
|
-
* @internal
|
|
567
|
-
*/
|
|
568
|
-
const filterSensitiveLog: (obj: BatchDisassociateUserStackRequest) => any;
|
|
569
|
-
}
|
|
570
456
|
export interface BatchDisassociateUserStackResult {
|
|
571
457
|
/**
|
|
572
458
|
* <p>The list of UserStackAssociationError objects.</p>
|
|
573
459
|
*/
|
|
574
460
|
errors?: UserStackAssociationError[];
|
|
575
461
|
}
|
|
576
|
-
export declare namespace BatchDisassociateUserStackResult {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
|
-
const filterSensitiveLog: (obj: BatchDisassociateUserStackResult) => any;
|
|
581
|
-
}
|
|
582
462
|
/**
|
|
583
463
|
* <p>Describes the capacity for a fleet.</p>
|
|
584
464
|
*/
|
|
@@ -588,12 +468,6 @@ export interface ComputeCapacity {
|
|
|
588
468
|
*/
|
|
589
469
|
DesiredInstances: number | undefined;
|
|
590
470
|
}
|
|
591
|
-
export declare namespace ComputeCapacity {
|
|
592
|
-
/**
|
|
593
|
-
* @internal
|
|
594
|
-
*/
|
|
595
|
-
const filterSensitiveLog: (obj: ComputeCapacity) => any;
|
|
596
|
-
}
|
|
597
471
|
/**
|
|
598
472
|
* <p>Describes the capacity status for a fleet.</p>
|
|
599
473
|
*/
|
|
@@ -616,12 +490,6 @@ export interface ComputeCapacityStatus {
|
|
|
616
490
|
*/
|
|
617
491
|
Available?: number;
|
|
618
492
|
}
|
|
619
|
-
export declare namespace ComputeCapacityStatus {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
|
-
const filterSensitiveLog: (obj: ComputeCapacityStatus) => any;
|
|
624
|
-
}
|
|
625
493
|
export interface CopyImageRequest {
|
|
626
494
|
/**
|
|
627
495
|
* <p>The name of the image to copy.</p>
|
|
@@ -640,24 +508,12 @@ export interface CopyImageRequest {
|
|
|
640
508
|
*/
|
|
641
509
|
DestinationImageDescription?: string;
|
|
642
510
|
}
|
|
643
|
-
export declare namespace CopyImageRequest {
|
|
644
|
-
/**
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
647
|
-
const filterSensitiveLog: (obj: CopyImageRequest) => any;
|
|
648
|
-
}
|
|
649
511
|
export interface CopyImageResponse {
|
|
650
512
|
/**
|
|
651
513
|
* <p>The name of the destination image.</p>
|
|
652
514
|
*/
|
|
653
515
|
DestinationImageName?: string;
|
|
654
516
|
}
|
|
655
|
-
export declare namespace CopyImageResponse {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
|
-
const filterSensitiveLog: (obj: CopyImageResponse) => any;
|
|
660
|
-
}
|
|
661
517
|
/**
|
|
662
518
|
* <p>The specified resource already exists.</p>
|
|
663
519
|
*/
|
|
@@ -714,24 +570,12 @@ export interface CreateAppBlockRequest {
|
|
|
714
570
|
*/
|
|
715
571
|
Tags?: Record<string, string>;
|
|
716
572
|
}
|
|
717
|
-
export declare namespace CreateAppBlockRequest {
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
|
-
const filterSensitiveLog: (obj: CreateAppBlockRequest) => any;
|
|
722
|
-
}
|
|
723
573
|
export interface CreateAppBlockResult {
|
|
724
574
|
/**
|
|
725
575
|
* <p>The app block.</p>
|
|
726
576
|
*/
|
|
727
577
|
AppBlock?: AppBlock;
|
|
728
578
|
}
|
|
729
|
-
export declare namespace CreateAppBlockResult {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
|
-
const filterSensitiveLog: (obj: CreateAppBlockResult) => any;
|
|
734
|
-
}
|
|
735
579
|
export interface CreateApplicationRequest {
|
|
736
580
|
/**
|
|
737
581
|
* <p>The name of the application. This name is visible to users when display name is not specified.</p>
|
|
@@ -778,24 +622,12 @@ export interface CreateApplicationRequest {
|
|
|
778
622
|
*/
|
|
779
623
|
Tags?: Record<string, string>;
|
|
780
624
|
}
|
|
781
|
-
export declare namespace CreateApplicationRequest {
|
|
782
|
-
/**
|
|
783
|
-
* @internal
|
|
784
|
-
*/
|
|
785
|
-
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
786
|
-
}
|
|
787
625
|
export interface CreateApplicationResult {
|
|
788
626
|
/**
|
|
789
627
|
* <p>Describes an application in the application catalog.</p>
|
|
790
628
|
*/
|
|
791
629
|
Application?: Application;
|
|
792
630
|
}
|
|
793
|
-
export declare namespace CreateApplicationResult {
|
|
794
|
-
/**
|
|
795
|
-
* @internal
|
|
796
|
-
*/
|
|
797
|
-
const filterSensitiveLog: (obj: CreateApplicationResult) => any;
|
|
798
|
-
}
|
|
799
631
|
/**
|
|
800
632
|
* <p>Describes the credentials for the service account used by the fleet or image builder to connect to the directory.</p>
|
|
801
633
|
*/
|
|
@@ -811,12 +643,6 @@ export interface ServiceAccountCredentials {
|
|
|
811
643
|
*/
|
|
812
644
|
AccountPassword: string | undefined;
|
|
813
645
|
}
|
|
814
|
-
export declare namespace ServiceAccountCredentials {
|
|
815
|
-
/**
|
|
816
|
-
* @internal
|
|
817
|
-
*/
|
|
818
|
-
const filterSensitiveLog: (obj: ServiceAccountCredentials) => any;
|
|
819
|
-
}
|
|
820
646
|
export interface CreateDirectoryConfigRequest {
|
|
821
647
|
/**
|
|
822
648
|
* <p>The fully qualified name of the directory (for example, corp.example.com).</p>
|
|
@@ -831,12 +657,6 @@ export interface CreateDirectoryConfigRequest {
|
|
|
831
657
|
*/
|
|
832
658
|
ServiceAccountCredentials?: ServiceAccountCredentials;
|
|
833
659
|
}
|
|
834
|
-
export declare namespace CreateDirectoryConfigRequest {
|
|
835
|
-
/**
|
|
836
|
-
* @internal
|
|
837
|
-
*/
|
|
838
|
-
const filterSensitiveLog: (obj: CreateDirectoryConfigRequest) => any;
|
|
839
|
-
}
|
|
840
660
|
/**
|
|
841
661
|
* <p>Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
|
|
842
662
|
*/
|
|
@@ -858,24 +678,12 @@ export interface DirectoryConfig {
|
|
|
858
678
|
*/
|
|
859
679
|
CreatedTime?: Date;
|
|
860
680
|
}
|
|
861
|
-
export declare namespace DirectoryConfig {
|
|
862
|
-
/**
|
|
863
|
-
* @internal
|
|
864
|
-
*/
|
|
865
|
-
const filterSensitiveLog: (obj: DirectoryConfig) => any;
|
|
866
|
-
}
|
|
867
681
|
export interface CreateDirectoryConfigResult {
|
|
868
682
|
/**
|
|
869
683
|
* <p>Information about the directory configuration.</p>
|
|
870
684
|
*/
|
|
871
685
|
DirectoryConfig?: DirectoryConfig;
|
|
872
686
|
}
|
|
873
|
-
export declare namespace CreateDirectoryConfigResult {
|
|
874
|
-
/**
|
|
875
|
-
* @internal
|
|
876
|
-
*/
|
|
877
|
-
const filterSensitiveLog: (obj: CreateDirectoryConfigResult) => any;
|
|
878
|
-
}
|
|
879
687
|
/**
|
|
880
688
|
* <p>The specified role is invalid.</p>
|
|
881
689
|
*/
|
|
@@ -934,12 +742,6 @@ export interface EntitlementAttribute {
|
|
|
934
742
|
*/
|
|
935
743
|
Value: string | undefined;
|
|
936
744
|
}
|
|
937
|
-
export declare namespace EntitlementAttribute {
|
|
938
|
-
/**
|
|
939
|
-
* @internal
|
|
940
|
-
*/
|
|
941
|
-
const filterSensitiveLog: (obj: EntitlementAttribute) => any;
|
|
942
|
-
}
|
|
943
745
|
export interface CreateEntitlementRequest {
|
|
944
746
|
/**
|
|
945
747
|
* <p>The name of the entitlement.</p>
|
|
@@ -962,12 +764,6 @@ export interface CreateEntitlementRequest {
|
|
|
962
764
|
*/
|
|
963
765
|
Attributes: EntitlementAttribute[] | undefined;
|
|
964
766
|
}
|
|
965
|
-
export declare namespace CreateEntitlementRequest {
|
|
966
|
-
/**
|
|
967
|
-
* @internal
|
|
968
|
-
*/
|
|
969
|
-
const filterSensitiveLog: (obj: CreateEntitlementRequest) => any;
|
|
970
|
-
}
|
|
971
767
|
/**
|
|
972
768
|
* <p>Specifies an entitlement. Entitlements control access to specific applications within
|
|
973
769
|
* a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user
|
|
@@ -1006,24 +802,12 @@ export interface Entitlement {
|
|
|
1006
802
|
*/
|
|
1007
803
|
LastModifiedTime?: Date;
|
|
1008
804
|
}
|
|
1009
|
-
export declare namespace Entitlement {
|
|
1010
|
-
/**
|
|
1011
|
-
* @internal
|
|
1012
|
-
*/
|
|
1013
|
-
const filterSensitiveLog: (obj: Entitlement) => any;
|
|
1014
|
-
}
|
|
1015
805
|
export interface CreateEntitlementResult {
|
|
1016
806
|
/**
|
|
1017
807
|
* <p>The entitlement.</p>
|
|
1018
808
|
*/
|
|
1019
809
|
Entitlement?: Entitlement;
|
|
1020
810
|
}
|
|
1021
|
-
export declare namespace CreateEntitlementResult {
|
|
1022
|
-
/**
|
|
1023
|
-
* @internal
|
|
1024
|
-
*/
|
|
1025
|
-
const filterSensitiveLog: (obj: CreateEntitlementResult) => any;
|
|
1026
|
-
}
|
|
1027
811
|
/**
|
|
1028
812
|
* <p>The entitlement already exists.</p>
|
|
1029
813
|
*/
|
|
@@ -1052,12 +836,6 @@ export interface DomainJoinInfo {
|
|
|
1052
836
|
*/
|
|
1053
837
|
OrganizationalUnitDistinguishedName?: string;
|
|
1054
838
|
}
|
|
1055
|
-
export declare namespace DomainJoinInfo {
|
|
1056
|
-
/**
|
|
1057
|
-
* @internal
|
|
1058
|
-
*/
|
|
1059
|
-
const filterSensitiveLog: (obj: DomainJoinInfo) => any;
|
|
1060
|
-
}
|
|
1061
839
|
export declare enum FleetType {
|
|
1062
840
|
ALWAYS_ON = "ALWAYS_ON",
|
|
1063
841
|
ELASTIC = "ELASTIC",
|
|
@@ -1080,12 +858,6 @@ export interface VpcConfig {
|
|
|
1080
858
|
*/
|
|
1081
859
|
SecurityGroupIds?: string[];
|
|
1082
860
|
}
|
|
1083
|
-
export declare namespace VpcConfig {
|
|
1084
|
-
/**
|
|
1085
|
-
* @internal
|
|
1086
|
-
*/
|
|
1087
|
-
const filterSensitiveLog: (obj: VpcConfig) => any;
|
|
1088
|
-
}
|
|
1089
861
|
export interface CreateFleetRequest {
|
|
1090
862
|
/**
|
|
1091
863
|
* <p>A unique name for the fleet.</p>
|
|
@@ -1323,12 +1095,6 @@ export interface CreateFleetRequest {
|
|
|
1323
1095
|
*/
|
|
1324
1096
|
SessionScriptS3Location?: S3Location;
|
|
1325
1097
|
}
|
|
1326
|
-
export declare namespace CreateFleetRequest {
|
|
1327
|
-
/**
|
|
1328
|
-
* @internal
|
|
1329
|
-
*/
|
|
1330
|
-
const filterSensitiveLog: (obj: CreateFleetRequest) => any;
|
|
1331
|
-
}
|
|
1332
1098
|
export declare enum FleetErrorCode {
|
|
1333
1099
|
DOMAIN_JOIN_ERROR_ACCESS_DENIED = "DOMAIN_JOIN_ERROR_ACCESS_DENIED",
|
|
1334
1100
|
DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED = "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED",
|
|
@@ -1374,12 +1140,6 @@ export interface FleetError {
|
|
|
1374
1140
|
*/
|
|
1375
1141
|
ErrorMessage?: string;
|
|
1376
1142
|
}
|
|
1377
|
-
export declare namespace FleetError {
|
|
1378
|
-
/**
|
|
1379
|
-
* @internal
|
|
1380
|
-
*/
|
|
1381
|
-
const filterSensitiveLog: (obj: FleetError) => any;
|
|
1382
|
-
}
|
|
1383
1143
|
export declare enum FleetState {
|
|
1384
1144
|
RUNNING = "RUNNING",
|
|
1385
1145
|
STARTING = "STARTING",
|
|
@@ -1621,24 +1381,12 @@ export interface Fleet {
|
|
|
1621
1381
|
*/
|
|
1622
1382
|
SessionScriptS3Location?: S3Location;
|
|
1623
1383
|
}
|
|
1624
|
-
export declare namespace Fleet {
|
|
1625
|
-
/**
|
|
1626
|
-
* @internal
|
|
1627
|
-
*/
|
|
1628
|
-
const filterSensitiveLog: (obj: Fleet) => any;
|
|
1629
|
-
}
|
|
1630
1384
|
export interface CreateFleetResult {
|
|
1631
1385
|
/**
|
|
1632
1386
|
* <p>Information about the fleet.</p>
|
|
1633
1387
|
*/
|
|
1634
1388
|
Fleet?: Fleet;
|
|
1635
1389
|
}
|
|
1636
|
-
export declare namespace CreateFleetResult {
|
|
1637
|
-
/**
|
|
1638
|
-
* @internal
|
|
1639
|
-
*/
|
|
1640
|
-
const filterSensitiveLog: (obj: CreateFleetResult) => any;
|
|
1641
|
-
}
|
|
1642
1390
|
/**
|
|
1643
1391
|
* <p>AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.</p>
|
|
1644
1392
|
*/
|
|
@@ -1818,12 +1566,6 @@ export interface CreateImageBuilderRequest {
|
|
|
1818
1566
|
*/
|
|
1819
1567
|
AccessEndpoints?: AccessEndpoint[];
|
|
1820
1568
|
}
|
|
1821
|
-
export declare namespace CreateImageBuilderRequest {
|
|
1822
|
-
/**
|
|
1823
|
-
* @internal
|
|
1824
|
-
*/
|
|
1825
|
-
const filterSensitiveLog: (obj: CreateImageBuilderRequest) => any;
|
|
1826
|
-
}
|
|
1827
1569
|
/**
|
|
1828
1570
|
* <p>Describes a resource error.</p>
|
|
1829
1571
|
*/
|
|
@@ -1841,12 +1583,6 @@ export interface ResourceError {
|
|
|
1841
1583
|
*/
|
|
1842
1584
|
ErrorTimestamp?: Date;
|
|
1843
1585
|
}
|
|
1844
|
-
export declare namespace ResourceError {
|
|
1845
|
-
/**
|
|
1846
|
-
* @internal
|
|
1847
|
-
*/
|
|
1848
|
-
const filterSensitiveLog: (obj: ResourceError) => any;
|
|
1849
|
-
}
|
|
1850
1586
|
/**
|
|
1851
1587
|
* <p>Describes the network details of the fleet or image builder instance.</p>
|
|
1852
1588
|
*/
|
|
@@ -1860,12 +1596,6 @@ export interface NetworkAccessConfiguration {
|
|
|
1860
1596
|
*/
|
|
1861
1597
|
EniId?: string;
|
|
1862
1598
|
}
|
|
1863
|
-
export declare namespace NetworkAccessConfiguration {
|
|
1864
|
-
/**
|
|
1865
|
-
* @internal
|
|
1866
|
-
*/
|
|
1867
|
-
const filterSensitiveLog: (obj: NetworkAccessConfiguration) => any;
|
|
1868
|
-
}
|
|
1869
1599
|
export declare enum ImageBuilderState {
|
|
1870
1600
|
DELETING = "DELETING",
|
|
1871
1601
|
FAILED = "FAILED",
|
|
@@ -1896,12 +1626,6 @@ export interface ImageBuilderStateChangeReason {
|
|
|
1896
1626
|
*/
|
|
1897
1627
|
Message?: string;
|
|
1898
1628
|
}
|
|
1899
|
-
export declare namespace ImageBuilderStateChangeReason {
|
|
1900
|
-
/**
|
|
1901
|
-
* @internal
|
|
1902
|
-
*/
|
|
1903
|
-
const filterSensitiveLog: (obj: ImageBuilderStateChangeReason) => any;
|
|
1904
|
-
}
|
|
1905
1629
|
/**
|
|
1906
1630
|
* <p>Describes a virtual machine that is used to create an image. </p>
|
|
1907
1631
|
*/
|
|
@@ -2082,24 +1806,12 @@ export interface ImageBuilder {
|
|
|
2082
1806
|
*/
|
|
2083
1807
|
AccessEndpoints?: AccessEndpoint[];
|
|
2084
1808
|
}
|
|
2085
|
-
export declare namespace ImageBuilder {
|
|
2086
|
-
/**
|
|
2087
|
-
* @internal
|
|
2088
|
-
*/
|
|
2089
|
-
const filterSensitiveLog: (obj: ImageBuilder) => any;
|
|
2090
|
-
}
|
|
2091
1809
|
export interface CreateImageBuilderResult {
|
|
2092
1810
|
/**
|
|
2093
1811
|
* <p>Information about the image builder.</p>
|
|
2094
1812
|
*/
|
|
2095
1813
|
ImageBuilder?: ImageBuilder;
|
|
2096
1814
|
}
|
|
2097
|
-
export declare namespace CreateImageBuilderResult {
|
|
2098
|
-
/**
|
|
2099
|
-
* @internal
|
|
2100
|
-
*/
|
|
2101
|
-
const filterSensitiveLog: (obj: CreateImageBuilderResult) => any;
|
|
2102
|
-
}
|
|
2103
1815
|
export interface CreateImageBuilderStreamingURLRequest {
|
|
2104
1816
|
/**
|
|
2105
1817
|
* <p>The name of the image builder.</p>
|
|
@@ -2111,12 +1823,6 @@ export interface CreateImageBuilderStreamingURLRequest {
|
|
|
2111
1823
|
*/
|
|
2112
1824
|
Validity?: number;
|
|
2113
1825
|
}
|
|
2114
|
-
export declare namespace CreateImageBuilderStreamingURLRequest {
|
|
2115
|
-
/**
|
|
2116
|
-
* @internal
|
|
2117
|
-
*/
|
|
2118
|
-
const filterSensitiveLog: (obj: CreateImageBuilderStreamingURLRequest) => any;
|
|
2119
|
-
}
|
|
2120
1826
|
export interface CreateImageBuilderStreamingURLResult {
|
|
2121
1827
|
/**
|
|
2122
1828
|
* <p>The URL to start the AppStream 2.0 streaming session.</p>
|
|
@@ -2127,12 +1833,6 @@ export interface CreateImageBuilderStreamingURLResult {
|
|
|
2127
1833
|
*/
|
|
2128
1834
|
Expires?: Date;
|
|
2129
1835
|
}
|
|
2130
|
-
export declare namespace CreateImageBuilderStreamingURLResult {
|
|
2131
|
-
/**
|
|
2132
|
-
* @internal
|
|
2133
|
-
*/
|
|
2134
|
-
const filterSensitiveLog: (obj: CreateImageBuilderStreamingURLResult) => any;
|
|
2135
|
-
}
|
|
2136
1836
|
export declare enum StorageConnectorType {
|
|
2137
1837
|
GOOGLE_DRIVE = "GOOGLE_DRIVE",
|
|
2138
1838
|
HOMEFOLDERS = "HOMEFOLDERS",
|
|
@@ -2155,12 +1855,6 @@ export interface StorageConnector {
|
|
|
2155
1855
|
*/
|
|
2156
1856
|
Domains?: string[];
|
|
2157
1857
|
}
|
|
2158
|
-
export declare namespace StorageConnector {
|
|
2159
|
-
/**
|
|
2160
|
-
* @internal
|
|
2161
|
-
*/
|
|
2162
|
-
const filterSensitiveLog: (obj: StorageConnector) => any;
|
|
2163
|
-
}
|
|
2164
1858
|
export declare enum PreferredProtocol {
|
|
2165
1859
|
TCP = "TCP",
|
|
2166
1860
|
UDP = "UDP"
|
|
@@ -2174,12 +1868,6 @@ export interface StreamingExperienceSettings {
|
|
|
2174
1868
|
*/
|
|
2175
1869
|
PreferredProtocol?: PreferredProtocol | string;
|
|
2176
1870
|
}
|
|
2177
|
-
export declare namespace StreamingExperienceSettings {
|
|
2178
|
-
/**
|
|
2179
|
-
* @internal
|
|
2180
|
-
*/
|
|
2181
|
-
const filterSensitiveLog: (obj: StreamingExperienceSettings) => any;
|
|
2182
|
-
}
|
|
2183
1871
|
export declare enum Permission {
|
|
2184
1872
|
DISABLED = "DISABLED",
|
|
2185
1873
|
ENABLED = "ENABLED"
|
|
@@ -2197,12 +1885,6 @@ export interface UserSetting {
|
|
|
2197
1885
|
*/
|
|
2198
1886
|
Permission: Permission | string | undefined;
|
|
2199
1887
|
}
|
|
2200
|
-
export declare namespace UserSetting {
|
|
2201
|
-
/**
|
|
2202
|
-
* @internal
|
|
2203
|
-
*/
|
|
2204
|
-
const filterSensitiveLog: (obj: UserSetting) => any;
|
|
2205
|
-
}
|
|
2206
1888
|
export interface CreateStackRequest {
|
|
2207
1889
|
/**
|
|
2208
1890
|
* <p>The name of the stack.</p>
|
|
@@ -2260,12 +1942,6 @@ export interface CreateStackRequest {
|
|
|
2260
1942
|
*/
|
|
2261
1943
|
StreamingExperienceSettings?: StreamingExperienceSettings;
|
|
2262
1944
|
}
|
|
2263
|
-
export declare namespace CreateStackRequest {
|
|
2264
|
-
/**
|
|
2265
|
-
* @internal
|
|
2266
|
-
*/
|
|
2267
|
-
const filterSensitiveLog: (obj: CreateStackRequest) => any;
|
|
2268
|
-
}
|
|
2269
1945
|
export declare enum StackErrorCode {
|
|
2270
1946
|
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
2271
1947
|
STORAGE_CONNECTOR_ERROR = "STORAGE_CONNECTOR_ERROR"
|
|
@@ -2283,12 +1959,6 @@ export interface StackError {
|
|
|
2283
1959
|
*/
|
|
2284
1960
|
ErrorMessage?: string;
|
|
2285
1961
|
}
|
|
2286
|
-
export declare namespace StackError {
|
|
2287
|
-
/**
|
|
2288
|
-
* @internal
|
|
2289
|
-
*/
|
|
2290
|
-
const filterSensitiveLog: (obj: StackError) => any;
|
|
2291
|
-
}
|
|
2292
1962
|
/**
|
|
2293
1963
|
* <p>Describes a stack.</p>
|
|
2294
1964
|
*/
|
|
@@ -2350,24 +2020,12 @@ export interface Stack {
|
|
|
2350
2020
|
*/
|
|
2351
2021
|
StreamingExperienceSettings?: StreamingExperienceSettings;
|
|
2352
2022
|
}
|
|
2353
|
-
export declare namespace Stack {
|
|
2354
|
-
/**
|
|
2355
|
-
* @internal
|
|
2356
|
-
*/
|
|
2357
|
-
const filterSensitiveLog: (obj: Stack) => any;
|
|
2358
|
-
}
|
|
2359
2023
|
export interface CreateStackResult {
|
|
2360
2024
|
/**
|
|
2361
2025
|
* <p>Information about the stack.</p>
|
|
2362
2026
|
*/
|
|
2363
2027
|
Stack?: Stack;
|
|
2364
2028
|
}
|
|
2365
|
-
export declare namespace CreateStackResult {
|
|
2366
|
-
/**
|
|
2367
|
-
* @internal
|
|
2368
|
-
*/
|
|
2369
|
-
const filterSensitiveLog: (obj: CreateStackResult) => any;
|
|
2370
|
-
}
|
|
2371
2029
|
export interface CreateStreamingURLRequest {
|
|
2372
2030
|
/**
|
|
2373
2031
|
* <p>The name of the stack.</p>
|
|
@@ -2396,12 +2054,6 @@ export interface CreateStreamingURLRequest {
|
|
|
2396
2054
|
*/
|
|
2397
2055
|
SessionContext?: string;
|
|
2398
2056
|
}
|
|
2399
|
-
export declare namespace CreateStreamingURLRequest {
|
|
2400
|
-
/**
|
|
2401
|
-
* @internal
|
|
2402
|
-
*/
|
|
2403
|
-
const filterSensitiveLog: (obj: CreateStreamingURLRequest) => any;
|
|
2404
|
-
}
|
|
2405
2057
|
export interface CreateStreamingURLResult {
|
|
2406
2058
|
/**
|
|
2407
2059
|
* <p>The URL to start the AppStream 2.0 streaming session.</p>
|
|
@@ -2412,12 +2064,6 @@ export interface CreateStreamingURLResult {
|
|
|
2412
2064
|
*/
|
|
2413
2065
|
Expires?: Date;
|
|
2414
2066
|
}
|
|
2415
|
-
export declare namespace CreateStreamingURLResult {
|
|
2416
|
-
/**
|
|
2417
|
-
* @internal
|
|
2418
|
-
*/
|
|
2419
|
-
const filterSensitiveLog: (obj: CreateStreamingURLResult) => any;
|
|
2420
|
-
}
|
|
2421
2067
|
export interface CreateUpdatedImageRequest {
|
|
2422
2068
|
/**
|
|
2423
2069
|
* <p>The name of the image to update.</p>
|
|
@@ -2448,12 +2094,6 @@ export interface CreateUpdatedImageRequest {
|
|
|
2448
2094
|
*/
|
|
2449
2095
|
dryRun?: boolean;
|
|
2450
2096
|
}
|
|
2451
|
-
export declare namespace CreateUpdatedImageRequest {
|
|
2452
|
-
/**
|
|
2453
|
-
* @internal
|
|
2454
|
-
*/
|
|
2455
|
-
const filterSensitiveLog: (obj: CreateUpdatedImageRequest) => any;
|
|
2456
|
-
}
|
|
2457
2097
|
/**
|
|
2458
2098
|
* <p>Describes the permissions for an image. </p>
|
|
2459
2099
|
*/
|
|
@@ -2467,12 +2107,6 @@ export interface ImagePermissions {
|
|
|
2467
2107
|
*/
|
|
2468
2108
|
allowImageBuilder?: boolean;
|
|
2469
2109
|
}
|
|
2470
|
-
export declare namespace ImagePermissions {
|
|
2471
|
-
/**
|
|
2472
|
-
* @internal
|
|
2473
|
-
*/
|
|
2474
|
-
const filterSensitiveLog: (obj: ImagePermissions) => any;
|
|
2475
|
-
}
|
|
2476
2110
|
export declare enum ImageState {
|
|
2477
2111
|
AVAILABLE = "AVAILABLE",
|
|
2478
2112
|
COPYING = "COPYING",
|
|
@@ -2500,12 +2134,6 @@ export interface ImageStateChangeReason {
|
|
|
2500
2134
|
*/
|
|
2501
2135
|
Message?: string;
|
|
2502
2136
|
}
|
|
2503
|
-
export declare namespace ImageStateChangeReason {
|
|
2504
|
-
/**
|
|
2505
|
-
* @internal
|
|
2506
|
-
*/
|
|
2507
|
-
const filterSensitiveLog: (obj: ImageStateChangeReason) => any;
|
|
2508
|
-
}
|
|
2509
2137
|
export declare enum VisibilityType {
|
|
2510
2138
|
PRIVATE = "PRIVATE",
|
|
2511
2139
|
PUBLIC = "PUBLIC",
|
|
@@ -2586,12 +2214,6 @@ export interface Image {
|
|
|
2586
2214
|
*/
|
|
2587
2215
|
ImageErrors?: ResourceError[];
|
|
2588
2216
|
}
|
|
2589
|
-
export declare namespace Image {
|
|
2590
|
-
/**
|
|
2591
|
-
* @internal
|
|
2592
|
-
*/
|
|
2593
|
-
const filterSensitiveLog: (obj: Image) => any;
|
|
2594
|
-
}
|
|
2595
2217
|
export interface CreateUpdatedImageResult {
|
|
2596
2218
|
/**
|
|
2597
2219
|
* <p>Describes an image.</p>
|
|
@@ -2602,20 +2224,8 @@ export interface CreateUpdatedImageResult {
|
|
|
2602
2224
|
*/
|
|
2603
2225
|
canUpdateImage?: boolean;
|
|
2604
2226
|
}
|
|
2605
|
-
export declare namespace CreateUpdatedImageResult {
|
|
2606
|
-
/**
|
|
2607
|
-
* @internal
|
|
2608
|
-
*/
|
|
2609
|
-
const filterSensitiveLog: (obj: CreateUpdatedImageResult) => any;
|
|
2610
|
-
}
|
|
2611
2227
|
export interface CreateUsageReportSubscriptionRequest {
|
|
2612
2228
|
}
|
|
2613
|
-
export declare namespace CreateUsageReportSubscriptionRequest {
|
|
2614
|
-
/**
|
|
2615
|
-
* @internal
|
|
2616
|
-
*/
|
|
2617
|
-
const filterSensitiveLog: (obj: CreateUsageReportSubscriptionRequest) => any;
|
|
2618
|
-
}
|
|
2619
2229
|
export declare enum UsageReportSchedule {
|
|
2620
2230
|
DAILY = "DAILY"
|
|
2621
2231
|
}
|
|
@@ -2635,12 +2245,6 @@ export interface CreateUsageReportSubscriptionResult {
|
|
|
2635
2245
|
*/
|
|
2636
2246
|
Schedule?: UsageReportSchedule | string;
|
|
2637
2247
|
}
|
|
2638
|
-
export declare namespace CreateUsageReportSubscriptionResult {
|
|
2639
|
-
/**
|
|
2640
|
-
* @internal
|
|
2641
|
-
*/
|
|
2642
|
-
const filterSensitiveLog: (obj: CreateUsageReportSubscriptionResult) => any;
|
|
2643
|
-
}
|
|
2644
2248
|
export declare enum MessageAction {
|
|
2645
2249
|
RESEND = "RESEND",
|
|
2646
2250
|
SUPPRESS = "SUPPRESS"
|
|
@@ -2675,40 +2279,16 @@ export interface CreateUserRequest {
|
|
|
2675
2279
|
*/
|
|
2676
2280
|
AuthenticationType: AuthenticationType | string | undefined;
|
|
2677
2281
|
}
|
|
2678
|
-
export declare namespace CreateUserRequest {
|
|
2679
|
-
/**
|
|
2680
|
-
* @internal
|
|
2681
|
-
*/
|
|
2682
|
-
const filterSensitiveLog: (obj: CreateUserRequest) => any;
|
|
2683
|
-
}
|
|
2684
2282
|
export interface CreateUserResult {
|
|
2685
2283
|
}
|
|
2686
|
-
export declare namespace CreateUserResult {
|
|
2687
|
-
/**
|
|
2688
|
-
* @internal
|
|
2689
|
-
*/
|
|
2690
|
-
const filterSensitiveLog: (obj: CreateUserResult) => any;
|
|
2691
|
-
}
|
|
2692
2284
|
export interface DeleteAppBlockRequest {
|
|
2693
2285
|
/**
|
|
2694
2286
|
* <p>The name of the app block.</p>
|
|
2695
2287
|
*/
|
|
2696
2288
|
Name: string | undefined;
|
|
2697
2289
|
}
|
|
2698
|
-
export declare namespace DeleteAppBlockRequest {
|
|
2699
|
-
/**
|
|
2700
|
-
* @internal
|
|
2701
|
-
*/
|
|
2702
|
-
const filterSensitiveLog: (obj: DeleteAppBlockRequest) => any;
|
|
2703
|
-
}
|
|
2704
2290
|
export interface DeleteAppBlockResult {
|
|
2705
2291
|
}
|
|
2706
|
-
export declare namespace DeleteAppBlockResult {
|
|
2707
|
-
/**
|
|
2708
|
-
* @internal
|
|
2709
|
-
*/
|
|
2710
|
-
const filterSensitiveLog: (obj: DeleteAppBlockResult) => any;
|
|
2711
|
-
}
|
|
2712
2292
|
/**
|
|
2713
2293
|
* <p>The specified resource is in use.</p>
|
|
2714
2294
|
*/
|
|
@@ -2730,40 +2310,16 @@ export interface DeleteApplicationRequest {
|
|
|
2730
2310
|
*/
|
|
2731
2311
|
Name: string | undefined;
|
|
2732
2312
|
}
|
|
2733
|
-
export declare namespace DeleteApplicationRequest {
|
|
2734
|
-
/**
|
|
2735
|
-
* @internal
|
|
2736
|
-
*/
|
|
2737
|
-
const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
2738
|
-
}
|
|
2739
2313
|
export interface DeleteApplicationResult {
|
|
2740
2314
|
}
|
|
2741
|
-
export declare namespace DeleteApplicationResult {
|
|
2742
|
-
/**
|
|
2743
|
-
* @internal
|
|
2744
|
-
*/
|
|
2745
|
-
const filterSensitiveLog: (obj: DeleteApplicationResult) => any;
|
|
2746
|
-
}
|
|
2747
2315
|
export interface DeleteDirectoryConfigRequest {
|
|
2748
2316
|
/**
|
|
2749
2317
|
* <p>The name of the directory configuration.</p>
|
|
2750
2318
|
*/
|
|
2751
2319
|
DirectoryName: string | undefined;
|
|
2752
2320
|
}
|
|
2753
|
-
export declare namespace DeleteDirectoryConfigRequest {
|
|
2754
|
-
/**
|
|
2755
|
-
* @internal
|
|
2756
|
-
*/
|
|
2757
|
-
const filterSensitiveLog: (obj: DeleteDirectoryConfigRequest) => any;
|
|
2758
|
-
}
|
|
2759
2321
|
export interface DeleteDirectoryConfigResult {
|
|
2760
2322
|
}
|
|
2761
|
-
export declare namespace DeleteDirectoryConfigResult {
|
|
2762
|
-
/**
|
|
2763
|
-
* @internal
|
|
2764
|
-
*/
|
|
2765
|
-
const filterSensitiveLog: (obj: DeleteDirectoryConfigResult) => any;
|
|
2766
|
-
}
|
|
2767
2323
|
export interface DeleteEntitlementRequest {
|
|
2768
2324
|
/**
|
|
2769
2325
|
* <p>The name of the entitlement.</p>
|
|
@@ -2774,88 +2330,40 @@ export interface DeleteEntitlementRequest {
|
|
|
2774
2330
|
*/
|
|
2775
2331
|
StackName: string | undefined;
|
|
2776
2332
|
}
|
|
2777
|
-
export declare namespace DeleteEntitlementRequest {
|
|
2778
|
-
/**
|
|
2779
|
-
* @internal
|
|
2780
|
-
*/
|
|
2781
|
-
const filterSensitiveLog: (obj: DeleteEntitlementRequest) => any;
|
|
2782
|
-
}
|
|
2783
2333
|
export interface DeleteEntitlementResult {
|
|
2784
2334
|
}
|
|
2785
|
-
export declare namespace DeleteEntitlementResult {
|
|
2786
|
-
/**
|
|
2787
|
-
* @internal
|
|
2788
|
-
*/
|
|
2789
|
-
const filterSensitiveLog: (obj: DeleteEntitlementResult) => any;
|
|
2790
|
-
}
|
|
2791
2335
|
export interface DeleteFleetRequest {
|
|
2792
2336
|
/**
|
|
2793
2337
|
* <p>The name of the fleet.</p>
|
|
2794
2338
|
*/
|
|
2795
2339
|
Name: string | undefined;
|
|
2796
2340
|
}
|
|
2797
|
-
export declare namespace DeleteFleetRequest {
|
|
2798
|
-
/**
|
|
2799
|
-
* @internal
|
|
2800
|
-
*/
|
|
2801
|
-
const filterSensitiveLog: (obj: DeleteFleetRequest) => any;
|
|
2802
|
-
}
|
|
2803
2341
|
export interface DeleteFleetResult {
|
|
2804
2342
|
}
|
|
2805
|
-
export declare namespace DeleteFleetResult {
|
|
2806
|
-
/**
|
|
2807
|
-
* @internal
|
|
2808
|
-
*/
|
|
2809
|
-
const filterSensitiveLog: (obj: DeleteFleetResult) => any;
|
|
2810
|
-
}
|
|
2811
2343
|
export interface DeleteImageRequest {
|
|
2812
2344
|
/**
|
|
2813
2345
|
* <p>The name of the image.</p>
|
|
2814
2346
|
*/
|
|
2815
2347
|
Name: string | undefined;
|
|
2816
2348
|
}
|
|
2817
|
-
export declare namespace DeleteImageRequest {
|
|
2818
|
-
/**
|
|
2819
|
-
* @internal
|
|
2820
|
-
*/
|
|
2821
|
-
const filterSensitiveLog: (obj: DeleteImageRequest) => any;
|
|
2822
|
-
}
|
|
2823
2349
|
export interface DeleteImageResult {
|
|
2824
2350
|
/**
|
|
2825
2351
|
* <p>Information about the image.</p>
|
|
2826
2352
|
*/
|
|
2827
2353
|
Image?: Image;
|
|
2828
2354
|
}
|
|
2829
|
-
export declare namespace DeleteImageResult {
|
|
2830
|
-
/**
|
|
2831
|
-
* @internal
|
|
2832
|
-
*/
|
|
2833
|
-
const filterSensitiveLog: (obj: DeleteImageResult) => any;
|
|
2834
|
-
}
|
|
2835
2355
|
export interface DeleteImageBuilderRequest {
|
|
2836
2356
|
/**
|
|
2837
2357
|
* <p>The name of the image builder.</p>
|
|
2838
2358
|
*/
|
|
2839
2359
|
Name: string | undefined;
|
|
2840
2360
|
}
|
|
2841
|
-
export declare namespace DeleteImageBuilderRequest {
|
|
2842
|
-
/**
|
|
2843
|
-
* @internal
|
|
2844
|
-
*/
|
|
2845
|
-
const filterSensitiveLog: (obj: DeleteImageBuilderRequest) => any;
|
|
2846
|
-
}
|
|
2847
2361
|
export interface DeleteImageBuilderResult {
|
|
2848
2362
|
/**
|
|
2849
2363
|
* <p>Information about the image builder.</p>
|
|
2850
2364
|
*/
|
|
2851
2365
|
ImageBuilder?: ImageBuilder;
|
|
2852
2366
|
}
|
|
2853
|
-
export declare namespace DeleteImageBuilderResult {
|
|
2854
|
-
/**
|
|
2855
|
-
* @internal
|
|
2856
|
-
*/
|
|
2857
|
-
const filterSensitiveLog: (obj: DeleteImageBuilderResult) => any;
|
|
2858
|
-
}
|
|
2859
2367
|
export interface DeleteImagePermissionsRequest {
|
|
2860
2368
|
/**
|
|
2861
2369
|
* <p>The name of the private image.</p>
|
|
@@ -2866,56 +2374,20 @@ export interface DeleteImagePermissionsRequest {
|
|
|
2866
2374
|
*/
|
|
2867
2375
|
SharedAccountId: string | undefined;
|
|
2868
2376
|
}
|
|
2869
|
-
export declare namespace DeleteImagePermissionsRequest {
|
|
2870
|
-
/**
|
|
2871
|
-
* @internal
|
|
2872
|
-
*/
|
|
2873
|
-
const filterSensitiveLog: (obj: DeleteImagePermissionsRequest) => any;
|
|
2874
|
-
}
|
|
2875
2377
|
export interface DeleteImagePermissionsResult {
|
|
2876
2378
|
}
|
|
2877
|
-
export declare namespace DeleteImagePermissionsResult {
|
|
2878
|
-
/**
|
|
2879
|
-
* @internal
|
|
2880
|
-
*/
|
|
2881
|
-
const filterSensitiveLog: (obj: DeleteImagePermissionsResult) => any;
|
|
2882
|
-
}
|
|
2883
2379
|
export interface DeleteStackRequest {
|
|
2884
2380
|
/**
|
|
2885
2381
|
* <p>The name of the stack.</p>
|
|
2886
2382
|
*/
|
|
2887
2383
|
Name: string | undefined;
|
|
2888
2384
|
}
|
|
2889
|
-
export declare namespace DeleteStackRequest {
|
|
2890
|
-
/**
|
|
2891
|
-
* @internal
|
|
2892
|
-
*/
|
|
2893
|
-
const filterSensitiveLog: (obj: DeleteStackRequest) => any;
|
|
2894
|
-
}
|
|
2895
2385
|
export interface DeleteStackResult {
|
|
2896
2386
|
}
|
|
2897
|
-
export declare namespace DeleteStackResult {
|
|
2898
|
-
/**
|
|
2899
|
-
* @internal
|
|
2900
|
-
*/
|
|
2901
|
-
const filterSensitiveLog: (obj: DeleteStackResult) => any;
|
|
2902
|
-
}
|
|
2903
2387
|
export interface DeleteUsageReportSubscriptionRequest {
|
|
2904
2388
|
}
|
|
2905
|
-
export declare namespace DeleteUsageReportSubscriptionRequest {
|
|
2906
|
-
/**
|
|
2907
|
-
* @internal
|
|
2908
|
-
*/
|
|
2909
|
-
const filterSensitiveLog: (obj: DeleteUsageReportSubscriptionRequest) => any;
|
|
2910
|
-
}
|
|
2911
2389
|
export interface DeleteUsageReportSubscriptionResult {
|
|
2912
2390
|
}
|
|
2913
|
-
export declare namespace DeleteUsageReportSubscriptionResult {
|
|
2914
|
-
/**
|
|
2915
|
-
* @internal
|
|
2916
|
-
*/
|
|
2917
|
-
const filterSensitiveLog: (obj: DeleteUsageReportSubscriptionResult) => any;
|
|
2918
|
-
}
|
|
2919
2391
|
export interface DeleteUserRequest {
|
|
2920
2392
|
/**
|
|
2921
2393
|
* <p>The email address of the user.</p>
|
|
@@ -2930,20 +2402,8 @@ export interface DeleteUserRequest {
|
|
|
2930
2402
|
*/
|
|
2931
2403
|
AuthenticationType: AuthenticationType | string | undefined;
|
|
2932
2404
|
}
|
|
2933
|
-
export declare namespace DeleteUserRequest {
|
|
2934
|
-
/**
|
|
2935
|
-
* @internal
|
|
2936
|
-
*/
|
|
2937
|
-
const filterSensitiveLog: (obj: DeleteUserRequest) => any;
|
|
2938
|
-
}
|
|
2939
2405
|
export interface DeleteUserResult {
|
|
2940
2406
|
}
|
|
2941
|
-
export declare namespace DeleteUserResult {
|
|
2942
|
-
/**
|
|
2943
|
-
* @internal
|
|
2944
|
-
*/
|
|
2945
|
-
const filterSensitiveLog: (obj: DeleteUserResult) => any;
|
|
2946
|
-
}
|
|
2947
2407
|
export interface DescribeAppBlocksRequest {
|
|
2948
2408
|
/**
|
|
2949
2409
|
* <p>The ARNs of the app blocks.</p>
|
|
@@ -2959,12 +2419,6 @@ export interface DescribeAppBlocksRequest {
|
|
|
2959
2419
|
*/
|
|
2960
2420
|
MaxResults?: number;
|
|
2961
2421
|
}
|
|
2962
|
-
export declare namespace DescribeAppBlocksRequest {
|
|
2963
|
-
/**
|
|
2964
|
-
* @internal
|
|
2965
|
-
*/
|
|
2966
|
-
const filterSensitiveLog: (obj: DescribeAppBlocksRequest) => any;
|
|
2967
|
-
}
|
|
2968
2422
|
export interface DescribeAppBlocksResult {
|
|
2969
2423
|
/**
|
|
2970
2424
|
* <p>The app blocks in the list.</p>
|
|
@@ -2976,12 +2430,6 @@ export interface DescribeAppBlocksResult {
|
|
|
2976
2430
|
*/
|
|
2977
2431
|
NextToken?: string;
|
|
2978
2432
|
}
|
|
2979
|
-
export declare namespace DescribeAppBlocksResult {
|
|
2980
|
-
/**
|
|
2981
|
-
* @internal
|
|
2982
|
-
*/
|
|
2983
|
-
const filterSensitiveLog: (obj: DescribeAppBlocksResult) => any;
|
|
2984
|
-
}
|
|
2985
2433
|
export interface DescribeApplicationFleetAssociationsRequest {
|
|
2986
2434
|
/**
|
|
2987
2435
|
* <p>The name of the fleet.</p>
|
|
@@ -3001,12 +2449,6 @@ export interface DescribeApplicationFleetAssociationsRequest {
|
|
|
3001
2449
|
*/
|
|
3002
2450
|
NextToken?: string;
|
|
3003
2451
|
}
|
|
3004
|
-
export declare namespace DescribeApplicationFleetAssociationsRequest {
|
|
3005
|
-
/**
|
|
3006
|
-
* @internal
|
|
3007
|
-
*/
|
|
3008
|
-
const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsRequest) => any;
|
|
3009
|
-
}
|
|
3010
2452
|
export interface DescribeApplicationFleetAssociationsResult {
|
|
3011
2453
|
/**
|
|
3012
2454
|
* <p>The application fleet associations in the list.</p>
|
|
@@ -3018,12 +2460,6 @@ export interface DescribeApplicationFleetAssociationsResult {
|
|
|
3018
2460
|
*/
|
|
3019
2461
|
NextToken?: string;
|
|
3020
2462
|
}
|
|
3021
|
-
export declare namespace DescribeApplicationFleetAssociationsResult {
|
|
3022
|
-
/**
|
|
3023
|
-
* @internal
|
|
3024
|
-
*/
|
|
3025
|
-
const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsResult) => any;
|
|
3026
|
-
}
|
|
3027
2463
|
export interface DescribeApplicationsRequest {
|
|
3028
2464
|
/**
|
|
3029
2465
|
* <p>The ARNs for the applications.</p>
|
|
@@ -3039,12 +2475,6 @@ export interface DescribeApplicationsRequest {
|
|
|
3039
2475
|
*/
|
|
3040
2476
|
MaxResults?: number;
|
|
3041
2477
|
}
|
|
3042
|
-
export declare namespace DescribeApplicationsRequest {
|
|
3043
|
-
/**
|
|
3044
|
-
* @internal
|
|
3045
|
-
*/
|
|
3046
|
-
const filterSensitiveLog: (obj: DescribeApplicationsRequest) => any;
|
|
3047
|
-
}
|
|
3048
2478
|
export interface DescribeApplicationsResult {
|
|
3049
2479
|
/**
|
|
3050
2480
|
* <p>The applications in the list.</p>
|
|
@@ -3056,12 +2486,6 @@ export interface DescribeApplicationsResult {
|
|
|
3056
2486
|
*/
|
|
3057
2487
|
NextToken?: string;
|
|
3058
2488
|
}
|
|
3059
|
-
export declare namespace DescribeApplicationsResult {
|
|
3060
|
-
/**
|
|
3061
|
-
* @internal
|
|
3062
|
-
*/
|
|
3063
|
-
const filterSensitiveLog: (obj: DescribeApplicationsResult) => any;
|
|
3064
|
-
}
|
|
3065
2489
|
export interface DescribeDirectoryConfigsRequest {
|
|
3066
2490
|
/**
|
|
3067
2491
|
* <p>The directory names.</p>
|
|
@@ -3076,12 +2500,6 @@ export interface DescribeDirectoryConfigsRequest {
|
|
|
3076
2500
|
*/
|
|
3077
2501
|
NextToken?: string;
|
|
3078
2502
|
}
|
|
3079
|
-
export declare namespace DescribeDirectoryConfigsRequest {
|
|
3080
|
-
/**
|
|
3081
|
-
* @internal
|
|
3082
|
-
*/
|
|
3083
|
-
const filterSensitiveLog: (obj: DescribeDirectoryConfigsRequest) => any;
|
|
3084
|
-
}
|
|
3085
2503
|
export interface DescribeDirectoryConfigsResult {
|
|
3086
2504
|
/**
|
|
3087
2505
|
* <p>Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response. </p>
|
|
@@ -3092,12 +2510,6 @@ export interface DescribeDirectoryConfigsResult {
|
|
|
3092
2510
|
*/
|
|
3093
2511
|
NextToken?: string;
|
|
3094
2512
|
}
|
|
3095
|
-
export declare namespace DescribeDirectoryConfigsResult {
|
|
3096
|
-
/**
|
|
3097
|
-
* @internal
|
|
3098
|
-
*/
|
|
3099
|
-
const filterSensitiveLog: (obj: DescribeDirectoryConfigsResult) => any;
|
|
3100
|
-
}
|
|
3101
2513
|
export interface DescribeEntitlementsRequest {
|
|
3102
2514
|
/**
|
|
3103
2515
|
* <p>The name of the entitlement.</p>
|
|
@@ -3116,12 +2528,6 @@ export interface DescribeEntitlementsRequest {
|
|
|
3116
2528
|
*/
|
|
3117
2529
|
MaxResults?: number;
|
|
3118
2530
|
}
|
|
3119
|
-
export declare namespace DescribeEntitlementsRequest {
|
|
3120
|
-
/**
|
|
3121
|
-
* @internal
|
|
3122
|
-
*/
|
|
3123
|
-
const filterSensitiveLog: (obj: DescribeEntitlementsRequest) => any;
|
|
3124
|
-
}
|
|
3125
2531
|
export interface DescribeEntitlementsResult {
|
|
3126
2532
|
/**
|
|
3127
2533
|
* <p>The entitlements.</p>
|
|
@@ -3133,12 +2539,6 @@ export interface DescribeEntitlementsResult {
|
|
|
3133
2539
|
*/
|
|
3134
2540
|
NextToken?: string;
|
|
3135
2541
|
}
|
|
3136
|
-
export declare namespace DescribeEntitlementsResult {
|
|
3137
|
-
/**
|
|
3138
|
-
* @internal
|
|
3139
|
-
*/
|
|
3140
|
-
const filterSensitiveLog: (obj: DescribeEntitlementsResult) => any;
|
|
3141
|
-
}
|
|
3142
2542
|
export interface DescribeFleetsRequest {
|
|
3143
2543
|
/**
|
|
3144
2544
|
* <p>The names of the fleets to describe.</p>
|
|
@@ -3149,12 +2549,6 @@ export interface DescribeFleetsRequest {
|
|
|
3149
2549
|
*/
|
|
3150
2550
|
NextToken?: string;
|
|
3151
2551
|
}
|
|
3152
|
-
export declare namespace DescribeFleetsRequest {
|
|
3153
|
-
/**
|
|
3154
|
-
* @internal
|
|
3155
|
-
*/
|
|
3156
|
-
const filterSensitiveLog: (obj: DescribeFleetsRequest) => any;
|
|
3157
|
-
}
|
|
3158
2552
|
export interface DescribeFleetsResult {
|
|
3159
2553
|
/**
|
|
3160
2554
|
* <p>Information about the fleets.</p>
|
|
@@ -3165,12 +2559,6 @@ export interface DescribeFleetsResult {
|
|
|
3165
2559
|
*/
|
|
3166
2560
|
NextToken?: string;
|
|
3167
2561
|
}
|
|
3168
|
-
export declare namespace DescribeFleetsResult {
|
|
3169
|
-
/**
|
|
3170
|
-
* @internal
|
|
3171
|
-
*/
|
|
3172
|
-
const filterSensitiveLog: (obj: DescribeFleetsResult) => any;
|
|
3173
|
-
}
|
|
3174
2562
|
export interface DescribeImageBuildersRequest {
|
|
3175
2563
|
/**
|
|
3176
2564
|
* <p>The names of the image builders to describe.</p>
|
|
@@ -3185,12 +2573,6 @@ export interface DescribeImageBuildersRequest {
|
|
|
3185
2573
|
*/
|
|
3186
2574
|
NextToken?: string;
|
|
3187
2575
|
}
|
|
3188
|
-
export declare namespace DescribeImageBuildersRequest {
|
|
3189
|
-
/**
|
|
3190
|
-
* @internal
|
|
3191
|
-
*/
|
|
3192
|
-
const filterSensitiveLog: (obj: DescribeImageBuildersRequest) => any;
|
|
3193
|
-
}
|
|
3194
2576
|
export interface DescribeImageBuildersResult {
|
|
3195
2577
|
/**
|
|
3196
2578
|
* <p>Information about the image builders.</p>
|
|
@@ -3201,12 +2583,6 @@ export interface DescribeImageBuildersResult {
|
|
|
3201
2583
|
*/
|
|
3202
2584
|
NextToken?: string;
|
|
3203
2585
|
}
|
|
3204
|
-
export declare namespace DescribeImageBuildersResult {
|
|
3205
|
-
/**
|
|
3206
|
-
* @internal
|
|
3207
|
-
*/
|
|
3208
|
-
const filterSensitiveLog: (obj: DescribeImageBuildersResult) => any;
|
|
3209
|
-
}
|
|
3210
2586
|
export interface DescribeImagePermissionsRequest {
|
|
3211
2587
|
/**
|
|
3212
2588
|
* <p>The name of the private image for which to describe permissions. The image must be one that you own. </p>
|
|
@@ -3225,12 +2601,6 @@ export interface DescribeImagePermissionsRequest {
|
|
|
3225
2601
|
*/
|
|
3226
2602
|
NextToken?: string;
|
|
3227
2603
|
}
|
|
3228
|
-
export declare namespace DescribeImagePermissionsRequest {
|
|
3229
|
-
/**
|
|
3230
|
-
* @internal
|
|
3231
|
-
*/
|
|
3232
|
-
const filterSensitiveLog: (obj: DescribeImagePermissionsRequest) => any;
|
|
3233
|
-
}
|
|
3234
2604
|
/**
|
|
3235
2605
|
* <p>Describes the permissions that are available to the specified AWS account for a shared image.</p>
|
|
3236
2606
|
*/
|
|
@@ -3244,12 +2614,6 @@ export interface SharedImagePermissions {
|
|
|
3244
2614
|
*/
|
|
3245
2615
|
imagePermissions: ImagePermissions | undefined;
|
|
3246
2616
|
}
|
|
3247
|
-
export declare namespace SharedImagePermissions {
|
|
3248
|
-
/**
|
|
3249
|
-
* @internal
|
|
3250
|
-
*/
|
|
3251
|
-
const filterSensitiveLog: (obj: SharedImagePermissions) => any;
|
|
3252
|
-
}
|
|
3253
2617
|
export interface DescribeImagePermissionsResult {
|
|
3254
2618
|
/**
|
|
3255
2619
|
* <p>The name of the private image.</p>
|
|
@@ -3264,12 +2628,6 @@ export interface DescribeImagePermissionsResult {
|
|
|
3264
2628
|
*/
|
|
3265
2629
|
NextToken?: string;
|
|
3266
2630
|
}
|
|
3267
|
-
export declare namespace DescribeImagePermissionsResult {
|
|
3268
|
-
/**
|
|
3269
|
-
* @internal
|
|
3270
|
-
*/
|
|
3271
|
-
const filterSensitiveLog: (obj: DescribeImagePermissionsResult) => any;
|
|
3272
|
-
}
|
|
3273
2631
|
export interface DescribeImagesRequest {
|
|
3274
2632
|
/**
|
|
3275
2633
|
* <p>The names of the public or private images to describe.</p>
|
|
@@ -3292,12 +2650,6 @@ export interface DescribeImagesRequest {
|
|
|
3292
2650
|
*/
|
|
3293
2651
|
MaxResults?: number;
|
|
3294
2652
|
}
|
|
3295
|
-
export declare namespace DescribeImagesRequest {
|
|
3296
|
-
/**
|
|
3297
|
-
* @internal
|
|
3298
|
-
*/
|
|
3299
|
-
const filterSensitiveLog: (obj: DescribeImagesRequest) => any;
|
|
3300
|
-
}
|
|
3301
2653
|
export interface DescribeImagesResult {
|
|
3302
2654
|
/**
|
|
3303
2655
|
* <p>Information about the images.</p>
|
|
@@ -3308,12 +2660,6 @@ export interface DescribeImagesResult {
|
|
|
3308
2660
|
*/
|
|
3309
2661
|
NextToken?: string;
|
|
3310
2662
|
}
|
|
3311
|
-
export declare namespace DescribeImagesResult {
|
|
3312
|
-
/**
|
|
3313
|
-
* @internal
|
|
3314
|
-
*/
|
|
3315
|
-
const filterSensitiveLog: (obj: DescribeImagesResult) => any;
|
|
3316
|
-
}
|
|
3317
2663
|
export interface DescribeSessionsRequest {
|
|
3318
2664
|
/**
|
|
3319
2665
|
* <p>The name of the stack. This value is case-sensitive.</p>
|
|
@@ -3342,12 +2688,6 @@ export interface DescribeSessionsRequest {
|
|
|
3342
2688
|
*/
|
|
3343
2689
|
AuthenticationType?: AuthenticationType | string;
|
|
3344
2690
|
}
|
|
3345
|
-
export declare namespace DescribeSessionsRequest {
|
|
3346
|
-
/**
|
|
3347
|
-
* @internal
|
|
3348
|
-
*/
|
|
3349
|
-
const filterSensitiveLog: (obj: DescribeSessionsRequest) => any;
|
|
3350
|
-
}
|
|
3351
2691
|
export declare enum SessionConnectionState {
|
|
3352
2692
|
CONNECTED = "CONNECTED",
|
|
3353
2693
|
NOT_CONNECTED = "NOT_CONNECTED"
|
|
@@ -3403,12 +2743,6 @@ export interface Session {
|
|
|
3403
2743
|
*/
|
|
3404
2744
|
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
|
3405
2745
|
}
|
|
3406
|
-
export declare namespace Session {
|
|
3407
|
-
/**
|
|
3408
|
-
* @internal
|
|
3409
|
-
*/
|
|
3410
|
-
const filterSensitiveLog: (obj: Session) => any;
|
|
3411
|
-
}
|
|
3412
2746
|
export interface DescribeSessionsResult {
|
|
3413
2747
|
/**
|
|
3414
2748
|
* <p>Information about the streaming sessions.</p>
|
|
@@ -3419,12 +2753,6 @@ export interface DescribeSessionsResult {
|
|
|
3419
2753
|
*/
|
|
3420
2754
|
NextToken?: string;
|
|
3421
2755
|
}
|
|
3422
|
-
export declare namespace DescribeSessionsResult {
|
|
3423
|
-
/**
|
|
3424
|
-
* @internal
|
|
3425
|
-
*/
|
|
3426
|
-
const filterSensitiveLog: (obj: DescribeSessionsResult) => any;
|
|
3427
|
-
}
|
|
3428
2756
|
export interface DescribeStacksRequest {
|
|
3429
2757
|
/**
|
|
3430
2758
|
* <p>The names of the stacks to describe.</p>
|
|
@@ -3435,12 +2763,6 @@ export interface DescribeStacksRequest {
|
|
|
3435
2763
|
*/
|
|
3436
2764
|
NextToken?: string;
|
|
3437
2765
|
}
|
|
3438
|
-
export declare namespace DescribeStacksRequest {
|
|
3439
|
-
/**
|
|
3440
|
-
* @internal
|
|
3441
|
-
*/
|
|
3442
|
-
const filterSensitiveLog: (obj: DescribeStacksRequest) => any;
|
|
3443
|
-
}
|
|
3444
2766
|
export interface DescribeStacksResult {
|
|
3445
2767
|
/**
|
|
3446
2768
|
* <p>Information about the stacks.</p>
|
|
@@ -3451,12 +2773,6 @@ export interface DescribeStacksResult {
|
|
|
3451
2773
|
*/
|
|
3452
2774
|
NextToken?: string;
|
|
3453
2775
|
}
|
|
3454
|
-
export declare namespace DescribeStacksResult {
|
|
3455
|
-
/**
|
|
3456
|
-
* @internal
|
|
3457
|
-
*/
|
|
3458
|
-
const filterSensitiveLog: (obj: DescribeStacksResult) => any;
|
|
3459
|
-
}
|
|
3460
2776
|
export interface DescribeUsageReportSubscriptionsRequest {
|
|
3461
2777
|
/**
|
|
3462
2778
|
* <p>The maximum size of each page of results.</p>
|
|
@@ -3467,12 +2783,6 @@ export interface DescribeUsageReportSubscriptionsRequest {
|
|
|
3467
2783
|
*/
|
|
3468
2784
|
NextToken?: string;
|
|
3469
2785
|
}
|
|
3470
|
-
export declare namespace DescribeUsageReportSubscriptionsRequest {
|
|
3471
|
-
/**
|
|
3472
|
-
* @internal
|
|
3473
|
-
*/
|
|
3474
|
-
const filterSensitiveLog: (obj: DescribeUsageReportSubscriptionsRequest) => any;
|
|
3475
|
-
}
|
|
3476
2786
|
export declare enum UsageReportExecutionErrorCode {
|
|
3477
2787
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
3478
2788
|
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
@@ -3491,12 +2801,6 @@ export interface LastReportGenerationExecutionError {
|
|
|
3491
2801
|
*/
|
|
3492
2802
|
ErrorMessage?: string;
|
|
3493
2803
|
}
|
|
3494
|
-
export declare namespace LastReportGenerationExecutionError {
|
|
3495
|
-
/**
|
|
3496
|
-
* @internal
|
|
3497
|
-
*/
|
|
3498
|
-
const filterSensitiveLog: (obj: LastReportGenerationExecutionError) => any;
|
|
3499
|
-
}
|
|
3500
2804
|
/**
|
|
3501
2805
|
* <p>Describes information about the usage report subscription.</p>
|
|
3502
2806
|
*/
|
|
@@ -3524,12 +2828,6 @@ export interface UsageReportSubscription {
|
|
|
3524
2828
|
*/
|
|
3525
2829
|
SubscriptionErrors?: LastReportGenerationExecutionError[];
|
|
3526
2830
|
}
|
|
3527
|
-
export declare namespace UsageReportSubscription {
|
|
3528
|
-
/**
|
|
3529
|
-
* @internal
|
|
3530
|
-
*/
|
|
3531
|
-
const filterSensitiveLog: (obj: UsageReportSubscription) => any;
|
|
3532
|
-
}
|
|
3533
2831
|
export interface DescribeUsageReportSubscriptionsResult {
|
|
3534
2832
|
/**
|
|
3535
2833
|
* <p>Information about the usage report subscription.</p>
|
|
@@ -3540,12 +2838,6 @@ export interface DescribeUsageReportSubscriptionsResult {
|
|
|
3540
2838
|
*/
|
|
3541
2839
|
NextToken?: string;
|
|
3542
2840
|
}
|
|
3543
|
-
export declare namespace DescribeUsageReportSubscriptionsResult {
|
|
3544
|
-
/**
|
|
3545
|
-
* @internal
|
|
3546
|
-
*/
|
|
3547
|
-
const filterSensitiveLog: (obj: DescribeUsageReportSubscriptionsResult) => any;
|
|
3548
|
-
}
|
|
3549
2841
|
export interface DescribeUsersRequest {
|
|
3550
2842
|
/**
|
|
3551
2843
|
* <p>The authentication type for the users in the user pool to describe. You must specify USERPOOL.</p>
|
|
@@ -3560,12 +2852,6 @@ export interface DescribeUsersRequest {
|
|
|
3560
2852
|
*/
|
|
3561
2853
|
NextToken?: string;
|
|
3562
2854
|
}
|
|
3563
|
-
export declare namespace DescribeUsersRequest {
|
|
3564
|
-
/**
|
|
3565
|
-
* @internal
|
|
3566
|
-
*/
|
|
3567
|
-
const filterSensitiveLog: (obj: DescribeUsersRequest) => any;
|
|
3568
|
-
}
|
|
3569
2855
|
/**
|
|
3570
2856
|
* <p>Describes a user in the user pool.</p>
|
|
3571
2857
|
*/
|
|
@@ -3624,12 +2910,6 @@ export interface User {
|
|
|
3624
2910
|
*/
|
|
3625
2911
|
AuthenticationType: AuthenticationType | string | undefined;
|
|
3626
2912
|
}
|
|
3627
|
-
export declare namespace User {
|
|
3628
|
-
/**
|
|
3629
|
-
* @internal
|
|
3630
|
-
*/
|
|
3631
|
-
const filterSensitiveLog: (obj: User) => any;
|
|
3632
|
-
}
|
|
3633
2913
|
export interface DescribeUsersResult {
|
|
3634
2914
|
/**
|
|
3635
2915
|
* <p>Information about users in the user pool.</p>
|
|
@@ -3640,12 +2920,6 @@ export interface DescribeUsersResult {
|
|
|
3640
2920
|
*/
|
|
3641
2921
|
NextToken?: string;
|
|
3642
2922
|
}
|
|
3643
|
-
export declare namespace DescribeUsersResult {
|
|
3644
|
-
/**
|
|
3645
|
-
* @internal
|
|
3646
|
-
*/
|
|
3647
|
-
const filterSensitiveLog: (obj: DescribeUsersResult) => any;
|
|
3648
|
-
}
|
|
3649
2923
|
export interface DescribeUserStackAssociationsRequest {
|
|
3650
2924
|
/**
|
|
3651
2925
|
* <p>The name of the stack that is associated with the user.</p>
|
|
@@ -3672,12 +2946,6 @@ export interface DescribeUserStackAssociationsRequest {
|
|
|
3672
2946
|
*/
|
|
3673
2947
|
NextToken?: string;
|
|
3674
2948
|
}
|
|
3675
|
-
export declare namespace DescribeUserStackAssociationsRequest {
|
|
3676
|
-
/**
|
|
3677
|
-
* @internal
|
|
3678
|
-
*/
|
|
3679
|
-
const filterSensitiveLog: (obj: DescribeUserStackAssociationsRequest) => any;
|
|
3680
|
-
}
|
|
3681
2949
|
export interface DescribeUserStackAssociationsResult {
|
|
3682
2950
|
/**
|
|
3683
2951
|
* <p>The UserStackAssociation objects.</p>
|
|
@@ -3688,12 +2956,6 @@ export interface DescribeUserStackAssociationsResult {
|
|
|
3688
2956
|
*/
|
|
3689
2957
|
NextToken?: string;
|
|
3690
2958
|
}
|
|
3691
|
-
export declare namespace DescribeUserStackAssociationsResult {
|
|
3692
|
-
/**
|
|
3693
|
-
* @internal
|
|
3694
|
-
*/
|
|
3695
|
-
const filterSensitiveLog: (obj: DescribeUserStackAssociationsResult) => any;
|
|
3696
|
-
}
|
|
3697
2959
|
export interface DisableUserRequest {
|
|
3698
2960
|
/**
|
|
3699
2961
|
* <p>The email address of the user.</p>
|
|
@@ -3708,20 +2970,8 @@ export interface DisableUserRequest {
|
|
|
3708
2970
|
*/
|
|
3709
2971
|
AuthenticationType: AuthenticationType | string | undefined;
|
|
3710
2972
|
}
|
|
3711
|
-
export declare namespace DisableUserRequest {
|
|
3712
|
-
/**
|
|
3713
|
-
* @internal
|
|
3714
|
-
*/
|
|
3715
|
-
const filterSensitiveLog: (obj: DisableUserRequest) => any;
|
|
3716
|
-
}
|
|
3717
2973
|
export interface DisableUserResult {
|
|
3718
2974
|
}
|
|
3719
|
-
export declare namespace DisableUserResult {
|
|
3720
|
-
/**
|
|
3721
|
-
* @internal
|
|
3722
|
-
*/
|
|
3723
|
-
const filterSensitiveLog: (obj: DisableUserResult) => any;
|
|
3724
|
-
}
|
|
3725
2975
|
export interface DisassociateApplicationFleetRequest {
|
|
3726
2976
|
/**
|
|
3727
2977
|
* <p>The name of the fleet.</p>
|
|
@@ -3732,20 +2982,8 @@ export interface DisassociateApplicationFleetRequest {
|
|
|
3732
2982
|
*/
|
|
3733
2983
|
ApplicationArn: string | undefined;
|
|
3734
2984
|
}
|
|
3735
|
-
export declare namespace DisassociateApplicationFleetRequest {
|
|
3736
|
-
/**
|
|
3737
|
-
* @internal
|
|
3738
|
-
*/
|
|
3739
|
-
const filterSensitiveLog: (obj: DisassociateApplicationFleetRequest) => any;
|
|
3740
|
-
}
|
|
3741
2985
|
export interface DisassociateApplicationFleetResult {
|
|
3742
2986
|
}
|
|
3743
|
-
export declare namespace DisassociateApplicationFleetResult {
|
|
3744
|
-
/**
|
|
3745
|
-
* @internal
|
|
3746
|
-
*/
|
|
3747
|
-
const filterSensitiveLog: (obj: DisassociateApplicationFleetResult) => any;
|
|
3748
|
-
}
|
|
3749
2987
|
export interface DisassociateApplicationFromEntitlementRequest {
|
|
3750
2988
|
/**
|
|
3751
2989
|
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
@@ -3760,20 +2998,8 @@ export interface DisassociateApplicationFromEntitlementRequest {
|
|
|
3760
2998
|
*/
|
|
3761
2999
|
ApplicationIdentifier: string | undefined;
|
|
3762
3000
|
}
|
|
3763
|
-
export declare namespace DisassociateApplicationFromEntitlementRequest {
|
|
3764
|
-
/**
|
|
3765
|
-
* @internal
|
|
3766
|
-
*/
|
|
3767
|
-
const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementRequest) => any;
|
|
3768
|
-
}
|
|
3769
3001
|
export interface DisassociateApplicationFromEntitlementResult {
|
|
3770
3002
|
}
|
|
3771
|
-
export declare namespace DisassociateApplicationFromEntitlementResult {
|
|
3772
|
-
/**
|
|
3773
|
-
* @internal
|
|
3774
|
-
*/
|
|
3775
|
-
const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementResult) => any;
|
|
3776
|
-
}
|
|
3777
3003
|
export interface DisassociateFleetRequest {
|
|
3778
3004
|
/**
|
|
3779
3005
|
* <p>The name of the fleet.</p>
|
|
@@ -3784,20 +3010,8 @@ export interface DisassociateFleetRequest {
|
|
|
3784
3010
|
*/
|
|
3785
3011
|
StackName: string | undefined;
|
|
3786
3012
|
}
|
|
3787
|
-
export declare namespace DisassociateFleetRequest {
|
|
3788
|
-
/**
|
|
3789
|
-
* @internal
|
|
3790
|
-
*/
|
|
3791
|
-
const filterSensitiveLog: (obj: DisassociateFleetRequest) => any;
|
|
3792
|
-
}
|
|
3793
3013
|
export interface DisassociateFleetResult {
|
|
3794
3014
|
}
|
|
3795
|
-
export declare namespace DisassociateFleetResult {
|
|
3796
|
-
/**
|
|
3797
|
-
* @internal
|
|
3798
|
-
*/
|
|
3799
|
-
const filterSensitiveLog: (obj: DisassociateFleetResult) => any;
|
|
3800
|
-
}
|
|
3801
3015
|
export interface EnableUserRequest {
|
|
3802
3016
|
/**
|
|
3803
3017
|
* <p>The email address of the user.</p>
|
|
@@ -3812,20 +3026,8 @@ export interface EnableUserRequest {
|
|
|
3812
3026
|
*/
|
|
3813
3027
|
AuthenticationType: AuthenticationType | string | undefined;
|
|
3814
3028
|
}
|
|
3815
|
-
export declare namespace EnableUserRequest {
|
|
3816
|
-
/**
|
|
3817
|
-
* @internal
|
|
3818
|
-
*/
|
|
3819
|
-
const filterSensitiveLog: (obj: EnableUserRequest) => any;
|
|
3820
|
-
}
|
|
3821
3029
|
export interface EnableUserResult {
|
|
3822
3030
|
}
|
|
3823
|
-
export declare namespace EnableUserResult {
|
|
3824
|
-
/**
|
|
3825
|
-
* @internal
|
|
3826
|
-
*/
|
|
3827
|
-
const filterSensitiveLog: (obj: EnableUserResult) => any;
|
|
3828
|
-
}
|
|
3829
3031
|
/**
|
|
3830
3032
|
* <p>The application associated to an entitlement. Access is controlled based on user attributes.</p>
|
|
3831
3033
|
*/
|
|
@@ -3835,32 +3037,14 @@ export interface EntitledApplication {
|
|
|
3835
3037
|
*/
|
|
3836
3038
|
ApplicationIdentifier: string | undefined;
|
|
3837
3039
|
}
|
|
3838
|
-
export declare namespace EntitledApplication {
|
|
3839
|
-
/**
|
|
3840
|
-
* @internal
|
|
3841
|
-
*/
|
|
3842
|
-
const filterSensitiveLog: (obj: EntitledApplication) => any;
|
|
3843
|
-
}
|
|
3844
3040
|
export interface ExpireSessionRequest {
|
|
3845
3041
|
/**
|
|
3846
3042
|
* <p>The identifier of the streaming session.</p>
|
|
3847
3043
|
*/
|
|
3848
3044
|
SessionId: string | undefined;
|
|
3849
3045
|
}
|
|
3850
|
-
export declare namespace ExpireSessionRequest {
|
|
3851
|
-
/**
|
|
3852
|
-
* @internal
|
|
3853
|
-
*/
|
|
3854
|
-
const filterSensitiveLog: (obj: ExpireSessionRequest) => any;
|
|
3855
|
-
}
|
|
3856
3046
|
export interface ExpireSessionResult {
|
|
3857
3047
|
}
|
|
3858
|
-
export declare namespace ExpireSessionResult {
|
|
3859
|
-
/**
|
|
3860
|
-
* @internal
|
|
3861
|
-
*/
|
|
3862
|
-
const filterSensitiveLog: (obj: ExpireSessionResult) => any;
|
|
3863
|
-
}
|
|
3864
3048
|
export declare enum FleetAttribute {
|
|
3865
3049
|
DOMAIN_JOIN_INFO = "DOMAIN_JOIN_INFO",
|
|
3866
3050
|
IAM_ROLE_ARN = "IAM_ROLE_ARN",
|
|
@@ -3879,12 +3063,6 @@ export interface ListAssociatedFleetsRequest {
|
|
|
3879
3063
|
*/
|
|
3880
3064
|
NextToken?: string;
|
|
3881
3065
|
}
|
|
3882
|
-
export declare namespace ListAssociatedFleetsRequest {
|
|
3883
|
-
/**
|
|
3884
|
-
* @internal
|
|
3885
|
-
*/
|
|
3886
|
-
const filterSensitiveLog: (obj: ListAssociatedFleetsRequest) => any;
|
|
3887
|
-
}
|
|
3888
3066
|
export interface ListAssociatedFleetsResult {
|
|
3889
3067
|
/**
|
|
3890
3068
|
* <p>The name of the fleet.</p>
|
|
@@ -3895,12 +3073,6 @@ export interface ListAssociatedFleetsResult {
|
|
|
3895
3073
|
*/
|
|
3896
3074
|
NextToken?: string;
|
|
3897
3075
|
}
|
|
3898
|
-
export declare namespace ListAssociatedFleetsResult {
|
|
3899
|
-
/**
|
|
3900
|
-
* @internal
|
|
3901
|
-
*/
|
|
3902
|
-
const filterSensitiveLog: (obj: ListAssociatedFleetsResult) => any;
|
|
3903
|
-
}
|
|
3904
3076
|
export interface ListAssociatedStacksRequest {
|
|
3905
3077
|
/**
|
|
3906
3078
|
* <p>The name of the fleet.</p>
|
|
@@ -3911,12 +3083,6 @@ export interface ListAssociatedStacksRequest {
|
|
|
3911
3083
|
*/
|
|
3912
3084
|
NextToken?: string;
|
|
3913
3085
|
}
|
|
3914
|
-
export declare namespace ListAssociatedStacksRequest {
|
|
3915
|
-
/**
|
|
3916
|
-
* @internal
|
|
3917
|
-
*/
|
|
3918
|
-
const filterSensitiveLog: (obj: ListAssociatedStacksRequest) => any;
|
|
3919
|
-
}
|
|
3920
3086
|
export interface ListAssociatedStacksResult {
|
|
3921
3087
|
/**
|
|
3922
3088
|
* <p>The name of the stack.</p>
|
|
@@ -3927,12 +3093,6 @@ export interface ListAssociatedStacksResult {
|
|
|
3927
3093
|
*/
|
|
3928
3094
|
NextToken?: string;
|
|
3929
3095
|
}
|
|
3930
|
-
export declare namespace ListAssociatedStacksResult {
|
|
3931
|
-
/**
|
|
3932
|
-
* @internal
|
|
3933
|
-
*/
|
|
3934
|
-
const filterSensitiveLog: (obj: ListAssociatedStacksResult) => any;
|
|
3935
|
-
}
|
|
3936
3096
|
export interface ListEntitledApplicationsRequest {
|
|
3937
3097
|
/**
|
|
3938
3098
|
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
@@ -3951,12 +3111,6 @@ export interface ListEntitledApplicationsRequest {
|
|
|
3951
3111
|
*/
|
|
3952
3112
|
MaxResults?: number;
|
|
3953
3113
|
}
|
|
3954
|
-
export declare namespace ListEntitledApplicationsRequest {
|
|
3955
|
-
/**
|
|
3956
|
-
* @internal
|
|
3957
|
-
*/
|
|
3958
|
-
const filterSensitiveLog: (obj: ListEntitledApplicationsRequest) => any;
|
|
3959
|
-
}
|
|
3960
3114
|
export interface ListEntitledApplicationsResult {
|
|
3961
3115
|
/**
|
|
3962
3116
|
* <p>The entitled applications.</p>
|
|
@@ -3967,56 +3121,26 @@ export interface ListEntitledApplicationsResult {
|
|
|
3967
3121
|
*/
|
|
3968
3122
|
NextToken?: string;
|
|
3969
3123
|
}
|
|
3970
|
-
export declare namespace ListEntitledApplicationsResult {
|
|
3971
|
-
/**
|
|
3972
|
-
* @internal
|
|
3973
|
-
*/
|
|
3974
|
-
const filterSensitiveLog: (obj: ListEntitledApplicationsResult) => any;
|
|
3975
|
-
}
|
|
3976
3124
|
export interface ListTagsForResourceRequest {
|
|
3977
3125
|
/**
|
|
3978
3126
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3979
3127
|
*/
|
|
3980
3128
|
ResourceArn: string | undefined;
|
|
3981
3129
|
}
|
|
3982
|
-
export declare namespace ListTagsForResourceRequest {
|
|
3983
|
-
/**
|
|
3984
|
-
* @internal
|
|
3985
|
-
*/
|
|
3986
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3987
|
-
}
|
|
3988
3130
|
export interface ListTagsForResourceResponse {
|
|
3989
3131
|
/**
|
|
3990
3132
|
* <p>The information about the tags.</p>
|
|
3991
3133
|
*/
|
|
3992
3134
|
Tags?: Record<string, string>;
|
|
3993
3135
|
}
|
|
3994
|
-
export declare namespace ListTagsForResourceResponse {
|
|
3995
|
-
/**
|
|
3996
|
-
* @internal
|
|
3997
|
-
*/
|
|
3998
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3999
|
-
}
|
|
4000
3136
|
export interface StartFleetRequest {
|
|
4001
3137
|
/**
|
|
4002
3138
|
* <p>The name of the fleet.</p>
|
|
4003
3139
|
*/
|
|
4004
3140
|
Name: string | undefined;
|
|
4005
3141
|
}
|
|
4006
|
-
export declare namespace StartFleetRequest {
|
|
4007
|
-
/**
|
|
4008
|
-
* @internal
|
|
4009
|
-
*/
|
|
4010
|
-
const filterSensitiveLog: (obj: StartFleetRequest) => any;
|
|
4011
|
-
}
|
|
4012
3142
|
export interface StartFleetResult {
|
|
4013
3143
|
}
|
|
4014
|
-
export declare namespace StartFleetResult {
|
|
4015
|
-
/**
|
|
4016
|
-
* @internal
|
|
4017
|
-
*/
|
|
4018
|
-
const filterSensitiveLog: (obj: StartFleetResult) => any;
|
|
4019
|
-
}
|
|
4020
3144
|
export interface StartImageBuilderRequest {
|
|
4021
3145
|
/**
|
|
4022
3146
|
* <p>The name of the image builder.</p>
|
|
@@ -4027,68 +3151,32 @@ export interface StartImageBuilderRequest {
|
|
|
4027
3151
|
*/
|
|
4028
3152
|
AppstreamAgentVersion?: string;
|
|
4029
3153
|
}
|
|
4030
|
-
export declare namespace StartImageBuilderRequest {
|
|
4031
|
-
/**
|
|
4032
|
-
* @internal
|
|
4033
|
-
*/
|
|
4034
|
-
const filterSensitiveLog: (obj: StartImageBuilderRequest) => any;
|
|
4035
|
-
}
|
|
4036
3154
|
export interface StartImageBuilderResult {
|
|
4037
3155
|
/**
|
|
4038
3156
|
* <p>Information about the image builder.</p>
|
|
4039
3157
|
*/
|
|
4040
3158
|
ImageBuilder?: ImageBuilder;
|
|
4041
3159
|
}
|
|
4042
|
-
export declare namespace StartImageBuilderResult {
|
|
4043
|
-
/**
|
|
4044
|
-
* @internal
|
|
4045
|
-
*/
|
|
4046
|
-
const filterSensitiveLog: (obj: StartImageBuilderResult) => any;
|
|
4047
|
-
}
|
|
4048
3160
|
export interface StopFleetRequest {
|
|
4049
3161
|
/**
|
|
4050
3162
|
* <p>The name of the fleet.</p>
|
|
4051
3163
|
*/
|
|
4052
3164
|
Name: string | undefined;
|
|
4053
3165
|
}
|
|
4054
|
-
export declare namespace StopFleetRequest {
|
|
4055
|
-
/**
|
|
4056
|
-
* @internal
|
|
4057
|
-
*/
|
|
4058
|
-
const filterSensitiveLog: (obj: StopFleetRequest) => any;
|
|
4059
|
-
}
|
|
4060
3166
|
export interface StopFleetResult {
|
|
4061
3167
|
}
|
|
4062
|
-
export declare namespace StopFleetResult {
|
|
4063
|
-
/**
|
|
4064
|
-
* @internal
|
|
4065
|
-
*/
|
|
4066
|
-
const filterSensitiveLog: (obj: StopFleetResult) => any;
|
|
4067
|
-
}
|
|
4068
3168
|
export interface StopImageBuilderRequest {
|
|
4069
3169
|
/**
|
|
4070
3170
|
* <p>The name of the image builder.</p>
|
|
4071
3171
|
*/
|
|
4072
3172
|
Name: string | undefined;
|
|
4073
3173
|
}
|
|
4074
|
-
export declare namespace StopImageBuilderRequest {
|
|
4075
|
-
/**
|
|
4076
|
-
* @internal
|
|
4077
|
-
*/
|
|
4078
|
-
const filterSensitiveLog: (obj: StopImageBuilderRequest) => any;
|
|
4079
|
-
}
|
|
4080
3174
|
export interface StopImageBuilderResult {
|
|
4081
3175
|
/**
|
|
4082
3176
|
* <p>Information about the image builder.</p>
|
|
4083
3177
|
*/
|
|
4084
3178
|
ImageBuilder?: ImageBuilder;
|
|
4085
3179
|
}
|
|
4086
|
-
export declare namespace StopImageBuilderResult {
|
|
4087
|
-
/**
|
|
4088
|
-
* @internal
|
|
4089
|
-
*/
|
|
4090
|
-
const filterSensitiveLog: (obj: StopImageBuilderResult) => any;
|
|
4091
|
-
}
|
|
4092
3180
|
export interface TagResourceRequest {
|
|
4093
3181
|
/**
|
|
4094
3182
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -4104,20 +3192,8 @@ export interface TagResourceRequest {
|
|
|
4104
3192
|
*/
|
|
4105
3193
|
Tags: Record<string, string> | undefined;
|
|
4106
3194
|
}
|
|
4107
|
-
export declare namespace TagResourceRequest {
|
|
4108
|
-
/**
|
|
4109
|
-
* @internal
|
|
4110
|
-
*/
|
|
4111
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4112
|
-
}
|
|
4113
3195
|
export interface TagResourceResponse {
|
|
4114
3196
|
}
|
|
4115
|
-
export declare namespace TagResourceResponse {
|
|
4116
|
-
/**
|
|
4117
|
-
* @internal
|
|
4118
|
-
*/
|
|
4119
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
4120
|
-
}
|
|
4121
3197
|
export interface UntagResourceRequest {
|
|
4122
3198
|
/**
|
|
4123
3199
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -4128,20 +3204,8 @@ export interface UntagResourceRequest {
|
|
|
4128
3204
|
*/
|
|
4129
3205
|
TagKeys: string[] | undefined;
|
|
4130
3206
|
}
|
|
4131
|
-
export declare namespace UntagResourceRequest {
|
|
4132
|
-
/**
|
|
4133
|
-
* @internal
|
|
4134
|
-
*/
|
|
4135
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4136
|
-
}
|
|
4137
3207
|
export interface UntagResourceResponse {
|
|
4138
3208
|
}
|
|
4139
|
-
export declare namespace UntagResourceResponse {
|
|
4140
|
-
/**
|
|
4141
|
-
* @internal
|
|
4142
|
-
*/
|
|
4143
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
4144
|
-
}
|
|
4145
3209
|
export interface UpdateApplicationRequest {
|
|
4146
3210
|
/**
|
|
4147
3211
|
* <p>The name of the application. This name is visible to users when display name is not specified.</p>
|
|
@@ -4180,24 +3244,12 @@ export interface UpdateApplicationRequest {
|
|
|
4180
3244
|
*/
|
|
4181
3245
|
AttributesToDelete?: (ApplicationAttribute | string)[];
|
|
4182
3246
|
}
|
|
4183
|
-
export declare namespace UpdateApplicationRequest {
|
|
4184
|
-
/**
|
|
4185
|
-
* @internal
|
|
4186
|
-
*/
|
|
4187
|
-
const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
4188
|
-
}
|
|
4189
3247
|
export interface UpdateApplicationResult {
|
|
4190
3248
|
/**
|
|
4191
3249
|
* <p>Describes an application in the application catalog.</p>
|
|
4192
3250
|
*/
|
|
4193
3251
|
Application?: Application;
|
|
4194
3252
|
}
|
|
4195
|
-
export declare namespace UpdateApplicationResult {
|
|
4196
|
-
/**
|
|
4197
|
-
* @internal
|
|
4198
|
-
*/
|
|
4199
|
-
const filterSensitiveLog: (obj: UpdateApplicationResult) => any;
|
|
4200
|
-
}
|
|
4201
3253
|
export interface UpdateDirectoryConfigRequest {
|
|
4202
3254
|
/**
|
|
4203
3255
|
* <p>The name of the Directory Config object.</p>
|
|
@@ -4212,24 +3264,12 @@ export interface UpdateDirectoryConfigRequest {
|
|
|
4212
3264
|
*/
|
|
4213
3265
|
ServiceAccountCredentials?: ServiceAccountCredentials;
|
|
4214
3266
|
}
|
|
4215
|
-
export declare namespace UpdateDirectoryConfigRequest {
|
|
4216
|
-
/**
|
|
4217
|
-
* @internal
|
|
4218
|
-
*/
|
|
4219
|
-
const filterSensitiveLog: (obj: UpdateDirectoryConfigRequest) => any;
|
|
4220
|
-
}
|
|
4221
3267
|
export interface UpdateDirectoryConfigResult {
|
|
4222
3268
|
/**
|
|
4223
3269
|
* <p>Information about the Directory Config object.</p>
|
|
4224
3270
|
*/
|
|
4225
3271
|
DirectoryConfig?: DirectoryConfig;
|
|
4226
3272
|
}
|
|
4227
|
-
export declare namespace UpdateDirectoryConfigResult {
|
|
4228
|
-
/**
|
|
4229
|
-
* @internal
|
|
4230
|
-
*/
|
|
4231
|
-
const filterSensitiveLog: (obj: UpdateDirectoryConfigResult) => any;
|
|
4232
|
-
}
|
|
4233
3273
|
export interface UpdateEntitlementRequest {
|
|
4234
3274
|
/**
|
|
4235
3275
|
* <p>The name of the entitlement.</p>
|
|
@@ -4252,24 +3292,12 @@ export interface UpdateEntitlementRequest {
|
|
|
4252
3292
|
*/
|
|
4253
3293
|
Attributes?: EntitlementAttribute[];
|
|
4254
3294
|
}
|
|
4255
|
-
export declare namespace UpdateEntitlementRequest {
|
|
4256
|
-
/**
|
|
4257
|
-
* @internal
|
|
4258
|
-
*/
|
|
4259
|
-
const filterSensitiveLog: (obj: UpdateEntitlementRequest) => any;
|
|
4260
|
-
}
|
|
4261
3295
|
export interface UpdateEntitlementResult {
|
|
4262
3296
|
/**
|
|
4263
3297
|
* <p>The entitlement.</p>
|
|
4264
3298
|
*/
|
|
4265
3299
|
Entitlement?: Entitlement;
|
|
4266
3300
|
}
|
|
4267
|
-
export declare namespace UpdateEntitlementResult {
|
|
4268
|
-
/**
|
|
4269
|
-
* @internal
|
|
4270
|
-
*/
|
|
4271
|
-
const filterSensitiveLog: (obj: UpdateEntitlementResult) => any;
|
|
4272
|
-
}
|
|
4273
3301
|
export interface UpdateFleetRequest {
|
|
4274
3302
|
/**
|
|
4275
3303
|
* <p>The name of the image used to create the fleet.</p>
|
|
@@ -4488,24 +3516,12 @@ export interface UpdateFleetRequest {
|
|
|
4488
3516
|
*/
|
|
4489
3517
|
SessionScriptS3Location?: S3Location;
|
|
4490
3518
|
}
|
|
4491
|
-
export declare namespace UpdateFleetRequest {
|
|
4492
|
-
/**
|
|
4493
|
-
* @internal
|
|
4494
|
-
*/
|
|
4495
|
-
const filterSensitiveLog: (obj: UpdateFleetRequest) => any;
|
|
4496
|
-
}
|
|
4497
3519
|
export interface UpdateFleetResult {
|
|
4498
3520
|
/**
|
|
4499
3521
|
* <p>Information about the fleet.</p>
|
|
4500
3522
|
*/
|
|
4501
3523
|
Fleet?: Fleet;
|
|
4502
3524
|
}
|
|
4503
|
-
export declare namespace UpdateFleetResult {
|
|
4504
|
-
/**
|
|
4505
|
-
* @internal
|
|
4506
|
-
*/
|
|
4507
|
-
const filterSensitiveLog: (obj: UpdateFleetResult) => any;
|
|
4508
|
-
}
|
|
4509
3525
|
export interface UpdateImagePermissionsRequest {
|
|
4510
3526
|
/**
|
|
4511
3527
|
* <p>The name of the private image.</p>
|
|
@@ -4520,20 +3536,8 @@ export interface UpdateImagePermissionsRequest {
|
|
|
4520
3536
|
*/
|
|
4521
3537
|
ImagePermissions: ImagePermissions | undefined;
|
|
4522
3538
|
}
|
|
4523
|
-
export declare namespace UpdateImagePermissionsRequest {
|
|
4524
|
-
/**
|
|
4525
|
-
* @internal
|
|
4526
|
-
*/
|
|
4527
|
-
const filterSensitiveLog: (obj: UpdateImagePermissionsRequest) => any;
|
|
4528
|
-
}
|
|
4529
3539
|
export interface UpdateImagePermissionsResult {
|
|
4530
3540
|
}
|
|
4531
|
-
export declare namespace UpdateImagePermissionsResult {
|
|
4532
|
-
/**
|
|
4533
|
-
* @internal
|
|
4534
|
-
*/
|
|
4535
|
-
const filterSensitiveLog: (obj: UpdateImagePermissionsResult) => any;
|
|
4536
|
-
}
|
|
4537
3541
|
export declare enum StackAttribute {
|
|
4538
3542
|
ACCESS_ENDPOINTS = "ACCESS_ENDPOINTS",
|
|
4539
3543
|
EMBED_HOST_DOMAINS = "EMBED_HOST_DOMAINS",
|
|
@@ -4604,21 +3608,681 @@ export interface UpdateStackRequest {
|
|
|
4604
3608
|
*/
|
|
4605
3609
|
StreamingExperienceSettings?: StreamingExperienceSettings;
|
|
4606
3610
|
}
|
|
4607
|
-
export declare namespace UpdateStackRequest {
|
|
4608
|
-
/**
|
|
4609
|
-
* @internal
|
|
4610
|
-
*/
|
|
4611
|
-
const filterSensitiveLog: (obj: UpdateStackRequest) => any;
|
|
4612
|
-
}
|
|
4613
3611
|
export interface UpdateStackResult {
|
|
4614
3612
|
/**
|
|
4615
3613
|
* <p>Information about the stack.</p>
|
|
4616
3614
|
*/
|
|
4617
3615
|
Stack?: Stack;
|
|
4618
3616
|
}
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
3617
|
+
/**
|
|
3618
|
+
* @internal
|
|
3619
|
+
*/
|
|
3620
|
+
export declare const AccessEndpointFilterSensitiveLog: (obj: AccessEndpoint) => any;
|
|
3621
|
+
/**
|
|
3622
|
+
* @internal
|
|
3623
|
+
*/
|
|
3624
|
+
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
3625
|
+
/**
|
|
3626
|
+
* @internal
|
|
3627
|
+
*/
|
|
3628
|
+
export declare const ScriptDetailsFilterSensitiveLog: (obj: ScriptDetails) => any;
|
|
3629
|
+
/**
|
|
3630
|
+
* @internal
|
|
3631
|
+
*/
|
|
3632
|
+
export declare const AppBlockFilterSensitiveLog: (obj: AppBlock) => any;
|
|
3633
|
+
/**
|
|
3634
|
+
* @internal
|
|
3635
|
+
*/
|
|
3636
|
+
export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
|
|
3637
|
+
/**
|
|
3638
|
+
* @internal
|
|
3639
|
+
*/
|
|
3640
|
+
export declare const ApplicationFleetAssociationFilterSensitiveLog: (obj: ApplicationFleetAssociation) => any;
|
|
3641
|
+
/**
|
|
3642
|
+
* @internal
|
|
3643
|
+
*/
|
|
3644
|
+
export declare const ApplicationSettingsFilterSensitiveLog: (obj: ApplicationSettings) => any;
|
|
3645
|
+
/**
|
|
3646
|
+
* @internal
|
|
3647
|
+
*/
|
|
3648
|
+
export declare const ApplicationSettingsResponseFilterSensitiveLog: (obj: ApplicationSettingsResponse) => any;
|
|
3649
|
+
/**
|
|
3650
|
+
* @internal
|
|
3651
|
+
*/
|
|
3652
|
+
export declare const AssociateApplicationFleetRequestFilterSensitiveLog: (obj: AssociateApplicationFleetRequest) => any;
|
|
3653
|
+
/**
|
|
3654
|
+
* @internal
|
|
3655
|
+
*/
|
|
3656
|
+
export declare const AssociateApplicationFleetResultFilterSensitiveLog: (obj: AssociateApplicationFleetResult) => any;
|
|
3657
|
+
/**
|
|
3658
|
+
* @internal
|
|
3659
|
+
*/
|
|
3660
|
+
export declare const AssociateApplicationToEntitlementRequestFilterSensitiveLog: (obj: AssociateApplicationToEntitlementRequest) => any;
|
|
3661
|
+
/**
|
|
3662
|
+
* @internal
|
|
3663
|
+
*/
|
|
3664
|
+
export declare const AssociateApplicationToEntitlementResultFilterSensitiveLog: (obj: AssociateApplicationToEntitlementResult) => any;
|
|
3665
|
+
/**
|
|
3666
|
+
* @internal
|
|
3667
|
+
*/
|
|
3668
|
+
export declare const AssociateFleetRequestFilterSensitiveLog: (obj: AssociateFleetRequest) => any;
|
|
3669
|
+
/**
|
|
3670
|
+
* @internal
|
|
3671
|
+
*/
|
|
3672
|
+
export declare const AssociateFleetResultFilterSensitiveLog: (obj: AssociateFleetResult) => any;
|
|
3673
|
+
/**
|
|
3674
|
+
* @internal
|
|
3675
|
+
*/
|
|
3676
|
+
export declare const UserStackAssociationFilterSensitiveLog: (obj: UserStackAssociation) => any;
|
|
3677
|
+
/**
|
|
3678
|
+
* @internal
|
|
3679
|
+
*/
|
|
3680
|
+
export declare const BatchAssociateUserStackRequestFilterSensitiveLog: (obj: BatchAssociateUserStackRequest) => any;
|
|
3681
|
+
/**
|
|
3682
|
+
* @internal
|
|
3683
|
+
*/
|
|
3684
|
+
export declare const UserStackAssociationErrorFilterSensitiveLog: (obj: UserStackAssociationError) => any;
|
|
3685
|
+
/**
|
|
3686
|
+
* @internal
|
|
3687
|
+
*/
|
|
3688
|
+
export declare const BatchAssociateUserStackResultFilterSensitiveLog: (obj: BatchAssociateUserStackResult) => any;
|
|
3689
|
+
/**
|
|
3690
|
+
* @internal
|
|
3691
|
+
*/
|
|
3692
|
+
export declare const BatchDisassociateUserStackRequestFilterSensitiveLog: (obj: BatchDisassociateUserStackRequest) => any;
|
|
3693
|
+
/**
|
|
3694
|
+
* @internal
|
|
3695
|
+
*/
|
|
3696
|
+
export declare const BatchDisassociateUserStackResultFilterSensitiveLog: (obj: BatchDisassociateUserStackResult) => any;
|
|
3697
|
+
/**
|
|
3698
|
+
* @internal
|
|
3699
|
+
*/
|
|
3700
|
+
export declare const ComputeCapacityFilterSensitiveLog: (obj: ComputeCapacity) => any;
|
|
3701
|
+
/**
|
|
3702
|
+
* @internal
|
|
3703
|
+
*/
|
|
3704
|
+
export declare const ComputeCapacityStatusFilterSensitiveLog: (obj: ComputeCapacityStatus) => any;
|
|
3705
|
+
/**
|
|
3706
|
+
* @internal
|
|
3707
|
+
*/
|
|
3708
|
+
export declare const CopyImageRequestFilterSensitiveLog: (obj: CopyImageRequest) => any;
|
|
3709
|
+
/**
|
|
3710
|
+
* @internal
|
|
3711
|
+
*/
|
|
3712
|
+
export declare const CopyImageResponseFilterSensitiveLog: (obj: CopyImageResponse) => any;
|
|
3713
|
+
/**
|
|
3714
|
+
* @internal
|
|
3715
|
+
*/
|
|
3716
|
+
export declare const CreateAppBlockRequestFilterSensitiveLog: (obj: CreateAppBlockRequest) => any;
|
|
3717
|
+
/**
|
|
3718
|
+
* @internal
|
|
3719
|
+
*/
|
|
3720
|
+
export declare const CreateAppBlockResultFilterSensitiveLog: (obj: CreateAppBlockResult) => any;
|
|
3721
|
+
/**
|
|
3722
|
+
* @internal
|
|
3723
|
+
*/
|
|
3724
|
+
export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
3725
|
+
/**
|
|
3726
|
+
* @internal
|
|
3727
|
+
*/
|
|
3728
|
+
export declare const CreateApplicationResultFilterSensitiveLog: (obj: CreateApplicationResult) => any;
|
|
3729
|
+
/**
|
|
3730
|
+
* @internal
|
|
3731
|
+
*/
|
|
3732
|
+
export declare const ServiceAccountCredentialsFilterSensitiveLog: (obj: ServiceAccountCredentials) => any;
|
|
3733
|
+
/**
|
|
3734
|
+
* @internal
|
|
3735
|
+
*/
|
|
3736
|
+
export declare const CreateDirectoryConfigRequestFilterSensitiveLog: (obj: CreateDirectoryConfigRequest) => any;
|
|
3737
|
+
/**
|
|
3738
|
+
* @internal
|
|
3739
|
+
*/
|
|
3740
|
+
export declare const DirectoryConfigFilterSensitiveLog: (obj: DirectoryConfig) => any;
|
|
3741
|
+
/**
|
|
3742
|
+
* @internal
|
|
3743
|
+
*/
|
|
3744
|
+
export declare const CreateDirectoryConfigResultFilterSensitiveLog: (obj: CreateDirectoryConfigResult) => any;
|
|
3745
|
+
/**
|
|
3746
|
+
* @internal
|
|
3747
|
+
*/
|
|
3748
|
+
export declare const EntitlementAttributeFilterSensitiveLog: (obj: EntitlementAttribute) => any;
|
|
3749
|
+
/**
|
|
3750
|
+
* @internal
|
|
3751
|
+
*/
|
|
3752
|
+
export declare const CreateEntitlementRequestFilterSensitiveLog: (obj: CreateEntitlementRequest) => any;
|
|
3753
|
+
/**
|
|
3754
|
+
* @internal
|
|
3755
|
+
*/
|
|
3756
|
+
export declare const EntitlementFilterSensitiveLog: (obj: Entitlement) => any;
|
|
3757
|
+
/**
|
|
3758
|
+
* @internal
|
|
3759
|
+
*/
|
|
3760
|
+
export declare const CreateEntitlementResultFilterSensitiveLog: (obj: CreateEntitlementResult) => any;
|
|
3761
|
+
/**
|
|
3762
|
+
* @internal
|
|
3763
|
+
*/
|
|
3764
|
+
export declare const DomainJoinInfoFilterSensitiveLog: (obj: DomainJoinInfo) => any;
|
|
3765
|
+
/**
|
|
3766
|
+
* @internal
|
|
3767
|
+
*/
|
|
3768
|
+
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
3769
|
+
/**
|
|
3770
|
+
* @internal
|
|
3771
|
+
*/
|
|
3772
|
+
export declare const CreateFleetRequestFilterSensitiveLog: (obj: CreateFleetRequest) => any;
|
|
3773
|
+
/**
|
|
3774
|
+
* @internal
|
|
3775
|
+
*/
|
|
3776
|
+
export declare const FleetErrorFilterSensitiveLog: (obj: FleetError) => any;
|
|
3777
|
+
/**
|
|
3778
|
+
* @internal
|
|
3779
|
+
*/
|
|
3780
|
+
export declare const FleetFilterSensitiveLog: (obj: Fleet) => any;
|
|
3781
|
+
/**
|
|
3782
|
+
* @internal
|
|
3783
|
+
*/
|
|
3784
|
+
export declare const CreateFleetResultFilterSensitiveLog: (obj: CreateFleetResult) => any;
|
|
3785
|
+
/**
|
|
3786
|
+
* @internal
|
|
3787
|
+
*/
|
|
3788
|
+
export declare const CreateImageBuilderRequestFilterSensitiveLog: (obj: CreateImageBuilderRequest) => any;
|
|
3789
|
+
/**
|
|
3790
|
+
* @internal
|
|
3791
|
+
*/
|
|
3792
|
+
export declare const ResourceErrorFilterSensitiveLog: (obj: ResourceError) => any;
|
|
3793
|
+
/**
|
|
3794
|
+
* @internal
|
|
3795
|
+
*/
|
|
3796
|
+
export declare const NetworkAccessConfigurationFilterSensitiveLog: (obj: NetworkAccessConfiguration) => any;
|
|
3797
|
+
/**
|
|
3798
|
+
* @internal
|
|
3799
|
+
*/
|
|
3800
|
+
export declare const ImageBuilderStateChangeReasonFilterSensitiveLog: (obj: ImageBuilderStateChangeReason) => any;
|
|
3801
|
+
/**
|
|
3802
|
+
* @internal
|
|
3803
|
+
*/
|
|
3804
|
+
export declare const ImageBuilderFilterSensitiveLog: (obj: ImageBuilder) => any;
|
|
3805
|
+
/**
|
|
3806
|
+
* @internal
|
|
3807
|
+
*/
|
|
3808
|
+
export declare const CreateImageBuilderResultFilterSensitiveLog: (obj: CreateImageBuilderResult) => any;
|
|
3809
|
+
/**
|
|
3810
|
+
* @internal
|
|
3811
|
+
*/
|
|
3812
|
+
export declare const CreateImageBuilderStreamingURLRequestFilterSensitiveLog: (obj: CreateImageBuilderStreamingURLRequest) => any;
|
|
3813
|
+
/**
|
|
3814
|
+
* @internal
|
|
3815
|
+
*/
|
|
3816
|
+
export declare const CreateImageBuilderStreamingURLResultFilterSensitiveLog: (obj: CreateImageBuilderStreamingURLResult) => any;
|
|
3817
|
+
/**
|
|
3818
|
+
* @internal
|
|
3819
|
+
*/
|
|
3820
|
+
export declare const StorageConnectorFilterSensitiveLog: (obj: StorageConnector) => any;
|
|
3821
|
+
/**
|
|
3822
|
+
* @internal
|
|
3823
|
+
*/
|
|
3824
|
+
export declare const StreamingExperienceSettingsFilterSensitiveLog: (obj: StreamingExperienceSettings) => any;
|
|
3825
|
+
/**
|
|
3826
|
+
* @internal
|
|
3827
|
+
*/
|
|
3828
|
+
export declare const UserSettingFilterSensitiveLog: (obj: UserSetting) => any;
|
|
3829
|
+
/**
|
|
3830
|
+
* @internal
|
|
3831
|
+
*/
|
|
3832
|
+
export declare const CreateStackRequestFilterSensitiveLog: (obj: CreateStackRequest) => any;
|
|
3833
|
+
/**
|
|
3834
|
+
* @internal
|
|
3835
|
+
*/
|
|
3836
|
+
export declare const StackErrorFilterSensitiveLog: (obj: StackError) => any;
|
|
3837
|
+
/**
|
|
3838
|
+
* @internal
|
|
3839
|
+
*/
|
|
3840
|
+
export declare const StackFilterSensitiveLog: (obj: Stack) => any;
|
|
3841
|
+
/**
|
|
3842
|
+
* @internal
|
|
3843
|
+
*/
|
|
3844
|
+
export declare const CreateStackResultFilterSensitiveLog: (obj: CreateStackResult) => any;
|
|
3845
|
+
/**
|
|
3846
|
+
* @internal
|
|
3847
|
+
*/
|
|
3848
|
+
export declare const CreateStreamingURLRequestFilterSensitiveLog: (obj: CreateStreamingURLRequest) => any;
|
|
3849
|
+
/**
|
|
3850
|
+
* @internal
|
|
3851
|
+
*/
|
|
3852
|
+
export declare const CreateStreamingURLResultFilterSensitiveLog: (obj: CreateStreamingURLResult) => any;
|
|
3853
|
+
/**
|
|
3854
|
+
* @internal
|
|
3855
|
+
*/
|
|
3856
|
+
export declare const CreateUpdatedImageRequestFilterSensitiveLog: (obj: CreateUpdatedImageRequest) => any;
|
|
3857
|
+
/**
|
|
3858
|
+
* @internal
|
|
3859
|
+
*/
|
|
3860
|
+
export declare const ImagePermissionsFilterSensitiveLog: (obj: ImagePermissions) => any;
|
|
3861
|
+
/**
|
|
3862
|
+
* @internal
|
|
3863
|
+
*/
|
|
3864
|
+
export declare const ImageStateChangeReasonFilterSensitiveLog: (obj: ImageStateChangeReason) => any;
|
|
3865
|
+
/**
|
|
3866
|
+
* @internal
|
|
3867
|
+
*/
|
|
3868
|
+
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
3869
|
+
/**
|
|
3870
|
+
* @internal
|
|
3871
|
+
*/
|
|
3872
|
+
export declare const CreateUpdatedImageResultFilterSensitiveLog: (obj: CreateUpdatedImageResult) => any;
|
|
3873
|
+
/**
|
|
3874
|
+
* @internal
|
|
3875
|
+
*/
|
|
3876
|
+
export declare const CreateUsageReportSubscriptionRequestFilterSensitiveLog: (obj: CreateUsageReportSubscriptionRequest) => any;
|
|
3877
|
+
/**
|
|
3878
|
+
* @internal
|
|
3879
|
+
*/
|
|
3880
|
+
export declare const CreateUsageReportSubscriptionResultFilterSensitiveLog: (obj: CreateUsageReportSubscriptionResult) => any;
|
|
3881
|
+
/**
|
|
3882
|
+
* @internal
|
|
3883
|
+
*/
|
|
3884
|
+
export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
|
|
3885
|
+
/**
|
|
3886
|
+
* @internal
|
|
3887
|
+
*/
|
|
3888
|
+
export declare const CreateUserResultFilterSensitiveLog: (obj: CreateUserResult) => any;
|
|
3889
|
+
/**
|
|
3890
|
+
* @internal
|
|
3891
|
+
*/
|
|
3892
|
+
export declare const DeleteAppBlockRequestFilterSensitiveLog: (obj: DeleteAppBlockRequest) => any;
|
|
3893
|
+
/**
|
|
3894
|
+
* @internal
|
|
3895
|
+
*/
|
|
3896
|
+
export declare const DeleteAppBlockResultFilterSensitiveLog: (obj: DeleteAppBlockResult) => any;
|
|
3897
|
+
/**
|
|
3898
|
+
* @internal
|
|
3899
|
+
*/
|
|
3900
|
+
export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
3901
|
+
/**
|
|
3902
|
+
* @internal
|
|
3903
|
+
*/
|
|
3904
|
+
export declare const DeleteApplicationResultFilterSensitiveLog: (obj: DeleteApplicationResult) => any;
|
|
3905
|
+
/**
|
|
3906
|
+
* @internal
|
|
3907
|
+
*/
|
|
3908
|
+
export declare const DeleteDirectoryConfigRequestFilterSensitiveLog: (obj: DeleteDirectoryConfigRequest) => any;
|
|
3909
|
+
/**
|
|
3910
|
+
* @internal
|
|
3911
|
+
*/
|
|
3912
|
+
export declare const DeleteDirectoryConfigResultFilterSensitiveLog: (obj: DeleteDirectoryConfigResult) => any;
|
|
3913
|
+
/**
|
|
3914
|
+
* @internal
|
|
3915
|
+
*/
|
|
3916
|
+
export declare const DeleteEntitlementRequestFilterSensitiveLog: (obj: DeleteEntitlementRequest) => any;
|
|
3917
|
+
/**
|
|
3918
|
+
* @internal
|
|
3919
|
+
*/
|
|
3920
|
+
export declare const DeleteEntitlementResultFilterSensitiveLog: (obj: DeleteEntitlementResult) => any;
|
|
3921
|
+
/**
|
|
3922
|
+
* @internal
|
|
3923
|
+
*/
|
|
3924
|
+
export declare const DeleteFleetRequestFilterSensitiveLog: (obj: DeleteFleetRequest) => any;
|
|
3925
|
+
/**
|
|
3926
|
+
* @internal
|
|
3927
|
+
*/
|
|
3928
|
+
export declare const DeleteFleetResultFilterSensitiveLog: (obj: DeleteFleetResult) => any;
|
|
3929
|
+
/**
|
|
3930
|
+
* @internal
|
|
3931
|
+
*/
|
|
3932
|
+
export declare const DeleteImageRequestFilterSensitiveLog: (obj: DeleteImageRequest) => any;
|
|
3933
|
+
/**
|
|
3934
|
+
* @internal
|
|
3935
|
+
*/
|
|
3936
|
+
export declare const DeleteImageResultFilterSensitiveLog: (obj: DeleteImageResult) => any;
|
|
3937
|
+
/**
|
|
3938
|
+
* @internal
|
|
3939
|
+
*/
|
|
3940
|
+
export declare const DeleteImageBuilderRequestFilterSensitiveLog: (obj: DeleteImageBuilderRequest) => any;
|
|
3941
|
+
/**
|
|
3942
|
+
* @internal
|
|
3943
|
+
*/
|
|
3944
|
+
export declare const DeleteImageBuilderResultFilterSensitiveLog: (obj: DeleteImageBuilderResult) => any;
|
|
3945
|
+
/**
|
|
3946
|
+
* @internal
|
|
3947
|
+
*/
|
|
3948
|
+
export declare const DeleteImagePermissionsRequestFilterSensitiveLog: (obj: DeleteImagePermissionsRequest) => any;
|
|
3949
|
+
/**
|
|
3950
|
+
* @internal
|
|
3951
|
+
*/
|
|
3952
|
+
export declare const DeleteImagePermissionsResultFilterSensitiveLog: (obj: DeleteImagePermissionsResult) => any;
|
|
3953
|
+
/**
|
|
3954
|
+
* @internal
|
|
3955
|
+
*/
|
|
3956
|
+
export declare const DeleteStackRequestFilterSensitiveLog: (obj: DeleteStackRequest) => any;
|
|
3957
|
+
/**
|
|
3958
|
+
* @internal
|
|
3959
|
+
*/
|
|
3960
|
+
export declare const DeleteStackResultFilterSensitiveLog: (obj: DeleteStackResult) => any;
|
|
3961
|
+
/**
|
|
3962
|
+
* @internal
|
|
3963
|
+
*/
|
|
3964
|
+
export declare const DeleteUsageReportSubscriptionRequestFilterSensitiveLog: (obj: DeleteUsageReportSubscriptionRequest) => any;
|
|
3965
|
+
/**
|
|
3966
|
+
* @internal
|
|
3967
|
+
*/
|
|
3968
|
+
export declare const DeleteUsageReportSubscriptionResultFilterSensitiveLog: (obj: DeleteUsageReportSubscriptionResult) => any;
|
|
3969
|
+
/**
|
|
3970
|
+
* @internal
|
|
3971
|
+
*/
|
|
3972
|
+
export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
|
|
3973
|
+
/**
|
|
3974
|
+
* @internal
|
|
3975
|
+
*/
|
|
3976
|
+
export declare const DeleteUserResultFilterSensitiveLog: (obj: DeleteUserResult) => any;
|
|
3977
|
+
/**
|
|
3978
|
+
* @internal
|
|
3979
|
+
*/
|
|
3980
|
+
export declare const DescribeAppBlocksRequestFilterSensitiveLog: (obj: DescribeAppBlocksRequest) => any;
|
|
3981
|
+
/**
|
|
3982
|
+
* @internal
|
|
3983
|
+
*/
|
|
3984
|
+
export declare const DescribeAppBlocksResultFilterSensitiveLog: (obj: DescribeAppBlocksResult) => any;
|
|
3985
|
+
/**
|
|
3986
|
+
* @internal
|
|
3987
|
+
*/
|
|
3988
|
+
export declare const DescribeApplicationFleetAssociationsRequestFilterSensitiveLog: (obj: DescribeApplicationFleetAssociationsRequest) => any;
|
|
3989
|
+
/**
|
|
3990
|
+
* @internal
|
|
3991
|
+
*/
|
|
3992
|
+
export declare const DescribeApplicationFleetAssociationsResultFilterSensitiveLog: (obj: DescribeApplicationFleetAssociationsResult) => any;
|
|
3993
|
+
/**
|
|
3994
|
+
* @internal
|
|
3995
|
+
*/
|
|
3996
|
+
export declare const DescribeApplicationsRequestFilterSensitiveLog: (obj: DescribeApplicationsRequest) => any;
|
|
3997
|
+
/**
|
|
3998
|
+
* @internal
|
|
3999
|
+
*/
|
|
4000
|
+
export declare const DescribeApplicationsResultFilterSensitiveLog: (obj: DescribeApplicationsResult) => any;
|
|
4001
|
+
/**
|
|
4002
|
+
* @internal
|
|
4003
|
+
*/
|
|
4004
|
+
export declare const DescribeDirectoryConfigsRequestFilterSensitiveLog: (obj: DescribeDirectoryConfigsRequest) => any;
|
|
4005
|
+
/**
|
|
4006
|
+
* @internal
|
|
4007
|
+
*/
|
|
4008
|
+
export declare const DescribeDirectoryConfigsResultFilterSensitiveLog: (obj: DescribeDirectoryConfigsResult) => any;
|
|
4009
|
+
/**
|
|
4010
|
+
* @internal
|
|
4011
|
+
*/
|
|
4012
|
+
export declare const DescribeEntitlementsRequestFilterSensitiveLog: (obj: DescribeEntitlementsRequest) => any;
|
|
4013
|
+
/**
|
|
4014
|
+
* @internal
|
|
4015
|
+
*/
|
|
4016
|
+
export declare const DescribeEntitlementsResultFilterSensitiveLog: (obj: DescribeEntitlementsResult) => any;
|
|
4017
|
+
/**
|
|
4018
|
+
* @internal
|
|
4019
|
+
*/
|
|
4020
|
+
export declare const DescribeFleetsRequestFilterSensitiveLog: (obj: DescribeFleetsRequest) => any;
|
|
4021
|
+
/**
|
|
4022
|
+
* @internal
|
|
4023
|
+
*/
|
|
4024
|
+
export declare const DescribeFleetsResultFilterSensitiveLog: (obj: DescribeFleetsResult) => any;
|
|
4025
|
+
/**
|
|
4026
|
+
* @internal
|
|
4027
|
+
*/
|
|
4028
|
+
export declare const DescribeImageBuildersRequestFilterSensitiveLog: (obj: DescribeImageBuildersRequest) => any;
|
|
4029
|
+
/**
|
|
4030
|
+
* @internal
|
|
4031
|
+
*/
|
|
4032
|
+
export declare const DescribeImageBuildersResultFilterSensitiveLog: (obj: DescribeImageBuildersResult) => any;
|
|
4033
|
+
/**
|
|
4034
|
+
* @internal
|
|
4035
|
+
*/
|
|
4036
|
+
export declare const DescribeImagePermissionsRequestFilterSensitiveLog: (obj: DescribeImagePermissionsRequest) => any;
|
|
4037
|
+
/**
|
|
4038
|
+
* @internal
|
|
4039
|
+
*/
|
|
4040
|
+
export declare const SharedImagePermissionsFilterSensitiveLog: (obj: SharedImagePermissions) => any;
|
|
4041
|
+
/**
|
|
4042
|
+
* @internal
|
|
4043
|
+
*/
|
|
4044
|
+
export declare const DescribeImagePermissionsResultFilterSensitiveLog: (obj: DescribeImagePermissionsResult) => any;
|
|
4045
|
+
/**
|
|
4046
|
+
* @internal
|
|
4047
|
+
*/
|
|
4048
|
+
export declare const DescribeImagesRequestFilterSensitiveLog: (obj: DescribeImagesRequest) => any;
|
|
4049
|
+
/**
|
|
4050
|
+
* @internal
|
|
4051
|
+
*/
|
|
4052
|
+
export declare const DescribeImagesResultFilterSensitiveLog: (obj: DescribeImagesResult) => any;
|
|
4053
|
+
/**
|
|
4054
|
+
* @internal
|
|
4055
|
+
*/
|
|
4056
|
+
export declare const DescribeSessionsRequestFilterSensitiveLog: (obj: DescribeSessionsRequest) => any;
|
|
4057
|
+
/**
|
|
4058
|
+
* @internal
|
|
4059
|
+
*/
|
|
4060
|
+
export declare const SessionFilterSensitiveLog: (obj: Session) => any;
|
|
4061
|
+
/**
|
|
4062
|
+
* @internal
|
|
4063
|
+
*/
|
|
4064
|
+
export declare const DescribeSessionsResultFilterSensitiveLog: (obj: DescribeSessionsResult) => any;
|
|
4065
|
+
/**
|
|
4066
|
+
* @internal
|
|
4067
|
+
*/
|
|
4068
|
+
export declare const DescribeStacksRequestFilterSensitiveLog: (obj: DescribeStacksRequest) => any;
|
|
4069
|
+
/**
|
|
4070
|
+
* @internal
|
|
4071
|
+
*/
|
|
4072
|
+
export declare const DescribeStacksResultFilterSensitiveLog: (obj: DescribeStacksResult) => any;
|
|
4073
|
+
/**
|
|
4074
|
+
* @internal
|
|
4075
|
+
*/
|
|
4076
|
+
export declare const DescribeUsageReportSubscriptionsRequestFilterSensitiveLog: (obj: DescribeUsageReportSubscriptionsRequest) => any;
|
|
4077
|
+
/**
|
|
4078
|
+
* @internal
|
|
4079
|
+
*/
|
|
4080
|
+
export declare const LastReportGenerationExecutionErrorFilterSensitiveLog: (obj: LastReportGenerationExecutionError) => any;
|
|
4081
|
+
/**
|
|
4082
|
+
* @internal
|
|
4083
|
+
*/
|
|
4084
|
+
export declare const UsageReportSubscriptionFilterSensitiveLog: (obj: UsageReportSubscription) => any;
|
|
4085
|
+
/**
|
|
4086
|
+
* @internal
|
|
4087
|
+
*/
|
|
4088
|
+
export declare const DescribeUsageReportSubscriptionsResultFilterSensitiveLog: (obj: DescribeUsageReportSubscriptionsResult) => any;
|
|
4089
|
+
/**
|
|
4090
|
+
* @internal
|
|
4091
|
+
*/
|
|
4092
|
+
export declare const DescribeUsersRequestFilterSensitiveLog: (obj: DescribeUsersRequest) => any;
|
|
4093
|
+
/**
|
|
4094
|
+
* @internal
|
|
4095
|
+
*/
|
|
4096
|
+
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
4097
|
+
/**
|
|
4098
|
+
* @internal
|
|
4099
|
+
*/
|
|
4100
|
+
export declare const DescribeUsersResultFilterSensitiveLog: (obj: DescribeUsersResult) => any;
|
|
4101
|
+
/**
|
|
4102
|
+
* @internal
|
|
4103
|
+
*/
|
|
4104
|
+
export declare const DescribeUserStackAssociationsRequestFilterSensitiveLog: (obj: DescribeUserStackAssociationsRequest) => any;
|
|
4105
|
+
/**
|
|
4106
|
+
* @internal
|
|
4107
|
+
*/
|
|
4108
|
+
export declare const DescribeUserStackAssociationsResultFilterSensitiveLog: (obj: DescribeUserStackAssociationsResult) => any;
|
|
4109
|
+
/**
|
|
4110
|
+
* @internal
|
|
4111
|
+
*/
|
|
4112
|
+
export declare const DisableUserRequestFilterSensitiveLog: (obj: DisableUserRequest) => any;
|
|
4113
|
+
/**
|
|
4114
|
+
* @internal
|
|
4115
|
+
*/
|
|
4116
|
+
export declare const DisableUserResultFilterSensitiveLog: (obj: DisableUserResult) => any;
|
|
4117
|
+
/**
|
|
4118
|
+
* @internal
|
|
4119
|
+
*/
|
|
4120
|
+
export declare const DisassociateApplicationFleetRequestFilterSensitiveLog: (obj: DisassociateApplicationFleetRequest) => any;
|
|
4121
|
+
/**
|
|
4122
|
+
* @internal
|
|
4123
|
+
*/
|
|
4124
|
+
export declare const DisassociateApplicationFleetResultFilterSensitiveLog: (obj: DisassociateApplicationFleetResult) => any;
|
|
4125
|
+
/**
|
|
4126
|
+
* @internal
|
|
4127
|
+
*/
|
|
4128
|
+
export declare const DisassociateApplicationFromEntitlementRequestFilterSensitiveLog: (obj: DisassociateApplicationFromEntitlementRequest) => any;
|
|
4129
|
+
/**
|
|
4130
|
+
* @internal
|
|
4131
|
+
*/
|
|
4132
|
+
export declare const DisassociateApplicationFromEntitlementResultFilterSensitiveLog: (obj: DisassociateApplicationFromEntitlementResult) => any;
|
|
4133
|
+
/**
|
|
4134
|
+
* @internal
|
|
4135
|
+
*/
|
|
4136
|
+
export declare const DisassociateFleetRequestFilterSensitiveLog: (obj: DisassociateFleetRequest) => any;
|
|
4137
|
+
/**
|
|
4138
|
+
* @internal
|
|
4139
|
+
*/
|
|
4140
|
+
export declare const DisassociateFleetResultFilterSensitiveLog: (obj: DisassociateFleetResult) => any;
|
|
4141
|
+
/**
|
|
4142
|
+
* @internal
|
|
4143
|
+
*/
|
|
4144
|
+
export declare const EnableUserRequestFilterSensitiveLog: (obj: EnableUserRequest) => any;
|
|
4145
|
+
/**
|
|
4146
|
+
* @internal
|
|
4147
|
+
*/
|
|
4148
|
+
export declare const EnableUserResultFilterSensitiveLog: (obj: EnableUserResult) => any;
|
|
4149
|
+
/**
|
|
4150
|
+
* @internal
|
|
4151
|
+
*/
|
|
4152
|
+
export declare const EntitledApplicationFilterSensitiveLog: (obj: EntitledApplication) => any;
|
|
4153
|
+
/**
|
|
4154
|
+
* @internal
|
|
4155
|
+
*/
|
|
4156
|
+
export declare const ExpireSessionRequestFilterSensitiveLog: (obj: ExpireSessionRequest) => any;
|
|
4157
|
+
/**
|
|
4158
|
+
* @internal
|
|
4159
|
+
*/
|
|
4160
|
+
export declare const ExpireSessionResultFilterSensitiveLog: (obj: ExpireSessionResult) => any;
|
|
4161
|
+
/**
|
|
4162
|
+
* @internal
|
|
4163
|
+
*/
|
|
4164
|
+
export declare const ListAssociatedFleetsRequestFilterSensitiveLog: (obj: ListAssociatedFleetsRequest) => any;
|
|
4165
|
+
/**
|
|
4166
|
+
* @internal
|
|
4167
|
+
*/
|
|
4168
|
+
export declare const ListAssociatedFleetsResultFilterSensitiveLog: (obj: ListAssociatedFleetsResult) => any;
|
|
4169
|
+
/**
|
|
4170
|
+
* @internal
|
|
4171
|
+
*/
|
|
4172
|
+
export declare const ListAssociatedStacksRequestFilterSensitiveLog: (obj: ListAssociatedStacksRequest) => any;
|
|
4173
|
+
/**
|
|
4174
|
+
* @internal
|
|
4175
|
+
*/
|
|
4176
|
+
export declare const ListAssociatedStacksResultFilterSensitiveLog: (obj: ListAssociatedStacksResult) => any;
|
|
4177
|
+
/**
|
|
4178
|
+
* @internal
|
|
4179
|
+
*/
|
|
4180
|
+
export declare const ListEntitledApplicationsRequestFilterSensitiveLog: (obj: ListEntitledApplicationsRequest) => any;
|
|
4181
|
+
/**
|
|
4182
|
+
* @internal
|
|
4183
|
+
*/
|
|
4184
|
+
export declare const ListEntitledApplicationsResultFilterSensitiveLog: (obj: ListEntitledApplicationsResult) => any;
|
|
4185
|
+
/**
|
|
4186
|
+
* @internal
|
|
4187
|
+
*/
|
|
4188
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
4189
|
+
/**
|
|
4190
|
+
* @internal
|
|
4191
|
+
*/
|
|
4192
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
4193
|
+
/**
|
|
4194
|
+
* @internal
|
|
4195
|
+
*/
|
|
4196
|
+
export declare const StartFleetRequestFilterSensitiveLog: (obj: StartFleetRequest) => any;
|
|
4197
|
+
/**
|
|
4198
|
+
* @internal
|
|
4199
|
+
*/
|
|
4200
|
+
export declare const StartFleetResultFilterSensitiveLog: (obj: StartFleetResult) => any;
|
|
4201
|
+
/**
|
|
4202
|
+
* @internal
|
|
4203
|
+
*/
|
|
4204
|
+
export declare const StartImageBuilderRequestFilterSensitiveLog: (obj: StartImageBuilderRequest) => any;
|
|
4205
|
+
/**
|
|
4206
|
+
* @internal
|
|
4207
|
+
*/
|
|
4208
|
+
export declare const StartImageBuilderResultFilterSensitiveLog: (obj: StartImageBuilderResult) => any;
|
|
4209
|
+
/**
|
|
4210
|
+
* @internal
|
|
4211
|
+
*/
|
|
4212
|
+
export declare const StopFleetRequestFilterSensitiveLog: (obj: StopFleetRequest) => any;
|
|
4213
|
+
/**
|
|
4214
|
+
* @internal
|
|
4215
|
+
*/
|
|
4216
|
+
export declare const StopFleetResultFilterSensitiveLog: (obj: StopFleetResult) => any;
|
|
4217
|
+
/**
|
|
4218
|
+
* @internal
|
|
4219
|
+
*/
|
|
4220
|
+
export declare const StopImageBuilderRequestFilterSensitiveLog: (obj: StopImageBuilderRequest) => any;
|
|
4221
|
+
/**
|
|
4222
|
+
* @internal
|
|
4223
|
+
*/
|
|
4224
|
+
export declare const StopImageBuilderResultFilterSensitiveLog: (obj: StopImageBuilderResult) => any;
|
|
4225
|
+
/**
|
|
4226
|
+
* @internal
|
|
4227
|
+
*/
|
|
4228
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4229
|
+
/**
|
|
4230
|
+
* @internal
|
|
4231
|
+
*/
|
|
4232
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
4233
|
+
/**
|
|
4234
|
+
* @internal
|
|
4235
|
+
*/
|
|
4236
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4237
|
+
/**
|
|
4238
|
+
* @internal
|
|
4239
|
+
*/
|
|
4240
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
4241
|
+
/**
|
|
4242
|
+
* @internal
|
|
4243
|
+
*/
|
|
4244
|
+
export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
4245
|
+
/**
|
|
4246
|
+
* @internal
|
|
4247
|
+
*/
|
|
4248
|
+
export declare const UpdateApplicationResultFilterSensitiveLog: (obj: UpdateApplicationResult) => any;
|
|
4249
|
+
/**
|
|
4250
|
+
* @internal
|
|
4251
|
+
*/
|
|
4252
|
+
export declare const UpdateDirectoryConfigRequestFilterSensitiveLog: (obj: UpdateDirectoryConfigRequest) => any;
|
|
4253
|
+
/**
|
|
4254
|
+
* @internal
|
|
4255
|
+
*/
|
|
4256
|
+
export declare const UpdateDirectoryConfigResultFilterSensitiveLog: (obj: UpdateDirectoryConfigResult) => any;
|
|
4257
|
+
/**
|
|
4258
|
+
* @internal
|
|
4259
|
+
*/
|
|
4260
|
+
export declare const UpdateEntitlementRequestFilterSensitiveLog: (obj: UpdateEntitlementRequest) => any;
|
|
4261
|
+
/**
|
|
4262
|
+
* @internal
|
|
4263
|
+
*/
|
|
4264
|
+
export declare const UpdateEntitlementResultFilterSensitiveLog: (obj: UpdateEntitlementResult) => any;
|
|
4265
|
+
/**
|
|
4266
|
+
* @internal
|
|
4267
|
+
*/
|
|
4268
|
+
export declare const UpdateFleetRequestFilterSensitiveLog: (obj: UpdateFleetRequest) => any;
|
|
4269
|
+
/**
|
|
4270
|
+
* @internal
|
|
4271
|
+
*/
|
|
4272
|
+
export declare const UpdateFleetResultFilterSensitiveLog: (obj: UpdateFleetResult) => any;
|
|
4273
|
+
/**
|
|
4274
|
+
* @internal
|
|
4275
|
+
*/
|
|
4276
|
+
export declare const UpdateImagePermissionsRequestFilterSensitiveLog: (obj: UpdateImagePermissionsRequest) => any;
|
|
4277
|
+
/**
|
|
4278
|
+
* @internal
|
|
4279
|
+
*/
|
|
4280
|
+
export declare const UpdateImagePermissionsResultFilterSensitiveLog: (obj: UpdateImagePermissionsResult) => any;
|
|
4281
|
+
/**
|
|
4282
|
+
* @internal
|
|
4283
|
+
*/
|
|
4284
|
+
export declare const UpdateStackRequestFilterSensitiveLog: (obj: UpdateStackRequest) => any;
|
|
4285
|
+
/**
|
|
4286
|
+
* @internal
|
|
4287
|
+
*/
|
|
4288
|
+
export declare const UpdateStackResultFilterSensitiveLog: (obj: UpdateStackResult) => any;
|