@aws-sdk/client-chime-sdk-messaging 3.130.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateChannelFlowCommand.js +1 -1
  4. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +2 -2
  5. package/dist-cjs/commands/ChannelFlowCallbackCommand.js +2 -2
  6. package/dist-cjs/commands/CreateChannelBanCommand.js +2 -2
  7. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  8. package/dist-cjs/commands/CreateChannelFlowCommand.js +2 -2
  9. package/dist-cjs/commands/CreateChannelMembershipCommand.js +2 -2
  10. package/dist-cjs/commands/CreateChannelModeratorCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteChannelBanCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteChannelCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteChannelFlowCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteChannelMessageCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +1 -1
  17. package/dist-cjs/commands/DescribeChannelBanCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeChannelFlowCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +2 -2
  24. package/dist-cjs/commands/DisassociateChannelFlowCommand.js +1 -1
  25. package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +2 -2
  26. package/dist-cjs/commands/GetChannelMessageCommand.js +2 -2
  27. package/dist-cjs/commands/GetChannelMessageStatusCommand.js +2 -2
  28. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +2 -2
  29. package/dist-cjs/commands/ListChannelBansCommand.js +2 -2
  30. package/dist-cjs/commands/ListChannelFlowsCommand.js +2 -2
  31. package/dist-cjs/commands/ListChannelMembershipsCommand.js +2 -2
  32. package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -2
  33. package/dist-cjs/commands/ListChannelMessagesCommand.js +2 -2
  34. package/dist-cjs/commands/ListChannelModeratorsCommand.js +2 -2
  35. package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -2
  36. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  37. package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -2
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +2 -2
  40. package/dist-cjs/commands/RedactChannelMessageCommand.js +2 -2
  41. package/dist-cjs/commands/SearchChannelsCommand.js +2 -2
  42. package/dist-cjs/commands/SendChannelMessageCommand.js +2 -2
  43. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  44. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  45. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateChannelFlowCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateChannelMessageCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +2 -2
  49. package/dist-cjs/models/models_0.js +613 -841
  50. package/dist-es/commands/AssociateChannelFlowCommand.js +2 -2
  51. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +3 -3
  52. package/dist-es/commands/ChannelFlowCallbackCommand.js +3 -3
  53. package/dist-es/commands/CreateChannelBanCommand.js +3 -3
  54. package/dist-es/commands/CreateChannelCommand.js +3 -3
  55. package/dist-es/commands/CreateChannelFlowCommand.js +3 -3
  56. package/dist-es/commands/CreateChannelMembershipCommand.js +3 -3
  57. package/dist-es/commands/CreateChannelModeratorCommand.js +3 -3
  58. package/dist-es/commands/DeleteChannelBanCommand.js +2 -2
  59. package/dist-es/commands/DeleteChannelCommand.js +2 -2
  60. package/dist-es/commands/DeleteChannelFlowCommand.js +2 -2
  61. package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -2
  62. package/dist-es/commands/DeleteChannelMessageCommand.js +2 -2
  63. package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -2
  64. package/dist-es/commands/DescribeChannelBanCommand.js +3 -3
  65. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  66. package/dist-es/commands/DescribeChannelFlowCommand.js +3 -3
  67. package/dist-es/commands/DescribeChannelMembershipCommand.js +3 -3
  68. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +3 -3
  69. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +3 -3
  70. package/dist-es/commands/DescribeChannelModeratorCommand.js +3 -3
  71. package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -2
  72. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +3 -3
  73. package/dist-es/commands/GetChannelMessageCommand.js +3 -3
  74. package/dist-es/commands/GetChannelMessageStatusCommand.js +3 -3
  75. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +3 -3
  76. package/dist-es/commands/ListChannelBansCommand.js +3 -3
  77. package/dist-es/commands/ListChannelFlowsCommand.js +3 -3
  78. package/dist-es/commands/ListChannelMembershipsCommand.js +3 -3
  79. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +3 -3
  80. package/dist-es/commands/ListChannelMessagesCommand.js +3 -3
  81. package/dist-es/commands/ListChannelModeratorsCommand.js +3 -3
  82. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +3 -3
  83. package/dist-es/commands/ListChannelsCommand.js +3 -3
  84. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +3 -3
  85. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  86. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +3 -3
  87. package/dist-es/commands/RedactChannelMessageCommand.js +3 -3
  88. package/dist-es/commands/SearchChannelsCommand.js +3 -3
  89. package/dist-es/commands/SendChannelMessageCommand.js +3 -3
  90. package/dist-es/commands/TagResourceCommand.js +2 -2
  91. package/dist-es/commands/UntagResourceCommand.js +2 -2
  92. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  93. package/dist-es/commands/UpdateChannelFlowCommand.js +3 -3
  94. package/dist-es/commands/UpdateChannelMessageCommand.js +3 -3
  95. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +3 -3
  96. package/dist-es/models/models_0.js +161 -502
  97. package/dist-types/models/models_0.d.ts +452 -678
  98. package/dist-types/ts3.4/models/models_0.d.ts +226 -452
  99. package/package.json +7 -7
@@ -22,12 +22,6 @@ export interface AppInstanceUserMembershipSummary {
22
22
  */
23
23
  ReadMarkerTimestamp?: Date;
24
24
  }
25
- export declare namespace AppInstanceUserMembershipSummary {
26
- /**
27
- * @internal
28
- */
29
- const filterSensitiveLog: (obj: AppInstanceUserMembershipSummary) => any;
30
- }
31
25
  export interface AssociateChannelFlowRequest {
32
26
  /**
33
27
  * <p>The ARN of the channel.</p>
@@ -42,12 +36,6 @@ export interface AssociateChannelFlowRequest {
42
36
  */
43
37
  ChimeBearer: string | undefined;
44
38
  }
45
- export declare namespace AssociateChannelFlowRequest {
46
- /**
47
- * @internal
48
- */
49
- const filterSensitiveLog: (obj: AssociateChannelFlowRequest) => any;
50
- }
51
39
  export declare enum ErrorCode {
52
40
  AccessDenied = "AccessDenied",
53
41
  BadRequest = "BadRequest",
@@ -183,12 +171,6 @@ export interface Identity {
183
171
  */
184
172
  Name?: string;
185
173
  }
186
- export declare namespace Identity {
187
- /**
188
- * @internal
189
- */
190
- const filterSensitiveLog: (obj: Identity) => any;
191
- }
192
174
  /**
193
175
  * <p>The membership information, including member ARNs, the channel ARN, and membership
194
176
  * types.</p>
@@ -211,12 +193,6 @@ export interface BatchChannelMemberships {
211
193
  */
212
194
  ChannelArn?: string;
213
195
  }
214
- export declare namespace BatchChannelMemberships {
215
- /**
216
- * @internal
217
- */
218
- const filterSensitiveLog: (obj: BatchChannelMemberships) => any;
219
- }
220
196
  export interface BatchCreateChannelMembershipRequest {
221
197
  /**
222
198
  * <p>The ARN of the channel to which you're adding users.</p>
@@ -239,12 +215,6 @@ export interface BatchCreateChannelMembershipRequest {
239
215
  */
240
216
  ChimeBearer: string | undefined;
241
217
  }
242
- export declare namespace BatchCreateChannelMembershipRequest {
243
- /**
244
- * @internal
245
- */
246
- const filterSensitiveLog: (obj: BatchCreateChannelMembershipRequest) => any;
247
- }
248
218
  /**
249
219
  * <p>A list of failed member ARNs, error codes, and error messages.</p>
250
220
  */
@@ -262,12 +232,6 @@ export interface BatchCreateChannelMembershipError {
262
232
  */
263
233
  ErrorMessage?: string;
264
234
  }
265
- export declare namespace BatchCreateChannelMembershipError {
266
- /**
267
- * @internal
268
- */
269
- const filterSensitiveLog: (obj: BatchCreateChannelMembershipError) => any;
270
- }
271
235
  export interface BatchCreateChannelMembershipResponse {
272
236
  /**
273
237
  * <p>The list of channel memberships in the response.</p>
@@ -279,12 +243,6 @@ export interface BatchCreateChannelMembershipResponse {
279
243
  */
280
244
  Errors?: BatchCreateChannelMembershipError[];
281
245
  }
