@aws-sdk/client-chime-sdk-messaging 3.294.0 → 3.296.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 (156) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/ChimeSDKMessaging.js +45 -0
  3. package/dist-cjs/commands/AssociateChannelFlowCommand.js +4 -4
  4. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +4 -4
  5. package/dist-cjs/commands/ChannelFlowCallbackCommand.js +4 -4
  6. package/dist-cjs/commands/CreateChannelBanCommand.js +4 -4
  7. package/dist-cjs/commands/CreateChannelCommand.js +4 -4
  8. package/dist-cjs/commands/CreateChannelFlowCommand.js +4 -4
  9. package/dist-cjs/commands/CreateChannelMembershipCommand.js +4 -4
  10. package/dist-cjs/commands/CreateChannelModeratorCommand.js +4 -4
  11. package/dist-cjs/commands/DeleteChannelBanCommand.js +4 -4
  12. package/dist-cjs/commands/DeleteChannelCommand.js +4 -4
  13. package/dist-cjs/commands/DeleteChannelFlowCommand.js +4 -4
  14. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +4 -4
  15. package/dist-cjs/commands/DeleteChannelMessageCommand.js +4 -4
  16. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +4 -4
  17. package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +46 -0
  18. package/dist-cjs/commands/DescribeChannelBanCommand.js +4 -4
  19. package/dist-cjs/commands/DescribeChannelCommand.js +4 -4
  20. package/dist-cjs/commands/DescribeChannelFlowCommand.js +4 -4
  21. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +4 -4
  22. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +4 -4
  23. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +4 -4
  24. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +4 -4
  25. package/dist-cjs/commands/DisassociateChannelFlowCommand.js +4 -4
  26. package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +4 -4
  27. package/dist-cjs/commands/GetChannelMessageCommand.js +4 -4
  28. package/dist-cjs/commands/GetChannelMessageStatusCommand.js +4 -4
  29. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +4 -4
  30. package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +46 -0
  31. package/dist-cjs/commands/ListChannelBansCommand.js +4 -4
  32. package/dist-cjs/commands/ListChannelFlowsCommand.js +4 -4
  33. package/dist-cjs/commands/ListChannelMembershipsCommand.js +4 -4
  34. package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +4 -4
  35. package/dist-cjs/commands/ListChannelMessagesCommand.js +4 -4
  36. package/dist-cjs/commands/ListChannelModeratorsCommand.js +4 -4
  37. package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +4 -4
  38. package/dist-cjs/commands/ListChannelsCommand.js +4 -4
  39. package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +4 -4
  40. package/dist-cjs/commands/ListSubChannelsCommand.js +4 -4
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  42. package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +4 -4
  43. package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +46 -0
  44. package/dist-cjs/commands/RedactChannelMessageCommand.js +4 -4
  45. package/dist-cjs/commands/SearchChannelsCommand.js +4 -4
  46. package/dist-cjs/commands/SendChannelMessageCommand.js +4 -4
  47. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  48. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  49. package/dist-cjs/commands/UpdateChannelCommand.js +4 -4
  50. package/dist-cjs/commands/UpdateChannelFlowCommand.js +4 -4
  51. package/dist-cjs/commands/UpdateChannelMessageCommand.js +4 -4
  52. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +4 -4
  53. package/dist-cjs/commands/index.js +3 -0
  54. package/dist-cjs/endpoint/ruleset.js +3 -3
  55. package/dist-cjs/models/models_0.js +32 -3
  56. package/dist-cjs/protocols/Aws_restJson1.js +243 -2
  57. package/dist-es/ChimeSDKMessaging.js +45 -0
  58. package/dist-es/commands/AssociateChannelFlowCommand.js +4 -4
  59. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +4 -4
  60. package/dist-es/commands/ChannelFlowCallbackCommand.js +4 -4
  61. package/dist-es/commands/CreateChannelBanCommand.js +4 -4
  62. package/dist-es/commands/CreateChannelCommand.js +4 -4
  63. package/dist-es/commands/CreateChannelFlowCommand.js +4 -4
  64. package/dist-es/commands/CreateChannelMembershipCommand.js +4 -4
  65. package/dist-es/commands/CreateChannelModeratorCommand.js +4 -4
  66. package/dist-es/commands/DeleteChannelBanCommand.js +4 -4
  67. package/dist-es/commands/DeleteChannelCommand.js +4 -4
  68. package/dist-es/commands/DeleteChannelFlowCommand.js +4 -4
  69. package/dist-es/commands/DeleteChannelMembershipCommand.js +4 -4
  70. package/dist-es/commands/DeleteChannelMessageCommand.js +4 -4
  71. package/dist-es/commands/DeleteChannelModeratorCommand.js +4 -4
  72. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +42 -0
  73. package/dist-es/commands/DescribeChannelBanCommand.js +4 -4
  74. package/dist-es/commands/DescribeChannelCommand.js +4 -4
  75. package/dist-es/commands/DescribeChannelFlowCommand.js +4 -4
  76. package/dist-es/commands/DescribeChannelMembershipCommand.js +4 -4
  77. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +4 -4
  78. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +4 -4
  79. package/dist-es/commands/DescribeChannelModeratorCommand.js +4 -4
  80. package/dist-es/commands/DisassociateChannelFlowCommand.js +4 -4
  81. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +4 -4
  82. package/dist-es/commands/GetChannelMessageCommand.js +4 -4
  83. package/dist-es/commands/GetChannelMessageStatusCommand.js +4 -4
  84. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +4 -4
  85. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +42 -0
  86. package/dist-es/commands/ListChannelBansCommand.js +4 -4
  87. package/dist-es/commands/ListChannelFlowsCommand.js +4 -4
  88. package/dist-es/commands/ListChannelMembershipsCommand.js +4 -4
  89. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +4 -4
  90. package/dist-es/commands/ListChannelMessagesCommand.js +4 -4
  91. package/dist-es/commands/ListChannelModeratorsCommand.js +4 -4
  92. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +4 -4
  93. package/dist-es/commands/ListChannelsCommand.js +4 -4
  94. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +4 -4
  95. package/dist-es/commands/ListSubChannelsCommand.js +4 -4
  96. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  97. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +4 -4
  98. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +42 -0
  99. package/dist-es/commands/RedactChannelMessageCommand.js +4 -4
  100. package/dist-es/commands/SearchChannelsCommand.js +4 -4
  101. package/dist-es/commands/SendChannelMessageCommand.js +4 -4
  102. package/dist-es/commands/TagResourceCommand.js +4 -4
  103. package/dist-es/commands/UntagResourceCommand.js +4 -4
  104. package/dist-es/commands/UpdateChannelCommand.js +4 -4
  105. package/dist-es/commands/UpdateChannelFlowCommand.js +4 -4
  106. package/dist-es/commands/UpdateChannelMessageCommand.js +4 -4
  107. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +4 -4
  108. package/dist-es/commands/index.js +3 -0
  109. package/dist-es/endpoint/ruleset.js +3 -3
  110. package/dist-es/models/models_0.js +23 -0
  111. package/dist-es/protocols/Aws_restJson1.js +235 -0
  112. package/dist-types/ChimeSDKMessaging.d.ts +25 -40
  113. package/dist-types/ChimeSDKMessagingClient.d.ts +7 -4
  114. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +0 -1
  115. package/dist-types/commands/CreateChannelBanCommand.d.ts +0 -1
  116. package/dist-types/commands/CreateChannelCommand.d.ts +0 -2
  117. package/dist-types/commands/CreateChannelFlowCommand.d.ts +1 -3
  118. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +0 -4
  119. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +0 -2
  120. package/dist-types/commands/DeleteChannelBanCommand.d.ts +0 -1
  121. package/dist-types/commands/DeleteChannelCommand.d.ts +0 -1
  122. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +0 -1
  123. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +0 -1
  124. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +0 -1
  125. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +60 -0
  126. package/dist-types/commands/DescribeChannelBanCommand.d.ts +0 -2
  127. package/dist-types/commands/DescribeChannelCommand.d.ts +0 -2
  128. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -1
  129. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -1
  130. package/dist-types/commands/GetChannelMessageCommand.d.ts +0 -1
  131. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +0 -3
  132. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +66 -0
  133. package/dist-types/commands/ListChannelBansCommand.d.ts +0 -1
  134. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +0 -2
  135. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -1
  136. package/dist-types/commands/ListChannelsCommand.d.ts +0 -2
  137. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -1
  138. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +70 -0
  139. package/dist-types/commands/RedactChannelMessageCommand.d.ts +0 -1
  140. package/dist-types/commands/SendChannelMessageCommand.d.ts +0 -2
  141. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +0 -1
  142. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -1
  143. package/dist-types/commands/index.d.ts +3 -0
  144. package/dist-types/endpoint/EndpointParameters.d.ts +2 -2
  145. package/dist-types/models/models_0.d.ts +75 -0
  146. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  147. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +69 -0
  148. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +22 -4
  149. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +37 -0
  150. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +41 -0
  151. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +41 -0
  152. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  153. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -5
  154. package/dist-types/ts3.4/models/models_0.d.ts +42 -0
  155. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  156. package/package.json +36 -36
