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