282
- export declare namespace BatchCreateChannelMembershipResponse {
283
- /**
284
- * @internal
285
- */
286
- const filterSensitiveLog: (obj: BatchCreateChannelMembershipResponse) => any;
287
- }
288
246
  export declare enum ChannelMode {
289
247
  RESTRICTED = "RESTRICTED",
290
248
  UNRESTRICTED = "UNRESTRICTED"
@@ -338,12 +296,6 @@ export interface Channel {
338
296
  */
339
297
  ChannelFlowArn?: string;
340
298
  }
341
- export declare namespace Channel {
342
- /**
343
- * @internal
344
- */
345
- const filterSensitiveLog: (obj: Channel) => any;
346
- }
347
299
  /**
348
300
  * <p>Summary of details of a channel associated with channel flow.</p>
349
301
  */
@@ -369,12 +321,6 @@ export interface ChannelAssociatedWithFlowSummary {
369
321
  */
370
322
  Metadata?: string;
371
323
  }
372
- export declare namespace ChannelAssociatedWithFlowSummary {
373
- /**
374
- * @internal
375
- */
376
- const filterSensitiveLog: (obj: ChannelAssociatedWithFlowSummary) => any;
377
- }
378
324
  /**
379
325
  * <p>The details of a channel ban.</p>
380
326
  */
@@ -396,12 +342,6 @@ export interface ChannelBan {
396
342
  */
397
343
  CreatedBy?: Identity;
398
344
  }
399
- export declare namespace ChannelBan {
400
- /**
401
- * @internal
402
- */
403
- const filterSensitiveLog: (obj: ChannelBan) => any;
404
- }
405
345
  /**
406
346
  * <p>Summary of the details of a <code>ChannelBan</code>.</p>
407
347
  */
@@ -411,12 +351,6 @@ export interface ChannelBanSummary {
411
351
  */
412
352
  Member?: Identity;
413
353
  }
414
- export declare namespace ChannelBanSummary {
415
- /**
416
- * @internal
417
- */
418
- const filterSensitiveLog: (obj: ChannelBanSummary) => any;
419
- }
420
354
  export declare enum InvocationType {
421
355
  ASYNC = "ASYNC"
422
356
  }
@@ -433,12 +367,6 @@ export interface LambdaConfiguration {
433
367
  */
434
368
  InvocationType: InvocationType | string | undefined;
435
369
  }
436
- export declare namespace LambdaConfiguration {
437
- /**
438
- * @internal
439
- */
440
- const filterSensitiveLog: (obj: LambdaConfiguration) => any;
441
- }
442
370
  /**
443
371
  * <p>A processor's metadata.</p>
444
372
  */
@@ -448,12 +376,6 @@ export interface ProcessorConfiguration {
448
376
  */
449
377
  Lambda: LambdaConfiguration | undefined;
450
378
  }
451
- export declare namespace ProcessorConfiguration {
452
- /**
453
- * @internal
454
- */
455
- const filterSensitiveLog: (obj: ProcessorConfiguration) => any;
456
- }
457
379
  export declare enum FallbackAction {
458
380
  ABORT = "ABORT",
459
381
  CONTINUE = "CONTINUE"
@@ -482,12 +404,6 @@ export interface Processor {
482
404
  */
483
405
  FallbackAction: FallbackAction | string | undefined;
484
406
  }
485
- export declare namespace Processor {
486
- /**
487
- * @internal
488
- */
489
- const filterSensitiveLog: (obj: Processor) => any;
490
- }
491
407
  /**
492
408
  * <p>The details of a channel flow.</p>
493
409
  */
@@ -513,12 +429,6 @@ export interface ChannelFlow {
513
429
  */
514
430
  LastUpdatedTimestamp?: Date;
515
431
  }
516
- export declare namespace ChannelFlow {
517
- /**
518
- * @internal
519
- */
520
- const filterSensitiveLog: (obj: ChannelFlow) => any;
521
- }
522
432
  /**
523
433
  * <p>A list of message attribute values.</p>
524
434
  */
@@ -528,12 +438,6 @@ export interface MessageAttributeValue {
528
438
  */
529
439
  StringValues?: string[];
530
440
  }
531
- export declare namespace MessageAttributeValue {
532
- /**
533
- * @internal
534
- */
535
- const filterSensitiveLog: (obj: MessageAttributeValue) => any;
536
- }
537
441
  export declare enum PushNotificationType {
538
442
  DEFAULT = "DEFAULT",
539
443
  VOIP = "VOIP"
@@ -557,12 +461,6 @@ export interface PushNotificationConfiguration {
557
461
  */
558
462
  Type?: PushNotificationType | string;
559
463
  }
560
- export declare namespace PushNotificationConfiguration {
561
- /**
562
- * @internal
563
- */
564
- const filterSensitiveLog: (obj: PushNotificationConfiguration) => any;
565
- }
566
464
  /**
567
465
  * <p>Stores information about a callback.</p>
568
466
  */
@@ -588,12 +486,6 @@ export interface ChannelMessageCallback {
588
486
  */
589
487
  MessageAttributes?: Record<string, MessageAttributeValue>;
590
488
  }
591
- export declare namespace ChannelMessageCallback {
592
- /**
593
- * @internal
594
- */
595
- const filterSensitiveLog: (obj: ChannelMessageCallback) => any;
596
- }
597
489
  export interface ChannelFlowCallbackRequest {
598
490
  /**
599
491
  * <p>The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.</p>
@@ -612,12 +504,6 @@ export interface ChannelFlowCallbackRequest {
612
504
  */
613
505
  ChannelMessage: ChannelMessageCallback | undefined;
614
506
  }
615
- export declare namespace ChannelFlowCallbackRequest {
616
- /**
617
- * @internal
618
- */
619
- const filterSensitiveLog: (obj: ChannelFlowCallbackRequest) => any;
620
- }
621
507
  export interface ChannelFlowCallbackResponse {
622
508
  /**
623
509
  * <p>The ARN of the channel.</p>
@@ -628,12 +514,6 @@ export interface ChannelFlowCallbackResponse {
628
514
  */
629
515
  CallbackId?: string;
630
516
  }
631
- export declare namespace ChannelFlowCallbackResponse {
632
- /**
633
- * @internal
634
- */
635
- const filterSensitiveLog: (obj: ChannelFlowCallbackResponse) => any;
636
- }
637
517
  /**
638
518
  * <p>Summary of details of a channel flow.</p>
639
519
  */
@@ -651,12 +531,6 @@ export interface ChannelFlowSummary {
651
531
  */
652
532
  Processors?: Processor[];
653
533
  }
654
- export declare namespace ChannelFlowSummary {
655
- /**
656
- * @internal
657
- */
658
- const filterSensitiveLog: (obj: ChannelFlowSummary) => any;
659
- }
660
534
  /**
661
535
  * <p>The details of a channel member.</p>
662
536
  */
@@ -686,12 +560,6 @@ export interface ChannelMembership {
686
560
  */
687
561
  LastUpdatedTimestamp?: Date;
688
562
  }
689
- export declare namespace ChannelMembership {
690
- /**
691
- * @internal
692
- */
693
- const filterSensitiveLog: (obj: ChannelMembership) => any;
694
- }
695
563
  /**
696
564
  * <p>Summary of the details of a <code>Channel</code>.</p>
697
565
  */
@@ -721,12 +589,6 @@ export interface ChannelSummary {
721
589
  */
722
590
  LastMessageTimestamp?: Date;
723
591
  }
724
- export declare namespace ChannelSummary {
725
- /**
726
- * @internal
727
- */
728
- const filterSensitiveLog: (obj: ChannelSummary) => any;
729
- }
730
592
  /**
731
593
  * <p>Summary of the channel membership details of an <code>AppInstanceUser</code>.</p>
732
594
  */
@@ -740,12 +602,6 @@ export interface ChannelMembershipForAppInstanceUserSummary {
740
602
  */
741
603
  AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
742
604
  }
743
- export declare namespace ChannelMembershipForAppInstanceUserSummary {
744
- /**
745
- * @internal
746
- */
747
- const filterSensitiveLog: (obj: ChannelMembershipForAppInstanceUserSummary) => any;
748
- }
749
605
  /**
750
606
  * <p>The channel membership preferences for push notification.</p>
751
607
  */
@@ -761,12 +617,6 @@ export interface PushNotificationPreferences {
761
617
  */
762
618
  FilterRule?: string;
763
619
  }
764
- export declare namespace PushNotificationPreferences {
765
- /**
766
- * @internal
767
- */
768
- const filterSensitiveLog: (obj: PushNotificationPreferences) => any;
769
- }
770
620
  /**
771
621
  * <p>The channel membership preferences for an <code>AppInstanceUser</code>.</p>
772
622
  */
@@ -776,12 +626,6 @@ export interface ChannelMembershipPreferences {
776
626
  */
777
627
  PushNotifications?: PushNotificationPreferences;
778
628
  }
779
- export declare namespace ChannelMembershipPreferences {
780
- /**
781
- * @internal
782
- */
783
- const filterSensitiveLog: (obj: ChannelMembershipPreferences) => any;
784
- }
785
629
  /**
786
630
  * <p>Summary of the details of a <code>ChannelMembership</code>.</p>
787
631
  */
@@ -791,12 +635,6 @@ export interface ChannelMembershipSummary {
791
635
  */
792
636
  Member?: Identity;
793
637
  }
794
- export declare namespace ChannelMembershipSummary {
795
- /**
796
- * @internal
797
- */
798
- const filterSensitiveLog: (obj: ChannelMembershipSummary) => any;
799
- }
800
638
  export declare enum ChannelMessagePersistenceType {
801
639
  NON_PERSISTENT = "NON_PERSISTENT",
802
640
  PERSISTENT = "PERSISTENT"
@@ -820,12 +658,6 @@ export interface ChannelMessageStatusStructure {
820
658
  */
821
659
  Detail?: string;
822
660
  }
823
- export declare namespace ChannelMessageStatusStructure {
824
- /**
825
- * @internal
826
- */
827
- const filterSensitiveLog: (obj: ChannelMessageStatusStructure) => any;
828
- }
829
661
  export declare enum ChannelMessageType {
830
662
  CONTROL = "CONTROL",
831
663
  STANDARD = "STANDARD"
@@ -887,12 +719,6 @@ export interface ChannelMessage {
887
719
  */
888
720
  MessageAttributes?: Record<string, MessageAttributeValue>;
889
721
  }
890
- export declare namespace ChannelMessage {
891
- /**
892
- * @internal
893
- */
894
- const filterSensitiveLog: (obj: ChannelMessage) => any;
895
- }
896
722
  /**
897
723
  * <p>Summary of the messages in a <code>Channel</code>.</p>
898
724
  */
@@ -943,12 +769,6 @@ export interface ChannelMessageSummary {
943
769
  */
944
770
  MessageAttributes?: Record<string, MessageAttributeValue>;
945
771
  }
946
- export declare namespace ChannelMessageSummary {
947
- /**
948
- * @internal
949
- */
950
- const filterSensitiveLog: (obj: ChannelMessageSummary) => any;
951
- }
952
772
  /**
953
773
  * <p>Summary of the details of a moderated channel.</p>
954
774
  */
@@ -958,12 +778,6 @@ export interface ChannelModeratedByAppInstanceUserSummary {
958
778
  */
959
779
  ChannelSummary?: ChannelSummary;
960
780
  }
961
- export declare namespace ChannelModeratedByAppInstanceUserSummary {
962
- /**
963
- * @internal
964
- */
965
- const filterSensitiveLog: (obj: ChannelModeratedByAppInstanceUserSummary) => any;
966
- }
967
781
  /**
968
782
  * <p>The details of a channel moderator.</p>
969
783
  */
@@ -985,12 +799,6 @@ export interface ChannelModerator {
985
799
  */
986
800
  CreatedBy?: Identity;
987
801
  }
988
- export declare namespace ChannelModerator {
989
- /**
990
- * @internal
991
- */
992
- const filterSensitiveLog: (obj: ChannelModerator) => any;
993
- }
994
802
  /**
995
803
  * <p>Summary of the details of a <code>ChannelModerator</code>.</p>
996
804
  */
@@ -1000,12 +808,6 @@ export interface ChannelModeratorSummary {
1000
808
  */
1001
809
  Moderator?: Identity;
1002
810
  }
1003
- export declare namespace ChannelModeratorSummary {
1004
- /**
1005
- * @internal
1006
- */
1007
- const filterSensitiveLog: (obj: ChannelModeratorSummary) => any;
1008
- }
1009
811
  /**
1010
812
  * <p>A tag object containing a key-value pair.</p>
1011
813
  */
@@ -1019,12 +821,6 @@ export interface Tag {
1019
821
  */
1020
822
  Value: string | undefined;
1021
823
  }
1022
- export declare namespace Tag {
1023
- /**
1024
- * @internal
1025
- */
1026
- const filterSensitiveLog: (obj: Tag) => any;
1027
- }
1028
824
  export interface CreateChannelRequest {
1029
825
  /**
1030
826
  * <p>The ARN of the channel request.</p>
@@ -1075,24 +871,12 @@ export interface CreateChannelRequest {
1075
871
  */
1076
872
  ModeratorArns?: string[];
1077
873
  }
1078
- export declare namespace CreateChannelRequest {
1079
- /**
1080
- * @internal
1081
- */
1082
- const filterSensitiveLog: (obj: CreateChannelRequest) => any;
1083
- }
1084
874
  export interface CreateChannelResponse {
1085
875
  /**
1086
876
  * <p>The ARN of the channel.</p>
1087
877
  */
1088
878
  ChannelArn?: string;
1089
879
  }
1090
- export declare namespace CreateChannelResponse {
1091
- /**
1092
- * @internal
1093
- */
1094
- const filterSensitiveLog: (obj: CreateChannelResponse) => any;
1095
- }
1096
880
  /**
1097
881
  * <p>The request exceeds the resource limit.</p>
1098
882
  */
@@ -1120,12 +904,6 @@ export interface CreateChannelBanRequest {
1120
904
  */
1121
905
  ChimeBearer: string | undefined;
1122
906
  }
1123
- export declare namespace CreateChannelBanRequest {
1124
- /**
1125
- * @internal
1126
- */
1127
- const filterSensitiveLog: (obj: CreateChannelBanRequest) => any;
1128
- }
1129
907
  export interface CreateChannelBanResponse {
1130
908
  /**
1131
909
  * <p>The ARN of the response to the ban request.</p>
@@ -1137,12 +915,6 @@ export interface CreateChannelBanResponse {
1137
915
  */
1138
916
  Member?: Identity;
1139
917
  }
1140
- export declare namespace CreateChannelBanResponse {
1141
- /**
1142
- * @internal
1143
- */
1144
- const filterSensitiveLog: (obj: CreateChannelBanResponse) => any;
1145
- }
1146
918
  export interface CreateChannelFlowRequest {
1147
919
  /**
1148
920
  * <p>The ARN of the channel flow request.</p>
@@ -1165,24 +937,12 @@ export interface CreateChannelFlowRequest {
1165
937
  */
1166
938
  ClientRequestToken: string | undefined;
1167
939
  }
1168
- export declare namespace CreateChannelFlowRequest {
1169
- /**
1170
- * @internal
1171
- */
1172
- const filterSensitiveLog: (obj: CreateChannelFlowRequest) => any;
1173
- }
1174
940
  export interface CreateChannelFlowResponse {
1175
941
  /**
1176
942
  * <p>The ARN of the channel flow.</p>
1177
943
  */
1178
944
  ChannelFlowArn?: string;
1179
945
  }
1180
- export declare namespace CreateChannelFlowResponse {
1181
- /**
1182
- * @internal
1183
- */
1184
- const filterSensitiveLog: (obj: CreateChannelFlowResponse) => any;
1185
- }
1186
946
  export interface CreateChannelMembershipRequest {
1187
947
  /**
1188
948
  * <p>The ARN of the channel to which you're adding users.</p>
@@ -1205,12 +965,6 @@ export interface CreateChannelMembershipRequest {
1205
965
  */
1206
966
  ChimeBearer: string | undefined;
1207
967
  }
1208
- export declare namespace CreateChannelMembershipRequest {
1209
- /**
1210
- * @internal
1211
- */
1212
- const filterSensitiveLog: (obj: CreateChannelMembershipRequest) => any;
1213
- }
1214
968
  export interface CreateChannelMembershipResponse {
1215
969
  /**
1216
970
  * <p>The ARN of the channel.</p>
@@ -1221,12 +975,6 @@ export interface CreateChannelMembershipResponse {
1221
975
  */
1222
976
  Member?: Identity;
1223
977
  }
1224
- export declare namespace CreateChannelMembershipResponse {
1225
- /**
1226
- * @internal
1227
- */
1228
- const filterSensitiveLog: (obj: CreateChannelMembershipResponse) => any;
1229
- }
1230
978
  export interface CreateChannelModeratorRequest {
1231
979
  /**
1232
980
  * <p>The ARN of the channel.</p>
@@ -1241,12 +989,6 @@ export interface CreateChannelModeratorRequest {
1241
989
  */
1242
990
  ChimeBearer: string | undefined;
1243
991
  }
1244
- export declare namespace CreateChannelModeratorRequest {
1245
- /**
1246
- * @internal
1247
- */
1248
- const filterSensitiveLog: (obj: CreateChannelModeratorRequest) => any;
1249
- }
1250
992
  export interface CreateChannelModeratorResponse {
1251
993
  /**
1252
994
  * <p>The ARN of the channel.</p>
@@ -1257,12 +999,6 @@ export interface CreateChannelModeratorResponse {
1257
999
  */
1258
1000
  ChannelModerator?: Identity;
1259
1001
  }
1260
- export declare namespace CreateChannelModeratorResponse {
1261
- /**
1262
- * @internal
1263
- */
1264
- const filterSensitiveLog: (obj: CreateChannelModeratorResponse) => any;
1265
- }
1266
1002
  export interface DeleteChannelRequest {
1267
1003
  /**
1268
1004
  * <p>The ARN of the channel being deleted.</p>
@@ -1273,12 +1009,6 @@ export interface DeleteChannelRequest {
1273
1009
  */
1274
1010
  ChimeBearer: string | undefined;
1275
1011
  }
1276
- export declare namespace DeleteChannelRequest {
1277
- /**
1278
- * @internal
1279
- */
1280
- const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
1281
- }
1282
1012
  export interface DeleteChannelBanRequest {
1283
1013
  /**
1284
1014
  * <p>The ARN of the channel from which the <code>AppInstanceUser</code> was banned.</p>
@@ -1293,24 +1023,12 @@ export interface DeleteChannelBanRequest {
1293
1023
  */
1294
1024
  ChimeBearer: string | undefined;
1295
1025
  }
1296
- export declare namespace DeleteChannelBanRequest {
1297
- /**
1298
- * @internal
1299
- */
1300
- const filterSensitiveLog: (obj: DeleteChannelBanRequest) => any;
1301
- }
1302
1026
  export interface DeleteChannelFlowRequest {
1303
1027
  /**
1304
1028
  * <p>The ARN of the channel flow.</p>
1305
1029
  */
1306
1030
  ChannelFlowArn: string | undefined;
1307
1031
  }
1308
- export declare namespace DeleteChannelFlowRequest {
1309
- /**
1310
- * @internal
1311
- */
1312
- const filterSensitiveLog: (obj: DeleteChannelFlowRequest) => any;
1313
- }
1314
1032
  export interface DeleteChannelMembershipRequest {
1315
1033
  /**
1316
1034
  * <p>The ARN of the channel from which you want to remove the user.</p>
@@ -1325,12 +1043,6 @@ export interface DeleteChannelMembershipRequest {
1325
1043
  */
1326
1044
  ChimeBearer: string | undefined;
1327
1045
  }
1328
- export declare namespace DeleteChannelMembershipRequest {
1329
- /**
1330
- * @internal
1331
- */
1332
- const filterSensitiveLog: (obj: DeleteChannelMembershipRequest) => any;
1333
- }
1334
1046
  export interface DeleteChannelMessageRequest {
1335
1047
  /**
1336
1048
  * <p>The ARN of the channel.</p>
@@ -1345,12 +1057,6 @@ export interface DeleteChannelMessageRequest {
1345
1057
  */
1346
1058
  ChimeBearer: string | undefined;
1347
1059
  }
1348
- export declare namespace DeleteChannelMessageRequest {
1349
- /**
1350
- * @internal
1351
- */
1352
- const filterSensitiveLog: (obj: DeleteChannelMessageRequest) => any;
1353
- }
1354
1060
  export interface DeleteChannelModeratorRequest {
1355
1061
  /**
1356
1062
  * <p>The ARN of the channel.</p>
@@ -1365,12 +1071,6 @@ export interface DeleteChannelModeratorRequest {
1365
1071
  */
1366
1072
  ChimeBearer: string | undefined;
1367
1073
  }
1368
- export declare namespace DeleteChannelModeratorRequest {
1369
- /**
1370
- * @internal
1371
- */
1372
- const filterSensitiveLog: (obj: DeleteChannelModeratorRequest) => any;
1373
- }
1374
1074
  export interface DescribeChannelRequest {
1375
1075
  /**
1376
1076
  * <p>The ARN of the channel.</p>
@@ -1381,24 +1081,12 @@ export interface DescribeChannelRequest {
1381
1081
  */
1382
1082
  ChimeBearer: string | undefined;
1383
1083
  }
1384
- export declare namespace DescribeChannelRequest {
1385
- /**
1386
- * @internal
1387
- */
1388
- const filterSensitiveLog: (obj: DescribeChannelRequest) => any;
1389
- }
1390
1084
  export interface DescribeChannelResponse {
1391
1085
  /**
1392
1086
  * <p>The channel details.</p>
1393
1087
  */
1394
1088
  Channel?: Channel;
1395
1089
  }
1396
- export declare namespace DescribeChannelResponse {
1397
- /**
1398
- * @internal
1399
- */
1400
- const filterSensitiveLog: (obj: DescribeChannelResponse) => any;
1401
- }
1402
1090
  export interface DescribeChannelBanRequest {
1403
1091
  /**
1404
1092
  * <p>The ARN of the channel from which the user is banned.</p>
@@ -1413,48 +1101,24 @@ export interface DescribeChannelBanRequest {
1413
1101
  */
1414
1102
  ChimeBearer: string | undefined;
1415
1103
  }
1416
- export declare namespace DescribeChannelBanRequest {
1417
- /**
1418
- * @internal
1419
- */
1420
- const filterSensitiveLog: (obj: DescribeChannelBanRequest) => any;
1421
- }
1422
1104
  export interface DescribeChannelBanResponse {
1423
1105
  /**
1424
1106
  * <p>The details of the ban.</p>
1425
1107
  */
1426
1108
  ChannelBan?: ChannelBan;
1427
1109
  }
1428
- export declare namespace DescribeChannelBanResponse {
1429
- /**
1430
- * @internal
1431
- */
1432
- const filterSensitiveLog: (obj: DescribeChannelBanResponse) => any;
1433
- }
1434
1110
  export interface DescribeChannelFlowRequest {
1435
1111
  /**
1436
1112
  * <p>The ARN of the channel flow.</p>
1437
1113
  */
1438
1114
  ChannelFlowArn: string | undefined;
1439
1115
  }
1440
- export declare namespace DescribeChannelFlowRequest {
1441
- /**
1442
- * @internal
1443
- */
1444
- const filterSensitiveLog: (obj: DescribeChannelFlowRequest) => any;
1445
- }
1446
1116
  export interface DescribeChannelFlowResponse {
1447
1117
  /**
1448
1118
  * <p>The channel flow details.</p>
1449
1119
  */
1450
1120
  ChannelFlow?: ChannelFlow;
1451
1121
  }
1452
- export declare namespace DescribeChannelFlowResponse {
1453
- /**
1454
- * @internal
1455
- */
1456
- const filterSensitiveLog: (obj: DescribeChannelFlowResponse) => any;
1457
- }
1458
1122
  export interface DescribeChannelMembershipRequest {
1459
1123
  /**
1460
1124
  * <p>The ARN of the channel.</p>
@@ -1469,24 +1133,12 @@ export interface DescribeChannelMembershipRequest {
1469
1133
  */
1470
1134
  ChimeBearer: string | undefined;
1471
1135
  }
1472
- export declare namespace DescribeChannelMembershipRequest {
1473
- /**
1474
- * @internal
1475
- */
1476
- const filterSensitiveLog: (obj: DescribeChannelMembershipRequest) => any;
1477
- }
1478
1136
  export interface DescribeChannelMembershipResponse {
1479
1137
  /**
1480
1138
  * <p>The details of the membership.</p>
1481
1139
  */
1482
1140
  ChannelMembership?: ChannelMembership;
1483
1141
  }
1484
- export declare namespace DescribeChannelMembershipResponse {
1485
- /**
1486
- * @internal
1487
- */
1488
- const filterSensitiveLog: (obj: DescribeChannelMembershipResponse) => any;
1489
- }
1490
1142
  export interface DescribeChannelMembershipForAppInstanceUserRequest {
1491
1143
  /**
1492
1144
  * <p>The ARN of the channel to which the user belongs.</p>
@@ -1501,24 +1153,12 @@ export interface DescribeChannelMembershipForAppInstanceUserRequest {
1501
1153
  */
1502
1154
  ChimeBearer: string | undefined;
1503
1155
  }
1504
- export declare namespace DescribeChannelMembershipForAppInstanceUserRequest {
1505
- /**
1506
- * @internal
1507
- */
1508
- const filterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserRequest) => any;
1509
- }
1510
1156
  export interface DescribeChannelMembershipForAppInstanceUserResponse {
1511
1157
  /**
1512
1158
  * <p>The channel to which a user belongs.</p>
1513
1159
  */
1514
1160
  ChannelMembership?: ChannelMembershipForAppInstanceUserSummary;
1515
1161
  }
1516
- export declare namespace DescribeChannelMembershipForAppInstanceUserResponse {
1517
- /**
1518
- * @internal
1519
- */
1520
- const filterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserResponse) => any;
1521
- }
1522
1162
  export interface DescribeChannelModeratedByAppInstanceUserRequest {
1523
1163
  /**
1524
1164
  * <p>The ARN of the moderated channel.</p>
@@ -1533,24 +1173,12 @@ export interface DescribeChannelModeratedByAppInstanceUserRequest {
1533
1173
  */
1534
1174
  ChimeBearer: string | undefined;
1535
1175
  }
1536
- export declare namespace DescribeChannelModeratedByAppInstanceUserRequest {
1537
- /**
1538
- * @internal
1539
- */
1540
- const filterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserRequest) => any;
1541
- }
1542
1176
  export interface DescribeChannelModeratedByAppInstanceUserResponse {
1543
1177
  /**
1544
1178
  * <p>The moderated channel.</p>
1545
1179
  */
1546
1180
  Channel?: ChannelModeratedByAppInstanceUserSummary;
1547
1181
  }
1548
- export declare namespace DescribeChannelModeratedByAppInstanceUserResponse {
1549
- /**
1550
- * @internal
1551
- */
1552
- const filterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserResponse) => any;
1553
- }
1554
1182
  export interface DescribeChannelModeratorRequest {
1555
1183
  /**
1556
1184
  * <p>The ARN of the channel.</p>
@@ -1565,24 +1193,12 @@ export interface DescribeChannelModeratorRequest {
1565
1193
  */
1566
1194
  ChimeBearer: string | undefined;
1567
1195
  }
1568
- export declare namespace DescribeChannelModeratorRequest {
1569
- /**
1570
- * @internal
1571
- */
1572
- const filterSensitiveLog: (obj: DescribeChannelModeratorRequest) => any;
1573
- }
1574
1196
  export interface DescribeChannelModeratorResponse {
1575
1197
  /**
1576
1198
  * <p>The details of the channel moderator.</p>
1577
1199
  */
1578
1200
  ChannelModerator?: ChannelModerator;
1579
1201
  }
1580
- export declare namespace DescribeChannelModeratorResponse {
1581
- /**
1582
- * @internal
1583
- */
1584
- const filterSensitiveLog: (obj: DescribeChannelModeratorResponse) => any;
1585
- }
1586
1202
  export interface DisassociateChannelFlowRequest {
1587
1203
  /**
1588
1204
  * <p>The ARN of the channel.</p>
@@ -1597,12 +1213,6 @@ export interface DisassociateChannelFlowRequest {
1597
1213
  */
1598
1214
  ChimeBearer: string | undefined;
1599
1215
  }
1600
- export declare namespace DisassociateChannelFlowRequest {
1601
- /**
1602
- * @internal
1603
- */
1604
- const filterSensitiveLog: (obj: DisassociateChannelFlowRequest) => any;
1605
- }
1606
1216
  export interface GetChannelMembershipPreferencesRequest {
1607
1217
  /**
1608
1218
  * <p>The ARN of the channel.</p>
@@ -1617,12 +1227,6 @@ export interface GetChannelMembershipPreferencesRequest {
1617
1227
  */
1618
1228
  ChimeBearer: string | undefined;
1619
1229
  }
1620
- export declare namespace GetChannelMembershipPreferencesRequest {
1621
- /**
1622
- * @internal
1623
- */
1624
- const filterSensitiveLog: (obj: GetChannelMembershipPreferencesRequest) => any;
1625
- }
1626
1230
  export interface GetChannelMembershipPreferencesResponse {
1627
1231
  /**
1628
1232
  * <p>The ARN of the channel.</p>
@@ -1637,12 +1241,6 @@ export interface GetChannelMembershipPreferencesResponse {
1637
1241
  */
1638
1242
  Preferences?: ChannelMembershipPreferences;
1639
1243
  }
1640
- export declare namespace GetChannelMembershipPreferencesResponse {
1641
- /**
1642
- * @internal
1643
- */
1644
- const filterSensitiveLog: (obj: GetChannelMembershipPreferencesResponse) => any;
1645
- }
1646
1244
  export interface GetChannelMessageRequest {
1647
1245
  /**
1648
1246
  * <p>The ARN of the channel.</p>
@@ -1657,24 +1255,12 @@ export interface GetChannelMessageRequest {
1657
1255
  */
1658
1256
  ChimeBearer: string | undefined;
1659
1257
  }
1660
- export declare namespace GetChannelMessageRequest {
1661
- /**
1662
- * @internal
1663
- */
1664
- const filterSensitiveLog: (obj: GetChannelMessageRequest) => any;
1665
- }
1666
1258
  export interface GetChannelMessageResponse {
1667
1259
  /**
1668
1260
  * <p>The details of and content in the message.</p>
1669
1261
  */
1670
1262
  ChannelMessage?: ChannelMessage;
1671
1263
  }
1672
- export declare namespace GetChannelMessageResponse {
1673
- /**
1674
- * @internal
1675
- */
1676
- const filterSensitiveLog: (obj: GetChannelMessageResponse) => any;
1677
- }
1678
1264
  export interface GetChannelMessageStatusRequest {
1679
1265
  /**
1680
1266
  * <p>The ARN of the channel</p>
@@ -1689,32 +1275,14 @@ export interface GetChannelMessageStatusRequest {
1689
1275
  */
1690
1276
  ChimeBearer: string | undefined;
1691
1277
  }
1692
- export declare namespace GetChannelMessageStatusRequest {
1693
- /**
1694
- * @internal
1695
- */
1696
- const filterSensitiveLog: (obj: GetChannelMessageStatusRequest) => any;
1697
- }
1698
1278
  export interface GetChannelMessageStatusResponse {
1699
1279
  /**
1700
1280
  * <p>The message status and details.</p>
1701
1281
  */
1702
1282
  Status?: ChannelMessageStatusStructure;
1703
1283
  }
1704
- export declare namespace GetChannelMessageStatusResponse {
1705
- /**
1706
- * @internal
1707
- */
1708
- const filterSensitiveLog: (obj: GetChannelMessageStatusResponse) => any;
1709
- }
1710
1284
  export interface GetMessagingSessionEndpointRequest {
1711
1285
  }
1712
- export declare namespace GetMessagingSessionEndpointRequest {
1713
- /**
1714
- * @internal
1715
- */
1716
- const filterSensitiveLog: (obj: GetMessagingSessionEndpointRequest) => any;
1717
- }
1718
1286
  /**
1719
1287
  * <p>The websocket endpoint used to connect to Amazon Chime SDK messaging.</p>
1720
1288
  */
@@ -1724,24 +1292,12 @@ export interface MessagingSessionEndpoint {
1724
1292
  */
1725
1293
  Url?: string;
1726
1294
  }
1727
- export declare namespace MessagingSessionEndpoint {
1728
- /**
1729
- * @internal
1730
- */
1731
- const filterSensitiveLog: (obj: MessagingSessionEndpoint) => any;
1732
- }
1733
1295
  export interface GetMessagingSessionEndpointResponse {
1734
1296
  /**
1735
1297
  * <p>The endpoint returned in the response.</p>
1736
1298
  */
1737
1299
  Endpoint?: MessagingSessionEndpoint;
1738
1300
  }
1739
- export declare namespace GetMessagingSessionEndpointResponse {
1740
- /**
1741
- * @internal
1742
- */
1743
- const filterSensitiveLog: (obj: GetMessagingSessionEndpointResponse) => any;
1744
- }
1745
1301
  export interface ListChannelBansRequest {
1746
1302
  /**
1747
1303
  * <p>The ARN of the channel.</p>
@@ -1760,12 +1316,6 @@ export interface ListChannelBansRequest {
1760
1316
  */
1761
1317
  ChimeBearer: string | undefined;
1762
1318
  }
1763
- export declare namespace ListChannelBansRequest {
1764
- /**
1765
- * @internal
1766
- */
1767
- const filterSensitiveLog: (obj: ListChannelBansRequest) => any;
1768
- }
1769
1319
  export interface ListChannelBansResponse {
1770
1320
  /**
1771
1321
  * <p>The ARN of the channel.</p>
@@ -1780,12 +1330,6 @@ export interface ListChannelBansResponse {
1780
1330
  */
1781
1331
  ChannelBans?: ChannelBanSummary[];
1782
1332
  }
1783
- export declare namespace ListChannelBansResponse {
1784
- /**
1785
- * @internal
1786
- */
1787
- const filterSensitiveLog: (obj: ListChannelBansResponse) => any;
1788
- }
1789
1333
  export interface ListChannelFlowsRequest {
1790
1334
  /**
1791
1335
  * <p>The ARN of the app instance.</p>
@@ -1800,12 +1344,6 @@ export interface ListChannelFlowsRequest {
1800
1344
  */
1801
1345
  NextToken?: string;
1802
1346
  }
1803
- export declare namespace ListChannelFlowsRequest {
1804
- /**
1805
- * @internal
1806
- */
1807
- const filterSensitiveLog: (obj: ListChannelFlowsRequest) => any;
1808
- }
1809
1347
  export interface ListChannelFlowsResponse {
1810
1348
  /**
1811
1349
  * <p>The information about each channel flow.</p>
@@ -1816,12 +1354,6 @@ export interface ListChannelFlowsResponse {
1816
1354
  */
1817
1355
  NextToken?: string;
1818
1356
  }
1819
- export declare namespace ListChannelFlowsResponse {
1820
- /**
1821
- * @internal
1822
- */
1823
- const filterSensitiveLog: (obj: ListChannelFlowsResponse) => any;
1824
- }
1825
1357
  export interface ListChannelMembershipsRequest {
1826
1358
  /**
1827
1359
  * <p>The maximum number of channel memberships that you want returned.</p>
@@ -1848,12 +1380,6 @@ export interface ListChannelMembershipsRequest {
1848
1380
  */
1849
1381
  ChimeBearer: string | undefined;
1850
1382
  }
1851
- export declare namespace ListChannelMembershipsRequest {
1852
- /**
1853
- * @internal
1854
- */
1855
- const filterSensitiveLog: (obj: ListChannelMembershipsRequest) => any;
1856
- }
1857
1383
  export interface ListChannelMembershipsResponse {
1858
1384
  /**
1859
1385
  * <p>The ARN of the channel.</p>
@@ -1869,12 +1395,6 @@ export interface ListChannelMembershipsResponse {
1869
1395
  */
1870
1396
  NextToken?: string;
1871
1397
  }
1872
- export declare namespace ListChannelMembershipsResponse {
1873
- /**
1874
- * @internal
1875
- */
1876
- const filterSensitiveLog: (obj: ListChannelMembershipsResponse) => any;
1877
- }
1878
1398
  export interface ListChannelMembershipsForAppInstanceUserRequest {
1879
1399
  /**
1880
1400
  * <p>The ARN of the <code>AppInstanceUser</code>s</p>
@@ -1894,12 +1414,6 @@ export interface ListChannelMembershipsForAppInstanceUserRequest {
1894
1414
  */
1895
1415
  ChimeBearer: string | undefined;
1896
1416
  }
1897
- export declare namespace ListChannelMembershipsForAppInstanceUserRequest {
1898
- /**
1899
- * @internal
1900
- */
1901
- const filterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserRequest) => any;
1902
- }
1903
1417
  export interface ListChannelMembershipsForAppInstanceUserResponse {
1904
1418
  /**
1905
1419
  * <p>The information for the requested channel memberships.</p>
@@ -1910,12 +1424,6 @@ export interface ListChannelMembershipsForAppInstanceUserResponse {
1910
1424
  */
1911
1425
  NextToken?: string;
1912
1426
  }