@@ -14,6 +14,7 @@ import { DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput } from ".
14
14
  import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "./commands/DeleteChannelMembershipCommand";
15
15
  import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "./commands/DeleteChannelMessageCommand";
16
16
  import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "./commands/DeleteChannelModeratorCommand";
17
+ import { DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput } from "./commands/DeleteMessagingStreamingConfigurationsCommand";
17
18
  import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "./commands/DescribeChannelBanCommand";
18
19
  import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
19
20
  import { DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput } from "./commands/DescribeChannelFlowCommand";
@@ -26,6 +27,7 @@ import { GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPrefer
26
27
  import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "./commands/GetChannelMessageCommand";
27
28
  import { GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput } from "./commands/GetChannelMessageStatusCommand";
28
29
  import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "./commands/GetMessagingSessionEndpointCommand";
30
+ import { GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput } from "./commands/GetMessagingStreamingConfigurationsCommand";
29
31
  import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "./commands/ListChannelBansCommand";
30
32
  import { ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput } from "./commands/ListChannelFlowsCommand";
31
33
  import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "./commands/ListChannelMembershipsCommand";
@@ -38,6 +40,7 @@ import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModerat
38
40
  import { ListSubChannelsCommandInput, ListSubChannelsCommandOutput } from "./commands/ListSubChannelsCommand";
39
41
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
40
42
  import { PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput } from "./commands/PutChannelMembershipPreferencesCommand";
43
+ import { PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput } from "./commands/PutMessagingStreamingConfigurationsCommand";
41
44
  import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "./commands/RedactChannelMessageCommand";
42
45
  import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "./commands/SearchChannelsCommand";
43
46
  import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "./commands/SendChannelMessageCommand";
@@ -57,7 +60,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
57
60
  /**
58
61
  * <p>Associates a channel flow with a channel. Once associated, all messages to that channel go through channel flow processors. To stop processing, use the
59
62
  * <code>DisassociateChannelFlow</code> API.</p>
60
- *
61
63
  * <note>
62
64
  * <p>Only administrators or channel moderators can associate a channel flow. The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code>
63
65
  * of the user that makes the API call as the value in the header.</p>
@@ -92,11 +94,9 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
92
94
  channelFlowCallback(args: ChannelFlowCallbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void): void;
93
95
  /**
94
96
  * <p>Creates a channel to which you can add users and send messages.</p>
95
- *
96
97
  * <p>
97
98
  * <b>Restriction</b>: You can't change a channel's
98
99
  * privacy.</p>
99
- *
100
100
  * <note>
101
101
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
102
102
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -113,7 +113,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
113
113
  * channels.</p>
114
114
  * <p>If you ban a user who is already part of a channel, that user is automatically kicked
115
115
  * from the channel.</p>
116
- *
117
116
  * <note>
118
117
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
119
118
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -128,8 +127,7 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
128
127
  * that perform actions on chat messages, such as stripping out profanity. You can associate
129
128
  * channel flows with channels, and the processors in the channel flow then take action on all
130
129
  * messages sent to that channel. This is a developer API.</p>
131
- *
132
- * <p>Channel flows process the following items:</p>
130
+ * <p>Channel flows process the following items:</p>
133
131
  * <ol>
134
132
  * <li>
135
133
  * <p>New and updated messages</p>
@@ -141,7 +139,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
141
139
  * <p>The Standard message type</p>
142
140
  * </li>
143
141
  * </ol>
144
- *
145
142
  * <note>
146
143
  * <p>Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK Messaging, refer to
147
144
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/using-the-messaging-sdk.html#msg-types">Message types</a> in the <i>Amazon Chime developer guide</i>.</p>
@@ -153,7 +150,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
153
150
  /**
154
151
  * <p>Adds a user to a channel. The <code>InvitedBy</code> field in <code>ChannelMembership</code> is derived from the
155
152
  * request header. A channel member can:</p>
156
- *
157
153
  * <ul>
158
154
  * <li>
159
155
  * <p>List messages</p>
@@ -171,9 +167,7 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
171
167
  * <p>Leave the channel</p>
172
168
  * </li>
173
169
  * </ul>
174
- *
175
170
  * <p>Privacy settings impact this action as follows:</p>
176
- *
177
171
  * <ul>
178
172
  * <li>
179
173
  * <p>Public Channels: You do not need to be a member to list messages, but you must be
@@ -183,7 +177,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
183
177
  * <p>Private Channels: You must be a member to list or send messages.</p>
184
178
  * </li>
185
179
  * </ul>
186
- *
187
180
  * <note>
188
181
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
189
182
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -195,7 +188,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
195
188
  createChannelMembership(args: CreateChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void): void;
196
189
  /**
197
190
  * <p>Creates a new <code>ChannelModerator</code>. A channel moderator can:</p>
198
- *
199
191
  * <ul>
200
192
  * <li>
201
193
  * <p>Add and remove other members of the channel.</p>
@@ -213,7 +205,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
213
205
  * <p>List messages in the channel.</p>
214
206
  * </li>
215
207
  * </ul>
216
- *
217
208
  * <note>
218
209
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
219
210
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -226,7 +217,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
226
217
  /**
227
218
  * <p>Immediately makes a channel and its memberships inaccessible and marks them for
228
219
  * deletion. This is an irreversible process.</p>
229
- *
230
220
  * <note>
231
221
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
232
222
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -238,7 +228,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
238
228
  deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
239
229
  /**
240
230
  * <p>Removes a user from a channel's ban list.</p>
241
- *
242
231
  * <note>
243
232
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
244
233
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -260,7 +249,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
260
249
  deleteChannelFlow(args: DeleteChannelFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void): void;
261
250
  /**
262
251
  * <p>Removes a member from a channel.</p>
263
- *
264
252
  * <note>
265
253
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
266
254
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -274,7 +262,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
274
262
  * <p>Deletes a channel message. Only admins can perform this action. Deletion makes messages
275
263
  * inaccessible immediately. A background process deletes any revisions created by
276
264
  * <code>UpdateChannelMessage</code>.</p>
277
- *
278
265
  * <note>
279
266
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
280
267
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -286,7 +273,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
286
273
  deleteChannelMessage(args: DeleteChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void): void;
287
274
  /**
288
275
  * <p>Deletes a channel moderator.</p>
289
- *
290
276
  * <note>
291
277
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
292
278
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -296,12 +282,17 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
296
282
  deleteChannelModerator(args: DeleteChannelModeratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelModeratorCommandOutput>;
297
283
  deleteChannelModerator(args: DeleteChannelModeratorCommandInput, cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void): void;
298
284
  deleteChannelModerator(args: DeleteChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void): void;
285
+ /**
286
+ * <p>Deletes the streaming configurations for an <code>AppInstance</code>. For more information, see
287
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/streaming-export.html">Streaming messaging data</a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
288
+ */
289
+ deleteMessagingStreamingConfigurations(args: DeleteMessagingStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMessagingStreamingConfigurationsCommandOutput>;
290
+ deleteMessagingStreamingConfigurations(args: DeleteMessagingStreamingConfigurationsCommandInput, cb: (err: any, data?: DeleteMessagingStreamingConfigurationsCommandOutput) => void): void;
291
+ deleteMessagingStreamingConfigurations(args: DeleteMessagingStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMessagingStreamingConfigurationsCommandOutput) => void): void;
299
292
  /**
300
293
  * <p>Returns the full details of a channel in an Amazon Chime
301
294
  * <code>AppInstance</code>.</p>
302
- *
303
295
  * <note>
304
- *
305
296
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
306
297
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
307
298
  * the header.</p>
@@ -312,9 +303,7 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
312
303
  describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
313
304
  /**
314
305
  * <p>Returns the full details of a channel ban.</p>
315
- *
316
306
  * <note>
317
- *
318
307
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
319
308
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
320
309
  * the header.</p>
@@ -343,7 +332,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
343
332
  /**
344
333
  * <p> Returns the details of a channel based on the membership of the specified
345
334
  * <code>AppInstanceUser</code>.</p>
346
- *
347
335
  * <note>
348
336
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
349
337
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -356,7 +344,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
356
344
  /**
357
345
  * <p>Returns the full details of a channel moderated by the specified
358
346
  * <code>AppInstanceUser</code>.</p>
359
- *
360
347
  * <note>
361
348
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
362
349
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -398,7 +385,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
398
385
  getChannelMembershipPreferences(args: GetChannelMembershipPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void): void;
399
386
  /**
400
387
  * <p>Gets the full details of a channel message.</p>
401
- *
402
388
  * <note>
403
389
  * <p>The x-amz-chime-bearer request header is mandatory. Use the
404
390
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -411,9 +397,7 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
411
397
  /**
412
398
  * <p>Gets message status for a specified <code>messageId</code>. Use this API to determine the intermediate status of messages going through channel flow processing. The API provides an alternative to
413
399
  * retrieving message status if the event was not received because a client wasn't connected to a websocket. </p>
414
- *
415
400
  * <p>Messages can have any one of these statuses.</p>
416
- *
417
401
  * <dl>
418
402
  * <dt>SENT</dt>
419
403
  * <dd>
@@ -432,7 +416,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
432
416
  * <p>Messasge denied by the processor</p>
433
417
  * </dd>
434
418
  * </dl>
435
- *
436
419
  * <note>
437
420
  * <ul>
438
421
  * <li>
@@ -456,9 +439,15 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
456
439
  getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetMessagingSessionEndpointCommandOutput>;
457
440
  getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
458
441
  getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
442
+ /**
443
+ * <p>Retrieves the data streaming configuration for an <code>AppInstance</code>. For more information, see
444
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/streaming-export.html">Streaming messaging data</a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
445
+ */
446
+ getMessagingStreamingConfigurations(args: GetMessagingStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<GetMessagingStreamingConfigurationsCommandOutput>;
447
+ getMessagingStreamingConfigurations(args: GetMessagingStreamingConfigurationsCommandInput, cb: (err: any, data?: GetMessagingStreamingConfigurationsCommandOutput) => void): void;
448
+ getMessagingStreamingConfigurations(args: GetMessagingStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMessagingStreamingConfigurationsCommandOutput) => void): void;
459
449
  /**
460
450
  * <p>Lists all the users banned from a particular channel.</p>
461
- *
462
451
  * <note>
463
452
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
464
453
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -476,13 +465,11 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
476
465
  listChannelFlows(args: ListChannelFlowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelFlowsCommandOutput) => void): void;
477
466
  /**
478
467
  * <p>Lists all channel memberships in a channel.</p>
479
- *
480
468
  * <note>
481
469
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
482
470
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
483
471
  * the header.</p>
484
472
  * </note>
485
- *
486
473
  * <p>If you want to list the channels to which a specific app instance user belongs, see the
487
474
  * <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_messaging-chime_ListChannelMembershipsForAppInstanceUser.html">ListChannelMembershipsForAppInstanceUser</a> API.</p>
488
475
  */
@@ -492,7 +479,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
492
479
  /**
493
480
  * <p> Lists all channels that a particular <code>AppInstanceUser</code> is a part of. Only an
494
481
  * <code>AppInstanceAdmin</code> can call the API with a user ARN that is not their own. </p>
495
- *
496
482
  * <note>
497
483
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
498
484
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -532,7 +518,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
532
518
  /**
533
519
  * <p>Lists all Channels created under a single Chime App as a paginated list. You can specify
534
520
  * filters to narrow results.</p>
535
- *
536
521
  * <p class="title">
537
522
  * <b>Functionality & restrictions</b>
538
523
  * </p>
@@ -546,7 +531,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
546
531
  * list the private channels in an account.</p>
547
532
  * </li>
548
533
  * </ul>
549
- *
550
534
  * <note>
551
535
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
552
536
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -564,7 +548,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
564
548
  listChannelsAssociatedWithChannelFlow(args: ListChannelsAssociatedWithChannelFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsAssociatedWithChannelFlowCommandOutput) => void): void;
565
549
  /**
566
550
  * <p>A list of the channels moderated by an <code>AppInstanceUser</code>.</p>
567
- *
568
551
  * <note>
569
552
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
570
553
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -594,10 +577,16 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
594
577
  putChannelMembershipPreferences(args: PutChannelMembershipPreferencesCommandInput, options?: __HttpHandlerOptions): Promise<PutChannelMembershipPreferencesCommandOutput>;
595
578
  putChannelMembershipPreferences(args: PutChannelMembershipPreferencesCommandInput, cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void): void;
596
579
  putChannelMembershipPreferences(args: PutChannelMembershipPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void): void;
580
+ /**
581
+ * <p>Sets the data streaming configuration for an <code>AppInstance</code>. For more information, see
582
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/streaming-export.html">Streaming messaging data</a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
583
+ */
584
+ putMessagingStreamingConfigurations(args: PutMessagingStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<PutMessagingStreamingConfigurationsCommandOutput>;
585
+ putMessagingStreamingConfigurations(args: PutMessagingStreamingConfigurationsCommandInput, cb: (err: any, data?: PutMessagingStreamingConfigurationsCommandOutput) => void): void;
586
+ putMessagingStreamingConfigurations(args: PutMessagingStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMessagingStreamingConfigurationsCommandOutput) => void): void;
597
587
  /**
598
588
  * <p>Redacts message content, but not metadata. The message exists in the back end, but the
599
589
  * action returns null content, and the state shows as redacted.</p>
600
- *
601
590
  * <note>
602
591
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
603
592
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -615,12 +604,10 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
615
604
  searchChannels(args: SearchChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchChannelsCommandOutput) => void): void;
616
605
  /**
617
606
  * <p>Sends a message to a particular channel that the member is a part of.</p>
618
- *
619
607
  * <note>
620
608
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
621
609
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
622
610
  * the header.</p>
623
- *
624
611
  * <p>Also, <code>STANDARD</code> messages can contain 4KB of data and the 1KB of metadata.
625
612
  * <code>CONTROL</code> messages can contain 30 bytes of data and no metadata.</p>
626
613
  * </note>
@@ -661,7 +648,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
661
648
  updateChannelFlow(args: UpdateChannelFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void): void;
662
649
  /**
663
650
  * <p>Updates the content of a message.</p>
664
- *
665
651
  * <note>
666
652
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
667
653
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -673,7 +659,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
673
659
  updateChannelMessage(args: UpdateChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void): void;
674
660
  /**
675
661
  * <p>The details of the time when a user last read messages in a channel.</p>
676
- *
677
662
  * <note>
678
663
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
679
664
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -21,6 +21,7 @@ import { DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput } from ".
21
21
  import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "./commands/DeleteChannelMembershipCommand";
22
22
  import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "./commands/DeleteChannelMessageCommand";
23
23
  import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "./commands/DeleteChannelModeratorCommand";
24
+ import { DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput } from "./commands/DeleteMessagingStreamingConfigurationsCommand";
24
25
  import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "./commands/DescribeChannelBanCommand";
25
26
  import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
26
27
  import { DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput } from "./commands/DescribeChannelFlowCommand";
@@ -33,6 +34,7 @@ import { GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPrefer
33
34
  import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "./commands/GetChannelMessageCommand";
34
35
  import { GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput } from "./commands/GetChannelMessageStatusCommand";
35
36
  import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "./commands/GetMessagingSessionEndpointCommand";
37
+ import { GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput } from "./commands/GetMessagingStreamingConfigurationsCommand";
36
38
  import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "./commands/ListChannelBansCommand";
37
39
  import { ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput } from "./commands/ListChannelFlowsCommand";
38
40
  import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "./commands/ListChannelMembershipsCommand";
@@ -45,6 +47,7 @@ import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModerat
45
47
  import { ListSubChannelsCommandInput, ListSubChannelsCommandOutput } from "./commands/ListSubChannelsCommand";
46
48
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
47
49
  import { PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput } from "./commands/PutChannelMembershipPreferencesCommand";
50
+ import { PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput } from "./commands/PutMessagingStreamingConfigurationsCommand";
48
51
  import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "./commands/RedactChannelMessageCommand";
49
52
  import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "./commands/SearchChannelsCommand";
50
53
  import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "./commands/SendChannelMessageCommand";
@@ -55,8 +58,8 @@ import { UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput } from ".
55
58
  import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "./commands/UpdateChannelMessageCommand";
56
59
  import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "./commands/UpdateChannelReadMarkerCommand";
57
60
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
58
- export declare type ServiceInputTypes = AssociateChannelFlowCommandInput | BatchCreateChannelMembershipCommandInput | ChannelFlowCallbackCommandInput | CreateChannelBanCommandInput | CreateChannelCommandInput | CreateChannelFlowCommandInput | CreateChannelMembershipCommandInput | CreateChannelModeratorCommandInput | DeleteChannelBanCommandInput | DeleteChannelCommandInput | DeleteChannelFlowCommandInput | DeleteChannelMembershipCommandInput | DeleteChannelMessageCommandInput | DeleteChannelModeratorCommandInput | DescribeChannelBanCommandInput | DescribeChannelCommandInput | DescribeChannelFlowCommandInput | DescribeChannelMembershipCommandInput | DescribeChannelMembershipForAppInstanceUserCommandInput | DescribeChannelModeratedByAppInstanceUserCommandInput | DescribeChannelModeratorCommandInput | DisassociateChannelFlowCommandInput | GetChannelMembershipPreferencesCommandInput | GetChannelMessageCommandInput | GetChannelMessageStatusCommandInput | GetMessagingSessionEndpointCommandInput | ListChannelBansCommandInput | ListChannelFlowsCommandInput | ListChannelMembershipsCommandInput | ListChannelMembershipsForAppInstanceUserCommandInput | ListChannelMessagesCommandInput | ListChannelModeratorsCommandInput | ListChannelsAssociatedWithChannelFlowCommandInput | ListChannelsCommandInput | ListChannelsModeratedByAppInstanceUserCommandInput | ListSubChannelsCommandInput | ListTagsForResourceCommandInput | PutChannelMembershipPreferencesCommandInput | RedactChannelMessageCommandInput | SearchChannelsCommandInput | SendChannelMessageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateChannelFlowCommandInput | UpdateChannelMessageCommandInput | UpdateChannelReadMarkerCommandInput;
59
- export declare type ServiceOutputTypes = AssociateChannelFlowCommandOutput | BatchCreateChannelMembershipCommandOutput | ChannelFlowCallbackCommandOutput | CreateChannelBanCommandOutput | CreateChannelCommandOutput | CreateChannelFlowCommandOutput | CreateChannelMembershipCommandOutput | CreateChannelModeratorCommandOutput | DeleteChannelBanCommandOutput | DeleteChannelCommandOutput | DeleteChannelFlowCommandOutput | DeleteChannelMembershipCommandOutput | DeleteChannelMessageCommandOutput | DeleteChannelModeratorCommandOutput | DescribeChannelBanCommandOutput | DescribeChannelCommandOutput | DescribeChannelFlowCommandOutput | DescribeChannelMembershipCommandOutput | DescribeChannelMembershipForAppInstanceUserCommandOutput | DescribeChannelModeratedByAppInstanceUserCommandOutput | DescribeChannelModeratorCommandOutput | DisassociateChannelFlowCommandOutput | GetChannelMembershipPreferencesCommandOutput | GetChannelMessageCommandOutput | GetChannelMessageStatusCommandOutput | GetMessagingSessionEndpointCommandOutput | ListChannelBansCommandOutput | ListChannelFlowsCommandOutput | ListChannelMembershipsCommandOutput | ListChannelMembershipsForAppInstanceUserCommandOutput | ListChannelMessagesCommandOutput | ListChannelModeratorsCommandOutput | ListChannelsAssociatedWithChannelFlowCommandOutput | ListChannelsCommandOutput | ListChannelsModeratedByAppInstanceUserCommandOutput | ListSubChannelsCommandOutput | ListTagsForResourceCommandOutput | PutChannelMembershipPreferencesCommandOutput | RedactChannelMessageCommandOutput | SearchChannelsCommandOutput | SendChannelMessageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateChannelFlowCommandOutput | UpdateChannelMessageCommandOutput | UpdateChannelReadMarkerCommandOutput;
61
+ export type ServiceInputTypes = AssociateChannelFlowCommandInput | BatchCreateChannelMembershipCommandInput | ChannelFlowCallbackCommandInput | CreateChannelBanCommandInput | CreateChannelCommandInput | CreateChannelFlowCommandInput | CreateChannelMembershipCommandInput | CreateChannelModeratorCommandInput | DeleteChannelBanCommandInput | DeleteChannelCommandInput | DeleteChannelFlowCommandInput | DeleteChannelMembershipCommandInput | DeleteChannelMessageCommandInput | DeleteChannelModeratorCommandInput | DeleteMessagingStreamingConfigurationsCommandInput | DescribeChannelBanCommandInput | DescribeChannelCommandInput | DescribeChannelFlowCommandInput | DescribeChannelMembershipCommandInput | DescribeChannelMembershipForAppInstanceUserCommandInput | DescribeChannelModeratedByAppInstanceUserCommandInput | DescribeChannelModeratorCommandInput | DisassociateChannelFlowCommandInput | GetChannelMembershipPreferencesCommandInput | GetChannelMessageCommandInput | GetChannelMessageStatusCommandInput | GetMessagingSessionEndpointCommandInput | GetMessagingStreamingConfigurationsCommandInput | ListChannelBansCommandInput | ListChannelFlowsCommandInput | ListChannelMembershipsCommandInput | ListChannelMembershipsForAppInstanceUserCommandInput | ListChannelMessagesCommandInput | ListChannelModeratorsCommandInput | ListChannelsAssociatedWithChannelFlowCommandInput | ListChannelsCommandInput | ListChannelsModeratedByAppInstanceUserCommandInput | ListSubChannelsCommandInput | ListTagsForResourceCommandInput | PutChannelMembershipPreferencesCommandInput | PutMessagingStreamingConfigurationsCommandInput | RedactChannelMessageCommandInput | SearchChannelsCommandInput | SendChannelMessageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateChannelFlowCommandInput | UpdateChannelMessageCommandInput | UpdateChannelReadMarkerCommandInput;
62
+ export type ServiceOutputTypes = AssociateChannelFlowCommandOutput | BatchCreateChannelMembershipCommandOutput | ChannelFlowCallbackCommandOutput | CreateChannelBanCommandOutput | CreateChannelCommandOutput | CreateChannelFlowCommandOutput | CreateChannelMembershipCommandOutput | CreateChannelModeratorCommandOutput | DeleteChannelBanCommandOutput | DeleteChannelCommandOutput | DeleteChannelFlowCommandOutput | DeleteChannelMembershipCommandOutput | DeleteChannelMessageCommandOutput | DeleteChannelModeratorCommandOutput | DeleteMessagingStreamingConfigurationsCommandOutput | DescribeChannelBanCommandOutput | DescribeChannelCommandOutput | DescribeChannelFlowCommandOutput | DescribeChannelMembershipCommandOutput | DescribeChannelMembershipForAppInstanceUserCommandOutput | DescribeChannelModeratedByAppInstanceUserCommandOutput | DescribeChannelModeratorCommandOutput | DisassociateChannelFlowCommandOutput | GetChannelMembershipPreferencesCommandOutput | GetChannelMessageCommandOutput | GetChannelMessageStatusCommandOutput | GetMessagingSessionEndpointCommandOutput | GetMessagingStreamingConfigurationsCommandOutput | ListChannelBansCommandOutput | ListChannelFlowsCommandOutput | ListChannelMembershipsCommandOutput | ListChannelMembershipsForAppInstanceUserCommandOutput | ListChannelMessagesCommandOutput | ListChannelModeratorsCommandOutput | ListChannelsAssociatedWithChannelFlowCommandOutput | ListChannelsCommandOutput | ListChannelsModeratedByAppInstanceUserCommandOutput | ListSubChannelsCommandOutput | ListTagsForResourceCommandOutput | PutChannelMembershipPreferencesCommandOutput | PutMessagingStreamingConfigurationsCommandOutput | RedactChannelMessageCommandOutput | SearchChannelsCommandOutput | SendChannelMessageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateChannelFlowCommandOutput | UpdateChannelMessageCommandOutput | UpdateChannelReadMarkerCommandOutput;
60
63
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
61
64
  /**
62
65
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -157,13 +160,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
157
160
  */
158
161
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
159
162
  }
