@aws-sdk/client-chime-sdk-messaging 3.295.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 (96) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/ChimeSDKMessaging.js +45 -0
  3. package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +46 -0
  4. package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +46 -0
  5. package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoint/ruleset.js +3 -3
  8. package/dist-cjs/models/models_0.js +32 -3
  9. package/dist-cjs/protocols/Aws_restJson1.js +243 -2
  10. package/dist-es/ChimeSDKMessaging.js +45 -0
  11. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +42 -0
  12. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +42 -0
  13. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +42 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/endpoint/ruleset.js +3 -3
  16. package/dist-es/models/models_0.js +23 -0
  17. package/dist-es/protocols/Aws_restJson1.js +235 -0
  18. package/dist-types/ChimeSDKMessaging.d.ts +76 -40
  19. package/dist-types/ChimeSDKMessagingClient.d.ts +29 -6
  20. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +16 -1
  21. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +16 -0
  22. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateChannelBanCommand.d.ts +16 -1
  24. package/dist-types/commands/CreateChannelCommand.d.ts +16 -2
  25. package/dist-types/commands/CreateChannelFlowCommand.d.ts +17 -3
  26. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +16 -4
  27. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +16 -2
  28. package/dist-types/commands/DeleteChannelBanCommand.d.ts +16 -1
  29. package/dist-types/commands/DeleteChannelCommand.d.ts +16 -1
  30. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +16 -1
  32. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +16 -1
  33. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +16 -1
  34. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +76 -0
  35. package/dist-types/commands/DescribeChannelBanCommand.d.ts +16 -2
  36. package/dist-types/commands/DescribeChannelCommand.d.ts +16 -2
  37. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +16 -1
  40. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +16 -1
  41. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +16 -0
  42. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +16 -0
  43. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +16 -0
  44. package/dist-types/commands/GetChannelMessageCommand.d.ts +16 -1
  45. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +16 -3
  46. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +16 -0
  47. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +82 -0
  48. package/dist-types/commands/ListChannelBansCommand.d.ts +16 -1
  49. package/dist-types/commands/ListChannelFlowsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +16 -2
  51. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +16 -1
  52. package/dist-types/commands/ListChannelMessagesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +16 -0
  55. package/dist-types/commands/ListChannelsCommand.d.ts +16 -2
  56. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +16 -1
  57. package/dist-types/commands/ListSubChannelsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  59. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +16 -0
  60. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +86 -0
  61. package/dist-types/commands/RedactChannelMessageCommand.d.ts +16 -1
  62. package/dist-types/commands/SearchChannelsCommand.d.ts +16 -0
  63. package/dist-types/commands/SendChannelMessageCommand.d.ts +16 -2
  64. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +16 -1
  69. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +16 -1
  70. package/dist-types/commands/index.d.ts +3 -0
  71. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  72. package/dist-types/models/ChimeSDKMessagingServiceException.d.ts +2 -0
  73. package/dist-types/models/models_0.d.ts +430 -0
  74. package/dist-types/pagination/Interfaces.d.ts +3 -0
  75. package/dist-types/pagination/ListChannelBansPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListChannelFlowsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListSubChannelsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/SearchChannelsPaginator.d.ts +3 -0
  86. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  87. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +69 -0
  88. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +18 -0
  89. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +37 -0
  90. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +41 -0
  91. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +41 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  93. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  94. package/dist-types/ts3.4/models/models_0.d.ts +42 -0
  95. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  96. package/package.json +29 -29
@@ -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,6 +1287,18 @@ export interface DeleteChannelModeratorRequest {
1152
1287
  */
1153
1288
  ChimeBearer: string | undefined;
1154
1289
  }
1290
+ /**
1291
+ * @public
1292
+ */
1293
+ export interface DeleteMessagingStreamingConfigurationsRequest {
1294
+ /**
1295
+ * <p>The ARN of the streaming configurations being deleted.</p>
1296
+ */
1297
+ AppInstanceArn: string | undefined;
1298
+ }
1299
+ /**
1300
+ * @public
1301
+ */
1155
1302
  export interface DescribeChannelRequest {
1156
1303
  /**
1157
1304
  * <p>The ARN of the channel.</p>
@@ -1162,12 +1309,18 @@ export interface DescribeChannelRequest {
1162
1309
  */
1163
1310
  ChimeBearer: string | undefined;
1164
1311
  }
