@aws-sdk/client-ivschat 3.128.0 → 3.137.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 +27 -0
- package/dist-cjs/commands/CreateChatTokenCommand.js +2 -2
- package/dist-cjs/commands/CreateRoomCommand.js +2 -2
- package/dist-cjs/commands/DeleteMessageCommand.js +2 -2
- package/dist-cjs/commands/DeleteRoomCommand.js +1 -1
- package/dist-cjs/commands/DisconnectUserCommand.js +2 -2
- package/dist-cjs/commands/GetRoomCommand.js +2 -2
- package/dist-cjs/commands/ListRoomsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/SendEventCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateRoomCommand.js +2 -2
- package/dist-cjs/models/models_0.js +105 -157
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/CreateChatTokenCommand.js +3 -3
- package/dist-es/commands/CreateRoomCommand.js +3 -3
- package/dist-es/commands/DeleteMessageCommand.js +3 -3
- package/dist-es/commands/DeleteRoomCommand.js +2 -2
- package/dist-es/commands/DisconnectUserCommand.js +3 -3
- package/dist-es/commands/GetRoomCommand.js +3 -3
- package/dist-es/commands/ListRoomsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/SendEventCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateRoomCommand.js +3 -3
- package/dist-es/models/models_0.js +26 -104
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +104 -156
- package/dist-types/ts3.4/models/models_0.d.ts +52 -104
- package/package.json +9 -9
|
@@ -44,12 +44,6 @@ export interface CreateChatTokenRequest {
|
|
|
44
44
|
*/
|
|
45
45
|
attributes?: Record<string, string>;
|
|
46
46
|
}
|
|
47
|
-
export declare namespace CreateChatTokenRequest {
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
const filterSensitiveLog: (obj: CreateChatTokenRequest) => any;
|
|
52
|
-
}
|
|
53
47
|
export interface CreateChatTokenResponse {
|
|
54
48
|
/**
|
|
55
49
|
* <p>The issued client token, encrypted.</p>
|
|
@@ -67,12 +61,6 @@ export interface CreateChatTokenResponse {
|
|
|
67
61
|
*/
|
|
68
62
|
sessionExpirationTime?: Date;
|
|
69
63
|
}
|
|
70
|
-
export declare namespace CreateChatTokenResponse {
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
const filterSensitiveLog: (obj: CreateChatTokenResponse) => any;
|
|
75
|
-
}
|
|
76
64
|
/**
|
|
77
65
|
* <p/>
|
|
78
66
|
*/
|
|
@@ -119,12 +107,6 @@ export interface ValidationExceptionField {
|
|
|
119
107
|
*/
|
|
120
108
|
message: string | undefined;
|
|
121
109
|
}
|
|
122
|
-
export declare namespace ValidationExceptionField {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
127
|
-
}
|
|
128
110
|
export declare enum ValidationExceptionReason {
|
|
129
111
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
130
112
|
OTHER = "OTHER",
|
|
@@ -188,12 +170,6 @@ export interface MessageReviewHandler {
|
|
|
188
170
|
*/
|
|
189
171
|
fallbackResult?: FallbackResult | string;
|
|
190
172
|
}
|
|
191
|
-
export declare namespace MessageReviewHandler {
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
const filterSensitiveLog: (obj: MessageReviewHandler) => any;
|
|
196
|
-
}
|
|
197
173
|
export interface CreateRoomRequest {
|
|
198
174
|
/**
|
|
199
175
|
* <p>Room name. The value does not need to be unique.</p>
|
|
@@ -220,12 +196,6 @@ export interface CreateRoomRequest {
|
|
|
220
196
|
*/
|
|
221
197
|
tags?: Record<string, string>;
|
|
222
198
|
}
|
|
223
|
-
export declare namespace CreateRoomRequest {
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
|
-
const filterSensitiveLog: (obj: CreateRoomRequest) => any;
|
|
228
|
-
}
|
|
229
199
|
export interface CreateRoomResponse {
|
|
230
200
|
/**
|
|
231
201
|
* <p>Room ARN, assigned by the system.</p>
|
|
@@ -268,12 +238,6 @@ export interface CreateRoomResponse {
|
|
|
268
238
|
*/
|
|
269
239
|
tags?: Record<string, string>;
|
|
270
240
|
}
|
|
271
|
-
export declare namespace CreateRoomResponse {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
|
-
const filterSensitiveLog: (obj: CreateRoomResponse) => any;
|
|
276
|
-
}
|
|
277
241
|
/**
|
|
278
242
|
* <p/>
|
|
279
243
|
*/
|
|
@@ -314,24 +278,12 @@ export interface DeleteMessageRequest {
|
|
|
314
278
|
*/
|
|
315
279
|
reason?: string;
|
|
316
280
|
}
|
|
317
|
-
export declare namespace DeleteMessageRequest {
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
|
-
const filterSensitiveLog: (obj: DeleteMessageRequest) => any;
|
|
322
|
-
}
|
|
323
281
|
export interface DeleteMessageResponse {
|
|
324
282
|
/**
|
|
325
283
|
* <p>Operation identifier, generated by Amazon IVS Chat.</p>
|
|
326
284
|
*/
|
|
327
285
|
id?: string;
|
|
328
286
|
}
|
|
329
|
-
export declare namespace DeleteMessageResponse {
|
|
330
|
-
/**
|
|
331
|
-
* @internal
|
|
332
|
-
*/
|
|
333
|
-
const filterSensitiveLog: (obj: DeleteMessageResponse) => any;
|
|
334
|
-
}
|
|
335
287
|
/**
|
|
336
288
|
* <p/>
|
|
337
289
|
*/
|
|
@@ -361,12 +313,6 @@ export interface DeleteRoomRequest {
|
|
|
361
313
|
*/
|
|
362
314
|
identifier: string | undefined;
|
|
363
315
|
}
|
|
364
|
-
export declare namespace DeleteRoomRequest {
|
|
365
|
-
/**
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
|
-
const filterSensitiveLog: (obj: DeleteRoomRequest) => any;
|
|
369
|
-
}
|
|
370
316
|
export interface DisconnectUserRequest {
|
|
371
317
|
/**
|
|
372
318
|
* <p>Identifier of the room from which the user's clients should be disconnected. Currently
|
|
@@ -382,20 +328,8 @@ export interface DisconnectUserRequest {
|
|
|
382
328
|
*/
|
|
383
329
|
reason?: string;
|
|
384
330
|
}
|
|
385
|
-
export declare namespace DisconnectUserRequest {
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
|
-
const filterSensitiveLog: (obj: DisconnectUserRequest) => any;
|
|
390
|
-
}
|
|
391
331
|
export interface DisconnectUserResponse {
|
|
392
332
|
}
|
|
393
|
-
export declare namespace DisconnectUserResponse {
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
|
-
const filterSensitiveLog: (obj: DisconnectUserResponse) => any;
|
|
398
|
-
}
|
|
399
333
|
export interface GetRoomRequest {
|
|
400
334
|
/**
|
|
401
335
|
* <p>Identifier of the room for which the configuration is to be retrieved. Currently this
|
|
@@ -403,12 +337,6 @@ export interface GetRoomRequest {
|
|
|
403
337
|
*/
|
|
404
338
|
identifier: string | undefined;
|
|
405
339
|
}
|
|
406
|
-
export declare namespace GetRoomRequest {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
|
-
const filterSensitiveLog: (obj: GetRoomRequest) => any;
|
|
411
|
-
}
|
|
412
340
|
export interface GetRoomResponse {
|
|
413
341
|
/**
|
|
414
342
|
* <p>Room ARN, from the request (if <code>identifier</code> was an ARN).</p>
|
|
@@ -454,12 +382,6 @@ export interface GetRoomResponse {
|
|
|
454
382
|
*/
|
|
455
383
|
tags?: Record<string, string>;
|
|
456
384
|
}
|
|
457
|
-
export declare namespace GetRoomResponse {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
|
-
const filterSensitiveLog: (obj: GetRoomResponse) => any;
|
|
462
|
-
}
|
|
463
385
|
export interface ListRoomsRequest {
|
|
464
386
|
/**
|
|
465
387
|
* <p>Filters the list to match the specified room name.</p>
|
|
@@ -479,12 +401,6 @@ export interface ListRoomsRequest {
|
|
|
479
401
|
*/
|
|
480
402
|
messageReviewHandlerUri?: string;
|
|
481
403
|
}
|
|
482
|
-
export declare namespace ListRoomsRequest {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
|
-
const filterSensitiveLog: (obj: ListRoomsRequest) => any;
|
|
487
|
-
}
|
|
488
404
|
/**
|
|
489
405
|
* <p>Summary information about a room.</p>
|
|
490
406
|
*/
|
|
@@ -521,12 +437,6 @@ export interface RoomSummary {
|
|
|
521
437
|
*/
|
|
522
438
|
tags?: Record<string, string>;
|
|
523
439
|
}
|
|
524
|
-
export declare namespace RoomSummary {
|
|
525
|
-
/**
|
|
526
|
-
* @internal
|
|
527
|
-
*/
|
|
528
|
-
const filterSensitiveLog: (obj: RoomSummary) => any;
|
|
529
|
-
}
|
|
530
440
|
export interface ListRoomsResponse {
|
|
531
441
|
/**
|
|
532
442
|
* <p>List of the matching rooms (summary information only).</p>
|
|
@@ -538,12 +448,6 @@ export interface ListRoomsResponse {
|
|
|
538
448
|
*/
|
|
539
449
|
nextToken?: string;
|
|
540
450
|
}
|
|
541
|
-
export declare namespace ListRoomsResponse {
|
|
542
|
-
/**
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
|
-
const filterSensitiveLog: (obj: ListRoomsResponse) => any;
|
|
546
|
-
}
|
|
547
451
|
/**
|
|
548
452
|
* <p/>
|
|
549
453
|
*/
|
|
@@ -561,12 +465,6 @@ export interface ListTagsForResourceRequest {
|
|
|
561
465
|
*/
|
|
562
466
|
resourceArn: string | undefined;
|
|
563
467
|
}
|
|
564
|
-
export declare namespace ListTagsForResourceRequest {
|
|
565
|
-
/**
|
|
566
|
-
* @internal
|
|
567
|
-
*/
|
|
568
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
569
|
-
}
|
|
570
468
|
export interface ListTagsForResourceResponse {
|
|
571
469
|
/**
|
|
572
470
|
* <p>Tags to attach to the resource. Array of maps, each of the form <code>string:string
|
|
@@ -574,12 +472,6 @@ export interface ListTagsForResourceResponse {
|
|
|
574
472
|
*/
|
|
575
473
|
tags: Record<string, string> | undefined;
|
|
576
474
|
}
|
|
577
|
-
export declare namespace ListTagsForResourceResponse {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
582
|
-
}
|
|
583
475
|
export interface SendEventRequest {
|
|
584
476
|
/**
|
|
585
477
|
* <p>Identifier of the room to which the event will be sent. Currently this must be an
|
|
@@ -596,12 +488,6 @@ export interface SendEventRequest {
|
|
|
596
488
|
*/
|
|
597
489
|
attributes?: Record<string, string>;
|
|
598
490
|
}
|
|
599
|
-
export declare namespace SendEventRequest {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
|
-
const filterSensitiveLog: (obj: SendEventRequest) => any;
|
|
604
|
-
}
|
|
605
491
|
export interface SendEventResponse {
|
|
606
492
|
/**
|
|
607
493
|
* <p>An identifier generated by Amazon IVS Chat. This identifier must be used in subsequent
|
|
@@ -609,12 +495,6 @@ export interface SendEventResponse {
|
|
|
609
495
|
*/
|
|
610
496
|
id?: string;
|
|
611
497
|
}
|
|
612
|
-
export declare namespace SendEventResponse {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
|
-
const filterSensitiveLog: (obj: SendEventResponse) => any;
|
|
617
|
-
}
|
|
618
498
|
export interface TagResourceRequest {
|
|
619
499
|
/**
|
|
620
500
|
* <p>The ARN of the resource to be tagged. The ARN must be URL-encoded.</p>
|
|
@@ -625,20 +505,8 @@ export interface TagResourceRequest {
|
|
|
625
505
|
*/
|
|
626
506
|
tags: Record<string, string> | undefined;
|
|
627
507
|
}
|
|
628
|
-
export declare namespace TagResourceRequest {
|
|
629
|
-
/**
|
|
630
|
-
* @internal
|
|
631
|
-
*/
|
|
632
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
633
|
-
}
|
|
634
508
|
export interface TagResourceResponse {
|
|
635
509
|
}
|
|
636
|
-
export declare namespace TagResourceResponse {
|
|
637
|
-
/**
|
|
638
|
-
* @internal
|
|
639
|
-
*/
|
|
640
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
641
|
-
}
|
|
642
510
|
export interface UntagResourceRequest {
|
|
643
511
|
/**
|
|
644
512
|
* <p>The ARN of the resource to be untagged. The ARN must be URL-encoded.</p>
|
|
@@ -649,20 +517,8 @@ export interface UntagResourceRequest {
|
|
|
649
517
|
*/
|
|
650
518
|
tagKeys: string[] | undefined;
|
|
651
519
|
}
|
|
652
|
-
export declare namespace UntagResourceRequest {
|
|
653
|
-
/**
|
|
654
|
-
* @internal
|
|
655
|
-
*/
|
|
656
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
657
|
-
}
|
|
658
520
|
export interface UntagResourceResponse {
|
|
659
521
|
}
|
|
660
|
-
export declare namespace UntagResourceResponse {
|
|
661
|
-
/**
|
|
662
|
-
* @internal
|
|
663
|
-
*/
|
|
664
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
665
|
-
}
|
|
666
522
|
export interface UpdateRoomRequest {
|
|
667
523
|
/**
|
|
668
524
|
* <p>Identifier of the room to be updated. Currently this must be an ARN.</p>
|
|
@@ -690,12 +546,6 @@ export interface UpdateRoomRequest {
|
|
|
690
546
|
*/
|
|
691
547
|
messageReviewHandler?: MessageReviewHandler;
|
|
692
548
|
}
|
|
693
|
-
export declare namespace UpdateRoomRequest {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
|
-
const filterSensitiveLog: (obj: UpdateRoomRequest) => any;
|
|
698
|
-
}
|
|
699
549
|
export interface UpdateRoomResponse {
|
|
700
550
|
/**
|
|
701
551
|
* <p>Room ARN, from the request (if <code>identifier</code> was an ARN).</p>
|
|
@@ -737,9 +587,107 @@ export interface UpdateRoomResponse {
|
|
|
737
587
|
*/
|
|
738
588
|
tags?: Record<string, string>;
|
|
739
589
|
}
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
590
|
+
/**
|
|
591
|
+
* @internal
|
|
592
|
+
*/
|
|
593
|
+
export declare const CreateChatTokenRequestFilterSensitiveLog: (obj: CreateChatTokenRequest) => any;
|
|
594
|
+
/**
|
|
595
|
+
* @internal
|
|
596
|
+
*/
|
|
597
|
+
export declare const CreateChatTokenResponseFilterSensitiveLog: (obj: CreateChatTokenResponse) => any;
|
|
598
|
+
/**
|
|
599
|
+
* @internal
|
|
600
|
+
*/
|
|
601
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
602
|
+
/**
|
|
603
|
+
* @internal
|
|
604
|
+
*/
|
|
605
|
+
export declare const MessageReviewHandlerFilterSensitiveLog: (obj: MessageReviewHandler) => any;
|
|
606
|
+
/**
|
|
607
|
+
* @internal
|
|
608
|
+
*/
|
|
609
|
+
export declare const CreateRoomRequestFilterSensitiveLog: (obj: CreateRoomRequest) => any;
|
|
610
|
+
/**
|
|
611
|
+
* @internal
|
|
612
|
+
*/
|
|
613
|
+
export declare const CreateRoomResponseFilterSensitiveLog: (obj: CreateRoomResponse) => any;
|
|
614
|
+
/**
|
|
615
|
+
* @internal
|
|
616
|
+
*/
|
|
617
|
+
export declare const DeleteMessageRequestFilterSensitiveLog: (obj: DeleteMessageRequest) => any;
|
|
618
|
+
/**
|
|
619
|
+
* @internal
|
|
620
|
+
*/
|
|
621
|
+
export declare const DeleteMessageResponseFilterSensitiveLog: (obj: DeleteMessageResponse) => any;
|
|
622
|
+
/**
|
|
623
|
+
* @internal
|
|
624
|
+
*/
|
|
625
|
+
export declare const DeleteRoomRequestFilterSensitiveLog: (obj: DeleteRoomRequest) => any;
|
|
626
|
+
/**
|
|
627
|
+
* @internal
|
|
628
|
+
*/
|
|
629
|
+
export declare const DisconnectUserRequestFilterSensitiveLog: (obj: DisconnectUserRequest) => any;
|
|
630
|
+
/**
|
|
631
|
+
* @internal
|
|
632
|
+
*/
|
|
633
|
+
export declare const DisconnectUserResponseFilterSensitiveLog: (obj: DisconnectUserResponse) => any;
|
|
634
|
+
/**
|
|
635
|
+
* @internal
|
|
636
|
+
*/
|
|
637
|
+
export declare const GetRoomRequestFilterSensitiveLog: (obj: GetRoomRequest) => any;
|
|
638
|
+
/**
|
|
639
|
+
* @internal
|
|
640
|
+
*/
|
|
641
|
+
export declare const GetRoomResponseFilterSensitiveLog: (obj: GetRoomResponse) => any;
|
|
642
|
+
/**
|
|
643
|
+
* @internal
|
|
644
|
+
*/
|
|
645
|
+
export declare const ListRoomsRequestFilterSensitiveLog: (obj: ListRoomsRequest) => any;
|
|
646
|
+
/**
|
|
647
|
+
* @internal
|
|
648
|
+
*/
|
|
649
|
+
export declare const RoomSummaryFilterSensitiveLog: (obj: RoomSummary) => any;
|
|
650
|
+
/**
|
|
651
|
+
* @internal
|
|
652
|
+
*/
|
|
653
|
+
export declare const ListRoomsResponseFilterSensitiveLog: (obj: ListRoomsResponse) => any;
|
|
654
|
+
/**
|
|
655
|
+
* @internal
|
|
656
|
+
*/
|
|
657
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
658
|
+
/**
|
|
659
|
+
* @internal
|
|
660
|
+
*/
|
|
661
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
662
|
+
/**
|
|
663
|
+
* @internal
|
|
664
|
+
*/
|
|
665
|
+
export declare const SendEventRequestFilterSensitiveLog: (obj: SendEventRequest) => any;
|
|
666
|
+
/**
|
|
667
|
+
* @internal
|
|
668
|
+
*/
|
|
669
|
+
export declare const SendEventResponseFilterSensitiveLog: (obj: SendEventResponse) => any;
|
|
670
|
+
/**
|
|
671
|
+
* @internal
|
|
672
|
+
*/
|
|
673
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
674
|
+
/**
|
|
675
|
+
* @internal
|
|
676
|
+
*/
|
|
677
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
678
|
+
/**
|
|
679
|
+
* @internal
|
|
680
|
+
*/
|
|
681
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
682
|
+
/**
|
|
683
|
+
* @internal
|
|
684
|
+
*/
|
|
685
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
686
|
+
/**
|
|
687
|
+
* @internal
|
|
688
|
+
*/
|
|
689
|
+
export declare const UpdateRoomRequestFilterSensitiveLog: (obj: UpdateRoomRequest) => any;
|
|
690
|
+
/**
|
|
691
|
+
* @internal
|
|
692
|
+
*/
|
|
693
|
+
export declare const UpdateRoomResponseFilterSensitiveLog: (obj: UpdateRoomResponse) => any;
|
|
@@ -24,10 +24,6 @@ export interface CreateChatTokenRequest {
|
|
|
24
24
|
|
|
25
25
|
attributes?: Record<string, string>;
|
|
26
26
|
}
|
|
27
|
-
export declare namespace CreateChatTokenRequest {
|
|
28
|
-
|
|
29
|
-
const filterSensitiveLog: (obj: CreateChatTokenRequest) => any;
|
|
30
|
-
}
|
|
31
27
|
export interface CreateChatTokenResponse {
|
|
32
28
|
|
|
33
29
|
token?: string;
|
|
@@ -36,10 +32,6 @@ export interface CreateChatTokenResponse {
|
|
|
36
32
|
|
|
37
33
|
sessionExpirationTime?: Date;
|
|
38
34
|
}
|
|
39
|
-
export declare namespace CreateChatTokenResponse {
|
|
40
|
-
|
|
41
|
-
const filterSensitiveLog: (obj: CreateChatTokenResponse) => any;
|
|
42
|
-
}
|
|
43
35
|
|
|
44
36
|
export declare class PendingVerification extends __BaseException {
|
|
45
37
|
readonly name: "PendingVerification";
|
|
@@ -68,10 +60,6 @@ export interface ValidationExceptionField {
|
|
|
68
60
|
|
|
69
61
|
message: string | undefined;
|
|
70
62
|
}
|
|
71
|
-
export declare namespace ValidationExceptionField {
|
|
72
|
-
|
|
73
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
74
|
-
}
|
|
75
63
|
export declare enum ValidationExceptionReason {
|
|
76
64
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
77
65
|
OTHER = "OTHER",
|
|
@@ -110,10 +98,6 @@ export interface MessageReviewHandler {
|
|
|
110
98
|
|
|
111
99
|
fallbackResult?: FallbackResult | string;
|
|
112
100
|
}
|
|
113
|
-
export declare namespace MessageReviewHandler {
|
|
114
|
-
|
|
115
|
-
const filterSensitiveLog: (obj: MessageReviewHandler) => any;
|
|
116
|
-
}
|
|
117
101
|
export interface CreateRoomRequest {
|
|
118
102
|
|
|
119
103
|
name?: string;
|
|
@@ -126,10 +110,6 @@ export interface CreateRoomRequest {
|
|
|
126
110
|
|
|
127
111
|
tags?: Record<string, string>;
|
|
128
112
|
}
|
|
129
|
-
export declare namespace CreateRoomRequest {
|
|
130
|
-
|
|
131
|
-
const filterSensitiveLog: (obj: CreateRoomRequest) => any;
|
|
132
|
-
}
|
|
133
113
|
export interface CreateRoomResponse {
|
|
134
114
|
|
|
135
115
|
arn?: string;
|
|
@@ -150,10 +130,6 @@ export interface CreateRoomResponse {
|
|
|
150
130
|
|
|
151
131
|
tags?: Record<string, string>;
|
|
152
132
|
}
|
|
153
|
-
export declare namespace CreateRoomResponse {
|
|
154
|
-
|
|
155
|
-
const filterSensitiveLog: (obj: CreateRoomResponse) => any;
|
|
156
|
-
}
|
|
157
133
|
|
|
158
134
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
159
135
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -175,18 +151,10 @@ export interface DeleteMessageRequest {
|
|
|
175
151
|
|
|
176
152
|
reason?: string;
|
|
177
153
|
}
|
|
178
|
-
export declare namespace DeleteMessageRequest {
|
|
179
|
-
|
|
180
|
-
const filterSensitiveLog: (obj: DeleteMessageRequest) => any;
|
|
181
|
-
}
|
|
182
154
|
export interface DeleteMessageResponse {
|
|
183
155
|
|
|
184
156
|
id?: string;
|
|
185
157
|
}
|
|
186
|
-
export declare namespace DeleteMessageResponse {
|
|
187
|
-
|
|
188
|
-
const filterSensitiveLog: (obj: DeleteMessageResponse) => any;
|
|
189
|
-
}
|
|
190
158
|
|
|
191
159
|
export declare class ThrottlingException extends __BaseException {
|
|
192
160
|
readonly name: "ThrottlingException";
|
|
@@ -204,10 +172,6 @@ export interface DeleteRoomRequest {
|
|
|
204
172
|
|
|
205
173
|
identifier: string | undefined;
|
|
206
174
|
}
|
|
207
|
-
export declare namespace DeleteRoomRequest {
|
|
208
|
-
|
|
209
|
-
const filterSensitiveLog: (obj: DeleteRoomRequest) => any;
|
|
210
|
-
}
|
|
211
175
|
export interface DisconnectUserRequest {
|
|
212
176
|
|
|
213
177
|
roomIdentifier: string | undefined;
|
|
@@ -216,24 +180,12 @@ export interface DisconnectUserRequest {
|
|
|
216
180
|
|
|
217
181
|
reason?: string;
|
|
218
182
|
}
|
|
219
|
-
export declare namespace DisconnectUserRequest {
|
|
220
|
-
|
|
221
|
-
const filterSensitiveLog: (obj: DisconnectUserRequest) => any;
|
|
222
|
-
}
|
|
223
183
|
export interface DisconnectUserResponse {
|
|
224
184
|
}
|
|
225
|
-
export declare namespace DisconnectUserResponse {
|
|
226
|
-
|
|
227
|
-
const filterSensitiveLog: (obj: DisconnectUserResponse) => any;
|
|
228
|
-
}
|
|
229
185
|
export interface GetRoomRequest {
|
|
230
186
|
|
|
231
187
|
identifier: string | undefined;
|
|
232
188
|
}
|
|
233
|
-
export declare namespace GetRoomRequest {
|
|
234
|
-
|
|
235
|
-
const filterSensitiveLog: (obj: GetRoomRequest) => any;
|
|
236
|
-
}
|
|
237
189
|
export interface GetRoomResponse {
|
|
238
190
|
|
|
239
191
|
arn?: string;
|
|
@@ -254,10 +206,6 @@ export interface GetRoomResponse {
|
|
|
254
206
|
|
|
255
207
|
tags?: Record<string, string>;
|
|
256
208
|
}
|
|
257
|
-
export declare namespace GetRoomResponse {
|
|
258
|
-
|
|
259
|
-
const filterSensitiveLog: (obj: GetRoomResponse) => any;
|
|
260
|
-
}
|
|
261
209
|
export interface ListRoomsRequest {
|
|
262
210
|
|
|
263
211
|
name?: string;
|
|
@@ -268,10 +216,6 @@ export interface ListRoomsRequest {
|
|
|
268
216
|
|
|
269
217
|
messageReviewHandlerUri?: string;
|
|
270
218
|
}
|
|
271
|
-
export declare namespace ListRoomsRequest {
|
|
272
|
-
|
|
273
|
-
const filterSensitiveLog: (obj: ListRoomsRequest) => any;
|
|
274
|
-
}
|
|
275
219
|
|
|
276
220
|
export interface RoomSummary {
|
|
277
221
|
|
|
@@ -289,20 +233,12 @@ export interface RoomSummary {
|
|
|
289
233
|
|
|
290
234
|
tags?: Record<string, string>;
|
|
291
235
|
}
|
|
292
|
-
export declare namespace RoomSummary {
|
|
293
|
-
|
|
294
|
-
const filterSensitiveLog: (obj: RoomSummary) => any;
|
|
295
|
-
}
|
|
296
236
|
export interface ListRoomsResponse {
|
|
297
237
|
|
|
298
238
|
rooms: RoomSummary[] | undefined;
|
|
299
239
|
|
|
300
240
|
nextToken?: string;
|
|
301
241
|
}
|
|
302
|
-
export declare namespace ListRoomsResponse {
|
|
303
|
-
|
|
304
|
-
const filterSensitiveLog: (obj: ListRoomsResponse) => any;
|
|
305
|
-
}
|
|
306
242
|
|
|
307
243
|
export declare class InternalServerException extends __BaseException {
|
|
308
244
|
readonly name: "InternalServerException";
|
|
@@ -314,18 +250,10 @@ export interface ListTagsForResourceRequest {
|
|
|
314
250
|
|
|
315
251
|
resourceArn: string | undefined;
|
|
316
252
|
}
|
|
317
|
-
export declare namespace ListTagsForResourceRequest {
|
|
318
|
-
|
|
319
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
320
|
-
}
|
|
321
253
|
export interface ListTagsForResourceResponse {
|
|
322
254
|
|
|
323
255
|
tags: Record<string, string> | undefined;
|
|
324
256
|
}
|
|
325
|
-
export declare namespace ListTagsForResourceResponse {
|
|
326
|
-
|
|
327
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
328
|
-
}
|
|
329
257
|
export interface SendEventRequest {
|
|
330
258
|
|
|
331
259
|
roomIdentifier: string | undefined;
|
|
@@ -334,50 +262,26 @@ export interface SendEventRequest {
|
|
|
334
262
|
|
|
335
263
|
attributes?: Record<string, string>;
|
|
336
264
|
}
|
|
337
|
-
export declare namespace SendEventRequest {
|
|
338
|
-
|
|
339
|
-
const filterSensitiveLog: (obj: SendEventRequest) => any;
|
|
340
|
-
}
|
|
341
265
|
export interface SendEventResponse {
|
|
342
266
|
|
|
343
267
|
id?: string;
|
|
344
268
|
}
|
|
345
|
-
export declare namespace SendEventResponse {
|
|
346
|
-
|
|
347
|
-
const filterSensitiveLog: (obj: SendEventResponse) => any;
|
|
348
|
-
}
|
|
349
269
|
export interface TagResourceRequest {
|
|
350
270
|
|
|
351
271
|
resourceArn: string | undefined;
|
|
352
272
|
|
|
353
273
|
tags: Record<string, string> | undefined;
|
|
354
274
|
}
|
|
355
|
-
export declare namespace TagResourceRequest {
|
|
356
|
-
|
|
357
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
358
|
-
}
|
|
359
275
|
export interface TagResourceResponse {
|
|
360
276
|
}
|
|
361
|
-
export declare namespace TagResourceResponse {
|
|
362
|
-
|
|
363
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
364
|
-
}
|
|
365
277
|
export interface UntagResourceRequest {
|
|
366
278
|
|
|
367
279
|
resourceArn: string | undefined;
|
|
368
280
|
|
|
369
281
|
tagKeys: string[] | undefined;
|
|
370
282
|
}
|
|
371
|
-
export declare namespace UntagResourceRequest {
|
|
372
|
-
|
|
373
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
374
|
-
}
|
|
375
283
|
export interface UntagResourceResponse {
|
|
376
284
|
}
|
|
377
|
-
export declare namespace UntagResourceResponse {
|
|
378
|
-
|
|
379
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
380
|
-
}
|
|
381
285
|
export interface UpdateRoomRequest {
|
|
382
286
|
|
|
383
287
|
identifier: string | undefined;
|
|
@@ -390,10 +294,6 @@ export interface UpdateRoomRequest {
|
|
|
390
294
|
|
|
391
295
|
messageReviewHandler?: MessageReviewHandler;
|
|
392
296
|
}
|
|
393
|
-
export declare namespace UpdateRoomRequest {
|
|
394
|
-
|
|
395
|
-
const filterSensitiveLog: (obj: UpdateRoomRequest) => any;
|
|
396
|
-
}
|
|
397
297
|
export interface UpdateRoomResponse {
|
|
398
298
|
|
|
399
299
|
arn?: string;
|
|
@@ -414,7 +314,55 @@ export interface UpdateRoomResponse {
|
|
|
414
314
|
|
|
415
315
|
tags?: Record<string, string>;
|
|
416
316
|
}
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
317
|
+
|
|
318
|
+
export declare const CreateChatTokenRequestFilterSensitiveLog: (obj: CreateChatTokenRequest) => any;
|
|
319
|
+
|
|
320
|
+
export declare const CreateChatTokenResponseFilterSensitiveLog: (obj: CreateChatTokenResponse) => any;
|
|
321
|
+
|
|
322
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
323
|
+
|
|
324
|
+
export declare const MessageReviewHandlerFilterSensitiveLog: (obj: MessageReviewHandler) => any;
|
|
325
|
+
|
|
326
|
+
export declare const CreateRoomRequestFilterSensitiveLog: (obj: CreateRoomRequest) => any;
|
|
327
|
+
|
|
328
|
+
export declare const CreateRoomResponseFilterSensitiveLog: (obj: CreateRoomResponse) => any;
|
|
329
|
+
|
|
330
|
+
export declare const DeleteMessageRequestFilterSensitiveLog: (obj: DeleteMessageRequest) => any;
|
|
331
|
+
|
|
332
|
+
export declare const DeleteMessageResponseFilterSensitiveLog: (obj: DeleteMessageResponse) => any;
|
|
333
|
+
|
|
334
|
+
export declare const DeleteRoomRequestFilterSensitiveLog: (obj: DeleteRoomRequest) => any;
|
|
335
|
+
|
|
336
|
+
export declare const DisconnectUserRequestFilterSensitiveLog: (obj: DisconnectUserRequest) => any;
|
|
337
|
+
|
|
338
|
+
export declare const DisconnectUserResponseFilterSensitiveLog: (obj: DisconnectUserResponse) => any;
|
|
339
|
+
|
|
340
|
+
export declare const GetRoomRequestFilterSensitiveLog: (obj: GetRoomRequest) => any;
|
|
341
|
+
|
|
342
|
+
export declare const GetRoomResponseFilterSensitiveLog: (obj: GetRoomResponse) => any;
|
|
343
|
+
|
|
344
|
+
export declare const ListRoomsRequestFilterSensitiveLog: (obj: ListRoomsRequest) => any;
|
|
345
|
+
|
|
346
|
+
export declare const RoomSummaryFilterSensitiveLog: (obj: RoomSummary) => any;
|
|
347
|
+
|
|
348
|
+
export declare const ListRoomsResponseFilterSensitiveLog: (obj: ListRoomsResponse) => any;
|
|
349
|
+
|
|
350
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
351
|
+
|
|
352
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
353
|
+
|
|
354
|
+
export declare const SendEventRequestFilterSensitiveLog: (obj: SendEventRequest) => any;
|
|
355
|
+
|
|
356
|
+
export declare const SendEventResponseFilterSensitiveLog: (obj: SendEventResponse) => any;
|
|
357
|
+
|
|
358
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
359
|
+
|
|
360
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
361
|
+
|
|
362
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
363
|
+
|
|
364
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
365
|
+
|
|
366
|
+
export declare const UpdateRoomRequestFilterSensitiveLog: (obj: UpdateRoomRequest) => any;
|
|
367
|
+
|
|
368
|
+
export declare const UpdateRoomResponseFilterSensitiveLog: (obj: UpdateRoomResponse) => any;
|