160
- declare type ChimeSDKMessagingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
163
+ type ChimeSDKMessagingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
161
164
  /**
162
165
  * The configuration interface of ChimeSDKMessagingClient class constructor that set the region, credentials and other options.
163
166
  */
164
167
  export interface ChimeSDKMessagingClientConfig extends ChimeSDKMessagingClientConfigType {
165
168
  }
166
- declare type ChimeSDKMessagingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
169
+ type ChimeSDKMessagingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
167
170
  /**
168
171
  * The resolved configuration interface of ChimeSDKMessagingClient class. This is resolved and normalized from the {@link ChimeSDKMessagingClientConfig | constructor configuration interface}.
169
172
  */
@@ -16,7 +16,6 @@ export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {
16
16
  /**
17
17
  * <p>Associates a channel flow with a channel. Once associated, all messages to that channel go through channel flow processors. To stop processing, use the
18
18
  * <code>DisassociateChannelFlow</code> API.</p>
19
- *
20
19
  * <note>
21
20
  * <p>Only administrators or channel moderators can associate a channel flow. The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code>
22
21
  * of the user that makes the API call as the value in the header.</p>
@@ -20,7 +20,6 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
20
20
  * channels.</p>
21
21
  * <p>If you ban a user who is already part of a channel, that user is automatically kicked
22
22
  * from the channel.</p>
23
- *
24
23
  * <note>
25
24
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
26
25
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -15,11 +15,9 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
15
15
  }
16
16
  /**
17
17
  * <p>Creates a channel to which you can add users and send messages.</p>
18
- *
19
18
  * <p>
20
19
  * <b>Restriction</b>: You can't change a channel's
21
20
  * privacy.</p>
22
- *
23
21
  * <note>
24
22
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
25
23
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -18,8 +18,7 @@ export interface CreateChannelFlowCommandOutput extends CreateChannelFlowRespons
18
18
  * that perform actions on chat messages, such as stripping out profanity. You can associate
19
19
  * channel flows with channels, and the processors in the channel flow then take action on all
20
20
  * messages sent to that channel. This is a developer API.</p>
21
- *
22
- * <p>Channel flows process the following items:</p>
21
+ * <p>Channel flows process the following items:</p>
23
22
  * <ol>
24
23
  * <li>
25
24
  * <p>New and updated messages</p>
@@ -31,7 +30,6 @@ export interface CreateChannelFlowCommandOutput extends CreateChannelFlowRespons
31
30
  * <p>The Standard message type</p>
32
31
  * </li>
33
32
  * </ol>
34
- *
35
33
  * <note>
36
34
  * <p>Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK Messaging, refer to
37
35
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/using-the-messaging-sdk.html#msg-types">Message types</a> in the <i>Amazon Chime developer guide</i>.</p>
@@ -16,7 +16,6 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
16
16
  /**
17
17
  * <p>Adds a user to a channel. The <code>InvitedBy</code> field in <code>ChannelMembership</code> is derived from the
18
18
  * request header. A channel member can:</p>
19
- *
20
19
  * <ul>
21
20
  * <li>
22
21
  * <p>List messages</p>
@@ -34,9 +33,7 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
34
33
  * <p>Leave the channel</p>
35
34
  * </li>
36
35
  * </ul>
37
- *
38
36
  * <p>Privacy settings impact this action as follows:</p>
39
- *
40
37
  * <ul>
41
38
  * <li>
42
39
  * <p>Public Channels: You do not need to be a member to list messages, but you must be
@@ -46,7 +43,6 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
46
43
  * <p>Private Channels: You must be a member to list or send messages.</p>
47
44
  * </li>
48
45
  * </ul>
49
- *
50
46
  * <note>
51
47
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
52
48
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -15,7 +15,6 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
15
15
  }
16
16
  /**
17
17
  * <p>Creates a new <code>ChannelModerator</code>. A channel moderator can:</p>
18
- *
19
18
  * <ul>
20
19
  * <li>
21
20
  * <p>Add and remove other members of the channel.</p>
@@ -33,7 +32,6 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
33
32
  * <p>List messages in the channel.</p>
34
33
  * </li>
35
34
  * </ul>
36
- *
37
35
  * <note>
38
36
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
39
37
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -15,7 +15,6 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {
15
15
  }
16
16
  /**
17
17
  * <p>Removes a user from a channel's ban list.</p>
18
- *
19
18
  * <note>
20
19
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
21
20
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -16,7 +16,6 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {
16
16
  /**
17
17
  * <p>Immediately makes a channel and its memberships inaccessible and marks them for
18
18
  * deletion. This is an irreversible process.</p>
19
- *
20
19
  * <note>
21
20
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
22
21
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -15,7 +15,6 @@ export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer {
15
15
  }
16
16
  /**
17
17
  * <p>Removes a member from a channel.</p>
18
- *
19
18
  * <note>
20
19
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
21
20
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -17,7 +17,6 @@ export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {
17
17
  * <p>Deletes a channel message. Only admins can perform this action. Deletion makes messages
18
18
  * inaccessible immediately. A background process deletes any revisions created by
19
19
  * <code>UpdateChannelMessage</code>.</p>
20
- *
21
20
  * <note>
22
21
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
23
22
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -15,7 +15,6 @@ export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {
15
15
  }
16
16
  /**
17
17
  * <p>Deletes a channel moderator.</p>
18
- *
19
18
  * <note>
20
19
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
21
20
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -0,0 +1,60 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
5
+ import { DeleteMessagingStreamingConfigurationsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteMessagingStreamingConfigurationsCommand}.
8
+ */
9
+ export interface DeleteMessagingStreamingConfigurationsCommandInput extends DeleteMessagingStreamingConfigurationsRequest {
10
+ }
11
+ /**
12
+ * The output of {@link DeleteMessagingStreamingConfigurationsCommand}.
13
+ */
14
+ export interface DeleteMessagingStreamingConfigurationsCommandOutput extends __MetadataBearer {
15
+ }
16
+ /**
17
+ * <p>Deletes the streaming configurations for an <code>AppInstance</code>. For more information, see
18
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/streaming-export.html">Streaming messaging data</a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
19
+ * @example
20
+ * Use a bare-bones client and the command you need to make an API call.
21
+ * ```javascript
22
+ * import { ChimeSDKMessagingClient, DeleteMessagingStreamingConfigurationsCommand } from "@aws-sdk/client-chime-sdk-messaging"; // ES Modules import
23
+ * // const { ChimeSDKMessagingClient, DeleteMessagingStreamingConfigurationsCommand } = require("@aws-sdk/client-chime-sdk-messaging"); // CommonJS import
24
+ * const client = new ChimeSDKMessagingClient(config);
25
+ * const command = new DeleteMessagingStreamingConfigurationsCommand(input);
26
+ * const response = await client.send(command);
27
+ * ```
28
+ *
29
+ * @see {@link DeleteMessagingStreamingConfigurationsCommandInput} for command's `input` shape.
30
+ * @see {@link DeleteMessagingStreamingConfigurationsCommandOutput} for command's `response` shape.
31
+ * @see {@link ChimeSDKMessagingClientResolvedConfig | config} for ChimeSDKMessagingClient's `config` shape.
32
+ *
33
+ * @throws {@link ForbiddenException} (client fault)
34
+ * <p>The client is permanently forbidden from making the request.</p>
35
+ *
36
+ * @throws {@link ServiceFailureException} (server fault)
37
+ * <p>The service encountered an unexpected error.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The service is currently unavailable.</p>
41
+ *
42
+ * @throws {@link ThrottledClientException} (client fault)
43
+ * <p>The client exceeded its request rate limit.</p>
44
+ *
45
+ * @throws {@link UnauthorizedClientException} (client fault)
46
+ * <p>The client is not currently authorized to make the request.</p>
47
+ *
48
+ *
49
+ */
50
+ export declare class DeleteMessagingStreamingConfigurationsCommand extends $Command<DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
51
+ readonly input: DeleteMessagingStreamingConfigurationsCommandInput;
52
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ constructor(input: DeleteMessagingStreamingConfigurationsCommandInput);
54
+ /**
55
+ * @internal
56
+ */
57
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput>;
58
+ private serialize;
59
+ private deserialize;
60
+ }
@@ -15,9 +15,7 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo
15
15
  }
16
16
  /**
17
17
  * <p>Returns the full details of a channel ban.</p>
18
- *
19
18
  * <note>
20
- *
21
19
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
22
20
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
23
21
  * the header.</p>
@@ -16,9 +16,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
16
16
  /**
17
17
  * <p>Returns the full details of a channel in an Amazon Chime
18
18
  * <code>AppInstance</code>.</p>
19
- *
20
19
  * <note>
21
- *
22
20
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
23
21
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
24
22
  * the header.</p>