1312
+ /**
1313
+ * @public
1314
+ */
1165
1315
  export interface DescribeChannelResponse {
1166
1316
  /**
1167
1317
  * <p>The channel details.</p>
1168
1318
  */
1169
1319
  Channel?: Channel;
1170
1320
  }
1321
+ /**
1322
+ * @public
1323
+ */
1171
1324
  export interface DescribeChannelBanRequest {
1172
1325
  /**
1173
1326
  * <p>The ARN of the channel from which the user is banned.</p>
@@ -1182,24 +1335,36 @@ export interface DescribeChannelBanRequest {
1182
1335
  */
1183
1336
  ChimeBearer: string | undefined;
1184
1337
  }
1338
+ /**
1339
+ * @public
1340
+ */
1185
1341
  export interface DescribeChannelBanResponse {
1186
1342
  /**
1187
1343
  * <p>The details of the ban.</p>
1188
1344
  */
1189
1345
  ChannelBan?: ChannelBan;
1190
1346
  }
1347
+ /**
1348
+ * @public
1349
+ */
1191
1350
  export interface DescribeChannelFlowRequest {
1192
1351
  /**
1193
1352
  * <p>The ARN of the channel flow.</p>
1194
1353
  */
1195
1354
  ChannelFlowArn: string | undefined;
1196
1355
  }
1356
+ /**
1357
+ * @public
1358
+ */
1197
1359
  export interface DescribeChannelFlowResponse {
1198
1360
  /**
1199
1361
  * <p>The channel flow details.</p>
1200
1362
  */
1201
1363
  ChannelFlow?: ChannelFlow;
1202
1364
  }
1365
+ /**
1366
+ * @public
1367
+ */
1203
1368
  export interface DescribeChannelMembershipRequest {
1204
1369
  /**
1205
1370
  * <p>The ARN of the channel.</p>
@@ -1221,12 +1386,18 @@ export interface DescribeChannelMembershipRequest {
1221
1386
  */
1222
1387
  SubChannelId?: string;
1223
1388
  }
1389
+ /**
1390
+ * @public
1391
+ */
1224
1392
  export interface DescribeChannelMembershipResponse {
1225
1393
  /**
1226
1394
  * <p>The details of the membership.</p>
1227
1395
  */
1228
1396
  ChannelMembership?: ChannelMembership;
1229
1397
  }
1398
+ /**
1399
+ * @public
1400
+ */
1230
1401
  export interface DescribeChannelMembershipForAppInstanceUserRequest {
1231
1402
  /**
1232
1403
  * <p>The ARN of the channel to which the user belongs.</p>
@@ -1241,12 +1412,18 @@ export interface DescribeChannelMembershipForAppInstanceUserRequest {
1241
1412
  */
1242
1413
  ChimeBearer: string | undefined;
1243
1414
  }
1415
+ /**
1416
+ * @public
1417
+ */
1244
1418
  export interface DescribeChannelMembershipForAppInstanceUserResponse {
1245
1419
  /**
1246
1420
  * <p>The channel to which a user belongs.</p>
1247
1421
  */
1248
1422
  ChannelMembership?: ChannelMembershipForAppInstanceUserSummary;
1249
1423
  }
1424
+ /**
1425
+ * @public
1426
+ */
1250
1427
  export interface DescribeChannelModeratedByAppInstanceUserRequest {
1251
1428
  /**
1252
1429
  * <p>The ARN of the moderated channel.</p>
@@ -1261,12 +1438,18 @@ export interface DescribeChannelModeratedByAppInstanceUserRequest {
1261
1438
  */
1262
1439
  ChimeBearer: string | undefined;
1263
1440
  }
1441
+ /**
1442
+ * @public
1443
+ */
1264
1444
  export interface DescribeChannelModeratedByAppInstanceUserResponse {
1265
1445
  /**
1266
1446
  * <p>The moderated channel.</p>
1267
1447
  */
1268
1448
  Channel?: ChannelModeratedByAppInstanceUserSummary;
1269
1449
  }