1913
- export declare namespace ListChannelMembershipsForAppInstanceUserResponse {
1914
- /**
1915
- * @internal
1916
- */
1917
- const filterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserResponse) => any;
1918
- }
1919
1427
  export declare enum SortOrder {
1920
1428
  ASCENDING = "ASCENDING",
1921
1429
  DESCENDING = "DESCENDING"
@@ -1951,12 +1459,6 @@ export interface ListChannelMessagesRequest {
1951
1459
  */
1952
1460
  ChimeBearer: string | undefined;
1953
1461
  }
1954
- export declare namespace ListChannelMessagesRequest {
1955
- /**
1956
- * @internal
1957
- */
1958
- const filterSensitiveLog: (obj: ListChannelMessagesRequest) => any;
1959
- }
1960
1462
  export interface ListChannelMessagesResponse {
1961
1463
  /**
1962
1464
  * <p>The ARN of the channel containing the requested messages.</p>
@@ -1971,12 +1473,6 @@ export interface ListChannelMessagesResponse {
1971
1473
  */
1972
1474
  ChannelMessages?: ChannelMessageSummary[];
1973
1475
  }
1974
- export declare namespace ListChannelMessagesResponse {
1975
- /**
1976
- * @internal
1977
- */
1978
- const filterSensitiveLog: (obj: ListChannelMessagesResponse) => any;
1979
- }
1980
1476
  export interface ListChannelModeratorsRequest {
1981
1477
  /**
1982
1478
  * <p>The ARN of the channel.</p>
@@ -1996,12 +1492,6 @@ export interface ListChannelModeratorsRequest {
1996
1492
  */
1997
1493
  ChimeBearer: string | undefined;
1998
1494
  }
1999
- export declare namespace ListChannelModeratorsRequest {
2000
- /**
2001
- * @internal
2002
- */
2003
- const filterSensitiveLog: (obj: ListChannelModeratorsRequest) => any;
2004
- }
2005
1495
  export interface ListChannelModeratorsResponse {
2006
1496
  /**
2007
1497
  * <p>The ARN of the channel.</p>
@@ -2017,12 +1507,6 @@ export interface ListChannelModeratorsResponse {
2017
1507
  */
2018
1508
  ChannelModerators?: ChannelModeratorSummary[];
2019
1509
  }
2020
- export declare namespace ListChannelModeratorsResponse {
2021
- /**
2022
- * @internal
2023
- */
2024
- const filterSensitiveLog: (obj: ListChannelModeratorsResponse) => any;
2025
- }
2026
1510
  export interface ListChannelsRequest {
2027
1511
  /**
2028
1512
  * <p>The ARN of the <code>AppInstance</code>.</p>
@@ -2047,12 +1531,6 @@ export interface ListChannelsRequest {
2047
1531
  */
2048
1532
  ChimeBearer: string | undefined;
2049
1533
  }
2050
- export declare namespace ListChannelsRequest {
2051
- /**
2052
- * @internal
2053
- */
2054
- const filterSensitiveLog: (obj: ListChannelsRequest) => any;
2055
- }
2056
1534
  export interface ListChannelsResponse {
2057
1535
  /**
2058
1536
  * <p>The information about each channel.</p>
@@ -2064,12 +1542,6 @@ export interface ListChannelsResponse {
2064
1542
  */
2065
1543
  NextToken?: string;
2066
1544
  }
2067
- export declare namespace ListChannelsResponse {
2068
- /**
2069
- * @internal
2070
- */
2071
- const filterSensitiveLog: (obj: ListChannelsResponse) => any;
2072
- }
2073
1545
  export interface ListChannelsAssociatedWithChannelFlowRequest {
2074
1546
  /**
2075
1547
  * <p>The ARN of the channel flow.</p>
@@ -2084,12 +1556,6 @@ export interface ListChannelsAssociatedWithChannelFlowRequest {
2084
1556
  */
2085
1557
  NextToken?: string;
2086
1558
  }
2087
- export declare namespace ListChannelsAssociatedWithChannelFlowRequest {
2088
- /**
2089
- * @internal
2090
- */
2091
- const filterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowRequest) => any;
2092
- }
2093
1559
  export interface ListChannelsAssociatedWithChannelFlowResponse {
2094
1560
  /**
2095
1561
  * <p>The information about each channel.</p>
@@ -2100,12 +1566,6 @@ export interface ListChannelsAssociatedWithChannelFlowResponse {
2100
1566
  */
2101
1567
  NextToken?: string;
2102
1568
  }
