@aws-sdk/client-chime-sdk-identity 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +2 -2
- package/dist-cjs/commands/CreateAppInstanceCommand.js +2 -2
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js +2 -2
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +1 -1
- package/dist-cjs/commands/DeleteAppInstanceCommand.js +1 -1
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -1
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppInstanceCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppInstanceUserEndpointCommand.js +2 -2
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +2 -2
- package/dist-cjs/commands/ListAppInstanceAdminsCommand.js +2 -2
- package/dist-cjs/commands/ListAppInstanceUserEndpointsCommand.js +2 -2
- package/dist-cjs/commands/ListAppInstanceUsersCommand.js +2 -2
- package/dist-cjs/commands/ListAppInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +2 -2
- package/dist-cjs/commands/RegisterAppInstanceUserEndpointCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAppInstanceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +2 -2
- package/dist-cjs/commands/UpdateAppInstanceUserEndpointCommand.js +2 -2
- package/dist-cjs/models/models_0.js +307 -425
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +3 -3
- package/dist-es/commands/CreateAppInstanceCommand.js +3 -3
- package/dist-es/commands/CreateAppInstanceUserCommand.js +3 -3
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +2 -2
- package/dist-es/commands/DeleteAppInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +3 -3
- package/dist-es/commands/DescribeAppInstanceCommand.js +3 -3
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +3 -3
- package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +3 -3
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +3 -3
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +3 -3
- package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +3 -3
- package/dist-es/commands/ListAppInstanceUsersCommand.js +3 -3
- package/dist-es/commands/ListAppInstancesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +3 -3
- package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAppInstanceCommand.js +3 -3
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +3 -3
- package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +3 -3
- package/dist-es/models/models_0.js +66 -240
- package/dist-types/models/models_0.d.ts +224 -336
- package/dist-types/ts3.4/models/models_0.d.ts +112 -224
- package/package.json +7 -7
|
@@ -30,12 +30,6 @@ export interface AppInstance {
|
|
|
30
30
|
*/
|
|
31
31
|
Metadata?: string;
|
|
32
32
|
}
|
|
33
|
-
export declare namespace AppInstance {
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
const filterSensitiveLog: (obj: AppInstance) => any;
|
|
38
|
-
}
|
|
39
33
|
/**
|
|
40
34
|
* <p>The details of a user.</p>
|
|
41
35
|
*/
|
|
@@ -49,12 +43,6 @@ export interface Identity {
|
|
|
49
43
|
*/
|
|
50
44
|
Name?: string;
|
|
51
45
|
}
|
|
52
|
-
export declare namespace Identity {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
|
-
const filterSensitiveLog: (obj: Identity) => any;
|
|
57
|
-
}
|
|
58
46
|
/**
|
|
59
47
|
* <p>The details of an <code>AppInstanceAdmin</code>.</p>
|
|
60
48
|
*/
|
|
@@ -72,12 +60,6 @@ export interface AppInstanceAdmin {
|
|
|
72
60
|
*/
|
|
73
61
|
CreatedTimestamp?: Date;
|
|
74
62
|
}
|
|
75
|
-
export declare namespace AppInstanceAdmin {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
const filterSensitiveLog: (obj: AppInstanceAdmin) => any;
|
|
80
|
-
}
|
|
81
63
|
/**
|
|
82
64
|
* <p>Summary of the details of an <code>AppInstanceAdmin</code>.</p>
|
|
83
65
|
*/
|
|
@@ -87,12 +69,6 @@ export interface AppInstanceAdminSummary {
|
|
|
87
69
|
*/
|
|
88
70
|
Admin?: Identity;
|
|
89
71
|
}
|
|
90
|
-
export declare namespace AppInstanceAdminSummary {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
const filterSensitiveLog: (obj: AppInstanceAdminSummary) => any;
|
|
95
|
-
}
|
|
96
72
|
/**
|
|
97
73
|
* <p>Summary of the data for an <code>AppInstance</code>.</p>
|
|
98
74
|
*/
|
|
@@ -110,12 +86,6 @@ export interface AppInstanceSummary {
|
|
|
110
86
|
*/
|
|
111
87
|
Metadata?: string;
|
|
112
88
|
}
|
|
113
|
-
export declare namespace AppInstanceSummary {
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
const filterSensitiveLog: (obj: AppInstanceSummary) => any;
|
|
118
|
-
}
|
|
119
89
|
/**
|
|
120
90
|
* <p>The details of the retention settings for a channel.</p>
|
|
121
91
|
*/
|
|
@@ -125,12 +95,6 @@ export interface ChannelRetentionSettings {
|
|
|
125
95
|
*/
|
|
126
96
|
RetentionDays?: number;
|
|
127
97
|
}
|
|
128
|
-
export declare namespace ChannelRetentionSettings {
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
const filterSensitiveLog: (obj: ChannelRetentionSettings) => any;
|
|
133
|
-
}
|
|
134
98
|
/**
|
|
135
99
|
* <p>The details of the data-retention settings for an <code>AppInstance</code>.</p>
|
|
136
100
|
*/
|
|
@@ -140,12 +104,6 @@ export interface AppInstanceRetentionSettings {
|
|
|
140
104
|
*/
|
|
141
105
|
ChannelRetentionSettings?: ChannelRetentionSettings;
|
|
142
106
|
}
|
|
143
|
-
export declare namespace AppInstanceRetentionSettings {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
const filterSensitiveLog: (obj: AppInstanceRetentionSettings) => any;
|
|
148
|
-
}
|
|
149
107
|
/**
|
|
150
108
|
* <p>The details of an <code>AppInstanceUser</code>.</p>
|
|
151
109
|
*/
|
|
@@ -171,12 +129,6 @@ export interface AppInstanceUser {
|
|
|
171
129
|
*/
|
|
172
130
|
LastUpdatedTimestamp?: Date;
|
|
173
131
|
}
|
|
174
|
-
export declare namespace AppInstanceUser {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
const filterSensitiveLog: (obj: AppInstanceUser) => any;
|
|
179
|
-
}
|
|
180
132
|
/**
|
|
181
133
|
* <p>The attributes of an <code>Endpoint</code>.</p>
|
|
182
134
|
*/
|
|
@@ -190,12 +142,6 @@ export interface EndpointAttributes {
|
|
|
190
142
|
*/
|
|
191
143
|
VoipDeviceToken?: string;
|
|
192
144
|
}
|
|
193
|
-
export declare namespace EndpointAttributes {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
const filterSensitiveLog: (obj: EndpointAttributes) => any;
|
|
198
|
-
}
|
|
199
145
|
export declare enum EndpointStatus {
|
|
200
146
|
ACTIVE = "ACTIVE",
|
|
201
147
|
INACTIVE = "INACTIVE"
|
|
@@ -237,12 +183,6 @@ export interface EndpointState {
|
|
|
237
183
|
*/
|
|
238
184
|
StatusReason?: EndpointStatusReason | string;
|
|
239
185
|
}
|
|
240
|
-
export declare namespace EndpointState {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
|
-
const filterSensitiveLog: (obj: EndpointState) => any;
|
|
245
|
-
}
|
|
246
186
|
export declare enum AppInstanceUserEndpointType {
|
|
247
187
|
APNS = "APNS",
|
|
248
188
|
APNS_SANDBOX = "APNS_SANDBOX",
|
|
@@ -314,12 +254,6 @@ export interface AppInstanceUserEndpoint {
|
|
|
314
254
|
*/
|
|
315
255
|
EndpointState?: EndpointState;
|
|
316
256
|
}
|
|
317
|
-
export declare namespace AppInstanceUserEndpoint {
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
|
-
const filterSensitiveLog: (obj: AppInstanceUserEndpoint) => any;
|
|
322
|
-
}
|
|
323
257
|
/**
|
|
324
258
|
* <p>Summary of the details of an <code>AppInstanceUserEndpoint</code>.</p>
|
|
325
259
|
*/
|
|
@@ -350,12 +284,6 @@ export interface AppInstanceUserEndpointSummary {
|
|
|
350
284
|
*/
|
|
351
285
|
EndpointState?: EndpointState;
|
|
352
286
|
}
|
|
353
|
-
export declare namespace AppInstanceUserEndpointSummary {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
|
-
const filterSensitiveLog: (obj: AppInstanceUserEndpointSummary) => any;
|
|
358
|
-
}
|
|
359
287
|
/**
|
|
360
288
|
* <p>Summary of the details of an <code>AppInstanceUser</code>.</p>
|
|
361
289
|
*/
|
|
@@ -373,12 +301,6 @@ export interface AppInstanceUserSummary {
|
|
|
373
301
|
*/
|
|
374
302
|
Metadata?: string;
|
|
375
303
|
}
|
|
376
|
-
export declare namespace AppInstanceUserSummary {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
|
-
const filterSensitiveLog: (obj: AppInstanceUserSummary) => any;
|
|
381
|
-
}
|
|
382
304
|
export declare enum ErrorCode {
|
|
383
305
|
AccessDenied = "AccessDenied",
|
|
384
306
|
BadRequest = "BadRequest",
|
|
@@ -436,12 +358,6 @@ export interface Tag {
|
|
|
436
358
|
*/
|
|
437
359
|
Value: string | undefined;
|
|
438
360
|
}
|
|
439
|
-
export declare namespace Tag {
|
|
440
|
-
/**
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
444
|
-
}
|
|
445
361
|
export interface CreateAppInstanceRequest {
|
|
446
362
|
/**
|
|
447
363
|
* <p>The name of the <code>AppInstance</code>.</p>
|
|
@@ -460,24 +376,12 @@ export interface CreateAppInstanceRequest {
|
|
|
460
376
|
*/
|
|
461
377
|
Tags?: Tag[];
|
|
462
378
|
}
|
|
463
|
-
export declare namespace CreateAppInstanceRequest {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
|
-
const filterSensitiveLog: (obj: CreateAppInstanceRequest) => any;
|
|
468
|
-
}
|
|
469
379
|
export interface CreateAppInstanceResponse {
|
|
470
380
|
/**
|
|
471
381
|
* <p>The Amazon Resource Number (ARN) of the <code>AppInstance</code>.</p>
|
|
472
382
|
*/
|
|
473
383
|
AppInstanceArn?: string;
|
|
474
384
|
}
|
|
475
|
-
export declare namespace CreateAppInstanceResponse {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
|
-
const filterSensitiveLog: (obj: CreateAppInstanceResponse) => any;
|
|
480
|
-
}
|
|
481
385
|
/**
|
|
482
386
|
* <p>The client is permanently forbidden from making the request.</p>
|
|
483
387
|
*/
|
|
@@ -566,12 +470,6 @@ export interface CreateAppInstanceAdminRequest {
|
|
|
566
470
|
*/
|
|
567
471
|
AppInstanceArn: string | undefined;
|
|
568
472
|
}
|
|
569
|
-
export declare namespace CreateAppInstanceAdminRequest {
|
|
570
|
-
/**
|
|
571
|
-
* @internal
|
|
572
|
-
*/
|
|
573
|
-
const filterSensitiveLog: (obj: CreateAppInstanceAdminRequest) => any;
|
|
574
|
-
}
|
|
575
473
|
export interface CreateAppInstanceAdminResponse {
|
|
576
474
|
/**
|
|
577
475
|
* <p>The name and ARN of the admin for the <code>AppInstance</code>.</p>
|
|
@@ -582,12 +480,6 @@ export interface CreateAppInstanceAdminResponse {
|
|
|
582
480
|
*/
|
|
583
481
|
AppInstanceArn?: string;
|
|
584
482
|
}
|
|
585
|
-
export declare namespace CreateAppInstanceAdminResponse {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
|
-
const filterSensitiveLog: (obj: CreateAppInstanceAdminResponse) => any;
|
|
590
|
-
}
|
|
591
483
|
export interface CreateAppInstanceUserRequest {
|
|
592
484
|
/**
|
|
593
485
|
* <p>The ARN of the <code>AppInstance</code> request.</p>
|
|
@@ -614,36 +506,18 @@ export interface CreateAppInstanceUserRequest {
|
|
|
614
506
|
*/
|
|
615
507
|
Tags?: Tag[];
|
|
616
508
|
}
|
|
617
|
-
export declare namespace CreateAppInstanceUserRequest {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
|
-
const filterSensitiveLog: (obj: CreateAppInstanceUserRequest) => any;
|
|
622
|
-
}
|
|
623
509
|
export interface CreateAppInstanceUserResponse {
|
|
624
510
|
/**
|
|
625
511
|
* <p>The user's ARN.</p>
|
|
626
512
|
*/
|
|
627
513
|
AppInstanceUserArn?: string;
|
|
628
514
|
}
|
|
629
|
-
export declare namespace CreateAppInstanceUserResponse {
|
|
630
|
-
/**
|
|
631
|
-
* @internal
|
|
632
|
-
*/
|
|
633
|
-
const filterSensitiveLog: (obj: CreateAppInstanceUserResponse) => any;
|
|
634
|
-
}
|
|
635
515
|
export interface DeleteAppInstanceRequest {
|
|
636
516
|
/**
|
|
637
517
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
638
518
|
*/
|
|
639
519
|
AppInstanceArn: string | undefined;
|
|
640
520
|
}
|
|
641
|
-
export declare namespace DeleteAppInstanceRequest {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
|
-
const filterSensitiveLog: (obj: DeleteAppInstanceRequest) => any;
|
|
646
|
-
}
|
|
647
521
|
export interface DeleteAppInstanceAdminRequest {
|
|
648
522
|
/**
|
|
649
523
|
* <p>The ARN of the <code>AppInstance</code>'s administrator.</p>
|
|
@@ -654,24 +528,12 @@ export interface DeleteAppInstanceAdminRequest {
|
|
|
654
528
|
*/
|
|
655
529
|
AppInstanceArn: string | undefined;
|
|
656
530
|
}
|
|
657
|
-
export declare namespace DeleteAppInstanceAdminRequest {
|
|
658
|
-
/**
|
|
659
|
-
* @internal
|
|
660
|
-
*/
|
|
661
|
-
const filterSensitiveLog: (obj: DeleteAppInstanceAdminRequest) => any;
|
|
662
|
-
}
|
|
663
531
|
export interface DeleteAppInstanceUserRequest {
|
|
664
532
|
/**
|
|
665
533
|
* <p>The ARN of the user request being deleted.</p>
|
|
666
534
|
*/
|
|
667
535
|
AppInstanceUserArn: string | undefined;
|
|
668
536
|
}
|
|
669
|
-
export declare namespace DeleteAppInstanceUserRequest {
|
|
670
|
-
/**
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
673
|
-
const filterSensitiveLog: (obj: DeleteAppInstanceUserRequest) => any;
|
|
674
|
-
}
|
|
675
537
|
export interface DeregisterAppInstanceUserEndpointRequest {
|
|
676
538
|
/**
|
|
677
539
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
@@ -682,24 +544,12 @@ export interface DeregisterAppInstanceUserEndpointRequest {
|
|
|
682
544
|
*/
|
|
683
545
|
EndpointId: string | undefined;
|
|
684
546
|
}
|
|
685
|
-
export declare namespace DeregisterAppInstanceUserEndpointRequest {
|
|
686
|
-
/**
|
|
687
|
-
* @internal
|
|
688
|
-
*/
|
|
689
|
-
const filterSensitiveLog: (obj: DeregisterAppInstanceUserEndpointRequest) => any;
|
|
690
|
-
}
|
|
691
547
|
export interface DescribeAppInstanceRequest {
|
|
692
548
|
/**
|
|
693
549
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
694
550
|
*/
|
|
695
551
|
AppInstanceArn: string | undefined;
|
|
696
552
|
}
|
|
697
|
-
export declare namespace DescribeAppInstanceRequest {
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
|
-
const filterSensitiveLog: (obj: DescribeAppInstanceRequest) => any;
|
|
702
|
-
}
|
|
703
553
|
export interface DescribeAppInstanceResponse {
|
|
704
554
|
/**
|
|
705
555
|
* <p>The ARN, metadata, created and last-updated timestamps, and the name of the
|
|
@@ -707,12 +557,6 @@ export interface DescribeAppInstanceResponse {
|
|
|
707
557
|
*/
|
|
708
558
|
AppInstance?: AppInstance;
|
|
709
559
|
}
|
|
710
|
-
export declare namespace DescribeAppInstanceResponse {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
|
-
const filterSensitiveLog: (obj: DescribeAppInstanceResponse) => any;
|
|
715
|
-
}
|
|
716
560
|
export interface DescribeAppInstanceAdminRequest {
|
|
717
561
|
/**
|
|
718
562
|
* <p>The ARN of the <code>AppInstanceAdmin</code>.</p>
|
|
@@ -723,12 +567,6 @@ export interface DescribeAppInstanceAdminRequest {
|
|
|
723
567
|
*/
|
|
724
568
|
AppInstanceArn: string | undefined;
|
|
725
569
|
}
|
|
726
|
-
export declare namespace DescribeAppInstanceAdminRequest {
|
|
727
|
-
/**
|
|
728
|
-
* @internal
|
|
729
|
-
*/
|
|
730
|
-
const filterSensitiveLog: (obj: DescribeAppInstanceAdminRequest) => any;
|
|
731
|
-
}
|
|
732
570
|
export interface DescribeAppInstanceAdminResponse {
|
|
733
571
|
/**
|
|
734
572
|
* <p>The ARN and name of the <code>AppInstanceUser</code>, the ARN of the
|
|
@@ -737,36 +575,18 @@ export interface DescribeAppInstanceAdminResponse {
|
|
|
737
575
|
*/
|
|
738
576
|
AppInstanceAdmin?: AppInstanceAdmin;
|
|
739
577
|
}
|
|
740
|
-
export declare namespace DescribeAppInstanceAdminResponse {
|
|
741
|
-
/**
|
|
742
|
-
* @internal
|
|
743
|
-
*/
|
|
744
|
-
const filterSensitiveLog: (obj: DescribeAppInstanceAdminResponse) => any;
|
|
745
|
-
}
|
|
746
578
|
export interface DescribeAppInstanceUserRequest {
|
|
747
579
|
/**
|
|
748
580
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
749
581
|
*/
|
|
750
582
|
AppInstanceUserArn: string | undefined;
|
|
751
583
|
}
|
|
752
|
-
export declare namespace DescribeAppInstanceUserRequest {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
|
-
const filterSensitiveLog: (obj: DescribeAppInstanceUserRequest) => any;
|
|
757
|
-
}
|
|
758
584
|
export interface DescribeAppInstanceUserResponse {
|
|
759
585
|
/**
|
|
760
586
|
* <p>The name of the <code>AppInstanceUser</code>.</p>
|
|
761
587
|
*/
|
|
762
588
|
AppInstanceUser?: AppInstanceUser;
|
|
763
589
|
}
|
|
764
|
-
export declare namespace DescribeAppInstanceUserResponse {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
|
-
const filterSensitiveLog: (obj: DescribeAppInstanceUserResponse) => any;
|
|
769
|
-
}
|
|
770
590
|
export interface DescribeAppInstanceUserEndpointRequest {
|
|
771
591
|
/**
|
|
772
592
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
@@ -777,12 +597,6 @@ export interface DescribeAppInstanceUserEndpointRequest {
|
|
|
777
597
|
*/
|
|
778
598
|
EndpointId: string | undefined;
|
|
779
599
|
}
|
|
780
|
-
export declare namespace DescribeAppInstanceUserEndpointRequest {
|
|
781
|
-
/**
|
|
782
|
-
* @internal
|
|
783
|
-
*/
|
|
784
|
-
const filterSensitiveLog: (obj: DescribeAppInstanceUserEndpointRequest) => any;
|
|
785
|
-
}
|
|
786
600
|
export interface DescribeAppInstanceUserEndpointResponse {
|
|
787
601
|
/**
|
|
788
602
|
* <p>The full details of an <code>AppInstanceUserEndpoint</code>: the <code>AppInstanceUserArn</code>, ID, name, type, resource ARN, attributes,
|
|
@@ -790,24 +604,12 @@ export interface DescribeAppInstanceUserEndpointResponse {
|
|
|
790
604
|
*/
|
|
791
605
|
AppInstanceUserEndpoint?: AppInstanceUserEndpoint;
|
|
792
606
|
}
|
|
793
|
-
export declare namespace DescribeAppInstanceUserEndpointResponse {
|
|
794
|
-
/**
|
|
795
|
-
* @internal
|
|
796
|
-
*/
|
|
797
|
-
const filterSensitiveLog: (obj: DescribeAppInstanceUserEndpointResponse) => any;
|
|
798
|
-
}
|
|
799
607
|
export interface GetAppInstanceRetentionSettingsRequest {
|
|
800
608
|
/**
|
|
801
609
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
802
610
|
*/
|
|
803
611
|
AppInstanceArn: string | undefined;
|
|
804
612
|
}
|
|
805
|
-
export declare namespace GetAppInstanceRetentionSettingsRequest {
|
|
806
|
-
/**
|
|
807
|
-
* @internal
|
|
808
|
-
*/
|
|
809
|
-
const filterSensitiveLog: (obj: GetAppInstanceRetentionSettingsRequest) => any;
|
|
810
|
-
}
|
|
811
613
|
export interface GetAppInstanceRetentionSettingsResponse {
|
|
812
614
|
/**
|
|
813
615
|
* <p>The retention settings for the <code>AppInstance</code>.</p>
|
|
@@ -819,12 +621,6 @@ export interface GetAppInstanceRetentionSettingsResponse {
|
|
|
819
621
|
*/
|
|
820
622
|
InitiateDeletionTimestamp?: Date;
|
|
821
623
|
}
|
|
822
|
-
export declare namespace GetAppInstanceRetentionSettingsResponse {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
|
-
const filterSensitiveLog: (obj: GetAppInstanceRetentionSettingsResponse) => any;
|
|
827
|
-
}
|
|
828
624
|
export interface ListAppInstanceAdminsRequest {
|
|
829
625
|
/**
|
|
830
626
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
@@ -840,12 +636,6 @@ export interface ListAppInstanceAdminsRequest {
|
|
|
840
636
|
*/
|
|
841
637
|
NextToken?: string;
|
|
842
638
|
}
|
|
843
|
-
export declare namespace ListAppInstanceAdminsRequest {
|
|
844
|
-
/**
|
|
845
|
-
* @internal
|
|
846
|
-
*/
|
|
847
|
-
const filterSensitiveLog: (obj: ListAppInstanceAdminsRequest) => any;
|
|
848
|
-
}
|
|
849
639
|
export interface ListAppInstanceAdminsResponse {
|
|
850
640
|
/**
|
|
851
641
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
@@ -861,12 +651,6 @@ export interface ListAppInstanceAdminsResponse {
|
|
|
861
651
|
*/
|
|
862
652
|
NextToken?: string;
|
|
863
653
|
}
|
|
864
|
-
export declare namespace ListAppInstanceAdminsResponse {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
|
-
const filterSensitiveLog: (obj: ListAppInstanceAdminsResponse) => any;
|
|
869
|
-
}
|
|
870
654
|
export interface ListAppInstancesRequest {
|
|
871
655
|
/**
|
|
872
656
|
* <p>The maximum number of <code>AppInstance</code>s that you want to return.</p>
|
|
@@ -878,12 +662,6 @@ export interface ListAppInstancesRequest {
|
|
|
878
662
|
*/
|
|
879
663
|
NextToken?: string;
|
|
880
664
|
}
|
|
881
|
-
export declare namespace ListAppInstancesRequest {
|
|
882
|
-
/**
|
|
883
|
-
* @internal
|
|
884
|
-
*/
|
|
885
|
-
const filterSensitiveLog: (obj: ListAppInstancesRequest) => any;
|
|
886
|
-
}
|
|
887
665
|
export interface ListAppInstancesResponse {
|
|
888
666
|
/**
|
|
889
667
|
* <p>The information for each <code>AppInstance</code>.</p>
|
|
@@ -895,12 +673,6 @@ export interface ListAppInstancesResponse {
|
|
|
895
673
|
*/
|
|
896
674
|
NextToken?: string;
|
|
897
675
|
}
|
|
898
|
-
export declare namespace ListAppInstancesResponse {
|
|
899
|
-
/**
|
|
900
|
-
* @internal
|
|
901
|
-
*/
|
|
902
|
-
const filterSensitiveLog: (obj: ListAppInstancesResponse) => any;
|
|
903
|
-
}
|
|
904
676
|
export interface ListAppInstanceUserEndpointsRequest {
|
|
905
677
|
/**
|
|
906
678
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
@@ -915,12 +687,6 @@ export interface ListAppInstanceUserEndpointsRequest {
|
|
|
915
687
|
*/
|
|
916
688
|
NextToken?: string;
|
|
917
689
|
}
|
|
918
|
-
export declare namespace ListAppInstanceUserEndpointsRequest {
|
|
919
|
-
/**
|
|
920
|
-
* @internal
|
|
921
|
-
*/
|
|
922
|
-
const filterSensitiveLog: (obj: ListAppInstanceUserEndpointsRequest) => any;
|
|
923
|
-
}
|
|
924
690
|
export interface ListAppInstanceUserEndpointsResponse {
|
|
925
691
|
/**
|
|
926
692
|
* <p>The information for each requested <code>AppInstanceUserEndpoint</code>.</p>
|
|
@@ -931,12 +697,6 @@ export interface ListAppInstanceUserEndpointsResponse {
|
|
|
931
697
|
*/
|
|
932
698
|
NextToken?: string;
|
|
933
699
|
}
|
|
934
|
-
export declare namespace ListAppInstanceUserEndpointsResponse {
|
|
935
|
-
/**
|
|
936
|
-
* @internal
|
|
937
|
-
*/
|
|
938
|
-
const filterSensitiveLog: (obj: ListAppInstanceUserEndpointsResponse) => any;
|
|
939
|
-
}
|
|
940
700
|
export interface ListAppInstanceUsersRequest {
|
|
941
701
|
/**
|
|
942
702
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
@@ -951,12 +711,6 @@ export interface ListAppInstanceUsersRequest {
|
|
|
951
711
|
*/
|
|
952
712
|
NextToken?: string;
|
|
953
713
|
}
|
|
954
|
-
export declare namespace ListAppInstanceUsersRequest {
|
|
955
|
-
/**
|
|
956
|
-
* @internal
|
|
957
|
-
*/
|
|
958
|
-
const filterSensitiveLog: (obj: ListAppInstanceUsersRequest) => any;
|
|
959
|
-
}
|
|
960
714
|
export interface ListAppInstanceUsersResponse {
|
|
961
715
|
/**
|
|
962
716
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
@@ -971,36 +725,18 @@ export interface ListAppInstanceUsersResponse {
|
|
|
971
725
|
*/
|
|
972
726
|
NextToken?: string;
|
|
973
727
|
}
|
|
974
|
-
export declare namespace ListAppInstanceUsersResponse {
|
|
975
|
-
/**
|
|
976
|
-
* @internal
|
|
977
|
-
*/
|
|
978
|
-
const filterSensitiveLog: (obj: ListAppInstanceUsersResponse) => any;
|
|
979
|
-
}
|
|
980
728
|
export interface ListTagsForResourceRequest {
|
|
981
729
|
/**
|
|
982
730
|
* <p>The ARN of the resource.</p>
|
|
983
731
|
*/
|
|
984
732
|
ResourceARN: string | undefined;
|
|
985
733
|
}
|
|
986
|
-
export declare namespace ListTagsForResourceRequest {
|
|
987
|
-
/**
|
|
988
|
-
* @internal
|
|
989
|
-
*/
|
|
990
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
991
|
-
}
|
|
992
734
|
export interface ListTagsForResourceResponse {
|
|
993
735
|
/**
|
|
994
736
|
* <p>The tag key-value pairs.</p>
|
|
995
737
|
*/
|
|
996
738
|
Tags?: Tag[];
|
|
997
739
|
}
|
|
998
|
-
export declare namespace ListTagsForResourceResponse {
|
|
999
|
-
/**
|
|
1000
|
-
* @internal
|
|
1001
|
-
*/
|
|
1002
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1003
|
-
}
|
|
1004
740
|
export interface PutAppInstanceRetentionSettingsRequest {
|
|
1005
741
|
/**
|
|
1006
742
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
@@ -1011,12 +747,6 @@ export interface PutAppInstanceRetentionSettingsRequest {
|
|
|
1011
747
|
*/
|
|
1012
748
|
AppInstanceRetentionSettings: AppInstanceRetentionSettings | undefined;
|
|
1013
749
|
}
|
|
1014
|
-
export declare namespace PutAppInstanceRetentionSettingsRequest {
|
|
1015
|
-
/**
|
|
1016
|
-
* @internal
|
|
1017
|
-
*/
|
|
1018
|
-
const filterSensitiveLog: (obj: PutAppInstanceRetentionSettingsRequest) => any;
|
|
1019
|
-
}
|
|
1020
750
|
export interface PutAppInstanceRetentionSettingsResponse {
|
|
1021
751
|
/**
|
|
1022
752
|
* <p>The time in days to retain data. Data type: number.</p>
|
|
@@ -1027,12 +757,6 @@ export interface PutAppInstanceRetentionSettingsResponse {
|
|
|
1027
757
|
*/
|
|
1028
758
|
InitiateDeletionTimestamp?: Date;
|
|
1029
759
|
}
|
|
1030
|
-
export declare namespace PutAppInstanceRetentionSettingsResponse {
|
|
1031
|
-
/**
|
|
1032
|
-
* @internal
|
|
1033
|
-
*/
|
|
1034
|
-
const filterSensitiveLog: (obj: PutAppInstanceRetentionSettingsResponse) => any;
|
|
1035
|
-
}
|
|
1036
760
|
export interface RegisterAppInstanceUserEndpointRequest {
|
|
1037
761
|
/**
|
|
1038
762
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
@@ -1079,12 +803,6 @@ export interface RegisterAppInstanceUserEndpointRequest {
|
|
|
1079
803
|
*/
|
|
1080
804
|
AllowMessages?: AllowMessages | string;
|
|
1081
805
|
}
|
|
1082
|
-
export declare namespace RegisterAppInstanceUserEndpointRequest {
|
|
1083
|
-
/**
|
|
1084
|
-
* @internal
|
|
1085
|
-
*/
|
|
1086
|
-
const filterSensitiveLog: (obj: RegisterAppInstanceUserEndpointRequest) => any;
|
|
1087
|
-
}
|
|
1088
806
|
export interface RegisterAppInstanceUserEndpointResponse {
|
|
1089
807
|
/**
|
|
1090
808
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
@@ -1095,12 +813,6 @@ export interface RegisterAppInstanceUserEndpointResponse {
|
|
|
1095
813
|
*/
|
|
1096
814
|
EndpointId?: string;
|
|
1097
815
|
}
|
|
1098
|
-
export declare namespace RegisterAppInstanceUserEndpointResponse {
|
|
1099
|
-
/**
|
|
1100
|
-
* @internal
|
|
1101
|
-
*/
|
|
1102
|
-
const filterSensitiveLog: (obj: RegisterAppInstanceUserEndpointResponse) => any;
|
|
1103
|
-
}
|
|
1104
816
|
export interface TagResourceRequest {
|
|
1105
817
|
/**
|
|
1106
818
|
* <p>The resource ARN.</p>
|
|
@@ -1111,12 +823,6 @@ export interface TagResourceRequest {
|
|
|
1111
823
|
*/
|
|
1112
824
|
Tags: Tag[] | undefined;
|
|
1113
825
|
}
|
|
1114
|
-
export declare namespace TagResourceRequest {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1119
|
-
}
|
|
1120
826
|
export interface UntagResourceRequest {
|
|
1121
827
|
/**
|
|
1122
828
|
* <p>The resource ARN.</p>
|
|
@@ -1127,12 +833,6 @@ export interface UntagResourceRequest {
|
|
|
1127
833
|
*/
|
|
1128
834
|
TagKeys: string[] | undefined;
|
|
1129
835
|
}
|
|
1130
|
-
export declare namespace UntagResourceRequest {
|
|
1131
|
-
/**
|
|
1132
|
-
* @internal
|
|
1133
|
-
*/
|
|
1134
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1135
|
-
}
|
|
1136
836
|
export interface UpdateAppInstanceRequest {
|
|
1137
837
|
/**
|
|
1138
838
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
@@ -1147,24 +847,12 @@ export interface UpdateAppInstanceRequest {
|
|
|
1147
847
|
*/
|
|
1148
848
|
Metadata: string | undefined;
|
|
1149
849
|
}
|
|
1150
|
-
export declare namespace UpdateAppInstanceRequest {
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
|
-
const filterSensitiveLog: (obj: UpdateAppInstanceRequest) => any;
|
|
1155
|
-
}
|
|
1156
850
|
export interface UpdateAppInstanceResponse {
|
|
1157
851
|
/**
|
|
1158
852
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1159
853
|
*/
|
|
1160
854
|
AppInstanceArn?: string;
|
|
1161
855
|
}
|
|
1162
|
-
export declare namespace UpdateAppInstanceResponse {
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
|
-
const filterSensitiveLog: (obj: UpdateAppInstanceResponse) => any;
|
|
1167
|
-
}
|
|
1168
856
|
export interface UpdateAppInstanceUserRequest {
|
|
1169
857
|
/**
|
|
1170
858
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
@@ -1179,24 +867,12 @@ export interface UpdateAppInstanceUserRequest {
|
|
|
1179
867
|
*/
|
|
1180
868
|
Metadata: string | undefined;
|
|
1181
869
|
}
|
|
1182
|
-
export declare namespace UpdateAppInstanceUserRequest {
|
|
1183
|
-
/**
|
|
1184
|
-
* @internal
|
|
1185
|
-
*/
|
|
1186
|
-
const filterSensitiveLog: (obj: UpdateAppInstanceUserRequest) => any;
|
|
1187
|
-
}
|
|
1188
870
|
export interface UpdateAppInstanceUserResponse {
|
|
1189
871
|
/**
|
|
1190
872
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1191
873
|
*/
|
|
1192
874
|
AppInstanceUserArn?: string;
|
|
1193
875
|
}
|
|
1194
|
-
export declare namespace UpdateAppInstanceUserResponse {
|
|
1195
|
-
/**
|
|
1196
|
-
* @internal
|
|
1197
|
-
*/
|
|
1198
|
-
const filterSensitiveLog: (obj: UpdateAppInstanceUserResponse) => any;
|
|
1199
|
-
}
|
|
1200
876
|
export interface UpdateAppInstanceUserEndpointRequest {
|
|
1201
877
|
/**
|
|
1202
878
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
@@ -1216,12 +892,6 @@ export interface UpdateAppInstanceUserEndpointRequest {
|
|
|
1216
892
|
*/
|
|
1217
893
|
AllowMessages?: AllowMessages | string;
|
|
1218
894
|
}
|
|
1219
|
-
export declare namespace UpdateAppInstanceUserEndpointRequest {
|
|
1220
|
-
/**
|
|
1221
|
-
* @internal
|
|
1222
|
-
*/
|
|
1223
|
-
const filterSensitiveLog: (obj: UpdateAppInstanceUserEndpointRequest) => any;
|
|
1224
|
-
}
|
|
1225
895
|
export interface UpdateAppInstanceUserEndpointResponse {
|
|
1226
896
|
/**
|
|
1227
897
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
@@ -1232,9 +902,227 @@ export interface UpdateAppInstanceUserEndpointResponse {
|
|
|
1232
902
|
*/
|
|
1233
903
|
EndpointId?: string;
|
|
1234
904
|
}
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
905
|
+
/**
|
|
906
|
+
* @internal
|
|
907
|
+
*/
|
|
908
|
+
export declare const AppInstanceFilterSensitiveLog: (obj: AppInstance) => any;
|
|
909
|
+
/**
|
|
910
|
+
* @internal
|
|
911
|
+
*/
|
|
912
|
+
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
913
|
+
/**
|
|
914
|
+
* @internal
|
|
915
|
+
*/
|
|
916
|
+
export declare const AppInstanceAdminFilterSensitiveLog: (obj: AppInstanceAdmin) => any;
|
|
917
|
+
/**
|
|
918
|
+
* @internal
|
|
919
|
+
*/
|
|
920
|
+
export declare const AppInstanceAdminSummaryFilterSensitiveLog: (obj: AppInstanceAdminSummary) => any;
|
|
921
|
+
/**
|
|
922
|
+
* @internal
|
|
923
|
+
*/
|
|
924
|
+
export declare const AppInstanceSummaryFilterSensitiveLog: (obj: AppInstanceSummary) => any;
|
|
925
|
+
/**
|
|
926
|
+
* @internal
|
|
927
|
+
*/
|
|
928
|
+
export declare const ChannelRetentionSettingsFilterSensitiveLog: (obj: ChannelRetentionSettings) => any;
|
|
929
|
+
/**
|
|
930
|
+
* @internal
|
|
931
|
+
*/
|
|
932
|
+
export declare const AppInstanceRetentionSettingsFilterSensitiveLog: (obj: AppInstanceRetentionSettings) => any;
|
|
933
|
+
/**
|
|
934
|
+
* @internal
|
|
935
|
+
*/
|
|
936
|
+
export declare const AppInstanceUserFilterSensitiveLog: (obj: AppInstanceUser) => any;
|
|
937
|
+
/**
|
|
938
|
+
* @internal
|
|
939
|
+
*/
|
|
940
|
+
export declare const EndpointAttributesFilterSensitiveLog: (obj: EndpointAttributes) => any;
|
|
941
|
+
/**
|
|
942
|
+
* @internal
|
|
943
|
+
*/
|
|
944
|
+
export declare const EndpointStateFilterSensitiveLog: (obj: EndpointState) => any;
|
|
945
|
+
/**
|
|
946
|
+
* @internal
|
|
947
|
+
*/
|
|
948
|
+
export declare const AppInstanceUserEndpointFilterSensitiveLog: (obj: AppInstanceUserEndpoint) => any;
|
|
949
|
+
/**
|
|
950
|
+
* @internal
|
|
951
|
+
*/
|
|
952
|
+
export declare const AppInstanceUserEndpointSummaryFilterSensitiveLog: (obj: AppInstanceUserEndpointSummary) => any;
|
|
953
|
+
/**
|
|
954
|
+
* @internal
|
|
955
|
+
*/
|
|
956
|
+
export declare const AppInstanceUserSummaryFilterSensitiveLog: (obj: AppInstanceUserSummary) => any;
|
|
957
|
+
/**
|
|
958
|
+
* @internal
|
|
959
|
+
*/
|
|
960
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
961
|
+
/**
|
|
962
|
+
* @internal
|
|
963
|
+
*/
|
|
964
|
+
export declare const CreateAppInstanceRequestFilterSensitiveLog: (obj: CreateAppInstanceRequest) => any;
|
|
965
|
+
/**
|
|
966
|
+
* @internal
|
|
967
|
+
*/
|
|
968
|
+
export declare const CreateAppInstanceResponseFilterSensitiveLog: (obj: CreateAppInstanceResponse) => any;
|
|
969
|
+
/**
|
|
970
|
+
* @internal
|
|
971
|
+
*/
|
|
972
|
+
export declare const CreateAppInstanceAdminRequestFilterSensitiveLog: (obj: CreateAppInstanceAdminRequest) => any;
|
|
973
|
+
/**
|
|
974
|
+
* @internal
|
|
975
|
+
*/
|
|
976
|
+
export declare const CreateAppInstanceAdminResponseFilterSensitiveLog: (obj: CreateAppInstanceAdminResponse) => any;
|
|
977
|
+
/**
|
|
978
|
+
* @internal
|
|
979
|
+
*/
|
|
980
|
+
export declare const CreateAppInstanceUserRequestFilterSensitiveLog: (obj: CreateAppInstanceUserRequest) => any;
|
|
981
|
+
/**
|
|
982
|
+
* @internal
|
|
983
|
+
*/
|
|
984
|
+
export declare const CreateAppInstanceUserResponseFilterSensitiveLog: (obj: CreateAppInstanceUserResponse) => any;
|
|
985
|
+
/**
|
|
986
|
+
* @internal
|
|
987
|
+
*/
|
|
988
|
+
export declare const DeleteAppInstanceRequestFilterSensitiveLog: (obj: DeleteAppInstanceRequest) => any;
|
|
989
|
+
/**
|
|
990
|
+
* @internal
|
|
991
|
+
*/
|
|
992
|
+
export declare const DeleteAppInstanceAdminRequestFilterSensitiveLog: (obj: DeleteAppInstanceAdminRequest) => any;
|
|
993
|
+
/**
|
|
994
|
+
* @internal
|
|
995
|
+
*/
|
|
996
|
+
export declare const DeleteAppInstanceUserRequestFilterSensitiveLog: (obj: DeleteAppInstanceUserRequest) => any;
|
|
997
|
+
/**
|
|
998
|
+
* @internal
|
|
999
|
+
*/
|
|
1000
|
+
export declare const DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: DeregisterAppInstanceUserEndpointRequest) => any;
|
|
1001
|
+
/**
|
|
1002
|
+
* @internal
|
|
1003
|
+
*/
|
|
1004
|
+
export declare const DescribeAppInstanceRequestFilterSensitiveLog: (obj: DescribeAppInstanceRequest) => any;
|
|
1005
|
+
/**
|
|
1006
|
+
* @internal
|
|
1007
|
+
*/
|
|
1008
|
+
export declare const DescribeAppInstanceResponseFilterSensitiveLog: (obj: DescribeAppInstanceResponse) => any;
|
|
1009
|
+
/**
|
|
1010
|
+
* @internal
|
|
1011
|
+
*/
|
|
1012
|
+
export declare const DescribeAppInstanceAdminRequestFilterSensitiveLog: (obj: DescribeAppInstanceAdminRequest) => any;
|
|
1013
|
+
/**
|
|
1014
|
+
* @internal
|
|
1015
|
+
*/
|
|
1016
|
+
export declare const DescribeAppInstanceAdminResponseFilterSensitiveLog: (obj: DescribeAppInstanceAdminResponse) => any;
|
|
1017
|
+
/**
|
|
1018
|
+
* @internal
|
|
1019
|
+
*/
|
|
1020
|
+
export declare const DescribeAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeAppInstanceUserRequest) => any;
|
|
1021
|
+
/**
|
|
1022
|
+
* @internal
|
|
1023
|
+
*/
|
|
1024
|
+
export declare const DescribeAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeAppInstanceUserResponse) => any;
|
|
1025
|
+
/**
|
|
1026
|
+
* @internal
|
|
1027
|
+
*/
|
|
1028
|
+
export declare const DescribeAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: DescribeAppInstanceUserEndpointRequest) => any;
|
|
1029
|
+
/**
|
|
1030
|
+
* @internal
|
|
1031
|
+
*/
|
|
1032
|
+
export declare const DescribeAppInstanceUserEndpointResponseFilterSensitiveLog: (obj: DescribeAppInstanceUserEndpointResponse) => any;
|
|
1033
|
+
/**
|
|
1034
|
+
* @internal
|
|
1035
|
+
*/
|
|
1036
|
+
export declare const GetAppInstanceRetentionSettingsRequestFilterSensitiveLog: (obj: GetAppInstanceRetentionSettingsRequest) => any;
|
|
1037
|
+
/**
|
|
1038
|
+
* @internal
|
|
1039
|
+
*/
|
|
1040
|
+
export declare const GetAppInstanceRetentionSettingsResponseFilterSensitiveLog: (obj: GetAppInstanceRetentionSettingsResponse) => any;
|
|
1041
|
+
/**
|
|
1042
|
+
* @internal
|
|
1043
|
+
*/
|
|
1044
|
+
export declare const ListAppInstanceAdminsRequestFilterSensitiveLog: (obj: ListAppInstanceAdminsRequest) => any;
|
|
1045
|
+
/**
|
|
1046
|
+
* @internal
|
|
1047
|
+
*/
|
|
1048
|
+
export declare const ListAppInstanceAdminsResponseFilterSensitiveLog: (obj: ListAppInstanceAdminsResponse) => any;
|
|
1049
|
+
/**
|
|
1050
|
+
* @internal
|
|
1051
|
+
*/
|
|
1052
|
+
export declare const ListAppInstancesRequestFilterSensitiveLog: (obj: ListAppInstancesRequest) => any;
|
|
1053
|
+
/**
|
|
1054
|
+
* @internal
|
|
1055
|
+
*/
|
|
1056
|
+
export declare const ListAppInstancesResponseFilterSensitiveLog: (obj: ListAppInstancesResponse) => any;
|
|
1057
|
+
/**
|
|
1058
|
+
* @internal
|
|
1059
|
+
*/
|
|
1060
|
+
export declare const ListAppInstanceUserEndpointsRequestFilterSensitiveLog: (obj: ListAppInstanceUserEndpointsRequest) => any;
|
|
1061
|
+
/**
|
|
1062
|
+
* @internal
|
|
1063
|
+
*/
|
|
1064
|
+
export declare const ListAppInstanceUserEndpointsResponseFilterSensitiveLog: (obj: ListAppInstanceUserEndpointsResponse) => any;
|
|
1065
|
+
/**
|
|
1066
|
+
* @internal
|
|
1067
|
+
*/
|
|
1068
|
+
export declare const ListAppInstanceUsersRequestFilterSensitiveLog: (obj: ListAppInstanceUsersRequest) => any;
|
|
1069
|
+
/**
|
|
1070
|
+
* @internal
|
|
1071
|
+
*/
|
|
1072
|
+
export declare const ListAppInstanceUsersResponseFilterSensitiveLog: (obj: ListAppInstanceUsersResponse) => any;
|
|
1073
|
+
/**
|
|
1074
|
+
* @internal
|
|
1075
|
+
*/
|
|
1076
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1077
|
+
/**
|
|
1078
|
+
* @internal
|
|
1079
|
+
*/
|
|
1080
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1081
|
+
/**
|
|
1082
|
+
* @internal
|
|
1083
|
+
*/
|
|
1084
|
+
export declare const PutAppInstanceRetentionSettingsRequestFilterSensitiveLog: (obj: PutAppInstanceRetentionSettingsRequest) => any;
|
|
1085
|
+
/**
|
|
1086
|
+
* @internal
|
|
1087
|
+
*/
|
|
1088
|
+
export declare const PutAppInstanceRetentionSettingsResponseFilterSensitiveLog: (obj: PutAppInstanceRetentionSettingsResponse) => any;
|
|
1089
|
+
/**
|
|
1090
|
+
* @internal
|
|
1091
|
+
*/
|
|
1092
|
+
export declare const RegisterAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: RegisterAppInstanceUserEndpointRequest) => any;
|
|
1093
|
+
/**
|
|
1094
|
+
* @internal
|
|
1095
|
+
*/
|
|
1096
|
+
export declare const RegisterAppInstanceUserEndpointResponseFilterSensitiveLog: (obj: RegisterAppInstanceUserEndpointResponse) => any;
|
|
1097
|
+
/**
|
|
1098
|
+
* @internal
|
|
1099
|
+
*/
|
|
1100
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1101
|
+
/**
|
|
1102
|
+
* @internal
|
|
1103
|
+
*/
|
|
1104
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1105
|
+
/**
|
|
1106
|
+
* @internal
|
|
1107
|
+
*/
|
|
1108
|
+
export declare const UpdateAppInstanceRequestFilterSensitiveLog: (obj: UpdateAppInstanceRequest) => any;
|
|
1109
|
+
/**
|
|
1110
|
+
* @internal
|
|
1111
|
+
*/
|
|
1112
|
+
export declare const UpdateAppInstanceResponseFilterSensitiveLog: (obj: UpdateAppInstanceResponse) => any;
|
|
1113
|
+
/**
|
|
1114
|
+
* @internal
|
|
1115
|
+
*/
|
|
1116
|
+
export declare const UpdateAppInstanceUserRequestFilterSensitiveLog: (obj: UpdateAppInstanceUserRequest) => any;
|
|
1117
|
+
/**
|
|
1118
|
+
* @internal
|
|
1119
|
+
*/
|
|
1120
|
+
export declare const UpdateAppInstanceUserResponseFilterSensitiveLog: (obj: UpdateAppInstanceUserResponse) => any;
|
|
1121
|
+
/**
|
|
1122
|
+
* @internal
|
|
1123
|
+
*/
|
|
1124
|
+
export declare const UpdateAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: UpdateAppInstanceUserEndpointRequest) => any;
|
|
1125
|
+
/**
|
|
1126
|
+
* @internal
|
|
1127
|
+
*/
|
|
1128
|
+
export declare const UpdateAppInstanceUserEndpointResponseFilterSensitiveLog: (obj: UpdateAppInstanceUserEndpointResponse) => any;
|