1450
+ /**
1451
+ * @public
1452
+ */
1270
1453
  export interface DescribeChannelModeratorRequest {
1271
1454
  /**
1272
1455
  * <p>The ARN of the channel.</p>
@@ -1281,12 +1464,18 @@ export interface DescribeChannelModeratorRequest {
1281
1464
  */
1282
1465
  ChimeBearer: string | undefined;
1283
1466
  }
1467
+ /**
1468
+ * @public
1469
+ */
1284
1470
  export interface DescribeChannelModeratorResponse {
1285
1471
  /**
1286
1472
  * <p>The details of the channel moderator.</p>
1287
1473
  */
1288
1474
  ChannelModerator?: ChannelModerator;
1289
1475
  }
1476
+ /**
1477
+ * @public
1478
+ */
1290
1479
  export interface DisassociateChannelFlowRequest {
1291
1480
  /**
1292
1481
  * <p>The ARN of the channel.</p>
@@ -1301,6 +1490,9 @@ export interface DisassociateChannelFlowRequest {
1301
1490
  */
1302
1491
  ChimeBearer: string | undefined;
1303
1492
  }
1493
+ /**
1494
+ * @public
1495
+ */
1304
1496
  export interface GetChannelMembershipPreferencesRequest {
1305
1497
  /**
1306
1498
  * <p>The ARN of the channel.</p>
@@ -1315,6 +1507,9 @@ export interface GetChannelMembershipPreferencesRequest {
1315
1507
  */
1316
1508
  ChimeBearer: string | undefined;
1317
1509
  }
1510
+ /**
1511
+ * @public
1512
+ */
1318
1513
  export interface GetChannelMembershipPreferencesResponse {
1319
1514
  /**
1320
1515
  * <p>The ARN of the channel.</p>
@@ -1329,6 +1524,9 @@ export interface GetChannelMembershipPreferencesResponse {
1329
1524
  */
1330
1525
  Preferences?: ChannelMembershipPreferences;
1331
1526
  }
1527
+ /**
1528
+ * @public
1529
+ */
1332
1530
  export interface GetChannelMessageRequest {
1333
1531
  /**
1334
1532
  * <p>The ARN of the channel.</p>
@@ -1350,12 +1548,18 @@ export interface GetChannelMessageRequest {
1350
1548
  */
1351
1549
  SubChannelId?: string;
1352
1550
  }
1551
+ /**
1552
+ * @public
1553
+ */
1353
1554
  export interface GetChannelMessageResponse {
1354
1555
  /**
1355
1556
  * <p>The details of and content in the message.</p>
1356
1557
  */
1357
1558
  ChannelMessage?: ChannelMessage;
1358
1559
  }
1560
+ /**
1561
+ * @public
1562
+ */
1359
1563
  export interface GetChannelMessageStatusRequest {
1360
1564
  /**
1361
1565
  * <p>The ARN of the channel</p>
@@ -1377,15 +1581,22 @@ export interface GetChannelMessageStatusRequest {
1377
1581
  */
1378
1582
  SubChannelId?: string;
1379
1583
  }
1584
+ /**
1585
+ * @public
1586
+ */
1380
1587
  export interface GetChannelMessageStatusResponse {
1381
1588
  /**
1382
1589
  * <p>The message status and details.</p>
1383
1590
  */
1384
1591
  Status?: ChannelMessageStatusStructure;
1385
1592
  }
1593
+ /**
1594
+ * @public
1595
+ */
1386
1596
  export interface GetMessagingSessionEndpointRequest {
1387
1597
  }
1388
1598
  /**
1599
+ * @public
1389
1600
  * <p>The websocket endpoint used to connect to Amazon Chime SDK messaging.</p>
1390
1601
  */