2103
- export declare namespace ListChannelsAssociatedWithChannelFlowResponse {
2104
- /**
2105
- * @internal
2106
- */
2107
- const filterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowResponse) => any;
2108
- }
2109
1569
  export interface ListChannelsModeratedByAppInstanceUserRequest {
2110
1570
  /**
2111
1571
  * <p>The ARN of the user in the moderated channel.</p>
@@ -2125,12 +1585,6 @@ export interface ListChannelsModeratedByAppInstanceUserRequest {
2125
1585
  */
2126
1586
  ChimeBearer: string | undefined;
2127
1587
  }
2128
- export declare namespace ListChannelsModeratedByAppInstanceUserRequest {
2129
- /**
2130
- * @internal
2131
- */
2132
- const filterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserRequest) => any;
2133
- }
2134
1588
  export interface ListChannelsModeratedByAppInstanceUserResponse {
2135
1589
  /**
2136
1590
  * <p>The moderated channels in the request.</p>
@@ -2142,36 +1596,18 @@ export interface ListChannelsModeratedByAppInstanceUserResponse {
2142
1596
  */
2143
1597
  NextToken?: string;
2144
1598
  }
2145
- export declare namespace ListChannelsModeratedByAppInstanceUserResponse {
2146
- /**
2147
- * @internal
2148
- */
2149
- const filterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserResponse) => any;
2150
- }
2151
1599
  export interface ListTagsForResourceRequest {
2152
1600
  /**
2153
1601
  * <p>The ARN of the resource.</p>
2154
1602
  */
2155
1603
  ResourceARN: string | undefined;
2156
1604
  }
