@aws-sdk/client-chime-sdk-messaging 3.296.0 → 3.297.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 (67) hide show
  1. package/dist-types/ChimeSDKMessaging.d.ts +51 -0
  2. package/dist-types/ChimeSDKMessagingClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +16 -0
  5. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateChannelBanCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateChannelCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateChannelFlowCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteChannelBanCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteChannelCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeChannelBanCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeChannelCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +16 -0
  25. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +16 -0
  26. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +16 -0
  27. package/dist-types/commands/GetChannelMessageCommand.d.ts +16 -0
  28. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +16 -0
  29. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +16 -0
  30. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListChannelBansCommand.d.ts +16 -0
  32. package/dist-types/commands/ListChannelFlowsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +16 -0
  35. package/dist-types/commands/ListChannelMessagesCommand.d.ts +16 -0
  36. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +16 -0
  37. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +16 -0
  38. package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +16 -0
  40. package/dist-types/commands/ListSubChannelsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  42. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +16 -0
  43. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +16 -0
  44. package/dist-types/commands/RedactChannelMessageCommand.d.ts +16 -0
  45. package/dist-types/commands/SearchChannelsCommand.d.ts +16 -0
  46. package/dist-types/commands/SendChannelMessageCommand.d.ts +16 -0
  47. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  48. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  49. package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
  50. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +16 -0
  51. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +16 -0
  52. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +16 -0
  53. package/dist-types/models/ChimeSDKMessagingServiceException.d.ts +2 -0
  54. package/dist-types/models/models_0.d.ts +355 -0
  55. package/dist-types/pagination/Interfaces.d.ts +3 -0
  56. package/dist-types/pagination/ListChannelBansPaginator.d.ts +3 -0
  57. package/dist-types/pagination/ListChannelFlowsPaginator.d.ts +3 -0
  58. package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +3 -0
  59. package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +3 -0
  60. package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +3 -0
  61. package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +3 -0
  62. package/dist-types/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListSubChannelsPaginator.d.ts +3 -0
  66. package/dist-types/pagination/SearchChannelsPaginator.d.ts +3 -0
  67. package/package.json +3 -3
@@ -1,15 +1,22 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ChimeSDKMessagingServiceException as __BaseException } from "./ChimeSDKMessagingServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum AllowNotifications {
4
7
  ALL = "ALL",
5
8
  FILTERED = "FILTERED",
6
9
  NONE = "NONE"
7
10
  }
11
+ /**
12
+ * @public
13
+ */
8
14
  export declare enum ChannelMembershipType {
9
15
  DEFAULT = "DEFAULT",
10
16
  HIDDEN = "HIDDEN"
11
17
  }
12
18
  /**
19
+ * @public
13
20
  * <p>Summary of the membership details of an <code>AppInstanceUser</code>.</p>
14
21
  */