1391
1602
  export interface MessagingSessionEndpoint {
@@ -1394,12 +1605,57 @@ export interface MessagingSessionEndpoint {
1394
1605
  */
1395
1606
  Url?: string;
1396
1607
  }
1608
+ /**
1609
+ * @public
1610
+ */
1397
1611
  export interface GetMessagingSessionEndpointResponse {
1398
1612
  /**
1399
1613
  * <p>The endpoint returned in the response.</p>
1400
1614
  */
1401
1615
  Endpoint?: MessagingSessionEndpoint;
1402
1616
  }
1617
+ /**
1618
+ * @public
1619
+ */
1620
+ export interface GetMessagingStreamingConfigurationsRequest {
1621
+ /**
1622
+ * <p>The ARN of the streaming configurations.</p>
1623
+ */
1624
+ AppInstanceArn: string | undefined;
1625
+ }
1626
+ /**
1627
+ * @public
1628
+ */
1629
+ export declare enum MessagingDataType {
1630
+ Channel = "Channel",
1631
+ ChannelMessage = "ChannelMessage"
1632
+ }
1633
+ /**
1634
+ * @public
1635
+ * <p>The configuration for connecting a messaging stream to Amazon Kinesis.</p>
1636
+ */
1637
+ export interface StreamingConfiguration {
1638
+ /**
1639
+ * <p>The data type of the configuration.</p>
1640
+ */
1641
+ DataType: MessagingDataType | string | undefined;
1642
+ /**
1643
+ * <p>The ARN of the resource in the configuration. </p>
1644
+ */
1645
+ ResourceArn: string | undefined;
1646
+ }
1647
+ /**
1648
+ * @public
1649
+ */
1650
+ export interface GetMessagingStreamingConfigurationsResponse {
1651
+ /**
1652
+ * <p>The streaming settings.</p>
1653
+ */
1654
+ StreamingConfigurations?: StreamingConfiguration[];
1655
+ }
1656
+ /**
1657
+ * @public
1658
+ */
1403
1659
  export interface ListChannelBansRequest {
1404
1660
  /**
1405
1661
  * <p>The ARN of the channel.</p>
@@ -1418,6 +1674,9 @@ export interface ListChannelBansRequest {
1418
1674
  */
1419
1675
  ChimeBearer: string | undefined;
1420
1676
  }
1677
+ /**
1678
+ * @public
1679
+ */
1421
1680
  export interface ListChannelBansResponse {
1422
1681
  /**
1423
1682
  * <p>The ARN of the channel.</p>
@@ -1432,6 +1691,9 @@ export interface ListChannelBansResponse {
1432
1691
  */
1433
1692
  ChannelBans?: ChannelBanSummary[];
1434
1693
  }
1694
+ /**
1695
+ * @public
1696
+ */
1435
1697
  export interface ListChannelFlowsRequest {
1436
1698
  /**
1437
1699
  * <p>The ARN of the app instance.</p>
@@ -1446,6 +1708,9 @@ export interface ListChannelFlowsRequest {
1446
1708
  */
1447
1709
  NextToken?: string;
1448
1710
  }
1711
+ /**
1712
+ * @public
1713
+ */
1449
1714
  export interface ListChannelFlowsResponse {
1450
1715
  /**
1451
1716
  * <p>The information about each channel flow.</p>
@@ -1456,6 +1721,9 @@ export interface ListChannelFlowsResponse {
1456
1721
  */
1457
1722
  NextToken?: string;
1458
1723
  }
1724
+ /**
1725
+ * @public
1726
+ */
1459
1727
  export interface ListChannelMembershipsRequest {
1460
1728
  /**
1461
1729
  * <p>The maximum number of channel memberships that you want returned.</p>
@@ -1489,6 +1757,9 @@ export interface ListChannelMembershipsRequest {
1489
1757
  */
1490
1758
  SubChannelId?: string;
1491
1759
  }
1760
+ /**
1761
+ * @public
1762
+ */
1492
1763
  export interface ListChannelMembershipsResponse {
1493
1764
  /**
1494
1765
  * <p>The ARN of the channel.</p>
@@ -1504,6 +1775,9 @@ export interface ListChannelMembershipsResponse {
1504
1775
  */
1505
1776
  NextToken?: string;
1506
1777
  }
1778
+ /**
1779
+ * @public
1780
+ */
1507
1781
  export interface ListChannelMembershipsForAppInstanceUserRequest {
1508
1782
  /**
1509
1783
  * <p>The ARN of the <code>AppInstanceUser</code>s</p>
@@ -1523,6 +1797,9 @@ export interface ListChannelMembershipsForAppInstanceUserRequest {
1523
1797
  */
1524
1798
  ChimeBearer: string | undefined;
1525
1799
  }
1800
+ /**
1801
+ * @public
1802
+ */
1526
1803
  export interface ListChannelMembershipsForAppInstanceUserResponse {
1527
1804
  /**
1528
1805
  * <p>The information for the requested channel memberships.</p>
@@ -1533,10 +1810,16 @@ export interface ListChannelMembershipsForAppInstanceUserResponse {
1533
1810
  */
1534
1811
  NextToken?: string;
1535
1812
  }
1813
+ /**
1814
+ * @public
1815
+ */
1536
1816
  export declare enum SortOrder {
1537
1817
  ASCENDING = "ASCENDING",
1538
1818
  DESCENDING = "DESCENDING"
1539
1819
  }
1820
+ /**
1821
+ * @public
1822
+ */
1540
1823
  export interface ListChannelMessagesRequest {
1541
1824
  /**
1542
1825
  * <p>The ARN of the channel.</p>
@@ -1575,6 +1858,9 @@ export interface ListChannelMessagesRequest {
1575
1858
  */
1576
1859
  SubChannelId?: string;
1577
1860
  }
1861
+ /**
1862
+ * @public
1863
+ */
1578
1864
  export interface ListChannelMessagesResponse {
1579
1865
  /**
1580
1866
  * <p>The ARN of the channel containing the requested messages.</p>
@@ -1593,6 +1879,9 @@ export interface ListChannelMessagesResponse {
1593
1879
  */
1594
1880
  SubChannelId?: string;
1595
1881
  }
1882
+ /**
1883
+ * @public
1884
+ */
1596
1885
  export interface ListChannelModeratorsRequest {
1597
1886
  /**
1598
1887
  * <p>The ARN of the channel.</p>
@@ -1612,6 +1901,9 @@ export interface ListChannelModeratorsRequest {
1612
1901
  */
1613
1902
  ChimeBearer: string | undefined;
1614
1903
  }
1904
+ /**
1905
+ * @public
1906
+ */
1615
1907
  export interface ListChannelModeratorsResponse {
1616
1908
  /**
1617
1909
  * <p>The ARN of the channel.</p>
@@ -1627,6 +1919,9 @@ export interface ListChannelModeratorsResponse {
1627
1919
  */
1628
1920
  ChannelModerators?: ChannelModeratorSummary[];
1629
1921
  }
1922
+ /**
1923
+ * @public
1924
+ */
1630
1925
  export interface ListChannelsRequest {
1631
1926
  /**
1632
1927
  * <p>The ARN of the <code>AppInstance</code>.</p>
@@ -1651,6 +1946,9 @@ export interface ListChannelsRequest {
1651
1946
  */
1652
1947
  ChimeBearer: string | undefined;
1653
1948
  }
1949
+ /**
1950
+ * @public
1951
+ */
1654
1952
  export interface ListChannelsResponse {
1655
1953
  /**
1656
1954
  * <p>The information about each channel.</p>
@@ -1662,6 +1960,9 @@ export interface ListChannelsResponse {
1662
1960
  */
1663
1961
  NextToken?: string;
1664
1962
  }
1963
+ /**
1964
+ * @public
1965
+ */
1665
1966
  export interface ListChannelsAssociatedWithChannelFlowRequest {
1666
1967
  /**
1667
1968
  * <p>The ARN of the channel flow.</p>
@@ -1676,6 +1977,9 @@ export interface ListChannelsAssociatedWithChannelFlowRequest {
1676
1977
  */
1677
1978
  NextToken?: string;
1678
1979
  }
1980
+ /**
1981
+ * @public
1982
+ */
1679
1983
  export interface ListChannelsAssociatedWithChannelFlowResponse {
1680
1984
  /**
1681
1985
  * <p>The information about each channel.</p>
@@ -1686,6 +1990,9 @@ export interface ListChannelsAssociatedWithChannelFlowResponse {
1686
1990
  */
1687
1991
  NextToken?: string;
1688
1992
  }
1993
+ /**
1994
+ * @public
1995
+ */
1689
1996
  export interface ListChannelsModeratedByAppInstanceUserRequest {
1690
1997
  /**
1691
1998
  * <p>The ARN of the user in the moderated channel.</p>
@@ -1705,6 +2012,9 @@ export interface ListChannelsModeratedByAppInstanceUserRequest {
1705
2012
  */
1706
2013
  ChimeBearer: string | undefined;
1707
2014
  }
2015
+ /**
2016
+ * @public
2017
+ */
1708
2018
  export interface ListChannelsModeratedByAppInstanceUserResponse {
1709
2019
  /**
1710
2020
  * <p>The moderated channels in the request.</p>
@@ -1716,6 +2026,9 @@ export interface ListChannelsModeratedByAppInstanceUserResponse {
1716
2026
  */
1717
2027
  NextToken?: string;
1718
2028
  }
2029
+ /**
2030
+ * @public
2031
+ */
1719
2032
  export interface ListSubChannelsRequest {
1720
2033
  /**
1721
2034
  * <p>The ARN of elastic channel.</p>
@@ -1735,6 +2048,7 @@ export interface ListSubChannelsRequest {
1735
2048
  NextToken?: string;
1736
2049
  }
1737
2050
  /**
2051
+ * @public
1738
2052
  * <p>Summary of the sub-channels associated with the elastic channel.</p>
1739
2053
  */
1740
2054
  export interface SubChannelSummary {
@@ -1747,6 +2061,9 @@ export interface SubChannelSummary {
1747
2061
  */
1748
2062
  MembershipCount?: number;
1749
2063
  }
2064
+ /**
2065
+ * @public
2066
+ */
1750
2067
  export interface ListSubChannelsResponse {
1751
2068
  /**
1752
2069
  * <p>The ARN of elastic channel.</p>
@@ -1761,18 +2078,27 @@ export interface ListSubChannelsResponse {
1761
2078
  */
1762
2079
  NextToken?: string;
1763
2080
  }
2081
+ /**
2082
+ * @public
2083
+ */
1764
2084
  export interface ListTagsForResourceRequest {
1765
2085
  /**
1766
2086
  * <p>The ARN of the resource.</p>
1767
2087
  */
1768
2088
  ResourceARN: string | undefined;
1769
2089
  }
2090
+ /**
2091
+ * @public
2092
+ */
1770
2093
  export interface ListTagsForResourceResponse {
1771
2094
  /**
1772
2095
  * <p>The tag key-value pairs.</p>
1773
2096
  */
1774
2097
  Tags?: Tag[];
1775
2098
  }
2099
+ /**
2100
+ * @public
2101
+ */
1776
2102
  export interface PutChannelMembershipPreferencesRequest {
1777
2103
  /**
1778
2104
  * <p>The ARN of the channel.</p>
@@ -1791,6 +2117,9 @@ export interface PutChannelMembershipPreferencesRequest {
1791
2117
  */
1792
2118
  Preferences: ChannelMembershipPreferences | undefined;
1793
2119
  }
2120
+ /**
2121
+ * @public
2122
+ */
1794
2123
  export interface PutChannelMembershipPreferencesResponse {
1795
2124
  /**
1796
2125
  * <p>The ARN of the channel.</p>
@@ -1805,6 +2134,31 @@ export interface PutChannelMembershipPreferencesResponse {
1805
2134
  */
1806
2135
  Preferences?: ChannelMembershipPreferences;
1807
2136
  }
2137
+ /**
2138
+ * @public
2139
+ */
2140
+ export interface PutMessagingStreamingConfigurationsRequest {
2141
+ /**
2142
+ * <p>The ARN of the streaming configuration.</p>
2143
+ */
2144
+ AppInstanceArn: string | undefined;
2145
+ /**
2146
+ * <p>The streaming configurations.</p>
2147
+ */
2148
+ StreamingConfigurations: StreamingConfiguration[] | undefined;
2149
+ }
2150
+ /**
2151
+ * @public
2152
+ */
2153
+ export interface PutMessagingStreamingConfigurationsResponse {
2154
+ /**
2155
+ * <p>The requested streaming configurations.</p>
2156
+ */
2157
+ StreamingConfigurations?: StreamingConfiguration[];
2158
+ }
2159
+ /**
2160
+ * @public
2161
+ */
1808
2162
  export interface RedactChannelMessageRequest {
1809
2163
  /**
1810
2164
  * <p>The ARN of the channel containing the messages that you want to redact.</p>
@@ -1823,6 +2177,9 @@ export interface RedactChannelMessageRequest {
1823
2177
  */
1824
2178
  SubChannelId?: string;
1825
2179
  }
2180
+ /**
2181
+ * @public
2182
+ */
1826
2183
  export interface RedactChannelMessageResponse {
1827
2184
  /**
1828
2185
  * <p>The ARN of the channel containing the messages that you want to redact.</p>
@@ -1840,14 +2197,21 @@ export interface RedactChannelMessageResponse {
1840
2197
  */
1841
2198
  SubChannelId?: string;
1842
2199
  }
2200
+ /**
2201
+ * @public
2202
+ */
1843
2203
  export declare enum SearchFieldKey {
1844
2204
  MEMBERS = "MEMBERS"
1845
2205
  }
2206
+ /**
2207
+ * @public
2208
+ */
1846
2209
  export declare enum SearchFieldOperator {
1847
2210
  EQUALS = "EQUALS",
1848
2211
  INCLUDES = "INCLUDES"
1849
2212
  }
1850
2213
  /**
2214
+ * @public
1851
2215
  * <p>A <code>Field</code> of the channel that you want to search.</p>
1852
2216
  */
1853
2217
  export interface SearchField {
@@ -1869,6 +2233,9 @@ export interface SearchField {
1869
2233
  */
1870
2234
  Operator: SearchFieldOperator | string | undefined;
1871
2235
  }
2236
+ /**
2237
+ * @public
2238
+ */
1872
2239
  export interface SearchChannelsRequest {
1873
2240
  /**
1874
2241
  * <p>The <code>AppInstanceUserArn</code> of the user making the API call.</p>
@@ -1887,6 +2254,9 @@ export interface SearchChannelsRequest {
1887
2254
  */
1888
2255
  NextToken?: string;
1889
2256
  }
2257
+ /**
2258
+ * @public
2259
+ */
1890
2260
  export interface SearchChannelsResponse {
1891
2261
  /**
1892
2262
  * <p>A list of the channels in the request.</p>
@@ -1897,6 +2267,9 @@ export interface SearchChannelsResponse {
1897
2267
  */
1898
2268
  NextToken?: string;
1899
2269
  }
2270
+ /**
2271
+ * @public
2272
+ */
1900
2273
  export interface SendChannelMessageRequest {
1901
2274
  /**
1902
2275
  * <p>The ARN of the channel.</p>
@@ -1939,6 +2312,9 @@ export interface SendChannelMessageRequest {
1939
2312
  */
1940
2313
  SubChannelId?: string;
1941
2314
  }
2315
+ /**
2316
+ * @public
2317
+ */
1942
2318
  export interface SendChannelMessageResponse {
1943
2319
  /**
1944
2320
  * <p>The ARN of the channel.</p>
@@ -1957,6 +2333,9 @@ export interface SendChannelMessageResponse {
1957
2333
  */
1958
2334
  SubChannelId?: string;
1959
2335
  }
2336
+ /**
2337
+ * @public
2338
+ */
1960
2339
  export interface TagResourceRequest {
1961
2340
  /**
1962
2341
  * <p>The resource ARN.</p>
@@ -1967,6 +2346,9 @@ export interface TagResourceRequest {
1967
2346
  */
1968
2347
  Tags: Tag[] | undefined;
1969
2348
  }
2349
+ /**
2350
+ * @public
2351
+ */
1970
2352
  export interface UntagResourceRequest {
1971
2353
  /**
1972
2354
  * <p>The resource ARN.</p>
@@ -1977,6 +2359,9 @@ export interface UntagResourceRequest {
1977
2359
  */
1978
2360
  TagKeys: string[] | undefined;
1979
2361
  }
2362
+ /**
2363
+ * @public
2364
+ */
1980
2365
  export interface UpdateChannelRequest {
1981
2366
  /**
1982
2367
  * <p>The ARN of the channel.</p>
@@ -1999,12 +2384,18 @@ export interface UpdateChannelRequest {
1999
2384
  */
2000
2385
  ChimeBearer: string | undefined;
2001
2386
  }
2387
+ /**
2388
+ * @public
2389
+ */
2002
2390
  export interface UpdateChannelResponse {
2003
2391
  /**
2004
2392
  * <p>The ARN of the channel.</p>
2005
2393
  */
2006
2394
  ChannelArn?: string;
2007
2395
  }
2396
+ /**
2397
+ * @public
2398
+ */
2008
2399
  export interface UpdateChannelFlowRequest {
2009
2400
  /**
2010
2401
  * <p>The ARN of the channel flow.</p>
@@ -2019,12 +2410,18 @@ export interface UpdateChannelFlowRequest {
2019
2410
  */
2020
2411
  Name: string | undefined;
2021
2412
  }
2413
+ /**
2414
+ * @public
2415
+ */
2022
2416
  export interface UpdateChannelFlowResponse {
2023
2417
  /**
2024
2418
  * <p>The ARN of the channel flow.</p>
2025
2419
  */
2026
2420
  ChannelFlowArn?: string;
2027
2421
  }
2422
+ /**
2423
+ * @public
2424
+ */
2028
2425
  export interface UpdateChannelMessageRequest {
2029
2426
  /**
2030
2427
  * <p>The ARN of the channel.</p>
@@ -2054,6 +2451,9 @@ export interface UpdateChannelMessageRequest {
2054
2451
  */
2055
2452
  SubChannelId?: string;
2056
2453
  }
2454
+ /**
2455
+ * @public
2456
+ */
2057
2457
  export interface UpdateChannelMessageResponse {
2058
2458
  /**
2059
2459
  * <p>The ARN of the channel.</p>
@@ -2072,6 +2472,9 @@ export interface UpdateChannelMessageResponse {
2072
2472
  */
2073
2473
  SubChannelId?: string;
2074
2474
  }
2475
+ /**
2476
+ * @public
2477
+ */
2075
2478
  export interface UpdateChannelReadMarkerRequest {
2076
2479
  /**
2077
2480
  * <p>The ARN of the channel.</p>
@@ -2086,6 +2489,9 @@ export interface UpdateChannelReadMarkerRequest {
2086
2489
  */
2087
2490
  SubChannelId?: string;
2088
2491
  }
2492
+ /**
2493
+ * @public
2494
+ */
2089
2495
  export interface UpdateChannelReadMarkerResponse {
2090
2496
  /**
2091
2497
  * <p>The ARN of the channel.</p>
@@ -2300,6 +2706,10 @@ export declare const DeleteChannelMessageRequestFilterSensitiveLog: (obj: Delete
2300
2706
  * @internal
2301
2707
  */
2302
2708
  export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (obj: DeleteChannelModeratorRequest) => any;
2709
+ /**
2710
+ * @internal
2711
+ */
2712
+ export declare const DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: DeleteMessagingStreamingConfigurationsRequest) => any;
2303
2713
  /**
2304
2714
  * @internal
2305
2715
  */
@@ -2396,6 +2806,18 @@ export declare const MessagingSessionEndpointFilterSensitiveLog: (obj: Messaging
2396
2806
  * @internal
2397
2807
  */
2398
2808
  export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (obj: GetMessagingSessionEndpointResponse) => any;
2809
+ /**
2810
+ * @internal
2811
+ */
2812
+ export declare const GetMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: GetMessagingStreamingConfigurationsRequest) => any;
2813
+ /**
2814
+ * @internal
2815
+ */
2816
+ export declare const StreamingConfigurationFilterSensitiveLog: (obj: StreamingConfiguration) => any;
2817
+ /**
2818
+ * @internal
2819
+ */
2820
+ export declare const GetMessagingStreamingConfigurationsResponseFilterSensitiveLog: (obj: GetMessagingStreamingConfigurationsResponse) => any;
2399
2821
  /**
2400
2822
  * @internal
2401
2823
  */
@@ -2496,6 +2918,14 @@ export declare const PutChannelMembershipPreferencesRequestFilterSensitiveLog: (
2496
2918
  * @internal
2497
2919
  */
2498
2920
  export declare const PutChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: PutChannelMembershipPreferencesResponse) => any;
2921
+ /**
2922
+ * @internal
2923
+ */
2924
+ export declare const PutMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: PutMessagingStreamingConfigurationsRequest) => any;
2925
+ /**
2926
+ * @internal
2927
+ */
2928
+ export declare const PutMessagingStreamingConfigurationsResponseFilterSensitiveLog: (obj: PutMessagingStreamingConfigurationsResponse) => any;
2499
2929
  /**
2500
2930
  * @internal
2501
2931
  */