2157
- export declare namespace ListTagsForResourceRequest {
2158
- /**
2159
- * @internal
2160
- */
2161
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2162
- }
2163
1605
  export interface ListTagsForResourceResponse {
2164
1606
  /**
2165
1607
  * <p>The tag key-value pairs.</p>
2166
1608
  */
2167
1609
  Tags?: Tag[];
2168
1610
  }
2169
- export declare namespace ListTagsForResourceResponse {
2170
- /**
2171
- * @internal
2172
- */
2173
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2174
- }
2175
1611
  export interface PutChannelMembershipPreferencesRequest {
2176
1612
  /**
2177
1613
  * <p>The ARN of the channel.</p>
@@ -2190,12 +1626,6 @@ export interface PutChannelMembershipPreferencesRequest {
2190
1626
  */
2191
1627
  Preferences: ChannelMembershipPreferences | undefined;
2192
1628
  }
2193
- export declare namespace PutChannelMembershipPreferencesRequest {
2194
- /**
2195
- * @internal
2196
- */
2197
- const filterSensitiveLog: (obj: PutChannelMembershipPreferencesRequest) => any;
2198
- }
2199
1629
  export interface PutChannelMembershipPreferencesResponse {
2200
1630
  /**
2201
1631
  * <p>The ARN of the channel.</p>
@@ -2210,12 +1640,6 @@ export interface PutChannelMembershipPreferencesResponse {
2210
1640
  */
2211
1641
  Preferences?: ChannelMembershipPreferences;
2212
1642
  }
