@aws-sdk/client-chime-sdk-identity 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/ChimeSDKIdentity.d.ts +418 -125
- package/dist-types/ts3.4/ChimeSDKIdentityClient.d.ts +249 -97
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +24 -24
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ChimeSDKIdentityServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +513 -616
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppInstanceUserEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -74
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,616 +1,513 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ChimeSDKIdentityServiceException as __BaseException } from "./ChimeSDKIdentityServiceException";
|
|
3
|
-
export declare enum AllowMessages {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export interface
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export interface
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
export
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
export
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
export
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
}
|
|
291
|
-
export interface
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
export interface
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
}
|
|
301
|
-
export interface
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
}
|
|
339
|
-
export interface
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
export
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
export
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
export
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
export
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
export
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
export
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
export
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
export declare const
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
export declare const AppInstanceSummaryFilterSensitiveLog: (obj: AppInstanceSummary) => any;
|
|
515
|
-
|
|
516
|
-
export declare const ChannelRetentionSettingsFilterSensitiveLog: (obj: ChannelRetentionSettings) => any;
|
|
517
|
-
|
|
518
|
-
export declare const AppInstanceRetentionSettingsFilterSensitiveLog: (obj: AppInstanceRetentionSettings) => any;
|
|
519
|
-
|
|
520
|
-
export declare const AppInstanceUserFilterSensitiveLog: (obj: AppInstanceUser) => any;
|
|
521
|
-
|
|
522
|
-
export declare const EndpointAttributesFilterSensitiveLog: (obj: EndpointAttributes) => any;
|
|
523
|
-
|
|
524
|
-
export declare const EndpointStateFilterSensitiveLog: (obj: EndpointState) => any;
|
|
525
|
-
|
|
526
|
-
export declare const AppInstanceUserEndpointFilterSensitiveLog: (obj: AppInstanceUserEndpoint) => any;
|
|
527
|
-
|
|
528
|
-
export declare const AppInstanceUserEndpointSummaryFilterSensitiveLog: (obj: AppInstanceUserEndpointSummary) => any;
|
|
529
|
-
|
|
530
|
-
export declare const AppInstanceUserSummaryFilterSensitiveLog: (obj: AppInstanceUserSummary) => any;
|
|
531
|
-
|
|
532
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
533
|
-
|
|
534
|
-
export declare const CreateAppInstanceRequestFilterSensitiveLog: (obj: CreateAppInstanceRequest) => any;
|
|
535
|
-
|
|
536
|
-
export declare const CreateAppInstanceResponseFilterSensitiveLog: (obj: CreateAppInstanceResponse) => any;
|
|
537
|
-
|
|
538
|
-
export declare const CreateAppInstanceAdminRequestFilterSensitiveLog: (obj: CreateAppInstanceAdminRequest) => any;
|
|
539
|
-
|
|
540
|
-
export declare const CreateAppInstanceAdminResponseFilterSensitiveLog: (obj: CreateAppInstanceAdminResponse) => any;
|
|
541
|
-
|
|
542
|
-
export declare const CreateAppInstanceUserRequestFilterSensitiveLog: (obj: CreateAppInstanceUserRequest) => any;
|
|
543
|
-
|
|
544
|
-
export declare const CreateAppInstanceUserResponseFilterSensitiveLog: (obj: CreateAppInstanceUserResponse) => any;
|
|
545
|
-
|
|
546
|
-
export declare const DeleteAppInstanceRequestFilterSensitiveLog: (obj: DeleteAppInstanceRequest) => any;
|
|
547
|
-
|
|
548
|
-
export declare const DeleteAppInstanceAdminRequestFilterSensitiveLog: (obj: DeleteAppInstanceAdminRequest) => any;
|
|
549
|
-
|
|
550
|
-
export declare const DeleteAppInstanceUserRequestFilterSensitiveLog: (obj: DeleteAppInstanceUserRequest) => any;
|
|
551
|
-
|
|
552
|
-
export declare const DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: DeregisterAppInstanceUserEndpointRequest) => any;
|
|
553
|
-
|
|
554
|
-
export declare const DescribeAppInstanceRequestFilterSensitiveLog: (obj: DescribeAppInstanceRequest) => any;
|
|
555
|
-
|
|
556
|
-
export declare const DescribeAppInstanceResponseFilterSensitiveLog: (obj: DescribeAppInstanceResponse) => any;
|
|
557
|
-
|
|
558
|
-
export declare const DescribeAppInstanceAdminRequestFilterSensitiveLog: (obj: DescribeAppInstanceAdminRequest) => any;
|
|
559
|
-
|
|
560
|
-
export declare const DescribeAppInstanceAdminResponseFilterSensitiveLog: (obj: DescribeAppInstanceAdminResponse) => any;
|
|
561
|
-
|
|
562
|
-
export declare const DescribeAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeAppInstanceUserRequest) => any;
|
|
563
|
-
|
|
564
|
-
export declare const DescribeAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeAppInstanceUserResponse) => any;
|
|
565
|
-
|
|
566
|
-
export declare const DescribeAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: DescribeAppInstanceUserEndpointRequest) => any;
|
|
567
|
-
|
|
568
|
-
export declare const DescribeAppInstanceUserEndpointResponseFilterSensitiveLog: (obj: DescribeAppInstanceUserEndpointResponse) => any;
|
|
569
|
-
|
|
570
|
-
export declare const GetAppInstanceRetentionSettingsRequestFilterSensitiveLog: (obj: GetAppInstanceRetentionSettingsRequest) => any;
|
|
571
|
-
|
|
572
|
-
export declare const GetAppInstanceRetentionSettingsResponseFilterSensitiveLog: (obj: GetAppInstanceRetentionSettingsResponse) => any;
|
|
573
|
-
|
|
574
|
-
export declare const ListAppInstanceAdminsRequestFilterSensitiveLog: (obj: ListAppInstanceAdminsRequest) => any;
|
|
575
|
-
|
|
576
|
-
export declare const ListAppInstanceAdminsResponseFilterSensitiveLog: (obj: ListAppInstanceAdminsResponse) => any;
|
|
577
|
-
|
|
578
|
-
export declare const ListAppInstancesRequestFilterSensitiveLog: (obj: ListAppInstancesRequest) => any;
|
|
579
|
-
|
|
580
|
-
export declare const ListAppInstancesResponseFilterSensitiveLog: (obj: ListAppInstancesResponse) => any;
|
|
581
|
-
|
|
582
|
-
export declare const ListAppInstanceUserEndpointsRequestFilterSensitiveLog: (obj: ListAppInstanceUserEndpointsRequest) => any;
|
|
583
|
-
|
|
584
|
-
export declare const ListAppInstanceUserEndpointsResponseFilterSensitiveLog: (obj: ListAppInstanceUserEndpointsResponse) => any;
|
|
585
|
-
|
|
586
|
-
export declare const ListAppInstanceUsersRequestFilterSensitiveLog: (obj: ListAppInstanceUsersRequest) => any;
|
|
587
|
-
|
|
588
|
-
export declare const ListAppInstanceUsersResponseFilterSensitiveLog: (obj: ListAppInstanceUsersResponse) => any;
|
|
589
|
-
|
|
590
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
591
|
-
|
|
592
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
593
|
-
|
|
594
|
-
export declare const PutAppInstanceRetentionSettingsRequestFilterSensitiveLog: (obj: PutAppInstanceRetentionSettingsRequest) => any;
|
|
595
|
-
|
|
596
|
-
export declare const PutAppInstanceRetentionSettingsResponseFilterSensitiveLog: (obj: PutAppInstanceRetentionSettingsResponse) => any;
|
|
597
|
-
|
|
598
|
-
export declare const RegisterAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: RegisterAppInstanceUserEndpointRequest) => any;
|
|
599
|
-
|
|
600
|
-
export declare const RegisterAppInstanceUserEndpointResponseFilterSensitiveLog: (obj: RegisterAppInstanceUserEndpointResponse) => any;
|
|
601
|
-
|
|
602
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
603
|
-
|
|
604
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
605
|
-
|
|
606
|
-
export declare const UpdateAppInstanceRequestFilterSensitiveLog: (obj: UpdateAppInstanceRequest) => any;
|
|
607
|
-
|
|
608
|
-
export declare const UpdateAppInstanceResponseFilterSensitiveLog: (obj: UpdateAppInstanceResponse) => any;
|
|
609
|
-
|
|
610
|
-
export declare const UpdateAppInstanceUserRequestFilterSensitiveLog: (obj: UpdateAppInstanceUserRequest) => any;
|
|
611
|
-
|
|
612
|
-
export declare const UpdateAppInstanceUserResponseFilterSensitiveLog: (obj: UpdateAppInstanceUserResponse) => any;
|
|
613
|
-
|
|
614
|
-
export declare const UpdateAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: UpdateAppInstanceUserEndpointRequest) => any;
|
|
615
|
-
|
|
616
|
-
export declare const UpdateAppInstanceUserEndpointResponseFilterSensitiveLog: (obj: UpdateAppInstanceUserEndpointResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ChimeSDKIdentityServiceException as __BaseException } from "./ChimeSDKIdentityServiceException";
|
|
3
|
+
export declare enum AllowMessages {
|
|
4
|
+
ALL = "ALL",
|
|
5
|
+
NONE = "NONE",
|
|
6
|
+
}
|
|
7
|
+
export interface AppInstance {
|
|
8
|
+
AppInstanceArn?: string;
|
|
9
|
+
Name?: string;
|
|
10
|
+
CreatedTimestamp?: Date;
|
|
11
|
+
LastUpdatedTimestamp?: Date;
|
|
12
|
+
Metadata?: string;
|
|
13
|
+
}
|
|
14
|
+
export interface Identity {
|
|
15
|
+
Arn?: string;
|
|
16
|
+
Name?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface AppInstanceAdmin {
|
|
19
|
+
Admin?: Identity;
|
|
20
|
+
AppInstanceArn?: string;
|
|
21
|
+
CreatedTimestamp?: Date;
|
|
22
|
+
}
|
|
23
|
+
export interface AppInstanceAdminSummary {
|
|
24
|
+
Admin?: Identity;
|
|
25
|
+
}
|
|
26
|
+
export interface AppInstanceSummary {
|
|
27
|
+
AppInstanceArn?: string;
|
|
28
|
+
Name?: string;
|
|
29
|
+
Metadata?: string;
|
|
30
|
+
}
|
|
31
|
+
export interface ChannelRetentionSettings {
|
|
32
|
+
RetentionDays?: number;
|
|
33
|
+
}
|
|
34
|
+
export interface AppInstanceRetentionSettings {
|
|
35
|
+
ChannelRetentionSettings?: ChannelRetentionSettings;
|
|
36
|
+
}
|
|
37
|
+
export interface AppInstanceUser {
|
|
38
|
+
AppInstanceUserArn?: string;
|
|
39
|
+
Name?: string;
|
|
40
|
+
Metadata?: string;
|
|
41
|
+
CreatedTimestamp?: Date;
|
|
42
|
+
LastUpdatedTimestamp?: Date;
|
|
43
|
+
}
|
|
44
|
+
export interface EndpointAttributes {
|
|
45
|
+
DeviceToken: string | undefined;
|
|
46
|
+
VoipDeviceToken?: string;
|
|
47
|
+
}
|
|
48
|
+
export declare enum EndpointStatus {
|
|
49
|
+
ACTIVE = "ACTIVE",
|
|
50
|
+
INACTIVE = "INACTIVE",
|
|
51
|
+
}
|
|
52
|
+
export declare enum EndpointStatusReason {
|
|
53
|
+
INVALID_DEVICE_TOKEN = "INVALID_DEVICE_TOKEN",
|
|
54
|
+
INVALID_PINPOINT_ARN = "INVALID_PINPOINT_ARN",
|
|
55
|
+
}
|
|
56
|
+
export interface EndpointState {
|
|
57
|
+
Status: EndpointStatus | string | undefined;
|
|
58
|
+
StatusReason?: EndpointStatusReason | string;
|
|
59
|
+
}
|
|
60
|
+
export declare enum AppInstanceUserEndpointType {
|
|
61
|
+
APNS = "APNS",
|
|
62
|
+
APNS_SANDBOX = "APNS_SANDBOX",
|
|
63
|
+
GCM = "GCM",
|
|
64
|
+
}
|
|
65
|
+
export interface AppInstanceUserEndpoint {
|
|
66
|
+
AppInstanceUserArn?: string;
|
|
67
|
+
EndpointId?: string;
|
|
68
|
+
Name?: string;
|
|
69
|
+
Type?: AppInstanceUserEndpointType | string;
|
|
70
|
+
ResourceArn?: string;
|
|
71
|
+
EndpointAttributes?: EndpointAttributes;
|
|
72
|
+
CreatedTimestamp?: Date;
|
|
73
|
+
LastUpdatedTimestamp?: Date;
|
|
74
|
+
AllowMessages?: AllowMessages | string;
|
|
75
|
+
EndpointState?: EndpointState;
|
|
76
|
+
}
|
|
77
|
+
export interface AppInstanceUserEndpointSummary {
|
|
78
|
+
AppInstanceUserArn?: string;
|
|
79
|
+
EndpointId?: string;
|
|
80
|
+
Name?: string;
|
|
81
|
+
Type?: AppInstanceUserEndpointType | string;
|
|
82
|
+
AllowMessages?: AllowMessages | string;
|
|
83
|
+
EndpointState?: EndpointState;
|
|
84
|
+
}
|
|
85
|
+
export interface AppInstanceUserSummary {
|
|
86
|
+
AppInstanceUserArn?: string;
|
|
87
|
+
Name?: string;
|
|
88
|
+
Metadata?: string;
|
|
89
|
+
}
|
|
90
|
+
export declare enum ErrorCode {
|
|
91
|
+
AccessDenied = "AccessDenied",
|
|
92
|
+
BadRequest = "BadRequest",
|
|
93
|
+
Conflict = "Conflict",
|
|
94
|
+
Forbidden = "Forbidden",
|
|
95
|
+
NotFound = "NotFound",
|
|
96
|
+
PhoneNumberAssociationsExist = "PhoneNumberAssociationsExist",
|
|
97
|
+
PreconditionFailed = "PreconditionFailed",
|
|
98
|
+
ResourceLimitExceeded = "ResourceLimitExceeded",
|
|
99
|
+
ServiceFailure = "ServiceFailure",
|
|
100
|
+
ServiceUnavailable = "ServiceUnavailable",
|
|
101
|
+
Throttled = "Throttled",
|
|
102
|
+
Throttling = "Throttling",
|
|
103
|
+
Unauthorized = "Unauthorized",
|
|
104
|
+
Unprocessable = "Unprocessable",
|
|
105
|
+
VoiceConnectorGroupAssociationsExist = "VoiceConnectorGroupAssociationsExist",
|
|
106
|
+
}
|
|
107
|
+
export declare class BadRequestException extends __BaseException {
|
|
108
|
+
readonly name: "BadRequestException";
|
|
109
|
+
readonly $fault: "client";
|
|
110
|
+
Code?: ErrorCode | string;
|
|
111
|
+
Message?: string;
|
|
112
|
+
constructor(
|
|
113
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
114
|
+
);
|
|
115
|
+
}
|
|
116
|
+
export declare class ConflictException extends __BaseException {
|
|
117
|
+
readonly name: "ConflictException";
|
|
118
|
+
readonly $fault: "client";
|
|
119
|
+
Code?: ErrorCode | string;
|
|
120
|
+
Message?: string;
|
|
121
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
122
|
+
}
|
|
123
|
+
export interface Tag {
|
|
124
|
+
Key: string | undefined;
|
|
125
|
+
Value: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface CreateAppInstanceRequest {
|
|
128
|
+
Name: string | undefined;
|
|
129
|
+
Metadata?: string;
|
|
130
|
+
ClientRequestToken?: string;
|
|
131
|
+
Tags?: Tag[];
|
|
132
|
+
}
|
|
133
|
+
export interface CreateAppInstanceResponse {
|
|
134
|
+
AppInstanceArn?: string;
|
|
135
|
+
}
|
|
136
|
+
export declare class ForbiddenException extends __BaseException {
|
|
137
|
+
readonly name: "ForbiddenException";
|
|
138
|
+
readonly $fault: "client";
|
|
139
|
+
Code?: ErrorCode | string;
|
|
140
|
+
Message?: string;
|
|
141
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
142
|
+
}
|
|
143
|
+
export declare class ResourceLimitExceededException extends __BaseException {
|
|
144
|
+
readonly name: "ResourceLimitExceededException";
|
|
145
|
+
readonly $fault: "client";
|
|
146
|
+
Code?: ErrorCode | string;
|
|
147
|
+
Message?: string;
|
|
148
|
+
constructor(
|
|
149
|
+
opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
|
|
150
|
+
);
|
|
151
|
+
}
|
|
152
|
+
export declare class ServiceFailureException extends __BaseException {
|
|
153
|
+
readonly name: "ServiceFailureException";
|
|
154
|
+
readonly $fault: "server";
|
|
155
|
+
Code?: ErrorCode | string;
|
|
156
|
+
Message?: string;
|
|
157
|
+
constructor(
|
|
158
|
+
opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
|
|
159
|
+
);
|
|
160
|
+
}
|
|
161
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
162
|
+
readonly name: "ServiceUnavailableException";
|
|
163
|
+
readonly $fault: "server";
|
|
164
|
+
Code?: ErrorCode | string;
|
|
165
|
+
Message?: string;
|
|
166
|
+
constructor(
|
|
167
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
168
|
+
);
|
|
169
|
+
}
|
|
170
|
+
export declare class ThrottledClientException extends __BaseException {
|
|
171
|
+
readonly name: "ThrottledClientException";
|
|
172
|
+
readonly $fault: "client";
|
|
173
|
+
Code?: ErrorCode | string;
|
|
174
|
+
Message?: string;
|
|
175
|
+
constructor(
|
|
176
|
+
opts: __ExceptionOptionType<ThrottledClientException, __BaseException>
|
|
177
|
+
);
|
|
178
|
+
}
|
|
179
|
+
export declare class UnauthorizedClientException extends __BaseException {
|
|
180
|
+
readonly name: "UnauthorizedClientException";
|
|
181
|
+
readonly $fault: "client";
|
|
182
|
+
Code?: ErrorCode | string;
|
|
183
|
+
Message?: string;
|
|
184
|
+
constructor(
|
|
185
|
+
opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>
|
|
186
|
+
);
|
|
187
|
+
}
|
|
188
|
+
export interface CreateAppInstanceAdminRequest {
|
|
189
|
+
AppInstanceAdminArn: string | undefined;
|
|
190
|
+
AppInstanceArn: string | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface CreateAppInstanceAdminResponse {
|
|
193
|
+
AppInstanceAdmin?: Identity;
|
|
194
|
+
AppInstanceArn?: string;
|
|
195
|
+
}
|
|
196
|
+
export interface CreateAppInstanceUserRequest {
|
|
197
|
+
AppInstanceArn: string | undefined;
|
|
198
|
+
AppInstanceUserId: string | undefined;
|
|
199
|
+
Name: string | undefined;
|
|
200
|
+
Metadata?: string;
|
|
201
|
+
ClientRequestToken?: string;
|
|
202
|
+
Tags?: Tag[];
|
|
203
|
+
}
|
|
204
|
+
export interface CreateAppInstanceUserResponse {
|
|
205
|
+
AppInstanceUserArn?: string;
|
|
206
|
+
}
|
|
207
|
+
export interface DeleteAppInstanceRequest {
|
|
208
|
+
AppInstanceArn: string | undefined;
|
|
209
|
+
}
|
|
210
|
+
export interface DeleteAppInstanceAdminRequest {
|
|
211
|
+
AppInstanceAdminArn: string | undefined;
|
|
212
|
+
AppInstanceArn: string | undefined;
|
|
213
|
+
}
|
|
214
|
+
export interface DeleteAppInstanceUserRequest {
|
|
215
|
+
AppInstanceUserArn: string | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface DeregisterAppInstanceUserEndpointRequest {
|
|
218
|
+
AppInstanceUserArn: string | undefined;
|
|
219
|
+
EndpointId: string | undefined;
|
|
220
|
+
}
|
|
221
|
+
export interface DescribeAppInstanceRequest {
|
|
222
|
+
AppInstanceArn: string | undefined;
|
|
223
|
+
}
|
|
224
|
+
export interface DescribeAppInstanceResponse {
|
|
225
|
+
AppInstance?: AppInstance;
|
|
226
|
+
}
|
|
227
|
+
export interface DescribeAppInstanceAdminRequest {
|
|
228
|
+
AppInstanceAdminArn: string | undefined;
|
|
229
|
+
AppInstanceArn: string | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface DescribeAppInstanceAdminResponse {
|
|
232
|
+
AppInstanceAdmin?: AppInstanceAdmin;
|
|
233
|
+
}
|
|
234
|
+
export interface DescribeAppInstanceUserRequest {
|
|
235
|
+
AppInstanceUserArn: string | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface DescribeAppInstanceUserResponse {
|
|
238
|
+
AppInstanceUser?: AppInstanceUser;
|
|
239
|
+
}
|
|
240
|
+
export interface DescribeAppInstanceUserEndpointRequest {
|
|
241
|
+
AppInstanceUserArn: string | undefined;
|
|
242
|
+
EndpointId: string | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface DescribeAppInstanceUserEndpointResponse {
|
|
245
|
+
AppInstanceUserEndpoint?: AppInstanceUserEndpoint;
|
|
246
|
+
}
|
|
247
|
+
export interface GetAppInstanceRetentionSettingsRequest {
|
|
248
|
+
AppInstanceArn: string | undefined;
|
|
249
|
+
}
|
|
250
|
+
export interface GetAppInstanceRetentionSettingsResponse {
|
|
251
|
+
AppInstanceRetentionSettings?: AppInstanceRetentionSettings;
|
|
252
|
+
InitiateDeletionTimestamp?: Date;
|
|
253
|
+
}
|
|
254
|
+
export interface ListAppInstanceAdminsRequest {
|
|
255
|
+
AppInstanceArn: string | undefined;
|
|
256
|
+
MaxResults?: number;
|
|
257
|
+
NextToken?: string;
|
|
258
|
+
}
|
|
259
|
+
export interface ListAppInstanceAdminsResponse {
|
|
260
|
+
AppInstanceArn?: string;
|
|
261
|
+
AppInstanceAdmins?: AppInstanceAdminSummary[];
|
|
262
|
+
NextToken?: string;
|
|
263
|
+
}
|
|
264
|
+
export interface ListAppInstancesRequest {
|
|
265
|
+
MaxResults?: number;
|
|
266
|
+
NextToken?: string;
|
|
267
|
+
}
|
|
268
|
+
export interface ListAppInstancesResponse {
|
|
269
|
+
AppInstances?: AppInstanceSummary[];
|
|
270
|
+
NextToken?: string;
|
|
271
|
+
}
|
|
272
|
+
export interface ListAppInstanceUserEndpointsRequest {
|
|
273
|
+
AppInstanceUserArn: string | undefined;
|
|
274
|
+
MaxResults?: number;
|
|
275
|
+
NextToken?: string;
|
|
276
|
+
}
|
|
277
|
+
export interface ListAppInstanceUserEndpointsResponse {
|
|
278
|
+
AppInstanceUserEndpoints?: AppInstanceUserEndpointSummary[];
|
|
279
|
+
NextToken?: string;
|
|
280
|
+
}
|
|
281
|
+
export interface ListAppInstanceUsersRequest {
|
|
282
|
+
AppInstanceArn: string | undefined;
|
|
283
|
+
MaxResults?: number;
|
|
284
|
+
NextToken?: string;
|
|
285
|
+
}
|
|
286
|
+
export interface ListAppInstanceUsersResponse {
|
|
287
|
+
AppInstanceArn?: string;
|
|
288
|
+
AppInstanceUsers?: AppInstanceUserSummary[];
|
|
289
|
+
NextToken?: string;
|
|
290
|
+
}
|
|
291
|
+
export interface ListTagsForResourceRequest {
|
|
292
|
+
ResourceARN: string | undefined;
|
|
293
|
+
}
|
|
294
|
+
export interface ListTagsForResourceResponse {
|
|
295
|
+
Tags?: Tag[];
|
|
296
|
+
}
|
|
297
|
+
export interface PutAppInstanceRetentionSettingsRequest {
|
|
298
|
+
AppInstanceArn: string | undefined;
|
|
299
|
+
AppInstanceRetentionSettings: AppInstanceRetentionSettings | undefined;
|
|
300
|
+
}
|
|
301
|
+
export interface PutAppInstanceRetentionSettingsResponse {
|
|
302
|
+
AppInstanceRetentionSettings?: AppInstanceRetentionSettings;
|
|
303
|
+
InitiateDeletionTimestamp?: Date;
|
|
304
|
+
}
|
|
305
|
+
export interface RegisterAppInstanceUserEndpointRequest {
|
|
306
|
+
AppInstanceUserArn: string | undefined;
|
|
307
|
+
Name?: string;
|
|
308
|
+
Type: AppInstanceUserEndpointType | string | undefined;
|
|
309
|
+
ResourceArn: string | undefined;
|
|
310
|
+
EndpointAttributes: EndpointAttributes | undefined;
|
|
311
|
+
ClientRequestToken?: string;
|
|
312
|
+
AllowMessages?: AllowMessages | string;
|
|
313
|
+
}
|
|
314
|
+
export interface RegisterAppInstanceUserEndpointResponse {
|
|
315
|
+
AppInstanceUserArn?: string;
|
|
316
|
+
EndpointId?: string;
|
|
317
|
+
}
|
|
318
|
+
export interface TagResourceRequest {
|
|
319
|
+
ResourceARN: string | undefined;
|
|
320
|
+
Tags: Tag[] | undefined;
|
|
321
|
+
}
|
|
322
|
+
export interface UntagResourceRequest {
|
|
323
|
+
ResourceARN: string | undefined;
|
|
324
|
+
TagKeys: string[] | undefined;
|
|
325
|
+
}
|
|
326
|
+
export interface UpdateAppInstanceRequest {
|
|
327
|
+
AppInstanceArn: string | undefined;
|
|
328
|
+
Name: string | undefined;
|
|
329
|
+
Metadata: string | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface UpdateAppInstanceResponse {
|
|
332
|
+
AppInstanceArn?: string;
|
|
333
|
+
}
|
|
334
|
+
export interface UpdateAppInstanceUserRequest {
|
|
335
|
+
AppInstanceUserArn: string | undefined;
|
|
336
|
+
Name: string | undefined;
|
|
337
|
+
Metadata: string | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface UpdateAppInstanceUserResponse {
|
|
340
|
+
AppInstanceUserArn?: string;
|
|
341
|
+
}
|
|
342
|
+
export interface UpdateAppInstanceUserEndpointRequest {
|
|
343
|
+
AppInstanceUserArn: string | undefined;
|
|
344
|
+
EndpointId: string | undefined;
|
|
345
|
+
Name?: string;
|
|
346
|
+
AllowMessages?: AllowMessages | string;
|
|
347
|
+
}
|
|
348
|
+
export interface UpdateAppInstanceUserEndpointResponse {
|
|
349
|
+
AppInstanceUserArn?: string;
|
|
350
|
+
EndpointId?: string;
|
|
351
|
+
}
|
|
352
|
+
export declare const AppInstanceFilterSensitiveLog: (obj: AppInstance) => any;
|
|
353
|
+
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
354
|
+
export declare const AppInstanceAdminFilterSensitiveLog: (
|
|
355
|
+
obj: AppInstanceAdmin
|
|
356
|
+
) => any;
|
|
357
|
+
export declare const AppInstanceAdminSummaryFilterSensitiveLog: (
|
|
358
|
+
obj: AppInstanceAdminSummary
|
|
359
|
+
) => any;
|
|
360
|
+
export declare const AppInstanceSummaryFilterSensitiveLog: (
|
|
361
|
+
obj: AppInstanceSummary
|
|
362
|
+
) => any;
|
|
363
|
+
export declare const ChannelRetentionSettingsFilterSensitiveLog: (
|
|
364
|
+
obj: ChannelRetentionSettings
|
|
365
|
+
) => any;
|
|
366
|
+
export declare const AppInstanceRetentionSettingsFilterSensitiveLog: (
|
|
367
|
+
obj: AppInstanceRetentionSettings
|
|
368
|
+
) => any;
|
|
369
|
+
export declare const AppInstanceUserFilterSensitiveLog: (
|
|
370
|
+
obj: AppInstanceUser
|
|
371
|
+
) => any;
|
|
372
|
+
export declare const EndpointAttributesFilterSensitiveLog: (
|
|
373
|
+
obj: EndpointAttributes
|
|
374
|
+
) => any;
|
|
375
|
+
export declare const EndpointStateFilterSensitiveLog: (
|
|
376
|
+
obj: EndpointState
|
|
377
|
+
) => any;
|
|
378
|
+
export declare const AppInstanceUserEndpointFilterSensitiveLog: (
|
|
379
|
+
obj: AppInstanceUserEndpoint
|
|
380
|
+
) => any;
|
|
381
|
+
export declare const AppInstanceUserEndpointSummaryFilterSensitiveLog: (
|
|
382
|
+
obj: AppInstanceUserEndpointSummary
|
|
383
|
+
) => any;
|
|
384
|
+
export declare const AppInstanceUserSummaryFilterSensitiveLog: (
|
|
385
|
+
obj: AppInstanceUserSummary
|
|
386
|
+
) => any;
|
|
387
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
388
|
+
export declare const CreateAppInstanceRequestFilterSensitiveLog: (
|
|
389
|
+
obj: CreateAppInstanceRequest
|
|
390
|
+
) => any;
|
|
391
|
+
export declare const CreateAppInstanceResponseFilterSensitiveLog: (
|
|
392
|
+
obj: CreateAppInstanceResponse
|
|
393
|
+
) => any;
|
|
394
|
+
export declare const CreateAppInstanceAdminRequestFilterSensitiveLog: (
|
|
395
|
+
obj: CreateAppInstanceAdminRequest
|
|
396
|
+
) => any;
|
|
397
|
+
export declare const CreateAppInstanceAdminResponseFilterSensitiveLog: (
|
|
398
|
+
obj: CreateAppInstanceAdminResponse
|
|
399
|
+
) => any;
|
|
400
|
+
export declare const CreateAppInstanceUserRequestFilterSensitiveLog: (
|
|
401
|
+
obj: CreateAppInstanceUserRequest
|
|
402
|
+
) => any;
|
|
403
|
+
export declare const CreateAppInstanceUserResponseFilterSensitiveLog: (
|
|
404
|
+
obj: CreateAppInstanceUserResponse
|
|
405
|
+
) => any;
|
|
406
|
+
export declare const DeleteAppInstanceRequestFilterSensitiveLog: (
|
|
407
|
+
obj: DeleteAppInstanceRequest
|
|
408
|
+
) => any;
|
|
409
|
+
export declare const DeleteAppInstanceAdminRequestFilterSensitiveLog: (
|
|
410
|
+
obj: DeleteAppInstanceAdminRequest
|
|
411
|
+
) => any;
|
|
412
|
+
export declare const DeleteAppInstanceUserRequestFilterSensitiveLog: (
|
|
413
|
+
obj: DeleteAppInstanceUserRequest
|
|
414
|
+
) => any;
|
|
415
|
+
export declare const DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
416
|
+
obj: DeregisterAppInstanceUserEndpointRequest
|
|
417
|
+
) => any;
|
|
418
|
+
export declare const DescribeAppInstanceRequestFilterSensitiveLog: (
|
|
419
|
+
obj: DescribeAppInstanceRequest
|
|
420
|
+
) => any;
|
|
421
|
+
export declare const DescribeAppInstanceResponseFilterSensitiveLog: (
|
|
422
|
+
obj: DescribeAppInstanceResponse
|
|
423
|
+
) => any;
|
|
424
|
+
export declare const DescribeAppInstanceAdminRequestFilterSensitiveLog: (
|
|
425
|
+
obj: DescribeAppInstanceAdminRequest
|
|
426
|
+
) => any;
|
|
427
|
+
export declare const DescribeAppInstanceAdminResponseFilterSensitiveLog: (
|
|
428
|
+
obj: DescribeAppInstanceAdminResponse
|
|
429
|
+
) => any;
|
|
430
|
+
export declare const DescribeAppInstanceUserRequestFilterSensitiveLog: (
|
|
431
|
+
obj: DescribeAppInstanceUserRequest
|
|
432
|
+
) => any;
|
|
433
|
+
export declare const DescribeAppInstanceUserResponseFilterSensitiveLog: (
|
|
434
|
+
obj: DescribeAppInstanceUserResponse
|
|
435
|
+
) => any;
|
|
436
|
+
export declare const DescribeAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
437
|
+
obj: DescribeAppInstanceUserEndpointRequest
|
|
438
|
+
) => any;
|
|
439
|
+
export declare const DescribeAppInstanceUserEndpointResponseFilterSensitiveLog: (
|
|
440
|
+
obj: DescribeAppInstanceUserEndpointResponse
|
|
441
|
+
) => any;
|
|
442
|
+
export declare const GetAppInstanceRetentionSettingsRequestFilterSensitiveLog: (
|
|
443
|
+
obj: GetAppInstanceRetentionSettingsRequest
|
|
444
|
+
) => any;
|
|
445
|
+
export declare const GetAppInstanceRetentionSettingsResponseFilterSensitiveLog: (
|
|
446
|
+
obj: GetAppInstanceRetentionSettingsResponse
|
|
447
|
+
) => any;
|
|
448
|
+
export declare const ListAppInstanceAdminsRequestFilterSensitiveLog: (
|
|
449
|
+
obj: ListAppInstanceAdminsRequest
|
|
450
|
+
) => any;
|
|
451
|
+
export declare const ListAppInstanceAdminsResponseFilterSensitiveLog: (
|
|
452
|
+
obj: ListAppInstanceAdminsResponse
|
|
453
|
+
) => any;
|
|
454
|
+
export declare const ListAppInstancesRequestFilterSensitiveLog: (
|
|
455
|
+
obj: ListAppInstancesRequest
|
|
456
|
+
) => any;
|
|
457
|
+
export declare const ListAppInstancesResponseFilterSensitiveLog: (
|
|
458
|
+
obj: ListAppInstancesResponse
|
|
459
|
+
) => any;
|
|
460
|
+
export declare const ListAppInstanceUserEndpointsRequestFilterSensitiveLog: (
|
|
461
|
+
obj: ListAppInstanceUserEndpointsRequest
|
|
462
|
+
) => any;
|
|
463
|
+
export declare const ListAppInstanceUserEndpointsResponseFilterSensitiveLog: (
|
|
464
|
+
obj: ListAppInstanceUserEndpointsResponse
|
|
465
|
+
) => any;
|
|
466
|
+
export declare const ListAppInstanceUsersRequestFilterSensitiveLog: (
|
|
467
|
+
obj: ListAppInstanceUsersRequest
|
|
468
|
+
) => any;
|
|
469
|
+
export declare const ListAppInstanceUsersResponseFilterSensitiveLog: (
|
|
470
|
+
obj: ListAppInstanceUsersResponse
|
|
471
|
+
) => any;
|
|
472
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
473
|
+
obj: ListTagsForResourceRequest
|
|
474
|
+
) => any;
|
|
475
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
476
|
+
obj: ListTagsForResourceResponse
|
|
477
|
+
) => any;
|
|
478
|
+
export declare const PutAppInstanceRetentionSettingsRequestFilterSensitiveLog: (
|
|
479
|
+
obj: PutAppInstanceRetentionSettingsRequest
|
|
480
|
+
) => any;
|
|
481
|
+
export declare const PutAppInstanceRetentionSettingsResponseFilterSensitiveLog: (
|
|
482
|
+
obj: PutAppInstanceRetentionSettingsResponse
|
|
483
|
+
) => any;
|
|
484
|
+
export declare const RegisterAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
485
|
+
obj: RegisterAppInstanceUserEndpointRequest
|
|
486
|
+
) => any;
|
|
487
|
+
export declare const RegisterAppInstanceUserEndpointResponseFilterSensitiveLog: (
|
|
488
|
+
obj: RegisterAppInstanceUserEndpointResponse
|
|
489
|
+
) => any;
|
|
490
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
491
|
+
obj: TagResourceRequest
|
|
492
|
+
) => any;
|
|
493
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
494
|
+
obj: UntagResourceRequest
|
|
495
|
+
) => any;
|
|
496
|
+
export declare const UpdateAppInstanceRequestFilterSensitiveLog: (
|
|
497
|
+
obj: UpdateAppInstanceRequest
|
|
498
|
+
) => any;
|
|
499
|
+
export declare const UpdateAppInstanceResponseFilterSensitiveLog: (
|
|
500
|
+
obj: UpdateAppInstanceResponse
|
|
501
|
+
) => any;
|
|
502
|
+
export declare const UpdateAppInstanceUserRequestFilterSensitiveLog: (
|
|
503
|
+
obj: UpdateAppInstanceUserRequest
|
|
504
|
+
) => any;
|
|
505
|
+
export declare const UpdateAppInstanceUserResponseFilterSensitiveLog: (
|
|
506
|
+
obj: UpdateAppInstanceUserResponse
|
|
507
|
+
) => any;
|
|
508
|
+
export declare const UpdateAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
509
|
+
obj: UpdateAppInstanceUserEndpointRequest
|
|
510
|
+
) => any;
|
|
511
|
+
export declare const UpdateAppInstanceUserEndpointResponseFilterSensitiveLog: (
|
|
512
|
+
obj: UpdateAppInstanceUserEndpointResponse
|
|
513
|
+
) => any;
|