@aws-sdk/client-chime-sdk-messaging 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.
Files changed (100) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AssociateChannelFlowCommand.js +1 -1
  3. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +2 -2
  4. package/dist-cjs/commands/ChannelFlowCallbackCommand.js +2 -2
  5. package/dist-cjs/commands/CreateChannelBanCommand.js +2 -2
  6. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  7. package/dist-cjs/commands/CreateChannelFlowCommand.js +2 -2
  8. package/dist-cjs/commands/CreateChannelMembershipCommand.js +2 -2
  9. package/dist-cjs/commands/CreateChannelModeratorCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteChannelBanCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteChannelCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteChannelFlowCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteChannelMessageCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +1 -1
  16. package/dist-cjs/commands/DescribeChannelBanCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeChannelFlowCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +2 -2
  23. package/dist-cjs/commands/DisassociateChannelFlowCommand.js +1 -1
  24. package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +2 -2
  25. package/dist-cjs/commands/GetChannelMessageCommand.js +2 -2
  26. package/dist-cjs/commands/GetChannelMessageStatusCommand.js +2 -2
  27. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +2 -2
  28. package/dist-cjs/commands/ListChannelBansCommand.js +2 -2
  29. package/dist-cjs/commands/ListChannelFlowsCommand.js +2 -2
  30. package/dist-cjs/commands/ListChannelMembershipsCommand.js +2 -2
  31. package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -2
  32. package/dist-cjs/commands/ListChannelMessagesCommand.js +2 -2
  33. package/dist-cjs/commands/ListChannelModeratorsCommand.js +2 -2
  34. package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -2
  35. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  36. package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -2
  37. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  38. package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +2 -2
  39. package/dist-cjs/commands/RedactChannelMessageCommand.js +2 -2
  40. package/dist-cjs/commands/SearchChannelsCommand.js +2 -2
  41. package/dist-cjs/commands/SendChannelMessageCommand.js +2 -2
  42. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  43. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  44. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateChannelFlowCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateChannelMessageCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +2 -2
  48. package/dist-cjs/models/models_0.js +613 -841
  49. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  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-es/protocols/Aws_restJson1.js +3 -0
  98. package/dist-types/models/models_0.d.ts +452 -678
  99. package/dist-types/ts3.4/models/models_0.d.ts +226 -452
  100. package/package.json +9 -9
@@ -16,10 +16,6 @@ export interface AppInstanceUserMembershipSummary {
16
16
 
17
17
  ReadMarkerTimestamp?: Date;
18
18
  }