2213
- export declare namespace PutChannelMembershipPreferencesResponse {
2214
- /**
2215
- * @internal
2216
- */
2217
- const filterSensitiveLog: (obj: PutChannelMembershipPreferencesResponse) => any;
2218
- }
2219
1643
  export interface RedactChannelMessageRequest {
2220
1644
  /**
2221
1645
  * <p>The ARN of the channel containing the messages that you want to redact.</p>
@@ -2230,12 +1654,6 @@ export interface RedactChannelMessageRequest {
2230
1654
  */
2231
1655
  ChimeBearer: string | undefined;
2232
1656
  }
2233
- export declare namespace RedactChannelMessageRequest {
2234
- /**
2235
- * @internal
2236
- */
2237
- const filterSensitiveLog: (obj: RedactChannelMessageRequest) => any;
2238
- }
2239
1657
  export interface RedactChannelMessageResponse {
2240
1658
  /**
2241
1659
  * <p>The ARN of the channel containing the messages that you want to redact.</p>
@@ -2246,12 +1664,6 @@ export interface RedactChannelMessageResponse {
2246
1664
  */
2247
1665
  MessageId?: string;
2248
1666
  }
2249
- export declare namespace RedactChannelMessageResponse {
2250
- /**
2251
- * @internal
2252
- */
2253
- const filterSensitiveLog: (obj: RedactChannelMessageResponse) => any;
2254
- }
2255
1667
  export declare enum SearchFieldKey {
2256
1668
  MEMBERS = "MEMBERS"
2257
1669
  }
@@ -2281,12 +1693,6 @@ export interface SearchField {
2281
1693
  */
2282
1694
  Operator: SearchFieldOperator | string | undefined;
2283
1695
  }
2284
- export declare namespace SearchField {
2285
- /**
2286
- * @internal
2287
- */
2288
- const filterSensitiveLog: (obj: SearchField) => any;
2289
- }
2290
1696
  export interface SearchChannelsRequest {
2291
1697
  /**
2292
1698
  * <p>The <code>AppInstanceUserArn</code> of the user making the API call.</p>
@@ -2305,12 +1711,6 @@ export interface SearchChannelsRequest {
2305
1711
  */
2306
1712
  NextToken?: string;
2307
1713
  }
2308
- export declare namespace SearchChannelsRequest {
2309
- /**
2310
- * @internal
2311
- */
2312
- const filterSensitiveLog: (obj: SearchChannelsRequest) => any;
2313
- }
2314
1714
  export interface SearchChannelsResponse {
2315
1715
  /**
2316
1716
  * <p>A list of the channels in the request.</p>
@@ -2321,12 +1721,6 @@ export interface SearchChannelsResponse {
2321
1721
  */
2322
1722
  NextToken?: string;
2323
1723
  }
2324
- export declare namespace SearchChannelsResponse {
2325
- /**
2326
- * @internal
2327
- */
2328
- const filterSensitiveLog: (obj: SearchChannelsResponse) => any;
2329
- }
2330
1724
  export interface SendChannelMessageRequest {
2331
1725
  /**
2332
1726
  * <p>The ARN of the channel.</p>
@@ -2365,12 +1759,6 @@ export interface SendChannelMessageRequest {
2365
1759
  */
2366
1760
  MessageAttributes?: Record<string, MessageAttributeValue>;
2367
1761
  }
2368
- export declare namespace SendChannelMessageRequest {
2369
- /**
2370
- * @internal
2371
- */
2372
- const filterSensitiveLog: (obj: SendChannelMessageRequest) => any;
2373
- }
2374
1762
  export interface SendChannelMessageResponse {
2375
1763
  /**
2376
1764
  * <p>The ARN of the channel.</p>
@@ -2385,12 +1773,6 @@ export interface SendChannelMessageResponse {
2385
1773
  */
2386
1774
  Status?: ChannelMessageStatusStructure;
2387
1775
  }
2388
- export declare namespace SendChannelMessageResponse {
2389
- /**
2390
- * @internal
2391
- */
2392
- const filterSensitiveLog: (obj: SendChannelMessageResponse) => any;
2393
- }
2394
1776
  export interface TagResourceRequest {
2395
1777
  /**
2396
1778
  * <p>The resource ARN.</p>
@@ -2401,12 +1783,6 @@ export interface TagResourceRequest {
2401
1783
  */
2402
1784
  Tags: Tag[] | undefined;
2403
1785
  }
2404
- export declare namespace TagResourceRequest {
2405
- /**
2406
- * @internal
2407
- */
2408
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2409
- }
2410
1786
  export interface UntagResourceRequest {
2411
1787
  /**
2412
1788
  * <p>The resource ARN.</p>
@@ -2417,12 +1793,6 @@ export interface UntagResourceRequest {
2417
1793
  */
2418
1794
  TagKeys: string[] | undefined;
2419
1795
  }
2420
- export declare namespace UntagResourceRequest {
2421
- /**
2422
- * @internal
2423
- */
2424
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2425
- }
2426
1796
  export interface UpdateChannelRequest {
2427
1797
  /**
2428
1798
  * <p>The ARN of the channel.</p>
@@ -2445,24 +1815,12 @@ export interface UpdateChannelRequest {
2445
1815
  */
2446
1816
  ChimeBearer: string | undefined;
2447
1817
  }
2448
- export declare namespace UpdateChannelRequest {
2449
- /**
2450
- * @internal
2451
- */
2452
- const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
2453
- }
2454
1818
  export interface UpdateChannelResponse {
2455
1819
  /**
2456
1820
  * <p>The ARN of the channel.</p>
2457
1821
  */
2458
1822
  ChannelArn?: string;
2459
1823
  }
2460
- export declare namespace UpdateChannelResponse {
2461
- /**
2462
- * @internal
2463
- */
2464
- const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
2465
- }
2466
1824
  export interface UpdateChannelFlowRequest {
2467
1825
  /**
2468
1826
  * <p>The ARN of the channel flow.</p>
@@ -2477,24 +1835,12 @@ export interface UpdateChannelFlowRequest {
2477
1835
  */
2478
1836
  Name: string | undefined;
2479
1837
  }
2480
- export declare namespace UpdateChannelFlowRequest {
2481
- /**
2482
- * @internal
2483
- */
2484
- const filterSensitiveLog: (obj: UpdateChannelFlowRequest) => any;
2485
- }
2486
1838
  export interface UpdateChannelFlowResponse {
2487
1839
  /**
2488
1840
  * <p>The ARN of the channel flow.</p>
2489
1841
  */
2490
1842
  ChannelFlowArn?: string;
2491
1843
  }
2492
- export declare namespace UpdateChannelFlowResponse {
2493
- /**
2494
- * @internal
2495
- */
2496
- const filterSensitiveLog: (obj: UpdateChannelFlowResponse) => any;
2497
- }
2498
1844
  export interface UpdateChannelMessageRequest {
2499
1845
  /**
2500
1846
  * <p>The ARN of the channel.</p>
@@ -2517,12 +1863,6 @@ export interface UpdateChannelMessageRequest {
2517
1863
  */
2518
1864
  ChimeBearer: string | undefined;
2519
1865
  }
2520
- export declare namespace UpdateChannelMessageRequest {
2521
- /**
2522
- * @internal
2523
- */
2524
- const filterSensitiveLog: (obj: UpdateChannelMessageRequest) => any;
2525
- }
2526
1866
  export interface UpdateChannelMessageResponse {
2527
1867
  /**
2528
1868
  * <p>The ARN of the channel.</p>
@@ -2537,12 +1877,6 @@ export interface UpdateChannelMessageResponse {
2537
1877
  */
2538
1878
  Status?: ChannelMessageStatusStructure;
2539
1879
  }