15
22
  export interface AppInstanceUserMembershipSummary {
@@ -26,6 +33,9 @@ export interface AppInstanceUserMembershipSummary {
26
33
  */
27
34
  SubChannelId?: string;
28
35
  }
36
+ /**
37
+ * @public
38
+ */
29
39
  export interface AssociateChannelFlowRequest {
30
40
  /**
31
41
  * <p>The ARN of the channel.</p>
@@ -40,6 +50,9 @@ export interface AssociateChannelFlowRequest {
40
50
  */
41
51
  ChimeBearer: string | undefined;
42
52
  }
53
+ /**
54
+ * @public
55
+ */
43
56
  export declare enum ErrorCode {
44
57
  AccessDenied = "AccessDenied",
45
58
  BadRequest = "BadRequest",
@@ -58,6 +71,7 @@ export declare enum ErrorCode {
58
71
  VoiceConnectorGroupAssociationsExist = "VoiceConnectorGroupAssociationsExist"
59
72
  }
60
73
  /**
74
+ * @public
61
75
  * <p>The input parameters don't match the service's restrictions.</p>
62
76
  */
63
77
  export declare class BadRequestException extends __BaseException {
@@ -71,6 +85,7 @@ export declare class BadRequestException extends __BaseException {
71
85
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
72
86
  }
73
87
  /**
88
+ * @public
74
89
  * <p>The request could not be processed because of conflict in the current state of the
75
90
  * resource.</p>
76
91
  */
@@ -85,6 +100,7 @@ export declare class ConflictException extends __BaseException {
85
100
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
86
101
  }
87
102
  /**
103
+ * @public
88
104
  * <p>The client is permanently forbidden from making the request.</p>
89
105
  */
90
106
  export declare class ForbiddenException extends __BaseException {
@@ -98,6 +114,7 @@ export declare class ForbiddenException extends __BaseException {
98
114
  constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
99
115
  }
100
116
  /**
117
+ * @public
101
118
  * <p>One or more of the resources in the request does not exist in the system.</p>
102
119
  */
103
120
  export declare class NotFoundException extends __BaseException {
@@ -111,6 +128,7 @@ export declare class NotFoundException extends __BaseException {
111
128
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
112
129
  }
113
130
  /**
131
+ * @public
114
132
  * <p>The service encountered an unexpected error.</p>
115
133
  */
116
134
  export declare class ServiceFailureException extends __BaseException {
@@ -124,6 +142,7 @@ export declare class ServiceFailureException extends __BaseException {
124
142
  constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
125
143
  }
126
144
  /**
145
+ * @public
127
146
  * <p>The service is currently unavailable.</p>
128
147
  */
129
148
  export declare class ServiceUnavailableException extends __BaseException {
@@ -137,6 +156,7 @@ export declare class ServiceUnavailableException extends __BaseException {
137
156
  constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
138
157
  }
139
158
  /**
159
+ * @public
140
160
  * <p>The client exceeded its request rate limit.</p>
141
161
  */
142
162
  export declare class ThrottledClientException extends __BaseException {
@@ -150,6 +170,7 @@ export declare class ThrottledClientException extends __BaseException {
150
170
  constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
151
171
  }
152
172
  /**
173
+ * @public
153
174
  * <p>The client is not currently authorized to make the request.</p>
154
175
  */
155
176
  export declare class UnauthorizedClientException extends __BaseException {
@@ -163,6 +184,7 @@ export declare class UnauthorizedClientException extends __BaseException {
163
184
  constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
164
185
  }
165
186
  /**
187
+ * @public
166
188
  * <p>The details of a user.</p>
167
189
  */
168
190
  export interface Identity {
@@ -176,6 +198,7 @@ export interface Identity {
176
198
  Name?: string;
177
199
  }
178
200
  /**
201
+ * @public
179
202
  * <p>The membership information, including member ARNs, the channel ARN, and membership
180
203
  * types.</p>
181
204
  */
@@ -201,6 +224,9 @@ export interface BatchChannelMemberships {
201
224
  */
202
225
  SubChannelId?: string;
203
226
  }
227
+ /**
228
+ * @public
229
+ */
204
230
  export interface BatchCreateChannelMembershipRequest {
205
231
  /**
206
232
  * <p>The ARN of the channel to which you're adding users.</p>
@@ -231,6 +257,7 @@ export interface BatchCreateChannelMembershipRequest {
231
257
  SubChannelId?: string;
232
258
  }
233
259
  /**
260
+ * @public
234
261
  * <p>A list of failed member ARNs, error codes, and error messages.</p>
235
262
  */
236
263
  export interface BatchCreateChannelMembershipError {
@@ -247,6 +274,9 @@ export interface BatchCreateChannelMembershipError {
247
274
  */
248
275
  ErrorMessage?: string;
249
276
  }
277
+ /**
278
+ * @public
279
+ */
250
280
  export interface BatchCreateChannelMembershipResponse {
251
281
  /**
252
282
  * <p>The list of channel memberships in the response.</p>
@@ -259,6 +289,7 @@ export interface BatchCreateChannelMembershipResponse {
259
289
  Errors?: BatchCreateChannelMembershipError[];
260
290
  }
261
291
  /**
292
+ * @public
262
293
  * <p>The request exceeds the resource limit.</p>
263
294
  */
264
295
  export declare class ResourceLimitExceededException extends __BaseException {
@@ -272,6 +303,7 @@ export declare class ResourceLimitExceededException extends __BaseException {
272
303
  constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
273
304
  }
274
305
  /**
306
+ * @public
275
307
  * <p>The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million members.</p>
276
308
  */
277
309
  export interface ElasticChannelConfiguration {
@@ -288,15 +320,22 @@ export interface ElasticChannelConfiguration {
288
320
  */
289
321
  MinimumMembershipPercentage: number | undefined;
290
322
  }
323
+ /**
324
+ * @public
325
+ */
291
326
  export declare enum ChannelMode {
292
327
  RESTRICTED = "RESTRICTED",
293
328
  UNRESTRICTED = "UNRESTRICTED"
294
329
  }
330
+ /**
331
+ * @public
332
+ */
295
333
  export declare enum ChannelPrivacy {
296
334
  PRIVATE = "PRIVATE",
297
335
  PUBLIC = "PUBLIC"
298
336
  }
299
337
  /**
338
+ * @public
300
339
  * <p>The details of a channel.</p>
301
340
  */
302
341
  export interface Channel {
@@ -346,6 +385,7 @@ export interface Channel {
346
385
  ElasticChannelConfiguration?: ElasticChannelConfiguration;
347
386
  }
348
387
  /**
388
+ * @public
349
389
  * <p>Summary of details of a channel associated with channel flow.</p>
350
390
  */
351
391
  export interface ChannelAssociatedWithFlowSummary {
@@ -371,6 +411,7 @@ export interface ChannelAssociatedWithFlowSummary {
371
411
  Metadata?: string;
372
412
  }
373
413
  /**
414
+ * @public
374
415
  * <p>The details of a channel ban.</p>
375
416
  */
376
417
  export interface ChannelBan {
@@ -392,6 +433,7 @@ export interface ChannelBan {
392
433
  CreatedBy?: Identity;
393
434
  }
394
435
  /**
436
+ * @public
395
437
  * <p>Summary of the details of a <code>ChannelBan</code>.</p>
396
438
  */
397
439
  export interface ChannelBanSummary {
@@ -400,10 +442,14 @@ export interface ChannelBanSummary {
400
442
  */
401
443
  Member?: Identity;
402
444
  }
445
+ /**
446
+ * @public
447
+ */
403
448
  export declare enum InvocationType {
404
449
  ASYNC = "ASYNC"
405
450
  }
406
451
  /**
452
+ * @public
407
453
  * <p>Stores metadata about a Lambda processor.</p>
408
454
  */
409
455
  export interface LambdaConfiguration {
@@ -417,6 +463,7 @@ export interface LambdaConfiguration {
417
463
  InvocationType: InvocationType | string | undefined;
418
464
  }
419
465
  /**
466
+ * @public
420
467
  * <p>A processor's metadata.</p>
421
468
  */
422
469
  export interface ProcessorConfiguration {
@@ -425,11 +472,15 @@ export interface ProcessorConfiguration {
425
472
  */
426
473
  Lambda: LambdaConfiguration | undefined;
427
474
  }
475
+ /**
476
+ * @public
477
+ */
428
478
  export declare enum FallbackAction {
429
479
  ABORT = "ABORT",
430
480
  CONTINUE = "CONTINUE"
431
481
  }
432
482
  /**
483
+ * @public
433
484
  * <p>The information about a processor in a channel flow.</p>
434
485
  */
435
486
  export interface Processor {
@@ -454,6 +505,7 @@ export interface Processor {
454
505
  FallbackAction: FallbackAction | string | undefined;
455
506
  }
456
507
  /**
508
+ * @public
457
509
  * <p>The details of a channel flow.</p>
458
510
  */
459
511
  export interface ChannelFlow {
@@ -479,6 +531,7 @@ export interface ChannelFlow {
479
531
  LastUpdatedTimestamp?: Date;
480
532
  }
481
533
  /**
534
+ * @public
482
535
  * <p>A list of message attribute values.</p>
483
536
  */
484
537
  export interface MessageAttributeValue {
@@ -487,11 +540,15 @@ export interface MessageAttributeValue {
487
540
  */
488
541
  StringValues?: string[];
489
542
  }
543
+ /**
544
+ * @public
545
+ */
490
546
  export declare enum PushNotificationType {
491
547
  DEFAULT = "DEFAULT",
492
548
  VOIP = "VOIP"
493
549
  }
494
550
  /**
551
+ * @public
495
552
  * <p>The push notification configuration of the message.</p>
496
553
  */
497
554
  export interface PushNotificationConfiguration {
@@ -511,6 +568,7 @@ export interface PushNotificationConfiguration {
511
568
  Type?: PushNotificationType | string;
512
569
  }
513
570
  /**
571
+ * @public
514
572
  * <p>Stores information about a callback.</p>
515
573
  */
516
574
  export interface ChannelMessageCallback {
@@ -539,6 +597,9 @@ export interface ChannelMessageCallback {
539
597
  */
540
598
  SubChannelId?: string;
541
599
  }
600
+ /**
601
+ * @public
602
+ */
542
603
  export interface ChannelFlowCallbackRequest {
543
604
  /**
544
605
  * <p>The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.</p>
@@ -557,6 +618,9 @@ export interface ChannelFlowCallbackRequest {
557
618
  */
558
619
  ChannelMessage: ChannelMessageCallback | undefined;
559
620
  }
621
+ /**
622
+ * @public
623
+ */
560
624
  export interface ChannelFlowCallbackResponse {
561
625
  /**
562
626
  * <p>The ARN of the channel.</p>
@@ -568,6 +632,7 @@ export interface ChannelFlowCallbackResponse {
568
632
  CallbackId?: string;
569
633
  }
570
634
  /**
635
+ * @public
571
636
  * <p>Summary of details of a channel flow.</p>
572
637
  */
573
638
  export interface ChannelFlowSummary {
@@ -585,6 +650,7 @@ export interface ChannelFlowSummary {
585
650
  Processors?: Processor[];
586
651
  }
587
652
  /**
653
+ * @public
588
654
  * <p>The details of a channel member.</p>
589
655
  */
590
656
  export interface ChannelMembership {
@@ -618,6 +684,7 @@ export interface ChannelMembership {
618
684
  SubChannelId?: string;
619
685
  }
620
686
  /**
687
+ * @public
621
688
  * <p>Summary of the details of a <code>Channel</code>.</p>
622
689
  */
623
690
  export interface ChannelSummary {
@@ -647,6 +714,7 @@ export interface ChannelSummary {
647
714
  LastMessageTimestamp?: Date;
648
715
  }
649
716
  /**
717
+ * @public
650
718
  * <p>Summary of the channel membership details of an <code>AppInstanceUser</code>.</p>
651
719
  */
652
720
  export interface ChannelMembershipForAppInstanceUserSummary {
@@ -660,6 +728,7 @@ export interface ChannelMembershipForAppInstanceUserSummary {
660
728
  AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
661
729
  }
662
730
  /**
731
+ * @public
663
732
  * <p>The channel membership preferences for push notification.</p>
664
733
  */
665
734
  export interface PushNotificationPreferences {
@@ -675,6 +744,7 @@ export interface PushNotificationPreferences {
675
744
  FilterRule?: string;
676
745
  }
677
746
  /**
747
+ * @public
678
748
  * <p>The channel membership preferences for an <code>AppInstanceUser</code>.</p>
679
749
  */
680
750
  export interface ChannelMembershipPreferences {
@@ -684,6 +754,7 @@ export interface ChannelMembershipPreferences {
684
754
  PushNotifications?: PushNotificationPreferences;
685
755
  }
686
756
  /**
757
+ * @public
687
758
  * <p>Summary of the details of a <code>ChannelMembership</code>.</p>
688
759
  */
689
760
  export interface ChannelMembershipSummary {
@@ -692,10 +763,16 @@ export interface ChannelMembershipSummary {
692
763
  */
693
764
  Member?: Identity;
694
765
  }
766
+ /**
767
+ * @public
768
+ */
695
769
  export declare enum ChannelMessagePersistenceType {
696
770
  NON_PERSISTENT = "NON_PERSISTENT",
697
771
  PERSISTENT = "PERSISTENT"
698
772
  }
773
+ /**
774
+ * @public
775
+ */
699
776
  export declare enum ChannelMessageStatus {
700
777
  DENIED = "DENIED",
701
778
  FAILED = "FAILED",
@@ -703,6 +780,7 @@ export declare enum ChannelMessageStatus {
703
780
  SENT = "SENT"
704
781
  }
705
782
  /**
783
+ * @public
706
784
  * <p>Stores information about a message status.</p>
707
785
  */
708
786
  export interface ChannelMessageStatusStructure {
@@ -715,11 +793,15 @@ export interface ChannelMessageStatusStructure {
715
793
  */
716
794
  Detail?: string;
717
795
  }
796
+ /**
797
+ * @public
798
+ */
718
799
  export declare enum ChannelMessageType {
719
800
  CONTROL = "CONTROL",
720
801
  STANDARD = "STANDARD"
721
802
  }
722
803
  /**
804
+ * @public
723
805
  * <p>The details of a message in a channel.</p>
724
806
  */
725
807
  export interface ChannelMessage {
@@ -781,6 +863,7 @@ export interface ChannelMessage {
781
863
  SubChannelId?: string;
782
864
  }
783
865
  /**
866
+ * @public
784
867
  * <p>Summary of the messages in a <code>Channel</code>.</p>
785
868
  */
786
869
  export interface ChannelMessageSummary {
@@ -831,6 +914,7 @@ export interface ChannelMessageSummary {
831
914
  MessageAttributes?: Record<string, MessageAttributeValue>;
832
915
  }
833
916
  /**
917
+ * @public
834
918
  * <p>Summary of the details of a moderated channel.</p>
835
919
  */
836
920
  export interface ChannelModeratedByAppInstanceUserSummary {
@@ -840,6 +924,7 @@ export interface ChannelModeratedByAppInstanceUserSummary {
840
924
  ChannelSummary?: ChannelSummary;
841
925
  }
842
926
  /**
927
+ * @public
843
928
  * <p>The details of a channel moderator.</p>
844
929
  */
845
930
  export interface ChannelModerator {
@@ -861,6 +946,7 @@ export interface ChannelModerator {
861
946
  CreatedBy?: Identity;
862
947
  }
863
948
  /**
949
+ * @public
864
950
  * <p>Summary of the details of a <code>ChannelModerator</code>.</p>
865
951
  */
866
952
  export interface ChannelModeratorSummary {
@@ -870,6 +956,7 @@ export interface ChannelModeratorSummary {
870
956
  Moderator?: Identity;
871
957
  }
872
958
  /**
959
+ * @public
873
960
  * <p>A tag object containing a key-value pair.</p>
874
961
  */
875
962
  export interface Tag {
@@ -882,6 +969,9 @@ export interface Tag {
882
969
  */
883
970
  Value: string | undefined;
884
971
  }
972
+ /**
973
+ * @public
974
+ */
885
975
  export interface CreateChannelRequest {
886
976
  /**
887
977
  * <p>The ARN of the channel request.</p>
@@ -936,12 +1026,18 @@ export interface CreateChannelRequest {
936
1026
  */
937
1027
  ElasticChannelConfiguration?: ElasticChannelConfiguration;
938
1028
  }
1029
+ /**
1030
+ * @public
1031
+ */
939
1032
  export interface CreateChannelResponse {
940
1033
  /**
941
1034
  * <p>The ARN of the channel.</p>
942
1035
  */
943
1036
  ChannelArn?: string;
944
1037
  }
1038
+ /**
1039
+ * @public
1040
+ */
945
1041
  export interface CreateChannelBanRequest {
946
1042
  /**
947
1043
  * <p>The ARN of the ban request.</p>
@@ -956,6 +1052,9 @@ export interface CreateChannelBanRequest {
956
1052
  */
957
1053
  ChimeBearer: string | undefined;
958
1054
  }
1055
+ /**
1056
+ * @public
1057
+ */
959
1058
  export interface CreateChannelBanResponse {
960
1059
  /**
961
1060
  * <p>The ARN of the response to the ban request.</p>
@@ -967,6 +1066,9 @@ export interface CreateChannelBanResponse {
967
1066
  */
968
1067
  Member?: Identity;
969
1068
  }
1069
+ /**
1070
+ * @public
1071
+ */
970
1072
  export interface CreateChannelFlowRequest {
971
1073
  /**
972
1074
  * <p>The ARN of the channel flow request.</p>
@@ -989,12 +1091,18 @@ export interface CreateChannelFlowRequest {
989
1091
  */
990
1092
  ClientRequestToken: string | undefined;
991
1093
  }
1094
+ /**
1095
+ * @public
1096
+ */
992
1097
  export interface CreateChannelFlowResponse {
993
1098
  /**
994
1099
  * <p>The ARN of the channel flow.</p>
995
1100
  */
996
1101
  ChannelFlowArn?: string;
997
1102
  }
1103
+ /**
1104
+ * @public
1105
+ */
998
1106
  export interface CreateChannelMembershipRequest {
999
1107
  /**
1000
1108
  * <p>The ARN of the channel to which you're adding users.</p>
@@ -1024,6 +1132,9 @@ export interface CreateChannelMembershipRequest {
1024
1132
  */
1025
1133
  SubChannelId?: string;
1026
1134
  }
1135
+ /**
1136
+ * @public
1137
+ */
1027
1138
  export interface CreateChannelMembershipResponse {
1028
1139
  /**
1029
1140
  * <p>The ARN of the channel.</p>
@@ -1038,6 +1149,9 @@ export interface CreateChannelMembershipResponse {
1038
1149
  */
1039
1150
  SubChannelId?: string;
1040
1151
  }
1152
+ /**
1153
+ * @public
1154
+ */
1041
1155
  export interface CreateChannelModeratorRequest {
1042
1156
  /**
1043
1157
  * <p>The ARN of the channel.</p>
@@ -1052,6 +1166,9 @@ export interface CreateChannelModeratorRequest {
1052
1166
  */
1053
1167
  ChimeBearer: string | undefined;
1054
1168
  }
1169
+ /**
1170
+ * @public
1171
+ */
1055
1172
  export interface CreateChannelModeratorResponse {
1056
1173
  /**
1057
1174
  * <p>The ARN of the channel.</p>
@@ -1062,6 +1179,9 @@ export interface CreateChannelModeratorResponse {
1062
1179
  */
1063
1180
  ChannelModerator?: Identity;
1064
1181
  }
1182
+ /**
1183
+ * @public
1184
+ */
1065
1185
  export interface DeleteChannelRequest {
1066
1186
  /**
1067
1187
  * <p>The ARN of the channel being deleted.</p>
@@ -1076,6 +1196,9 @@ export interface DeleteChannelRequest {
1076
1196
  */
1077
1197
  SubChannelId?: string;
1078
1198
  }
1199
+ /**
1200
+ * @public
1201
+ */
1079
1202
  export interface DeleteChannelBanRequest {
1080
1203
  /**
1081
1204
  * <p>The ARN of the channel from which the <code>AppInstanceUser</code> was banned.</p>
@@ -1090,12 +1213,18 @@ export interface DeleteChannelBanRequest {
1090
1213
  */
1091
1214
  ChimeBearer: string | undefined;
1092
1215
  }
1216
+ /**
1217
+ * @public
1218
+ */
1093
1219
  export interface DeleteChannelFlowRequest {
1094
1220
  /**
1095
1221
  * <p>The ARN of the channel flow.</p>
1096
1222
  */
1097
1223
  ChannelFlowArn: string | undefined;
1098
1224
  }
1225
+ /**
1226
+ * @public
1227
+ */
1099
1228
  export interface DeleteChannelMembershipRequest {
1100
1229
  /**
1101
1230
  * <p>The ARN of the channel from which you want to remove the user.</p>
@@ -1117,6 +1246,9 @@ export interface DeleteChannelMembershipRequest {
1117
1246
  */
1118
1247
  SubChannelId?: string;
1119
1248
  }
1249
+ /**
1250
+ * @public
1251
+ */
1120
1252
  export interface DeleteChannelMessageRequest {
1121
1253
  /**
1122
1254
  * <p>The ARN of the channel.</p>
@@ -1138,6 +1270,9 @@ export interface DeleteChannelMessageRequest {
1138
1270
  */
1139
1271
  SubChannelId?: string;
1140
1272
  }
1273
+ /**
1274
+ * @public
1275
+ */
1141
1276
  export interface DeleteChannelModeratorRequest {
1142
1277
  /**
1143
1278
  * <p>The ARN of the channel.</p>
@@ -1152,12 +1287,18 @@ export interface DeleteChannelModeratorRequest {
1152
1287
  */
1153
1288
  ChimeBearer: string | undefined;
1154
1289
  }
1290
+ /**
1291
+ * @public
1292
+ */
1155
1293
  export interface DeleteMessagingStreamingConfigurationsRequest {
1156
1294
  /**
1157
1295
  * <p>The ARN of the streaming configurations being deleted.</p>
1158
1296
  */
1159
1297
  AppInstanceArn: string | undefined;
1160
1298
  }
1299
+ /**
1300
+ * @public
1301
+ */
1161
1302
  export interface DescribeChannelRequest {
1162
1303
  /**
1163
1304
  * <p>The ARN of the channel.</p>
@@ -1168,12 +1309,18 @@ export interface DescribeChannelRequest {
1168
1309
  */
1169
1310
  ChimeBearer: string | undefined;
1170
1311
  }
1312
+ /**
1313
+ * @public
1314
+ */
1171
1315
  export interface DescribeChannelResponse {
1172
1316
  /**
1173
1317
  * <p>The channel details.</p>
1174
1318
  */
1175
1319
  Channel?: Channel;
1176
1320
  }
1321
+ /**
1322
+ * @public
1323
+ */
1177
1324
  export interface DescribeChannelBanRequest {
1178
1325
  /**
1179
1326
  * <p>The ARN of the channel from which the user is banned.</p>
@@ -1188,24 +1335,36 @@ export interface DescribeChannelBanRequest {
1188
1335
  */
1189
1336
  ChimeBearer: string | undefined;
1190
1337
  }
1338
+ /**
1339
+ * @public
1340
+ */
1191
1341
  export interface DescribeChannelBanResponse {
1192
1342
  /**
1193
1343
  * <p>The details of the ban.</p>
1194
1344
  */
1195
1345
  ChannelBan?: ChannelBan;
1196
1346
  }
1347
+ /**
1348
+ * @public
1349
+ */
1197
1350
  export interface DescribeChannelFlowRequest {
1198
1351
  /**
1199
1352
  * <p>The ARN of the channel flow.</p>
1200
1353
  */
1201
1354
  ChannelFlowArn: string | undefined;
1202
1355
  }
1356
+ /**
1357
+ * @public
1358
+ */
1203
1359
  export interface DescribeChannelFlowResponse {
1204
1360
  /**
1205
1361
  * <p>The channel flow details.</p>
1206
1362
  */
1207
1363
  ChannelFlow?: ChannelFlow;
1208
1364
  }
1365
+ /**
1366
+ * @public
1367
+ */
1209
1368
  export interface DescribeChannelMembershipRequest {
1210
1369
  /**
1211
1370
  * <p>The ARN of the channel.</p>
@@ -1227,12 +1386,18 @@ export interface DescribeChannelMembershipRequest {
1227
1386
  */
1228
1387
  SubChannelId?: string;
1229
1388
  }
1389
+ /**
1390
+ * @public
1391
+ */
1230
1392
  export interface DescribeChannelMembershipResponse {
1231
1393
  /**
1232
1394
  * <p>The details of the membership.</p>
1233
1395
  */
1234
1396
  ChannelMembership?: ChannelMembership;
1235
1397
  }
1398
+ /**
1399
+ * @public
1400
+ */
1236
1401
  export interface DescribeChannelMembershipForAppInstanceUserRequest {
1237
1402
  /**
1238
1403
  * <p>The ARN of the channel to which the user belongs.</p>
@@ -1247,12 +1412,18 @@ export interface DescribeChannelMembershipForAppInstanceUserRequest {
1247
1412
  */
1248
1413
  ChimeBearer: string | undefined;
1249
1414
  }
1415
+ /**
1416
+ * @public
1417
+ */
1250
1418
  export interface DescribeChannelMembershipForAppInstanceUserResponse {
1251
1419
  /**
1252
1420
  * <p>The channel to which a user belongs.</p>
1253
1421
  */
1254
1422
  ChannelMembership?: ChannelMembershipForAppInstanceUserSummary;
1255
1423
  }
1424
+ /**
1425
+ * @public
1426
+ */
1256
1427
  export interface DescribeChannelModeratedByAppInstanceUserRequest {
1257
1428
  /**
1258
1429
  * <p>The ARN of the moderated channel.</p>
@@ -1267,12 +1438,18 @@ export interface DescribeChannelModeratedByAppInstanceUserRequest {
1267
1438
  */
1268
1439
  ChimeBearer: string | undefined;
1269
1440
  }
1441
+ /**
1442
+ * @public
1443
+ */
1270
1444
  export interface DescribeChannelModeratedByAppInstanceUserResponse {
1271
1445
  /**
1272
1446
  * <p>The moderated channel.</p>
1273
1447
  */
1274
1448
  Channel?: ChannelModeratedByAppInstanceUserSummary;
1275
1449
  }
1450
+ /**
1451
+ * @public
1452
+ */
1276
1453
  export interface DescribeChannelModeratorRequest {
1277
1454
  /**
1278
1455
  * <p>The ARN of the channel.</p>
@@ -1287,12 +1464,18 @@ export interface DescribeChannelModeratorRequest {
1287
1464
  */
1288
1465
  ChimeBearer: string | undefined;
1289
1466
  }
1467
+ /**
1468
+ * @public
1469
+ */
1290
1470
  export interface DescribeChannelModeratorResponse {
1291
1471
  /**
1292
1472
  * <p>The details of the channel moderator.</p>
1293
1473
  */
1294
1474
  ChannelModerator?: ChannelModerator;
1295
1475
  }
1476
+ /**
1477
+ * @public
1478
+ */
1296
1479
  export interface DisassociateChannelFlowRequest {
1297
1480
  /**
1298
1481
  * <p>The ARN of the channel.</p>
@@ -1307,6 +1490,9 @@ export interface DisassociateChannelFlowRequest {
1307
1490
  */
1308
1491
  ChimeBearer: string | undefined;
1309
1492
  }
1493
+ /**
1494
+ * @public
1495
+ */
1310
1496
  export interface GetChannelMembershipPreferencesRequest {
1311
1497
  /**
1312
1498
  * <p>The ARN of the channel.</p>
@@ -1321,6 +1507,9 @@ export interface GetChannelMembershipPreferencesRequest {
1321
1507
  */
1322
1508
  ChimeBearer: string | undefined;
1323
1509
  }
1510
+ /**
1511
+ * @public
1512
+ */
1324
1513
  export interface GetChannelMembershipPreferencesResponse {
1325
1514
  /**
1326
1515
  * <p>The ARN of the channel.</p>
@@ -1335,6 +1524,9 @@ export interface GetChannelMembershipPreferencesResponse {
1335
1524
  */
1336
1525
  Preferences?: ChannelMembershipPreferences;
1337
1526
  }
1527
+ /**
1528
+ * @public
1529
+ */
1338
1530
  export interface GetChannelMessageRequest {
1339
1531
  /**
1340
1532
  * <p>The ARN of the channel.</p>
@@ -1356,12 +1548,18 @@ export interface GetChannelMessageRequest {
1356
1548
  */
1357
1549
  SubChannelId?: string;
1358
1550
  }
1551
+ /**
1552
+ * @public
1553
+ */
1359
1554
  export interface GetChannelMessageResponse {
1360
1555
  /**
1361
1556
  * <p>The details of and content in the message.</p>
1362
1557
  */
1363
1558
  ChannelMessage?: ChannelMessage;
1364
1559
  }
1560
+ /**
1561
+ * @public
1562
+ */
1365
1563
  export interface GetChannelMessageStatusRequest {
1366
1564
  /**
1367
1565
  * <p>The ARN of the channel</p>
@@ -1383,15 +1581,22 @@ export interface GetChannelMessageStatusRequest {
1383
1581
  */
1384
1582
  SubChannelId?: string;
1385
1583
  }
1584
+ /**
1585
+ * @public
1586
+ */
1386
1587
  export interface GetChannelMessageStatusResponse {
1387
1588
  /**
1388
1589
  * <p>The message status and details.</p>
1389
1590
  */
1390
1591
  Status?: ChannelMessageStatusStructure;
1391
1592
  }
1593
+ /**
1594
+ * @public
1595
+ */
1392
1596
  export interface GetMessagingSessionEndpointRequest {
1393
1597
  }
1394
1598
  /**
1599
+ * @public
1395
1600
  * <p>The websocket endpoint used to connect to Amazon Chime SDK messaging.</p>
1396
1601
  */
1397
1602
  export interface MessagingSessionEndpoint {
@@ -1400,23 +1605,33 @@ export interface MessagingSessionEndpoint {
1400
1605
  */
1401
1606
  Url?: string;
1402
1607
  }
1608
+ /**
1609
+ * @public
1610
+ */
1403
1611
  export interface GetMessagingSessionEndpointResponse {
1404
1612
  /**
1405
1613
  * <p>The endpoint returned in the response.</p>
1406
1614
  */
1407
1615
  Endpoint?: MessagingSessionEndpoint;
1408
1616
  }
1617
+ /**
1618
+ * @public
1619
+ */
1409
1620
  export interface GetMessagingStreamingConfigurationsRequest {
1410
1621
  /**
1411
1622
  * <p>The ARN of the streaming configurations.</p>
1412
1623
  */
1413
1624
  AppInstanceArn: string | undefined;
1414
1625
  }
1626
+ /**
1627
+ * @public
1628
+ */
1415
1629
  export declare enum MessagingDataType {
1416
1630
  Channel = "Channel",
1417
1631
  ChannelMessage = "ChannelMessage"
1418
1632
  }
1419
1633
  /**
1634
+ * @public
1420
1635
  * <p>The configuration for connecting a messaging stream to Amazon Kinesis.</p>
1421
1636
  */
1422
1637
  export interface StreamingConfiguration {
@@ -1429,12 +1644,18 @@ export interface StreamingConfiguration {
1429
1644
  */
1430
1645
  ResourceArn: string | undefined;
1431
1646
  }
1647
+ /**
1648
+ * @public
1649
+ */
1432
1650
  export interface GetMessagingStreamingConfigurationsResponse {
1433
1651
  /**
1434
1652
  * <p>The streaming settings.</p>
1435
1653
  */
1436
1654
  StreamingConfigurations?: StreamingConfiguration[];
1437
1655
  }
1656
+ /**
1657
+ * @public
1658
+ */
1438
1659
  export interface ListChannelBansRequest {
1439
1660
  /**
1440
1661
  * <p>The ARN of the channel.</p>
@@ -1453,6 +1674,9 @@ export interface ListChannelBansRequest {
1453
1674
  */
1454
1675
  ChimeBearer: string | undefined;
1455
1676
  }
1677
+ /**
1678
+ * @public
1679
+ */
1456
1680
  export interface ListChannelBansResponse {
1457
1681
  /**
1458
1682
  * <p>The ARN of the channel.</p>
@@ -1467,6 +1691,9 @@ export interface ListChannelBansResponse {
1467
1691
  */
1468
1692
  ChannelBans?: ChannelBanSummary[];
1469
1693
  }
1694
+ /**
1695
+ * @public
1696
+ */
1470
1697
  export interface ListChannelFlowsRequest {
1471
1698
  /**
1472
1699
  * <p>The ARN of the app instance.</p>
@@ -1481,6 +1708,9 @@ export interface ListChannelFlowsRequest {
1481
1708
  */
1482
1709
  NextToken?: string;
1483
1710
  }
1711
+ /**
1712
+ * @public
1713
+ */
1484
1714
  export interface ListChannelFlowsResponse {
1485
1715
  /**
1486
1716
  * <p>The information about each channel flow.</p>
@@ -1491,6 +1721,9 @@ export interface ListChannelFlowsResponse {
1491
1721
  */
1492
1722
  NextToken?: string;
1493
1723
  }
1724
+ /**
1725
+ * @public
1726
+ */
1494
1727
  export interface ListChannelMembershipsRequest {
1495
1728
  /**
1496
1729
  * <p>The maximum number of channel memberships that you want returned.</p>
@@ -1524,6 +1757,9 @@ export interface ListChannelMembershipsRequest {
1524
1757
  */
1525
1758
  SubChannelId?: string;
1526
1759
  }
1760
+ /**
1761
+ * @public
1762
+ */
1527
1763
  export interface ListChannelMembershipsResponse {
1528
1764
  /**
1529
1765
  * <p>The ARN of the channel.</p>
@@ -1539,6 +1775,9 @@ export interface ListChannelMembershipsResponse {
1539
1775
  */
1540
1776
  NextToken?: string;
1541
1777
  }
1778
+ /**
1779
+ * @public
1780
+ */
1542
1781
  export interface ListChannelMembershipsForAppInstanceUserRequest {
1543
1782
  /**
1544
1783
  * <p>The ARN of the <code>AppInstanceUser</code>s</p>
@@ -1558,6 +1797,9 @@ export interface ListChannelMembershipsForAppInstanceUserRequest {
1558
1797
  */
1559
1798
  ChimeBearer: string | undefined;
1560
1799
  }
1800
+ /**
1801
+ * @public
1802
+ */
1561
1803
  export interface ListChannelMembershipsForAppInstanceUserResponse {
1562
1804
  /**
1563
1805
  * <p>The information for the requested channel memberships.</p>
@@ -1568,10 +1810,16 @@ export interface ListChannelMembershipsForAppInstanceUserResponse {
1568
1810
  */
1569
1811
  NextToken?: string;
1570
1812
  }
1813
+ /**
1814
+ * @public
1815
+ */
1571
1816
  export declare enum SortOrder {
1572
1817
  ASCENDING = "ASCENDING",
1573
1818
  DESCENDING = "DESCENDING"
1574
1819
  }
1820
+ /**
1821
+ * @public
1822
+ */
1575
1823
  export interface ListChannelMessagesRequest {
1576
1824
  /**
1577
1825
  * <p>The ARN of the channel.</p>
@@ -1610,6 +1858,9 @@ export interface ListChannelMessagesRequest {
1610
1858
  */
1611
1859
  SubChannelId?: string;
1612
1860
  }
1861
+ /**
1862
+ * @public
1863
+ */
1613
1864
  export interface ListChannelMessagesResponse {
1614
1865
  /**
1615
1866
  * <p>The ARN of the channel containing the requested messages.</p>
@@ -1628,6 +1879,9 @@ export interface ListChannelMessagesResponse {
1628
1879
  */
1629
1880
  SubChannelId?: string;
1630
1881
  }
1882
+ /**
1883
+ * @public
1884
+ */
1631
1885
  export interface ListChannelModeratorsRequest {
1632
1886
  /**
1633
1887
  * <p>The ARN of the channel.</p>
@@ -1647,6 +1901,9 @@ export interface ListChannelModeratorsRequest {
1647
1901
  */
1648
1902
  ChimeBearer: string | undefined;
1649
1903
  }
1904
+ /**
1905
+ * @public
1906
+ */
1650
1907
  export interface ListChannelModeratorsResponse {
1651
1908
  /**
1652
1909
  * <p>The ARN of the channel.</p>
@@ -1662,6 +1919,9 @@ export interface ListChannelModeratorsResponse {
1662
1919
  */
1663
1920
  ChannelModerators?: ChannelModeratorSummary[];
1664
1921
  }
1922
+ /**
1923
+ * @public
1924
+ */
1665
1925
  export interface ListChannelsRequest {
1666
1926
  /**
1667
1927
  * <p>The ARN of the <code>AppInstance</code>.</p>
@@ -1686,6 +1946,9 @@ export interface ListChannelsRequest {
1686
1946
  */
1687
1947
  ChimeBearer: string | undefined;
1688
1948
  }
1949
+ /**
1950
+ * @public
1951
+ */
1689
1952
  export interface ListChannelsResponse {
1690
1953
  /**
1691
1954
  * <p>The information about each channel.</p>
@@ -1697,6 +1960,9 @@ export interface ListChannelsResponse {
1697
1960
  */
1698
1961
  NextToken?: string;
1699
1962
  }
1963
+ /**
1964
+ * @public
1965
+ */
1700
1966
  export interface ListChannelsAssociatedWithChannelFlowRequest {
1701
1967
  /**
1702
1968
  * <p>The ARN of the channel flow.</p>
@@ -1711,6 +1977,9 @@ export interface ListChannelsAssociatedWithChannelFlowRequest {
1711
1977
  */
1712
1978
  NextToken?: string;
1713
1979
  }
1980
+ /**
1981
+ * @public
1982
+ */
1714
1983
  export interface ListChannelsAssociatedWithChannelFlowResponse {
1715
1984
  /**
1716
1985
  * <p>The information about each channel.</p>
@@ -1721,6 +1990,9 @@ export interface ListChannelsAssociatedWithChannelFlowResponse {
1721
1990
  */
1722
1991
  NextToken?: string;
1723
1992
  }
1993
+ /**
1994
+ * @public
1995
+ */
1724
1996
  export interface ListChannelsModeratedByAppInstanceUserRequest {
1725
1997
  /**
1726
1998
  * <p>The ARN of the user in the moderated channel.</p>
@@ -1740,6 +2012,9 @@ export interface ListChannelsModeratedByAppInstanceUserRequest {
1740
2012
  */
1741
2013
  ChimeBearer: string | undefined;
1742
2014
  }
2015
+ /**
2016
+ * @public
2017
+ */
1743
2018
  export interface ListChannelsModeratedByAppInstanceUserResponse {
1744
2019
  /**
1745
2020
  * <p>The moderated channels in the request.</p>
@@ -1751,6 +2026,9 @@ export interface ListChannelsModeratedByAppInstanceUserResponse {
1751
2026
  */
1752
2027
  NextToken?: string;
1753
2028
  }
2029
+ /**
2030
+ * @public
2031
+ */
1754
2032
  export interface ListSubChannelsRequest {
1755
2033
  /**
1756
2034
  * <p>The ARN of elastic channel.</p>
@@ -1770,6 +2048,7 @@ export interface ListSubChannelsRequest {
1770
2048
  NextToken?: string;
1771
2049
  }
1772
2050
  /**
2051
+ * @public
1773
2052
  * <p>Summary of the sub-channels associated with the elastic channel.</p>
1774
2053
  */
1775
2054
  export interface SubChannelSummary {
@@ -1782,6 +2061,9 @@ export interface SubChannelSummary {
1782
2061
  */
1783
2062
  MembershipCount?: number;
1784
2063
  }
2064
+ /**
2065
+ * @public
2066
+ */
1785
2067
  export interface ListSubChannelsResponse {
1786
2068
  /**
1787
2069
  * <p>The ARN of elastic channel.</p>
@@ -1796,18 +2078,27 @@ export interface ListSubChannelsResponse {
1796
2078
  */
1797
2079
  NextToken?: string;
1798
2080
  }
2081
+ /**
2082
+ * @public
2083
+ */
1799
2084
  export interface ListTagsForResourceRequest {
1800
2085
  /**
1801
2086
  * <p>The ARN of the resource.</p>
1802
2087
  */
1803
2088
  ResourceARN: string | undefined;
1804
2089
  }
2090
+ /**
2091
+ * @public
2092
+ */
1805
2093
  export interface ListTagsForResourceResponse {
1806
2094
  /**
1807
2095
  * <p>The tag key-value pairs.</p>
1808
2096
  */
1809
2097
  Tags?: Tag[];
1810
2098
  }
2099
+ /**
2100
+ * @public
2101
+ */
1811
2102
  export interface PutChannelMembershipPreferencesRequest {
1812
2103
  /**
1813
2104
  * <p>The ARN of the channel.</p>
@@ -1826,6 +2117,9 @@ export interface PutChannelMembershipPreferencesRequest {
1826
2117
  */
1827
2118
  Preferences: ChannelMembershipPreferences | undefined;
1828
2119
  }
2120
+ /**
2121
+ * @public
2122
+ */
1829
2123
  export interface PutChannelMembershipPreferencesResponse {
1830
2124
  /**
1831
2125
  * <p>The ARN of the channel.</p>
@@ -1840,6 +2134,9 @@ export interface PutChannelMembershipPreferencesResponse {
1840
2134
  */
1841
2135
  Preferences?: ChannelMembershipPreferences;
1842
2136
  }
2137
+ /**
2138
+ * @public
2139
+ */
1843
2140
  export interface PutMessagingStreamingConfigurationsRequest {
1844
2141
  /**
1845
2142
  * <p>The ARN of the streaming configuration.</p>
@@ -1850,12 +2147,18 @@ export interface PutMessagingStreamingConfigurationsRequest {
1850
2147
  */
1851
2148
  StreamingConfigurations: StreamingConfiguration[] | undefined;
1852
2149
  }
2150
+ /**
2151
+ * @public
2152
+ */
1853
2153
  export interface PutMessagingStreamingConfigurationsResponse {
1854
2154
  /**
1855
2155
  * <p>The requested streaming configurations.</p>
1856
2156
  */
1857
2157
  StreamingConfigurations?: StreamingConfiguration[];
1858
2158
  }
2159
+ /**
2160
+ * @public
2161
+ */
1859
2162
  export interface RedactChannelMessageRequest {
1860
2163
  /**
1861
2164
  * <p>The ARN of the channel containing the messages that you want to redact.</p>
@@ -1874,6 +2177,9 @@ export interface RedactChannelMessageRequest {
1874
2177
  */
1875
2178
  SubChannelId?: string;
1876
2179
  }
2180
+ /**
2181
+ * @public
2182
+ */
1877
2183
  export interface RedactChannelMessageResponse {
1878
2184
  /**
1879
2185
  * <p>The ARN of the channel containing the messages that you want to redact.</p>
@@ -1891,14 +2197,21 @@ export interface RedactChannelMessageResponse {
1891
2197
  */
1892
2198
  SubChannelId?: string;
1893
2199
  }
2200
+ /**
2201
+ * @public
2202
+ */
1894
2203
  export declare enum SearchFieldKey {
1895
2204
  MEMBERS = "MEMBERS"
1896
2205
  }
2206
+ /**
2207
+ * @public
2208
+ */
1897
2209
  export declare enum SearchFieldOperator {
1898
2210
  EQUALS = "EQUALS",
1899
2211
  INCLUDES = "INCLUDES"
1900
2212
  }
1901
2213
  /**
2214
+ * @public
1902
2215
  * <p>A <code>Field</code> of the channel that you want to search.</p>
1903
2216
  */
1904
2217
  export interface SearchField {
@@ -1920,6 +2233,9 @@ export interface SearchField {
1920
2233
  */
1921
2234
  Operator: SearchFieldOperator | string | undefined;
1922
2235
  }
2236
+ /**
2237
+ * @public
2238
+ */
1923
2239
  export interface SearchChannelsRequest {
1924
2240
  /**
1925
2241
  * <p>The <code>AppInstanceUserArn</code> of the user making the API call.</p>
@@ -1938,6 +2254,9 @@ export interface SearchChannelsRequest {
1938
2254
  */
1939
2255
  NextToken?: string;
1940
2256
  }
2257
+ /**
2258
+ * @public
2259
+ */
1941
2260
  export interface SearchChannelsResponse {
1942
2261
  /**
1943
2262
  * <p>A list of the channels in the request.</p>
@@ -1948,6 +2267,9 @@ export interface SearchChannelsResponse {
1948
2267
  */
1949
2268
  NextToken?: string;
1950
2269
  }
2270
+ /**
2271
+ * @public
2272
+ */
1951
2273
  export interface SendChannelMessageRequest {
1952
2274
  /**
1953
2275
  * <p>The ARN of the channel.</p>
@@ -1990,6 +2312,9 @@ export interface SendChannelMessageRequest {
1990
2312
  */
1991
2313
  SubChannelId?: string;
1992
2314
  }
2315
+ /**
2316
+ * @public
2317
+ */
1993
2318
  export interface SendChannelMessageResponse {
1994
2319
  /**
1995
2320
  * <p>The ARN of the channel.</p>
@@ -2008,6 +2333,9 @@ export interface SendChannelMessageResponse {
2008
2333
  */
2009
2334
  SubChannelId?: string;
2010
2335
  }
2336
+ /**
2337
+ * @public
2338
+ */
2011
2339
  export interface TagResourceRequest {
2012
2340
  /**
2013
2341
  * <p>The resource ARN.</p>
@@ -2018,6 +2346,9 @@ export interface TagResourceRequest {
2018
2346
  */
2019
2347
  Tags: Tag[] | undefined;
2020
2348
  }
2349
+ /**
2350
+ * @public
2351
+ */
2021
2352
  export interface UntagResourceRequest {
2022
2353
  /**
2023
2354
  * <p>The resource ARN.</p>
@@ -2028,6 +2359,9 @@ export interface UntagResourceRequest {
2028
2359
  */
2029
2360
  TagKeys: string[] | undefined;
2030
2361
  }
2362
+ /**
2363
+ * @public
2364
+ */
2031
2365
  export interface UpdateChannelRequest {
2032
2366
  /**
2033
2367
  * <p>The ARN of the channel.</p>
@@ -2050,12 +2384,18 @@ export interface UpdateChannelRequest {
2050
2384
  */
2051
2385
  ChimeBearer: string | undefined;
2052
2386
  }
2387
+ /**
2388
+ * @public
2389
+ */
2053
2390
  export interface UpdateChannelResponse {
2054
2391
  /**
2055
2392
  * <p>The ARN of the channel.</p>
2056
2393
  */
2057
2394
  ChannelArn?: string;
2058
2395
  }
2396
+ /**
2397
+ * @public
2398
+ */
2059
2399
  export interface UpdateChannelFlowRequest {
2060
2400
  /**
2061
2401
  * <p>The ARN of the channel flow.</p>
@@ -2070,12 +2410,18 @@ export interface UpdateChannelFlowRequest {
2070
2410
  */
2071
2411
  Name: string | undefined;
2072
2412
  }
2413
+ /**
2414
+ * @public
2415
+ */
2073
2416
  export interface UpdateChannelFlowResponse {
2074
2417
  /**
2075
2418
  * <p>The ARN of the channel flow.</p>
2076
2419
  */
2077
2420
  ChannelFlowArn?: string;
2078
2421
  }
2422
+ /**
2423
+ * @public
2424
+ */
2079
2425
  export interface UpdateChannelMessageRequest {
2080
2426
  /**
2081
2427
  * <p>The ARN of the channel.</p>
@@ -2105,6 +2451,9 @@ export interface UpdateChannelMessageRequest {
2105
2451
  */
2106
2452
  SubChannelId?: string;
2107
2453
  }
2454
+ /**
2455
+ * @public
2456
+ */
2108
2457
  export interface UpdateChannelMessageResponse {
2109
2458
  /**
2110
2459
  * <p>The ARN of the channel.</p>
@@ -2123,6 +2472,9 @@ export interface UpdateChannelMessageResponse {
2123
2472
  */
2124
2473
  SubChannelId?: string;
2125
2474
  }
2475
+ /**
2476
+ * @public
2477
+ */
2126
2478
  export interface UpdateChannelReadMarkerRequest {
2127
2479
  /**
2128
2480
  * <p>The ARN of the channel.</p>
@@ -2137,6 +2489,9 @@ export interface UpdateChannelReadMarkerRequest {
2137
2489
  */
2138
2490
  SubChannelId?: string;
2139
2491
  }
2492
+ /**
2493
+ * @public
2494
+ */
2140
2495
  export interface UpdateChannelReadMarkerResponse {
2141
2496
  /**
2142
2497
  * <p>The ARN of the channel.</p>