19
- export declare namespace AppInstanceUserMembershipSummary {
20
-
21
- const filterSensitiveLog: (obj: AppInstanceUserMembershipSummary) => any;
22
- }
23
19
  export interface AssociateChannelFlowRequest {
24
20
 
25
21
  ChannelArn: string | undefined;
@@ -28,10 +24,6 @@ export interface AssociateChannelFlowRequest {
28
24
 
29
25
  ChimeBearer: string | undefined;
30
26
  }
31
- export declare namespace AssociateChannelFlowRequest {
32
-
33
- const filterSensitiveLog: (obj: AssociateChannelFlowRequest) => any;
34
- }
35
27
  export declare enum ErrorCode {
36
28
  AccessDenied = "AccessDenied",
37
29
  BadRequest = "BadRequest",
@@ -128,10 +120,6 @@ export interface Identity {
128
120
 
129
121
  Name?: string;
130
122
  }
131
- export declare namespace Identity {
132
-
133
- const filterSensitiveLog: (obj: Identity) => any;
134
- }
135
123
 
136
124
  export interface BatchChannelMemberships {
137
125
 
@@ -143,10 +131,6 @@ export interface BatchChannelMemberships {
143
131
 
144
132
  ChannelArn?: string;
145
133
  }
146
- export declare namespace BatchChannelMemberships {
147
-
148
- const filterSensitiveLog: (obj: BatchChannelMemberships) => any;
149
- }
150
134
  export interface BatchCreateChannelMembershipRequest {
151
135
 
152
136
  ChannelArn: string | undefined;
@@ -157,10 +141,6 @@ export interface BatchCreateChannelMembershipRequest {
157
141
 
158
142
  ChimeBearer: string | undefined;
159
143
  }
160
- export declare namespace BatchCreateChannelMembershipRequest {
161
-
162
- const filterSensitiveLog: (obj: BatchCreateChannelMembershipRequest) => any;
163
- }
164
144
 
165
145
  export interface BatchCreateChannelMembershipError {
166
146
 
@@ -170,20 +150,12 @@ export interface BatchCreateChannelMembershipError {
170
150
 
171
151
  ErrorMessage?: string;
172
152
  }
173
- export declare namespace BatchCreateChannelMembershipError {
174
-
175
- const filterSensitiveLog: (obj: BatchCreateChannelMembershipError) => any;
176
- }
177
153
  export interface BatchCreateChannelMembershipResponse {
178
154
 
179
155
  BatchChannelMemberships?: BatchChannelMemberships;
180
156
 
181
157
  Errors?: BatchCreateChannelMembershipError[];
182
158
  }
183
- export declare namespace BatchCreateChannelMembershipResponse {
184
-
185
- const filterSensitiveLog: (obj: BatchCreateChannelMembershipResponse) => any;
186
- }
187
159
  export declare enum ChannelMode {
188
160
  RESTRICTED = "RESTRICTED",
189
161
  UNRESTRICTED = "UNRESTRICTED"
@@ -215,10 +187,6 @@ export interface Channel {
215
187
 
216
188
  ChannelFlowArn?: string;
217
189
  }
218
- export declare namespace Channel {
219
-
220
- const filterSensitiveLog: (obj: Channel) => any;
221
- }
222
190
 
223
191
  export interface ChannelAssociatedWithFlowSummary {
224
192
 
@@ -232,10 +200,6 @@ export interface ChannelAssociatedWithFlowSummary {
232
200
 
233
201
  Metadata?: string;
234
202
  }
235
- export declare namespace ChannelAssociatedWithFlowSummary {
236
-
237
- const filterSensitiveLog: (obj: ChannelAssociatedWithFlowSummary) => any;
238
- }
239
203
 
240
204
  export interface ChannelBan {
241
205
 
@@ -247,19 +211,11 @@ export interface ChannelBan {
247
211
 
248
212
  CreatedBy?: Identity;
249
213
  }
250
- export declare namespace ChannelBan {
251
-
252
- const filterSensitiveLog: (obj: ChannelBan) => any;
253
- }
254
214
 
255
215
  export interface ChannelBanSummary {
256
216
 
257
217
  Member?: Identity;
258
218
  }
259
- export declare namespace ChannelBanSummary {
260
-
261
- const filterSensitiveLog: (obj: ChannelBanSummary) => any;
262
- }
263
219
  export declare enum InvocationType {
264
220
  ASYNC = "ASYNC"
265
221
  }
@@ -270,19 +226,11 @@ export interface LambdaConfiguration {
270
226
 
271
227
  InvocationType: InvocationType | string | undefined;
272
228
  }
273
- export declare namespace LambdaConfiguration {
274
-
275
- const filterSensitiveLog: (obj: LambdaConfiguration) => any;
276
- }
277
229
 
278
230
  export interface ProcessorConfiguration {
279
231
 
280
232
  Lambda: LambdaConfiguration | undefined;
281
233
  }
282
- export declare namespace ProcessorConfiguration {
283
-
284
- const filterSensitiveLog: (obj: ProcessorConfiguration) => any;
285
- }
286
234
  export declare enum FallbackAction {
287
235
  ABORT = "ABORT",
288
236
  CONTINUE = "CONTINUE"
@@ -298,10 +246,6 @@ export interface Processor {
298
246
 
299
247
  FallbackAction: FallbackAction | string | undefined;
300
248
  }
301
- export declare namespace Processor {
302
-
303
- const filterSensitiveLog: (obj: Processor) => any;
304
- }
305
249
 
306
250
  export interface ChannelFlow {
307
251
 
@@ -315,19 +259,11 @@ export interface ChannelFlow {
315
259
 
316
260
  LastUpdatedTimestamp?: Date;
317
261
  }
318
- export declare namespace ChannelFlow {
319
-
320
- const filterSensitiveLog: (obj: ChannelFlow) => any;
321
- }
322
262
 
323
263
  export interface MessageAttributeValue {
324
264
 
325
265
  StringValues?: string[];
326
266
  }
327
- export declare namespace MessageAttributeValue {
328
-
329
- const filterSensitiveLog: (obj: MessageAttributeValue) => any;
330
- }
331
267
  export declare enum PushNotificationType {
332
268
  DEFAULT = "DEFAULT",
333
269
  VOIP = "VOIP"
@@ -341,10 +277,6 @@ export interface PushNotificationConfiguration {
341
277
 
342
278
  Type?: PushNotificationType | string;
343
279
  }
344
- export declare namespace PushNotificationConfiguration {
345
-
346
- const filterSensitiveLog: (obj: PushNotificationConfiguration) => any;
347
- }
348
280
 
349
281
  export interface ChannelMessageCallback {
350
282
 
@@ -358,10 +290,6 @@ export interface ChannelMessageCallback {
358
290
 
359
291
  MessageAttributes?: Record<string, MessageAttributeValue>;
360
292
  }
361
- export declare namespace ChannelMessageCallback {
362
-
363
- const filterSensitiveLog: (obj: ChannelMessageCallback) => any;
364
- }
365
293
  export interface ChannelFlowCallbackRequest {
366
294
 
367
295
  CallbackId?: string;
@@ -372,20 +300,12 @@ export interface ChannelFlowCallbackRequest {
372
300
 
373
301
  ChannelMessage: ChannelMessageCallback | undefined;
374
302
  }
375
- export declare namespace ChannelFlowCallbackRequest {
376
-
377
- const filterSensitiveLog: (obj: ChannelFlowCallbackRequest) => any;
378
- }
379
303
  export interface ChannelFlowCallbackResponse {
380
304
 
381
305
  ChannelArn?: string;
382
306
 
383
307
  CallbackId?: string;
384
308
  }
385
- export declare namespace ChannelFlowCallbackResponse {
386
-
387
- const filterSensitiveLog: (obj: ChannelFlowCallbackResponse) => any;
388
- }
389
309
 
390
310
  export interface ChannelFlowSummary {
391
311
 
@@ -395,10 +315,6 @@ export interface ChannelFlowSummary {
395
315
 
396
316
  Processors?: Processor[];
397
317
  }
398
- export declare namespace ChannelFlowSummary {
399
-
400
- const filterSensitiveLog: (obj: ChannelFlowSummary) => any;
401
- }
402
318
 
403
319
  export interface ChannelMembership {
404
320
 
@@ -414,10 +330,6 @@ export interface ChannelMembership {
414
330
 
415
331
  LastUpdatedTimestamp?: Date;
416
332
  }
417
- export declare namespace ChannelMembership {
418
-
419
- const filterSensitiveLog: (obj: ChannelMembership) => any;
420
- }
421
333
 
422
334
  export interface ChannelSummary {
423
335
 
@@ -433,10 +345,6 @@ export interface ChannelSummary {
433
345
 
434
346
  LastMessageTimestamp?: Date;
435
347
  }
436
- export declare namespace ChannelSummary {
437
-
438
- const filterSensitiveLog: (obj: ChannelSummary) => any;
439
- }
440
348
 
441
349
  export interface ChannelMembershipForAppInstanceUserSummary {
442
350
 
@@ -444,10 +352,6 @@ export interface ChannelMembershipForAppInstanceUserSummary {
444
352
 
445
353
  AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
446
354
  }
447
- export declare namespace ChannelMembershipForAppInstanceUserSummary {
448
-
449
- const filterSensitiveLog: (obj: ChannelMembershipForAppInstanceUserSummary) => any;
450
- }
451
355
 
452
356
  export interface PushNotificationPreferences {
453
357
 
@@ -455,28 +359,16 @@ export interface PushNotificationPreferences {
455
359
 
456
360
  FilterRule?: string;
457
361
  }
458
- export declare namespace PushNotificationPreferences {
459
-
460
- const filterSensitiveLog: (obj: PushNotificationPreferences) => any;
461
- }
462
362
 
463
363
  export interface ChannelMembershipPreferences {
464
364
 
465
365
  PushNotifications?: PushNotificationPreferences;
466
366
  }
467
- export declare namespace ChannelMembershipPreferences {
468
-
469
- const filterSensitiveLog: (obj: ChannelMembershipPreferences) => any;
470
- }
471
367
 
472
368
  export interface ChannelMembershipSummary {
473
369
 
474
370
  Member?: Identity;
475
371
  }
476
- export declare namespace ChannelMembershipSummary {
477
-
478
- const filterSensitiveLog: (obj: ChannelMembershipSummary) => any;
479
- }
480
372
  export declare enum ChannelMessagePersistenceType {
481
373
  NON_PERSISTENT = "NON_PERSISTENT",
482
374
  PERSISTENT = "PERSISTENT"
@@ -494,10 +386,6 @@ export interface ChannelMessageStatusStructure {
494
386
 
495
387
  Detail?: string;
496
388
  }
497
- export declare namespace ChannelMessageStatusStructure {
498
-
499
- const filterSensitiveLog: (obj: ChannelMessageStatusStructure) => any;
500
- }
501
389
  export declare enum ChannelMessageType {
502
390
  CONTROL = "CONTROL",
503
391
  STANDARD = "STANDARD"
@@ -531,10 +419,6 @@ export interface ChannelMessage {
531
419
 
532
420
  MessageAttributes?: Record<string, MessageAttributeValue>;
533
421
  }
534
- export declare namespace ChannelMessage {
535
-
536
- const filterSensitiveLog: (obj: ChannelMessage) => any;
537
- }
538
422
 
539
423
  export interface ChannelMessageSummary {
540
424
 
@@ -560,19 +444,11 @@ export interface ChannelMessageSummary {
560
444
 
561
445
  MessageAttributes?: Record<string, MessageAttributeValue>;
562
446
  }
563
- export declare namespace ChannelMessageSummary {
564
-
565
- const filterSensitiveLog: (obj: ChannelMessageSummary) => any;
566
- }
567
447
 
568
448
  export interface ChannelModeratedByAppInstanceUserSummary {
569
449
 
570
450
  ChannelSummary?: ChannelSummary;
571
451
  }
572
- export declare namespace ChannelModeratedByAppInstanceUserSummary {
573
-
574
- const filterSensitiveLog: (obj: ChannelModeratedByAppInstanceUserSummary) => any;
575
- }
576
452
 
577
453
  export interface ChannelModerator {
578
454
 
@@ -584,19 +460,11 @@ export interface ChannelModerator {
584
460
 
585
461
  CreatedBy?: Identity;
586
462
  }
587
- export declare namespace ChannelModerator {
588
-
589
- const filterSensitiveLog: (obj: ChannelModerator) => any;
590
- }
591
463
 
592
464
  export interface ChannelModeratorSummary {
593
465
 
594
466
  Moderator?: Identity;
595
467
  }
596
- export declare namespace ChannelModeratorSummary {
597
-
598
- const filterSensitiveLog: (obj: ChannelModeratorSummary) => any;
599
- }
600
468
 
601
469
  export interface Tag {
602
470
 
@@ -604,10 +472,6 @@ export interface Tag {
604
472
 
605
473
  Value: string | undefined;
606
474
  }
607
- export declare namespace Tag {
608
-
609
- const filterSensitiveLog: (obj: Tag) => any;
610
- }
611
475
  export interface CreateChannelRequest {
612
476
 
613
477
  AppInstanceArn: string | undefined;
@@ -632,18 +496,10 @@ export interface CreateChannelRequest {
632
496
 
633
497
  ModeratorArns?: string[];
634
498
  }
635
- export declare namespace CreateChannelRequest {
636
-
637
- const filterSensitiveLog: (obj: CreateChannelRequest) => any;
638
- }
639
499
  export interface CreateChannelResponse {
640
500
 
641
501
  ChannelArn?: string;
642
502
  }
643
- export declare namespace CreateChannelResponse {
644
-
645
- const filterSensitiveLog: (obj: CreateChannelResponse) => any;
646
- }
647
503
 
648
504
  export declare class ResourceLimitExceededException extends __BaseException {
649
505
  readonly name: "ResourceLimitExceededException";
@@ -661,20 +517,12 @@ export interface CreateChannelBanRequest {
661
517
 
662
518
  ChimeBearer: string | undefined;
663
519
  }
664
- export declare namespace CreateChannelBanRequest {
665
-
666
- const filterSensitiveLog: (obj: CreateChannelBanRequest) => any;
667
- }
668
520
  export interface CreateChannelBanResponse {
669
521
 
670
522
  ChannelArn?: string;
671
523
 
672
524
  Member?: Identity;
673
525
  }
674
- export declare namespace CreateChannelBanResponse {
675
-
676
- const filterSensitiveLog: (obj: CreateChannelBanResponse) => any;
677
- }
678
526
  export interface CreateChannelFlowRequest {
679
527
 
680
528
  AppInstanceArn: string | undefined;
@@ -687,18 +535,10 @@ export interface CreateChannelFlowRequest {
687
535
 
688
536
  ClientRequestToken: string | undefined;
689
537
  }
690
- export declare namespace CreateChannelFlowRequest {
691
-
692
- const filterSensitiveLog: (obj: CreateChannelFlowRequest) => any;
693
- }
694
538
  export interface CreateChannelFlowResponse {
695
539
 
696
540
  ChannelFlowArn?: string;
697
541
  }
698
- export declare namespace CreateChannelFlowResponse {
699
-
700
- const filterSensitiveLog: (obj: CreateChannelFlowResponse) => any;
701
- }
702
542
  export interface CreateChannelMembershipRequest {
703
543
 
704
544
  ChannelArn: string | undefined;
@@ -709,20 +549,12 @@ export interface CreateChannelMembershipRequest {
709
549
 
710
550
  ChimeBearer: string | undefined;
711
551
  }
712
- export declare namespace CreateChannelMembershipRequest {
713
-
714
- const filterSensitiveLog: (obj: CreateChannelMembershipRequest) => any;
715
- }
716
552
  export interface CreateChannelMembershipResponse {
717
553
 
718
554
  ChannelArn?: string;
719
555
 
720
556
  Member?: Identity;
721
557
  }
722
- export declare namespace CreateChannelMembershipResponse {
723
-
724
- const filterSensitiveLog: (obj: CreateChannelMembershipResponse) => any;
725
- }
726
558
  export interface CreateChannelModeratorRequest {
727
559
 
728
560
  ChannelArn: string | undefined;
@@ -731,30 +563,18 @@ export interface CreateChannelModeratorRequest {
731
563
 
732
564
  ChimeBearer: string | undefined;
733
565
  }
734
- export declare namespace CreateChannelModeratorRequest {
735
-
736
- const filterSensitiveLog: (obj: CreateChannelModeratorRequest) => any;
737
- }
738
566
  export interface CreateChannelModeratorResponse {
739
567
 
740
568
  ChannelArn?: string;
741
569
 
742
570
  ChannelModerator?: Identity;
743
571
  }
744
- export declare namespace CreateChannelModeratorResponse {
745
-
746
- const filterSensitiveLog: (obj: CreateChannelModeratorResponse) => any;
747
- }
748
572
  export interface DeleteChannelRequest {
749
573
 
750
574
  ChannelArn: string | undefined;
751
575
 
752
576
  ChimeBearer: string | undefined;
753
577
  }
754
- export declare namespace DeleteChannelRequest {
755
-
756
- const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
757
- }
758
578
  export interface DeleteChannelBanRequest {
759
579
 
760
580
  ChannelArn: string | undefined;
@@ -763,18 +583,10 @@ export interface DeleteChannelBanRequest {
763
583
 
764
584
  ChimeBearer: string | undefined;
765
585
  }
766
- export declare namespace DeleteChannelBanRequest {
767
-
768
- const filterSensitiveLog: (obj: DeleteChannelBanRequest) => any;
769
- }
770
586
  export interface DeleteChannelFlowRequest {
771
587
 
772
588
  ChannelFlowArn: string | undefined;
773
589
  }
774
- export declare namespace DeleteChannelFlowRequest {
775
-
776
- const filterSensitiveLog: (obj: DeleteChannelFlowRequest) => any;
777
- }
778
590
  export interface DeleteChannelMembershipRequest {
779
591
 
780
592
  ChannelArn: string | undefined;
@@ -783,10 +595,6 @@ export interface DeleteChannelMembershipRequest {
783
595
 
784
596
  ChimeBearer: string | undefined;
785
597
  }
786
- export declare namespace DeleteChannelMembershipRequest {
787
-
788
- const filterSensitiveLog: (obj: DeleteChannelMembershipRequest) => any;
789
- }
790
598
  export interface DeleteChannelMessageRequest {
791
599
 
792
600
  ChannelArn: string | undefined;
@@ -795,10 +603,6 @@ export interface DeleteChannelMessageRequest {
795
603
 
796
604
  ChimeBearer: string | undefined;
797
605
  }
798
- export declare namespace DeleteChannelMessageRequest {
799
-
800
- const filterSensitiveLog: (obj: DeleteChannelMessageRequest) => any;
801
- }
802
606
  export interface DeleteChannelModeratorRequest {
803
607
 
804
608
  ChannelArn: string | undefined;
@@ -807,28 +611,16 @@ export interface DeleteChannelModeratorRequest {
807
611
 
808
612
  ChimeBearer: string | undefined;
809
613
  }
810
- export declare namespace DeleteChannelModeratorRequest {
811
-
812
- const filterSensitiveLog: (obj: DeleteChannelModeratorRequest) => any;
813
- }
814
614
  export interface DescribeChannelRequest {
815
615
 
816
616
  ChannelArn: string | undefined;
817
617
 
818
618
  ChimeBearer: string | undefined;
819
619
  }
820
- export declare namespace DescribeChannelRequest {
821
-
822
- const filterSensitiveLog: (obj: DescribeChannelRequest) => any;
823
- }
824
620
  export interface DescribeChannelResponse {
825
621
 
826
622
  Channel?: Channel;
827
623
  }
828
- export declare namespace DescribeChannelResponse {
829
-
830
- const filterSensitiveLog: (obj: DescribeChannelResponse) => any;
831
- }
832
624
  export interface DescribeChannelBanRequest {
833
625
 
834
626
  ChannelArn: string | undefined;
@@ -837,34 +629,18 @@ export interface DescribeChannelBanRequest {
837
629
 
838
630
  ChimeBearer: string | undefined;
839
631
  }
840
- export declare namespace DescribeChannelBanRequest {
841
-
842
- const filterSensitiveLog: (obj: DescribeChannelBanRequest) => any;
843
- }
844
632
  export interface DescribeChannelBanResponse {
845
633
 
846
634
  ChannelBan?: ChannelBan;
847
635
  }
848
- export declare namespace DescribeChannelBanResponse {
849
-
850
- const filterSensitiveLog: (obj: DescribeChannelBanResponse) => any;
851
- }
852
636
  export interface DescribeChannelFlowRequest {
853
637
 
854
638
  ChannelFlowArn: string | undefined;
855
639
  }
856
- export declare namespace DescribeChannelFlowRequest {
857
-
858
- const filterSensitiveLog: (obj: DescribeChannelFlowRequest) => any;
859
- }
860
640
  export interface DescribeChannelFlowResponse {
861
641
 
862
642
  ChannelFlow?: ChannelFlow;
863
643
  }
864
- export declare namespace DescribeChannelFlowResponse {
865
-
866
- const filterSensitiveLog: (obj: DescribeChannelFlowResponse) => any;
867
- }
868
644
  export interface DescribeChannelMembershipRequest {
869
645
 
870
646
  ChannelArn: string | undefined;
@@ -873,18 +649,10 @@ export interface DescribeChannelMembershipRequest {
873
649
 
874
650
  ChimeBearer: string | undefined;
875
651
  }
876
- export declare namespace DescribeChannelMembershipRequest {
877
-
878
- const filterSensitiveLog: (obj: DescribeChannelMembershipRequest) => any;
879
- }
880
652
  export interface DescribeChannelMembershipResponse {
881
653
 
882
654
  ChannelMembership?: ChannelMembership;
883
655
  }
884
- export declare namespace DescribeChannelMembershipResponse {
885
-
886
- const filterSensitiveLog: (obj: DescribeChannelMembershipResponse) => any;
887
- }
888
656
  export interface DescribeChannelMembershipForAppInstanceUserRequest {
889
657
 
890
658
  ChannelArn: string | undefined;
@@ -893,18 +661,10 @@ export interface DescribeChannelMembershipForAppInstanceUserRequest {
893
661
 
894
662
  ChimeBearer: string | undefined;
895
663
  }
896
- export declare namespace DescribeChannelMembershipForAppInstanceUserRequest {
897
-
898
- const filterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserRequest) => any;
899
- }
900
664
  export interface DescribeChannelMembershipForAppInstanceUserResponse {
901
665
 
902
666
  ChannelMembership?: ChannelMembershipForAppInstanceUserSummary;
903
667
  }
904
- export declare namespace DescribeChannelMembershipForAppInstanceUserResponse {
905
-
906
- const filterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserResponse) => any;
907
- }
908
668
  export interface DescribeChannelModeratedByAppInstanceUserRequest {
909
669
 
910
670
  ChannelArn: string | undefined;
@@ -913,18 +673,10 @@ export interface DescribeChannelModeratedByAppInstanceUserRequest {
913
673
 
914
674
  ChimeBearer: string | undefined;
915
675
  }
916
- export declare namespace DescribeChannelModeratedByAppInstanceUserRequest {
917
-
918
- const filterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserRequest) => any;
919
- }
920
676
  export interface DescribeChannelModeratedByAppInstanceUserResponse {
921
677
 
922
678
  Channel?: ChannelModeratedByAppInstanceUserSummary;
923
679
  }
924
- export declare namespace DescribeChannelModeratedByAppInstanceUserResponse {
925
-
926
- const filterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserResponse) => any;
927
- }
928
680
  export interface DescribeChannelModeratorRequest {
929
681
 
930
682
  ChannelArn: string | undefined;
@@ -933,18 +685,10 @@ export interface DescribeChannelModeratorRequest {
933
685
 
934
686
  ChimeBearer: string | undefined;
935
687
  }
936
- export declare namespace DescribeChannelModeratorRequest {
937
-
938
- const filterSensitiveLog: (obj: DescribeChannelModeratorRequest) => any;
939
- }
940
688
  export interface DescribeChannelModeratorResponse {
941
689
 
942
690
  ChannelModerator?: ChannelModerator;
943
691
  }
944
- export declare namespace DescribeChannelModeratorResponse {
945
-
946
- const filterSensitiveLog: (obj: DescribeChannelModeratorResponse) => any;
947
- }
948
692
  export interface DisassociateChannelFlowRequest {
949
693
 
950
694
  ChannelArn: string | undefined;
@@ -953,10 +697,6 @@ export interface DisassociateChannelFlowRequest {
953
697
 
954
698
  ChimeBearer: string | undefined;
955
699
  }
956
- export declare namespace DisassociateChannelFlowRequest {
957
-
958
- const filterSensitiveLog: (obj: DisassociateChannelFlowRequest) => any;
959
- }
960
700
  export interface GetChannelMembershipPreferencesRequest {
961
701
 
962
702
  ChannelArn: string | undefined;
@@ -965,10 +705,6 @@ export interface GetChannelMembershipPreferencesRequest {
965
705
 
966
706
  ChimeBearer: string | undefined;
967
707
  }
968
- export declare namespace GetChannelMembershipPreferencesRequest {
969
-
970
- const filterSensitiveLog: (obj: GetChannelMembershipPreferencesRequest) => any;
971
- }
972
708
  export interface GetChannelMembershipPreferencesResponse {
973
709
 
974
710
  ChannelArn?: string;
@@ -977,10 +713,6 @@ export interface GetChannelMembershipPreferencesResponse {
977
713
 
978
714
  Preferences?: ChannelMembershipPreferences;
979
715
  }
980
- export declare namespace GetChannelMembershipPreferencesResponse {
981
-
982
- const filterSensitiveLog: (obj: GetChannelMembershipPreferencesResponse) => any;
983
- }
984
716
  export interface GetChannelMessageRequest {
985
717
 
986
718
  ChannelArn: string | undefined;
@@ -989,18 +721,10 @@ export interface GetChannelMessageRequest {
989
721
 
990
722
  ChimeBearer: string | undefined;
991
723
  }
992
- export declare namespace GetChannelMessageRequest {
993
-
994
- const filterSensitiveLog: (obj: GetChannelMessageRequest) => any;
995
- }
996
724
  export interface GetChannelMessageResponse {
997
725
 
998
726
  ChannelMessage?: ChannelMessage;
999
727
  }
1000
- export declare namespace GetChannelMessageResponse {
1001
-
1002
- const filterSensitiveLog: (obj: GetChannelMessageResponse) => any;
1003
- }
1004
728
  export interface GetChannelMessageStatusRequest {
1005
729
 
1006
730
  ChannelArn: string | undefined;
@@ -1009,41 +733,21 @@ export interface GetChannelMessageStatusRequest {
1009
733
 
1010
734
  ChimeBearer: string | undefined;
1011
735
  }
1012
- export declare namespace GetChannelMessageStatusRequest {
1013
-
1014
- const filterSensitiveLog: (obj: GetChannelMessageStatusRequest) => any;
1015
- }
1016
736
  export interface GetChannelMessageStatusResponse {
1017
737
 
1018
738
  Status?: ChannelMessageStatusStructure;
1019
739
  }
1020
- export declare namespace GetChannelMessageStatusResponse {
1021
-
1022
- const filterSensitiveLog: (obj: GetChannelMessageStatusResponse) => any;
1023
- }
1024
740
  export interface GetMessagingSessionEndpointRequest {
1025
741
  }
1026
- export declare namespace GetMessagingSessionEndpointRequest {
1027
-
1028
- const filterSensitiveLog: (obj: GetMessagingSessionEndpointRequest) => any;
1029
- }
1030
742
 
1031
743
  export interface MessagingSessionEndpoint {
1032
744
 
1033
745
  Url?: string;
1034
746
  }
1035
- export declare namespace MessagingSessionEndpoint {
1036
-
1037
- const filterSensitiveLog: (obj: MessagingSessionEndpoint) => any;
1038
- }
1039
747
  export interface GetMessagingSessionEndpointResponse {
1040
748
 
1041
749
  Endpoint?: MessagingSessionEndpoint;
1042
750
  }
1043
- export declare namespace GetMessagingSessionEndpointResponse {
1044
-
1045
- const filterSensitiveLog: (obj: GetMessagingSessionEndpointResponse) => any;
1046
- }
1047
751
  export interface ListChannelBansRequest {
1048
752
 
1049
753
  ChannelArn: string | undefined;
@@ -1054,10 +758,6 @@ export interface ListChannelBansRequest {
1054
758
 
1055
759
  ChimeBearer: string | undefined;
1056
760
  }
1057
- export declare namespace ListChannelBansRequest {
1058
-
1059
- const filterSensitiveLog: (obj: ListChannelBansRequest) => any;
1060
- }
1061
761
  export interface ListChannelBansResponse {
1062
762
 
1063
763
  ChannelArn?: string;
@@ -1066,10 +766,6 @@ export interface ListChannelBansResponse {
1066
766
 
1067
767
  ChannelBans?: ChannelBanSummary[];
1068
768
  }
1069
- export declare namespace ListChannelBansResponse {
1070
-
1071
- const filterSensitiveLog: (obj: ListChannelBansResponse) => any;
1072
- }
1073
769
  export interface ListChannelFlowsRequest {
1074
770
 
1075
771
  AppInstanceArn: string | undefined;
@@ -1078,20 +774,12 @@ export interface ListChannelFlowsRequest {
1078
774
 
1079
775
  NextToken?: string;
1080
776
  }
1081
- export declare namespace ListChannelFlowsRequest {
1082
-
1083
- const filterSensitiveLog: (obj: ListChannelFlowsRequest) => any;
1084
- }
1085
777
  export interface ListChannelFlowsResponse {
1086
778
 
1087
779
  ChannelFlows?: ChannelFlowSummary[];
1088
780
 
1089
781
  NextToken?: string;
1090
782
  }
1091
- export declare namespace ListChannelFlowsResponse {
1092
-
1093
- const filterSensitiveLog: (obj: ListChannelFlowsResponse) => any;
1094
- }
1095
783
  export interface ListChannelMembershipsRequest {
1096
784
 
1097
785
  ChannelArn: string | undefined;
@@ -1104,10 +792,6 @@ export interface ListChannelMembershipsRequest {
1104
792
 
1105
793
  ChimeBearer: string | undefined;
1106
794
  }
1107
- export declare namespace ListChannelMembershipsRequest {
1108
-
1109
- const filterSensitiveLog: (obj: ListChannelMembershipsRequest) => any;
1110
- }
1111
795
  export interface ListChannelMembershipsResponse {
1112
796
 
1113
797
  ChannelArn?: string;
@@ -1116,10 +800,6 @@ export interface ListChannelMembershipsResponse {
1116
800
 
1117
801
  NextToken?: string;
1118
802
  }
1119
- export declare namespace ListChannelMembershipsResponse {
1120
-
1121
- const filterSensitiveLog: (obj: ListChannelMembershipsResponse) => any;
1122
- }
1123
803
  export interface ListChannelMembershipsForAppInstanceUserRequest {
1124
804
 
1125
805
  AppInstanceUserArn?: string;
@@ -1130,20 +810,12 @@ export interface ListChannelMembershipsForAppInstanceUserRequest {
1130
810
 
1131
811
  ChimeBearer: string | undefined;
1132
812
  }
1133
- export declare namespace ListChannelMembershipsForAppInstanceUserRequest {
1134
-
1135
- const filterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserRequest) => any;
1136
- }
1137
813
  export interface ListChannelMembershipsForAppInstanceUserResponse {
1138
814
 
1139
815
  ChannelMemberships?: ChannelMembershipForAppInstanceUserSummary[];
1140
816
 
1141
817
  NextToken?: string;
1142
818
  }
1143
- export declare namespace ListChannelMembershipsForAppInstanceUserResponse {
1144
-
1145
- const filterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserResponse) => any;
1146
- }
1147
819
  export declare enum SortOrder {
1148
820
  ASCENDING = "ASCENDING",
1149
821
  DESCENDING = "DESCENDING"
@@ -1164,10 +836,6 @@ export interface ListChannelMessagesRequest {
1164
836
 
1165
837
  ChimeBearer: string | undefined;
1166
838
  }
1167
- export declare namespace ListChannelMessagesRequest {
1168
-
1169
- const filterSensitiveLog: (obj: ListChannelMessagesRequest) => any;
1170
- }
1171
839
  export interface ListChannelMessagesResponse {
1172
840
 
1173
841
  ChannelArn?: string;
@@ -1176,10 +844,6 @@ export interface ListChannelMessagesResponse {
1176
844
 
1177
845
  ChannelMessages?: ChannelMessageSummary[];
1178
846
  }
1179
- export declare namespace ListChannelMessagesResponse {
1180
-
1181
- const filterSensitiveLog: (obj: ListChannelMessagesResponse) => any;
1182
- }
1183
847
  export interface ListChannelModeratorsRequest {
1184
848
 
1185
849
  ChannelArn: string | undefined;
@@ -1190,10 +854,6 @@ export interface ListChannelModeratorsRequest {
1190
854
 
1191
855
  ChimeBearer: string | undefined;
1192
856
  }
1193
- export declare namespace ListChannelModeratorsRequest {
1194
-
1195
- const filterSensitiveLog: (obj: ListChannelModeratorsRequest) => any;
1196
- }
1197
857
  export interface ListChannelModeratorsResponse {
1198
858
 
1199
859
  ChannelArn?: string;
@@ -1202,10 +862,6 @@ export interface ListChannelModeratorsResponse {
1202
862
 
1203
863
  ChannelModerators?: ChannelModeratorSummary[];
1204
864
  }
1205
- export declare namespace ListChannelModeratorsResponse {
1206
-
1207
- const filterSensitiveLog: (obj: ListChannelModeratorsResponse) => any;
1208
- }
1209
865
  export interface ListChannelsRequest {
1210
866
 
1211
867
  AppInstanceArn: string | undefined;
@@ -1218,20 +874,12 @@ export interface ListChannelsRequest {
1218
874
 
1219
875
  ChimeBearer: string | undefined;
1220
876
  }
1221
- export declare namespace ListChannelsRequest {
1222
-
1223
- const filterSensitiveLog: (obj: ListChannelsRequest) => any;
1224
- }
1225
877
  export interface ListChannelsResponse {
1226
878
 
1227
879
  Channels?: ChannelSummary[];
1228
880
 
1229
881
  NextToken?: string;
1230
882
  }
1231
- export declare namespace ListChannelsResponse {
1232
-
1233
- const filterSensitiveLog: (obj: ListChannelsResponse) => any;
1234
- }
1235
883
  export interface ListChannelsAssociatedWithChannelFlowRequest {
1236
884
 
1237
885
  ChannelFlowArn: string | undefined;
@@ -1240,20 +888,12 @@ export interface ListChannelsAssociatedWithChannelFlowRequest {
1240
888
 
1241
889
  NextToken?: string;
1242
890
  }
1243
- export declare namespace ListChannelsAssociatedWithChannelFlowRequest {
1244
-
1245
- const filterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowRequest) => any;
1246
- }
1247
891
  export interface ListChannelsAssociatedWithChannelFlowResponse {
1248
892
 
1249
893
  Channels?: ChannelAssociatedWithFlowSummary[];
1250
894
 
1251
895
  NextToken?: string;
1252
896
  }
1253
- export declare namespace ListChannelsAssociatedWithChannelFlowResponse {
1254
-
1255
- const filterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowResponse) => any;
1256
- }
1257
897
  export interface ListChannelsModeratedByAppInstanceUserRequest {
1258
898
 
1259
899
  AppInstanceUserArn?: string;
@@ -1264,36 +904,20 @@ export interface ListChannelsModeratedByAppInstanceUserRequest {
1264
904
 
1265
905
  ChimeBearer: string | undefined;
1266
906
  }
1267
- export declare namespace ListChannelsModeratedByAppInstanceUserRequest {
1268
-
1269
- const filterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserRequest) => any;
1270
- }
1271
907
  export interface ListChannelsModeratedByAppInstanceUserResponse {
1272
908
 
1273
909
  Channels?: ChannelModeratedByAppInstanceUserSummary[];
1274
910
 
1275
911
  NextToken?: string;
1276
912
  }
1277
- export declare namespace ListChannelsModeratedByAppInstanceUserResponse {
1278
-
1279
- const filterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserResponse) => any;
1280
- }
1281
913
  export interface ListTagsForResourceRequest {
1282
914
 
1283
915
  ResourceARN: string | undefined;
1284
916
  }
1285
- export declare namespace ListTagsForResourceRequest {
1286
-
1287
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1288
- }
1289
917
  export interface ListTagsForResourceResponse {
1290
918
 
1291
919
  Tags?: Tag[];
1292
920
  }
1293
- export declare namespace ListTagsForResourceResponse {
1294
-
1295
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1296
- }
1297
921
  export interface PutChannelMembershipPreferencesRequest {
1298
922
 
1299
923
  ChannelArn: string | undefined;
@@ -1304,10 +928,6 @@ export interface PutChannelMembershipPreferencesRequest {
1304
928
 
1305
929
  Preferences: ChannelMembershipPreferences | undefined;
1306
930
  }
1307
- export declare namespace PutChannelMembershipPreferencesRequest {
1308
-
1309
- const filterSensitiveLog: (obj: PutChannelMembershipPreferencesRequest) => any;
1310
- }
1311
931
  export interface PutChannelMembershipPreferencesResponse {
1312
932
 
1313
933
  ChannelArn?: string;
@@ -1316,10 +936,6 @@ export interface PutChannelMembershipPreferencesResponse {
1316
936
 
1317
937
  Preferences?: ChannelMembershipPreferences;
1318
938
  }
1319
- export declare namespace PutChannelMembershipPreferencesResponse {
1320
-
1321
- const filterSensitiveLog: (obj: PutChannelMembershipPreferencesResponse) => any;
1322
- }
1323
939
  export interface RedactChannelMessageRequest {
1324
940
 
1325
941
  ChannelArn: string | undefined;
@@ -1328,20 +944,12 @@ export interface RedactChannelMessageRequest {
1328
944
 
1329
945
  ChimeBearer: string | undefined;
1330
946
  }
1331
- export declare namespace RedactChannelMessageRequest {
1332
-
1333
- const filterSensitiveLog: (obj: RedactChannelMessageRequest) => any;
1334
- }
1335
947
  export interface RedactChannelMessageResponse {
1336
948
 
1337
949
  ChannelArn?: string;
1338
950
 
1339
951
  MessageId?: string;
1340
952
  }
1341
- export declare namespace RedactChannelMessageResponse {
1342
-
1343
- const filterSensitiveLog: (obj: RedactChannelMessageResponse) => any;
1344
- }
1345
953
  export declare enum SearchFieldKey {
1346
954
  MEMBERS = "MEMBERS"
1347
955
  }
@@ -1358,10 +966,6 @@ export interface SearchField {
1358
966
 
1359
967
  Operator: SearchFieldOperator | string | undefined;
1360
968
  }
1361
- export declare namespace SearchField {
1362
-
1363
- const filterSensitiveLog: (obj: SearchField) => any;
1364
- }
1365
969
  export interface SearchChannelsRequest {
1366
970
 
1367
971
  ChimeBearer?: string;
@@ -1372,20 +976,12 @@ export interface SearchChannelsRequest {
1372
976
 
1373
977
  NextToken?: string;
1374
978
  }
1375
- export declare namespace SearchChannelsRequest {
1376
-
1377
- const filterSensitiveLog: (obj: SearchChannelsRequest) => any;
1378
- }
1379
979
  export interface SearchChannelsResponse {
1380
980
 
1381
981
  Channels?: ChannelSummary[];
1382
982
 
1383
983
  NextToken?: string;
1384
984
  }
1385
- export declare namespace SearchChannelsResponse {
1386
-
1387
- const filterSensitiveLog: (obj: SearchChannelsResponse) => any;
1388
- }
1389
985
  export interface SendChannelMessageRequest {
1390
986
 
1391
987
  ChannelArn: string | undefined;
@@ -1406,10 +1002,6 @@ export interface SendChannelMessageRequest {
1406
1002
 
1407
1003
  MessageAttributes?: Record<string, MessageAttributeValue>;
1408
1004
  }
1409
- export declare namespace SendChannelMessageRequest {
1410
-
1411
- const filterSensitiveLog: (obj: SendChannelMessageRequest) => any;
1412
- }
1413
1005
  export interface SendChannelMessageResponse {
1414
1006
 
1415
1007
  ChannelArn?: string;
@@ -1418,30 +1010,18 @@ export interface SendChannelMessageResponse {
1418
1010
 
1419
1011
  Status?: ChannelMessageStatusStructure;
1420
1012
  }
1421
- export declare namespace SendChannelMessageResponse {
1422
-
1423
- const filterSensitiveLog: (obj: SendChannelMessageResponse) => any;
1424
- }
1425
1013
  export interface TagResourceRequest {
1426
1014
 
1427
1015
  ResourceARN: string | undefined;
1428
1016
 
1429
1017
  Tags: Tag[] | undefined;
1430
1018
  }
1431
- export declare namespace TagResourceRequest {
1432
-
1433
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1434
- }
1435
1019
  export interface UntagResourceRequest {
1436
1020
 
1437
1021
  ResourceARN: string | undefined;
1438
1022
 
1439
1023
  TagKeys: string[] | undefined;
1440
1024
  }
1441
- export declare namespace UntagResourceRequest {
1442
-
1443
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1444
- }
1445
1025
  export interface UpdateChannelRequest {
1446
1026
 
1447
1027
  ChannelArn: string | undefined;
@@ -1454,18 +1034,10 @@ export interface UpdateChannelRequest {
1454
1034
 
1455
1035
  ChimeBearer: string | undefined;
1456
1036
  }
1457
- export declare namespace UpdateChannelRequest {
1458
-
1459
- const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
1460
- }
1461
1037
  export interface UpdateChannelResponse {
1462
1038
 
1463
1039
  ChannelArn?: string;
1464
1040
  }
1465
- export declare namespace UpdateChannelResponse {
1466
-
1467
- const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
1468
- }
1469
1041
  export interface UpdateChannelFlowRequest {
1470
1042
 
1471
1043
  ChannelFlowArn: string | undefined;
@@ -1474,18 +1046,10 @@ export interface UpdateChannelFlowRequest {
1474
1046
 
1475
1047
  Name: string | undefined;
1476
1048
  }
1477
- export declare namespace UpdateChannelFlowRequest {
1478
-
1479
- const filterSensitiveLog: (obj: UpdateChannelFlowRequest) => any;
1480
- }
1481
1049
  export interface UpdateChannelFlowResponse {
1482
1050
 
1483
1051
  ChannelFlowArn?: string;
1484
1052
  }
1485
- export declare namespace UpdateChannelFlowResponse {
1486
-
1487
- const filterSensitiveLog: (obj: UpdateChannelFlowResponse) => any;
1488
- }
1489
1053
  export interface UpdateChannelMessageRequest {
1490
1054
 
1491
1055
  ChannelArn: string | undefined;
@@ -1498,10 +1062,6 @@ export interface UpdateChannelMessageRequest {
1498
1062
 
1499
1063
  ChimeBearer: string | undefined;
1500
1064
  }
1501
- export declare namespace UpdateChannelMessageRequest {
1502
-
1503
- const filterSensitiveLog: (obj: UpdateChannelMessageRequest) => any;
1504
- }
1505
1065
  export interface UpdateChannelMessageResponse {
1506
1066
 
1507
1067
  ChannelArn?: string;
@@ -1510,25 +1070,239 @@ export interface UpdateChannelMessageResponse {
1510
1070
 
1511
1071
  Status?: ChannelMessageStatusStructure;
1512
1072
  }
1513
- export declare namespace UpdateChannelMessageResponse {
1514
-
1515
- const filterSensitiveLog: (obj: UpdateChannelMessageResponse) => any;
1516
- }
1517
1073
  export interface UpdateChannelReadMarkerRequest {
1518
1074
 
1519
1075
  ChannelArn: string | undefined;
1520
1076
 
1521
1077
  ChimeBearer: string | undefined;
1522
1078
  }
1523
- export declare namespace UpdateChannelReadMarkerRequest {
1524
-
1525
- const filterSensitiveLog: (obj: UpdateChannelReadMarkerRequest) => any;
1526
- }
1527
1079
  export interface UpdateChannelReadMarkerResponse {
1528
1080
 
1529
1081
  ChannelArn?: string;
1530
1082
  }
1531
- export declare namespace UpdateChannelReadMarkerResponse {
1532
-
1533
- const filterSensitiveLog: (obj: UpdateChannelReadMarkerResponse) => any;
1534
- }
1083
+
1084
+ export declare const AppInstanceUserMembershipSummaryFilterSensitiveLog: (obj: AppInstanceUserMembershipSummary) => any;
1085
+
1086
+ export declare const AssociateChannelFlowRequestFilterSensitiveLog: (obj: AssociateChannelFlowRequest) => any;
1087
+
1088
+ export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
1089
+
1090
+ export declare const BatchChannelMembershipsFilterSensitiveLog: (obj: BatchChannelMemberships) => any;
1091
+
1092
+ export declare const BatchCreateChannelMembershipRequestFilterSensitiveLog: (obj: BatchCreateChannelMembershipRequest) => any;
1093
+
1094
+ export declare const BatchCreateChannelMembershipErrorFilterSensitiveLog: (obj: BatchCreateChannelMembershipError) => any;
1095
+
1096
+ export declare const BatchCreateChannelMembershipResponseFilterSensitiveLog: (obj: BatchCreateChannelMembershipResponse) => any;
1097
+
1098
+ export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
1099
+
1100
+ export declare const ChannelAssociatedWithFlowSummaryFilterSensitiveLog: (obj: ChannelAssociatedWithFlowSummary) => any;
1101
+
1102
+ export declare const ChannelBanFilterSensitiveLog: (obj: ChannelBan) => any;
1103
+
1104
+ export declare const ChannelBanSummaryFilterSensitiveLog: (obj: ChannelBanSummary) => any;
1105
+
1106
+ export declare const LambdaConfigurationFilterSensitiveLog: (obj: LambdaConfiguration) => any;
1107
+
1108
+ export declare const ProcessorConfigurationFilterSensitiveLog: (obj: ProcessorConfiguration) => any;
1109
+
1110
+ export declare const ProcessorFilterSensitiveLog: (obj: Processor) => any;
1111
+
1112
+ export declare const ChannelFlowFilterSensitiveLog: (obj: ChannelFlow) => any;
1113
+
1114
+ export declare const MessageAttributeValueFilterSensitiveLog: (obj: MessageAttributeValue) => any;
1115
+
1116
+ export declare const PushNotificationConfigurationFilterSensitiveLog: (obj: PushNotificationConfiguration) => any;
1117
+
1118
+ export declare const ChannelMessageCallbackFilterSensitiveLog: (obj: ChannelMessageCallback) => any;
1119
+
1120
+ export declare const ChannelFlowCallbackRequestFilterSensitiveLog: (obj: ChannelFlowCallbackRequest) => any;
1121
+
1122
+ export declare const ChannelFlowCallbackResponseFilterSensitiveLog: (obj: ChannelFlowCallbackResponse) => any;
1123
+
1124
+ export declare const ChannelFlowSummaryFilterSensitiveLog: (obj: ChannelFlowSummary) => any;
1125
+
1126
+ export declare const ChannelMembershipFilterSensitiveLog: (obj: ChannelMembership) => any;
1127
+
1128
+ export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
1129
+
1130
+ export declare const ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog: (obj: ChannelMembershipForAppInstanceUserSummary) => any;
1131
+
1132
+ export declare const PushNotificationPreferencesFilterSensitiveLog: (obj: PushNotificationPreferences) => any;
1133
+
1134
+ export declare const ChannelMembershipPreferencesFilterSensitiveLog: (obj: ChannelMembershipPreferences) => any;
1135
+
1136
+ export declare const ChannelMembershipSummaryFilterSensitiveLog: (obj: ChannelMembershipSummary) => any;
1137
+
1138
+ export declare const ChannelMessageStatusStructureFilterSensitiveLog: (obj: ChannelMessageStatusStructure) => any;
1139
+
1140
+ export declare const ChannelMessageFilterSensitiveLog: (obj: ChannelMessage) => any;
1141
+
1142
+ export declare const ChannelMessageSummaryFilterSensitiveLog: (obj: ChannelMessageSummary) => any;
1143
+
1144
+ export declare const ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog: (obj: ChannelModeratedByAppInstanceUserSummary) => any;
1145
+
1146
+ export declare const ChannelModeratorFilterSensitiveLog: (obj: ChannelModerator) => any;
1147
+
1148
+ export declare const ChannelModeratorSummaryFilterSensitiveLog: (obj: ChannelModeratorSummary) => any;
1149
+
1150
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1151
+
1152
+ export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
1153
+
1154
+ export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
1155
+
1156
+ export declare const CreateChannelBanRequestFilterSensitiveLog: (obj: CreateChannelBanRequest) => any;
1157
+
1158
+ export declare const CreateChannelBanResponseFilterSensitiveLog: (obj: CreateChannelBanResponse) => any;
1159
+
1160
+ export declare const CreateChannelFlowRequestFilterSensitiveLog: (obj: CreateChannelFlowRequest) => any;
1161
+
1162
+ export declare const CreateChannelFlowResponseFilterSensitiveLog: (obj: CreateChannelFlowResponse) => any;
1163
+
1164
+ export declare const CreateChannelMembershipRequestFilterSensitiveLog: (obj: CreateChannelMembershipRequest) => any;
1165
+
1166
+ export declare const CreateChannelMembershipResponseFilterSensitiveLog: (obj: CreateChannelMembershipResponse) => any;
1167
+
1168
+ export declare const CreateChannelModeratorRequestFilterSensitiveLog: (obj: CreateChannelModeratorRequest) => any;
1169
+
1170
+ export declare const CreateChannelModeratorResponseFilterSensitiveLog: (obj: CreateChannelModeratorResponse) => any;
1171
+
1172
+ export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
1173
+
1174
+ export declare const DeleteChannelBanRequestFilterSensitiveLog: (obj: DeleteChannelBanRequest) => any;
1175
+
1176
+ export declare const DeleteChannelFlowRequestFilterSensitiveLog: (obj: DeleteChannelFlowRequest) => any;
1177
+
1178
+ export declare const DeleteChannelMembershipRequestFilterSensitiveLog: (obj: DeleteChannelMembershipRequest) => any;
1179
+
1180
+ export declare const DeleteChannelMessageRequestFilterSensitiveLog: (obj: DeleteChannelMessageRequest) => any;
1181
+
1182
+ export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (obj: DeleteChannelModeratorRequest) => any;
1183
+
1184
+ export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
1185
+
1186
+ export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
1187
+
1188
+ export declare const DescribeChannelBanRequestFilterSensitiveLog: (obj: DescribeChannelBanRequest) => any;
1189
+
1190
+ export declare const DescribeChannelBanResponseFilterSensitiveLog: (obj: DescribeChannelBanResponse) => any;
1191
+
1192
+ export declare const DescribeChannelFlowRequestFilterSensitiveLog: (obj: DescribeChannelFlowRequest) => any;
1193
+
1194
+ export declare const DescribeChannelFlowResponseFilterSensitiveLog: (obj: DescribeChannelFlowResponse) => any;
1195
+
1196
+ export declare const DescribeChannelMembershipRequestFilterSensitiveLog: (obj: DescribeChannelMembershipRequest) => any;
1197
+
1198
+ export declare const DescribeChannelMembershipResponseFilterSensitiveLog: (obj: DescribeChannelMembershipResponse) => any;
1199
+
1200
+ export declare const DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserRequest) => any;
1201
+
1202
+ export declare const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserResponse) => any;
1203
+
1204
+ export declare const DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserRequest) => any;
1205
+
1206
+ export declare const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserResponse) => any;
1207
+
1208
+ export declare const DescribeChannelModeratorRequestFilterSensitiveLog: (obj: DescribeChannelModeratorRequest) => any;
1209
+
1210
+ export declare const DescribeChannelModeratorResponseFilterSensitiveLog: (obj: DescribeChannelModeratorResponse) => any;
1211
+
1212
+ export declare const DisassociateChannelFlowRequestFilterSensitiveLog: (obj: DisassociateChannelFlowRequest) => any;
1213
+
1214
+ export declare const GetChannelMembershipPreferencesRequestFilterSensitiveLog: (obj: GetChannelMembershipPreferencesRequest) => any;
1215
+
1216
+ export declare const GetChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: GetChannelMembershipPreferencesResponse) => any;
1217
+
1218
+ export declare const GetChannelMessageRequestFilterSensitiveLog: (obj: GetChannelMessageRequest) => any;
1219
+
1220
+ export declare const GetChannelMessageResponseFilterSensitiveLog: (obj: GetChannelMessageResponse) => any;
1221
+
1222
+ export declare const GetChannelMessageStatusRequestFilterSensitiveLog: (obj: GetChannelMessageStatusRequest) => any;
1223
+
1224
+ export declare const GetChannelMessageStatusResponseFilterSensitiveLog: (obj: GetChannelMessageStatusResponse) => any;
1225
+
1226
+ export declare const GetMessagingSessionEndpointRequestFilterSensitiveLog: (obj: GetMessagingSessionEndpointRequest) => any;
1227
+
1228
+ export declare const MessagingSessionEndpointFilterSensitiveLog: (obj: MessagingSessionEndpoint) => any;
1229
+
1230
+ export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (obj: GetMessagingSessionEndpointResponse) => any;
1231
+
1232
+ export declare const ListChannelBansRequestFilterSensitiveLog: (obj: ListChannelBansRequest) => any;
1233
+
1234
+ export declare const ListChannelBansResponseFilterSensitiveLog: (obj: ListChannelBansResponse) => any;
1235
+
1236
+ export declare const ListChannelFlowsRequestFilterSensitiveLog: (obj: ListChannelFlowsRequest) => any;
1237
+
1238
+ export declare const ListChannelFlowsResponseFilterSensitiveLog: (obj: ListChannelFlowsResponse) => any;
1239
+
1240
+ export declare const ListChannelMembershipsRequestFilterSensitiveLog: (obj: ListChannelMembershipsRequest) => any;
1241
+
1242
+ export declare const ListChannelMembershipsResponseFilterSensitiveLog: (obj: ListChannelMembershipsResponse) => any;
1243
+
1244
+ export declare const ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserRequest) => any;
1245
+
1246
+ export declare const ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserResponse) => any;
1247
+
1248
+ export declare const ListChannelMessagesRequestFilterSensitiveLog: (obj: ListChannelMessagesRequest) => any;
1249
+
1250
+ export declare const ListChannelMessagesResponseFilterSensitiveLog: (obj: ListChannelMessagesResponse) => any;
1251
+
1252
+ export declare const ListChannelModeratorsRequestFilterSensitiveLog: (obj: ListChannelModeratorsRequest) => any;
1253
+
1254
+ export declare const ListChannelModeratorsResponseFilterSensitiveLog: (obj: ListChannelModeratorsResponse) => any;
1255
+
1256
+ export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
1257
+
1258
+ export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
1259
+
1260
+ export declare const ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowRequest) => any;
1261
+
1262
+ export declare const ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowResponse) => any;
1263
+
1264
+ export declare const ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserRequest) => any;
1265
+
1266
+ export declare const ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserResponse) => any;
1267
+
1268
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1269
+
1270
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1271
+
1272
+ export declare const PutChannelMembershipPreferencesRequestFilterSensitiveLog: (obj: PutChannelMembershipPreferencesRequest) => any;
1273
+
1274
+ export declare const PutChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: PutChannelMembershipPreferencesResponse) => any;
1275
+
1276
+ export declare const RedactChannelMessageRequestFilterSensitiveLog: (obj: RedactChannelMessageRequest) => any;
1277
+
1278
+ export declare const RedactChannelMessageResponseFilterSensitiveLog: (obj: RedactChannelMessageResponse) => any;
1279
+
1280
+ export declare const SearchFieldFilterSensitiveLog: (obj: SearchField) => any;
1281
+
1282
+ export declare const SearchChannelsRequestFilterSensitiveLog: (obj: SearchChannelsRequest) => any;
1283
+
1284
+ export declare const SearchChannelsResponseFilterSensitiveLog: (obj: SearchChannelsResponse) => any;
1285
+
1286
+ export declare const SendChannelMessageRequestFilterSensitiveLog: (obj: SendChannelMessageRequest) => any;
1287
+
1288
+ export declare const SendChannelMessageResponseFilterSensitiveLog: (obj: SendChannelMessageResponse) => any;
1289
+
1290
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1291
+
1292
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1293
+
1294
+ export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
1295
+
1296
+ export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
1297
+
1298
+ export declare const UpdateChannelFlowRequestFilterSensitiveLog: (obj: UpdateChannelFlowRequest) => any;
1299
+
1300
+ export declare const UpdateChannelFlowResponseFilterSensitiveLog: (obj: UpdateChannelFlowResponse) => any;
1301
+
1302
+ export declare const UpdateChannelMessageRequestFilterSensitiveLog: (obj: UpdateChannelMessageRequest) => any;
1303
+
1304
+ export declare const UpdateChannelMessageResponseFilterSensitiveLog: (obj: UpdateChannelMessageResponse) => any;
1305
+
1306
+ export declare const UpdateChannelReadMarkerRequestFilterSensitiveLog: (obj: UpdateChannelReadMarkerRequest) => any;
1307
+
1308
+ export declare const UpdateChannelReadMarkerResponseFilterSensitiveLog: (obj: UpdateChannelReadMarkerResponse) => any;