2540
- export declare namespace UpdateChannelMessageResponse {
2541
- /**
2542
- * @internal
2543
- */
2544
- const filterSensitiveLog: (obj: UpdateChannelMessageResponse) => any;
2545
- }
2546
1880
  export interface UpdateChannelReadMarkerRequest {
2547
1881
  /**
2548
1882
  * <p>The ARN of the channel.</p>
@@ -2553,21 +1887,461 @@ export interface UpdateChannelReadMarkerRequest {
2553
1887
  */
2554
1888
  ChimeBearer: string | undefined;
2555
1889
  }
2556
- export declare namespace UpdateChannelReadMarkerRequest {
2557
- /**
2558
- * @internal
2559
- */
2560
- const filterSensitiveLog: (obj: UpdateChannelReadMarkerRequest) => any;
2561
- }
2562
1890
  export interface UpdateChannelReadMarkerResponse {
2563
1891
  /**
2564
1892
  * <p>The ARN of the channel.</p>
2565
1893
  */
2566
1894
  ChannelArn?: string;
2567
1895
  }
2568
- export declare namespace UpdateChannelReadMarkerResponse {
2569
- /**
2570
- * @internal
2571
- */
2572
- const filterSensitiveLog: (obj: UpdateChannelReadMarkerResponse) => any;
2573
- }
1896
+ /**
1897
+ * @internal
1898
+ */
1899
+ export declare const AppInstanceUserMembershipSummaryFilterSensitiveLog: (obj: AppInstanceUserMembershipSummary) => any;
1900
+ /**
1901
+ * @internal
1902
+ */
1903
+ export declare const AssociateChannelFlowRequestFilterSensitiveLog: (obj: AssociateChannelFlowRequest) => any;
1904
+ /**
1905
+ * @internal
1906
+ */
1907
+ export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
1908
+ /**
1909
+ * @internal
1910
+ */
1911
+ export declare const BatchChannelMembershipsFilterSensitiveLog: (obj: BatchChannelMemberships) => any;
1912
+ /**
1913
+ * @internal
1914
+ */
1915
+ export declare const BatchCreateChannelMembershipRequestFilterSensitiveLog: (obj: BatchCreateChannelMembershipRequest) => any;
1916
+ /**
1917
+ * @internal
1918
+ */
1919
+ export declare const BatchCreateChannelMembershipErrorFilterSensitiveLog: (obj: BatchCreateChannelMembershipError) => any;
1920
+ /**
1921
+ * @internal
1922
+ */
1923
+ export declare const BatchCreateChannelMembershipResponseFilterSensitiveLog: (obj: BatchCreateChannelMembershipResponse) => any;
1924
+ /**
1925
+ * @internal
1926
+ */
1927
+ export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
1928
+ /**
1929
+ * @internal
1930
+ */
1931
+ export declare const ChannelAssociatedWithFlowSummaryFilterSensitiveLog: (obj: ChannelAssociatedWithFlowSummary) => any;
1932
+ /**
1933
+ * @internal
1934
+ */
1935
+ export declare const ChannelBanFilterSensitiveLog: (obj: ChannelBan) => any;
1936
+ /**
1937
+ * @internal
1938
+ */
1939
+ export declare const ChannelBanSummaryFilterSensitiveLog: (obj: ChannelBanSummary) => any;
1940
+ /**
1941
+ * @internal
1942
+ */
1943
+ export declare const LambdaConfigurationFilterSensitiveLog: (obj: LambdaConfiguration) => any;
1944
+ /**
1945
+ * @internal
1946
+ */
1947
+ export declare const ProcessorConfigurationFilterSensitiveLog: (obj: ProcessorConfiguration) => any;
1948
+ /**
1949
+ * @internal
1950
+ */
1951
+ export declare const ProcessorFilterSensitiveLog: (obj: Processor) => any;
1952
+ /**
1953
+ * @internal
1954
+ */
1955
+ export declare const ChannelFlowFilterSensitiveLog: (obj: ChannelFlow) => any;
1956
+ /**
1957
+ * @internal
1958
+ */
1959
+ export declare const MessageAttributeValueFilterSensitiveLog: (obj: MessageAttributeValue) => any;
1960
+ /**
1961
+ * @internal
1962
+ */
1963
+ export declare const PushNotificationConfigurationFilterSensitiveLog: (obj: PushNotificationConfiguration) => any;
1964
+ /**
1965
+ * @internal
1966
+ */
1967
+ export declare const ChannelMessageCallbackFilterSensitiveLog: (obj: ChannelMessageCallback) => any;
1968
+ /**
1969
+ * @internal
1970
+ */
1971
+ export declare const ChannelFlowCallbackRequestFilterSensitiveLog: (obj: ChannelFlowCallbackRequest) => any;
1972
+ /**
1973
+ * @internal
1974
+ */
1975
+ export declare const ChannelFlowCallbackResponseFilterSensitiveLog: (obj: ChannelFlowCallbackResponse) => any;
1976
+ /**
1977
+ * @internal
1978
+ */
1979
+ export declare const ChannelFlowSummaryFilterSensitiveLog: (obj: ChannelFlowSummary) => any;
1980
+ /**
1981
+ * @internal
1982
+ */
1983
+ export declare const ChannelMembershipFilterSensitiveLog: (obj: ChannelMembership) => any;
1984
+ /**
1985
+ * @internal
1986
+ */
1987
+ export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
1988
+ /**
1989
+ * @internal
1990
+ */
1991
+ export declare const ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog: (obj: ChannelMembershipForAppInstanceUserSummary) => any;
1992
+ /**
1993
+ * @internal
1994
+ */
1995
+ export declare const PushNotificationPreferencesFilterSensitiveLog: (obj: PushNotificationPreferences) => any;
1996
+ /**
1997
+ * @internal
1998
+ */
1999
+ export declare const ChannelMembershipPreferencesFilterSensitiveLog: (obj: ChannelMembershipPreferences) => any;
2000
+ /**
2001
+ * @internal
2002
+ */
2003
+ export declare const ChannelMembershipSummaryFilterSensitiveLog: (obj: ChannelMembershipSummary) => any;
2004
+ /**
2005
+ * @internal
2006
+ */
2007
+ export declare const ChannelMessageStatusStructureFilterSensitiveLog: (obj: ChannelMessageStatusStructure) => any;
2008
+ /**
2009
+ * @internal
2010
+ */
2011
+ export declare const ChannelMessageFilterSensitiveLog: (obj: ChannelMessage) => any;
2012
+ /**
2013
+ * @internal
2014
+ */
2015
+ export declare const ChannelMessageSummaryFilterSensitiveLog: (obj: ChannelMessageSummary) => any;
2016
+ /**
2017
+ * @internal
2018
+ */
2019
+ export declare const ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog: (obj: ChannelModeratedByAppInstanceUserSummary) => any;
2020
+ /**
2021
+ * @internal
2022
+ */
2023
+ export declare const ChannelModeratorFilterSensitiveLog: (obj: ChannelModerator) => any;
2024
+ /**
2025
+ * @internal
2026
+ */
2027
+ export declare const ChannelModeratorSummaryFilterSensitiveLog: (obj: ChannelModeratorSummary) => any;
2028
+ /**
2029
+ * @internal
2030
+ */
2031
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2032
+ /**
2033
+ * @internal
2034
+ */
2035
+ export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
2036
+ /**
2037
+ * @internal
2038
+ */
2039
+ export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
2040
+ /**
2041
+ * @internal
2042
+ */
2043
+ export declare const CreateChannelBanRequestFilterSensitiveLog: (obj: CreateChannelBanRequest) => any;
2044
+ /**
2045
+ * @internal
2046
+ */
2047
+ export declare const CreateChannelBanResponseFilterSensitiveLog: (obj: CreateChannelBanResponse) => any;
2048
+ /**
2049
+ * @internal
2050
+ */
2051
+ export declare const CreateChannelFlowRequestFilterSensitiveLog: (obj: CreateChannelFlowRequest) => any;
2052
+ /**
2053
+ * @internal
2054
+ */
2055
+ export declare const CreateChannelFlowResponseFilterSensitiveLog: (obj: CreateChannelFlowResponse) => any;
2056
+ /**
2057
+ * @internal
2058
+ */
2059
+ export declare const CreateChannelMembershipRequestFilterSensitiveLog: (obj: CreateChannelMembershipRequest) => any;
2060
+ /**
2061
+ * @internal
2062
+ */
2063
+ export declare const CreateChannelMembershipResponseFilterSensitiveLog: (obj: CreateChannelMembershipResponse) => any;
2064
+ /**
2065
+ * @internal
2066
+ */
2067
+ export declare const CreateChannelModeratorRequestFilterSensitiveLog: (obj: CreateChannelModeratorRequest) => any;
2068
+ /**
2069
+ * @internal
2070
+ */
2071
+ export declare const CreateChannelModeratorResponseFilterSensitiveLog: (obj: CreateChannelModeratorResponse) => any;
2072
+ /**
2073
+ * @internal
2074
+ */
2075
+ export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
2076
+ /**
2077
+ * @internal
2078
+ */
2079
+ export declare const DeleteChannelBanRequestFilterSensitiveLog: (obj: DeleteChannelBanRequest) => any;
2080
+ /**
2081
+ * @internal
2082
+ */
2083
+ export declare const DeleteChannelFlowRequestFilterSensitiveLog: (obj: DeleteChannelFlowRequest) => any;
2084
+ /**
2085
+ * @internal
2086
+ */
2087
+ export declare const DeleteChannelMembershipRequestFilterSensitiveLog: (obj: DeleteChannelMembershipRequest) => any;
2088
+ /**
2089
+ * @internal
2090
+ */
2091
+ export declare const DeleteChannelMessageRequestFilterSensitiveLog: (obj: DeleteChannelMessageRequest) => any;
2092
+ /**
2093
+ * @internal
2094
+ */
2095
+ export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (obj: DeleteChannelModeratorRequest) => any;
2096
+ /**
2097
+ * @internal
2098
+ */
2099
+ export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
2100
+ /**
2101
+ * @internal
2102
+ */
2103
+ export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
2104
+ /**
2105
+ * @internal
2106
+ */
2107
+ export declare const DescribeChannelBanRequestFilterSensitiveLog: (obj: DescribeChannelBanRequest) => any;
2108
+ /**
2109
+ * @internal
2110
+ */
2111
+ export declare const DescribeChannelBanResponseFilterSensitiveLog: (obj: DescribeChannelBanResponse) => any;
2112
+ /**
2113
+ * @internal
2114
+ */
2115
+ export declare const DescribeChannelFlowRequestFilterSensitiveLog: (obj: DescribeChannelFlowRequest) => any;
2116
+ /**
2117
+ * @internal
2118
+ */
2119
+ export declare const DescribeChannelFlowResponseFilterSensitiveLog: (obj: DescribeChannelFlowResponse) => any;
2120
+ /**
2121
+ * @internal
2122
+ */
2123
+ export declare const DescribeChannelMembershipRequestFilterSensitiveLog: (obj: DescribeChannelMembershipRequest) => any;
2124
+ /**
2125
+ * @internal
2126
+ */
2127
+ export declare const DescribeChannelMembershipResponseFilterSensitiveLog: (obj: DescribeChannelMembershipResponse) => any;
2128
+ /**
2129
+ * @internal
2130
+ */
2131
+ export declare const DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserRequest) => any;
2132
+ /**
2133
+ * @internal
2134
+ */
2135
+ export declare const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserResponse) => any;
2136
+ /**
2137
+ * @internal
2138
+ */
2139
+ export declare const DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserRequest) => any;
2140
+ /**
2141
+ * @internal
2142
+ */
2143
+ export declare const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserResponse) => any;
2144
+ /**
2145
+ * @internal
2146
+ */
2147
+ export declare const DescribeChannelModeratorRequestFilterSensitiveLog: (obj: DescribeChannelModeratorRequest) => any;
2148
+ /**
2149
+ * @internal
2150
+ */
2151
+ export declare const DescribeChannelModeratorResponseFilterSensitiveLog: (obj: DescribeChannelModeratorResponse) => any;
2152
+ /**
2153
+ * @internal
2154
+ */
2155
+ export declare const DisassociateChannelFlowRequestFilterSensitiveLog: (obj: DisassociateChannelFlowRequest) => any;
2156
+ /**
2157
+ * @internal
2158
+ */
2159
+ export declare const GetChannelMembershipPreferencesRequestFilterSensitiveLog: (obj: GetChannelMembershipPreferencesRequest) => any;
2160
+ /**
2161
+ * @internal
2162
+ */
2163
+ export declare const GetChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: GetChannelMembershipPreferencesResponse) => any;
2164
+ /**
2165
+ * @internal
2166
+ */
2167
+ export declare const GetChannelMessageRequestFilterSensitiveLog: (obj: GetChannelMessageRequest) => any;
2168
+ /**
2169
+ * @internal
2170
+ */
2171
+ export declare const GetChannelMessageResponseFilterSensitiveLog: (obj: GetChannelMessageResponse) => any;
2172
+ /**
2173
+ * @internal
2174
+ */
2175
+ export declare const GetChannelMessageStatusRequestFilterSensitiveLog: (obj: GetChannelMessageStatusRequest) => any;
2176
+ /**
2177
+ * @internal
2178
+ */
2179
+ export declare const GetChannelMessageStatusResponseFilterSensitiveLog: (obj: GetChannelMessageStatusResponse) => any;
2180
+ /**
2181
+ * @internal
2182
+ */
2183
+ export declare const GetMessagingSessionEndpointRequestFilterSensitiveLog: (obj: GetMessagingSessionEndpointRequest) => any;
2184
+ /**
2185
+ * @internal
2186
+ */
2187
+ export declare const MessagingSessionEndpointFilterSensitiveLog: (obj: MessagingSessionEndpoint) => any;
2188
+ /**
2189
+ * @internal
2190
+ */
2191
+ export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (obj: GetMessagingSessionEndpointResponse) => any;
2192
+ /**
2193
+ * @internal
2194
+ */
2195
+ export declare const ListChannelBansRequestFilterSensitiveLog: (obj: ListChannelBansRequest) => any;
2196
+ /**
2197
+ * @internal
2198
+ */
2199
+ export declare const ListChannelBansResponseFilterSensitiveLog: (obj: ListChannelBansResponse) => any;
2200
+ /**
2201
+ * @internal
2202
+ */
2203
+ export declare const ListChannelFlowsRequestFilterSensitiveLog: (obj: ListChannelFlowsRequest) => any;
2204
+ /**
2205
+ * @internal
2206
+ */
2207
+ export declare const ListChannelFlowsResponseFilterSensitiveLog: (obj: ListChannelFlowsResponse) => any;
2208
+ /**
2209
+ * @internal
2210
+ */
2211
+ export declare const ListChannelMembershipsRequestFilterSensitiveLog: (obj: ListChannelMembershipsRequest) => any;
2212
+ /**
2213
+ * @internal
2214
+ */
2215
+ export declare const ListChannelMembershipsResponseFilterSensitiveLog: (obj: ListChannelMembershipsResponse) => any;
2216
+ /**
2217
+ * @internal
2218
+ */
2219
+ export declare const ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserRequest) => any;
2220
+ /**
2221
+ * @internal
2222
+ */
2223
+ export declare const ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserResponse) => any;
2224
+ /**
2225
+ * @internal
2226
+ */
2227
+ export declare const ListChannelMessagesRequestFilterSensitiveLog: (obj: ListChannelMessagesRequest) => any;
2228
+ /**
2229
+ * @internal
2230
+ */
2231
+ export declare const ListChannelMessagesResponseFilterSensitiveLog: (obj: ListChannelMessagesResponse) => any;
2232
+ /**
2233
+ * @internal
2234
+ */
2235
+ export declare const ListChannelModeratorsRequestFilterSensitiveLog: (obj: ListChannelModeratorsRequest) => any;
2236
+ /**
2237
+ * @internal
2238
+ */
2239
+ export declare const ListChannelModeratorsResponseFilterSensitiveLog: (obj: ListChannelModeratorsResponse) => any;
2240
+ /**
2241
+ * @internal
2242
+ */
2243
+ export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
2244
+ /**
2245
+ * @internal
2246
+ */
2247
+ export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
2248
+ /**
2249
+ * @internal
2250
+ */
2251
+ export declare const ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowRequest) => any;
2252
+ /**
2253
+ * @internal
2254
+ */
2255
+ export declare const ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowResponse) => any;
2256
+ /**
2257
+ * @internal
2258
+ */
2259
+ export declare const ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserRequest) => any;
2260
+ /**
2261
+ * @internal
2262
+ */
2263
+ export declare const ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserResponse) => any;
2264
+ /**
2265
+ * @internal
2266
+ */
2267
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2268
+ /**
2269
+ * @internal
2270
+ */
2271
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2272
+ /**
2273
+ * @internal
2274
+ */
2275
+ export declare const PutChannelMembershipPreferencesRequestFilterSensitiveLog: (obj: PutChannelMembershipPreferencesRequest) => any;
2276
+ /**
2277
+ * @internal
2278
+ */
2279
+ export declare const PutChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: PutChannelMembershipPreferencesResponse) => any;
2280
+ /**
2281
+ * @internal
2282
+ */
2283
+ export declare const RedactChannelMessageRequestFilterSensitiveLog: (obj: RedactChannelMessageRequest) => any;
2284
+ /**
2285
+ * @internal
2286
+ */
2287
+ export declare const RedactChannelMessageResponseFilterSensitiveLog: (obj: RedactChannelMessageResponse) => any;
2288
+ /**
2289
+ * @internal
2290
+ */
2291
+ export declare const SearchFieldFilterSensitiveLog: (obj: SearchField) => any;
2292
+ /**
2293
+ * @internal
2294
+ */
2295
+ export declare const SearchChannelsRequestFilterSensitiveLog: (obj: SearchChannelsRequest) => any;
2296
+ /**
2297
+ * @internal
2298
+ */
2299
+ export declare const SearchChannelsResponseFilterSensitiveLog: (obj: SearchChannelsResponse) => any;
2300
+ /**
2301
+ * @internal
2302
+ */
2303
+ export declare const SendChannelMessageRequestFilterSensitiveLog: (obj: SendChannelMessageRequest) => any;
2304
+ /**
2305
+ * @internal
2306
+ */
2307
+ export declare const SendChannelMessageResponseFilterSensitiveLog: (obj: SendChannelMessageResponse) => any;
2308
+ /**
2309
+ * @internal
2310
+ */
2311
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2312
+ /**
2313
+ * @internal
2314
+ */
2315
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2316
+ /**
2317
+ * @internal
2318
+ */
2319
+ export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
2320
+ /**
2321
+ * @internal
2322
+ */
2323
+ export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
2324
+ /**
2325
+ * @internal
2326
+ */
2327
+ export declare const UpdateChannelFlowRequestFilterSensitiveLog: (obj: UpdateChannelFlowRequest) => any;
2328
+ /**
2329
+ * @internal
2330
+ */
2331
+ export declare const UpdateChannelFlowResponseFilterSensitiveLog: (obj: UpdateChannelFlowResponse) => any;
2332
+ /**
2333
+ * @internal
2334
+ */
2335
+ export declare const UpdateChannelMessageRequestFilterSensitiveLog: (obj: UpdateChannelMessageRequest) => any;
2336
+ /**
2337
+ * @internal
2338
+ */
2339
+ export declare const UpdateChannelMessageResponseFilterSensitiveLog: (obj: UpdateChannelMessageResponse) => any;
2340
+ /**
2341
+ * @internal
2342
+ */
2343
+ export declare const UpdateChannelReadMarkerRequestFilterSensitiveLog: (obj: UpdateChannelReadMarkerRequest) => any;
2344
+ /**
2345
+ * @internal
2346
+ */
2347
+ export declare const UpdateChannelReadMarkerResponseFilterSensitiveLog: (obj: UpdateChannelReadMarkerResponse) => any;