@aws-sdk/client-chime-sdk-messaging 3.927.0 → 3.929.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 (75) hide show
  1. package/dist-cjs/index.js +2588 -2622
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ChimeSDKMessagingClient.js +2 -0
  4. package/dist-es/commands/AssociateChannelFlowCommand.js +3 -9
  5. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +3 -10
  6. package/dist-es/commands/ChannelFlowCallbackCommand.js +3 -10
  7. package/dist-es/commands/CreateChannelBanCommand.js +3 -10
  8. package/dist-es/commands/CreateChannelCommand.js +3 -10
  9. package/dist-es/commands/CreateChannelFlowCommand.js +3 -10
  10. package/dist-es/commands/CreateChannelMembershipCommand.js +3 -10
  11. package/dist-es/commands/CreateChannelModeratorCommand.js +3 -10
  12. package/dist-es/commands/DeleteChannelBanCommand.js +3 -9
  13. package/dist-es/commands/DeleteChannelCommand.js +3 -9
  14. package/dist-es/commands/DeleteChannelFlowCommand.js +3 -9
  15. package/dist-es/commands/DeleteChannelMembershipCommand.js +3 -9
  16. package/dist-es/commands/DeleteChannelMessageCommand.js +3 -9
  17. package/dist-es/commands/DeleteChannelModeratorCommand.js +3 -9
  18. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +3 -9
  19. package/dist-es/commands/DescribeChannelBanCommand.js +3 -10
  20. package/dist-es/commands/DescribeChannelCommand.js +3 -10
  21. package/dist-es/commands/DescribeChannelFlowCommand.js +3 -10
  22. package/dist-es/commands/DescribeChannelMembershipCommand.js +3 -10
  23. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +3 -10
  24. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +3 -10
  25. package/dist-es/commands/DescribeChannelModeratorCommand.js +3 -10
  26. package/dist-es/commands/DisassociateChannelFlowCommand.js +3 -9
  27. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +3 -10
  28. package/dist-es/commands/GetChannelMessageCommand.js +3 -10
  29. package/dist-es/commands/GetChannelMessageStatusCommand.js +3 -9
  30. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +3 -9
  31. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +3 -9
  32. package/dist-es/commands/ListChannelBansCommand.js +3 -10
  33. package/dist-es/commands/ListChannelFlowsCommand.js +3 -10
  34. package/dist-es/commands/ListChannelMembershipsCommand.js +3 -10
  35. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +3 -10
  36. package/dist-es/commands/ListChannelMessagesCommand.js +3 -10
  37. package/dist-es/commands/ListChannelModeratorsCommand.js +3 -10
  38. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +3 -10
  39. package/dist-es/commands/ListChannelsCommand.js +3 -10
  40. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +3 -10
  41. package/dist-es/commands/ListSubChannelsCommand.js +3 -10
  42. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  43. package/dist-es/commands/PutChannelExpirationSettingsCommand.js +3 -9
  44. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +3 -10
  45. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +3 -9
  46. package/dist-es/commands/RedactChannelMessageCommand.js +3 -9
  47. package/dist-es/commands/SearchChannelsCommand.js +3 -10
  48. package/dist-es/commands/SendChannelMessageCommand.js +3 -10
  49. package/dist-es/commands/TagResourceCommand.js +3 -10
  50. package/dist-es/commands/UntagResourceCommand.js +3 -10
  51. package/dist-es/commands/UpdateChannelCommand.js +3 -10
  52. package/dist-es/commands/UpdateChannelFlowCommand.js +3 -10
  53. package/dist-es/commands/UpdateChannelMessageCommand.js +3 -10
  54. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +3 -9
  55. package/dist-es/models/models_0.js +0 -367
  56. package/dist-es/runtimeConfig.shared.js +2 -0
  57. package/dist-es/schemas/schemas_0.js +2487 -0
  58. package/dist-types/ChimeSDKMessagingClient.d.ts +10 -1
  59. package/dist-types/models/models_0.d.ts +0 -284
  60. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  61. package/dist-types/runtimeConfig.d.ts +1 -0
  62. package/dist-types/runtimeConfig.native.d.ts +1 -0
  63. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  64. package/dist-types/schemas/schemas_0.d.ts +230 -0
  65. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +4 -0
  66. package/dist-types/ts3.4/models/models_0.d.ts +0 -201
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +237 -0
  72. package/package.json +5 -6
  73. package/dist-es/protocols/Aws_restJson1.js +0 -1828
  74. package/dist-types/protocols/Aws_restJson1.d.ts +0 -461
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -617
@@ -1,617 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateChannelFlowCommandInput,
8
- AssociateChannelFlowCommandOutput,
9
- } from "../commands/AssociateChannelFlowCommand";
10
- import {
11
- BatchCreateChannelMembershipCommandInput,
12
- BatchCreateChannelMembershipCommandOutput,
13
- } from "../commands/BatchCreateChannelMembershipCommand";
14
- import {
15
- ChannelFlowCallbackCommandInput,
16
- ChannelFlowCallbackCommandOutput,
17
- } from "../commands/ChannelFlowCallbackCommand";
18
- import {
19
- CreateChannelBanCommandInput,
20
- CreateChannelBanCommandOutput,
21
- } from "../commands/CreateChannelBanCommand";
22
- import {
23
- CreateChannelCommandInput,
24
- CreateChannelCommandOutput,
25
- } from "../commands/CreateChannelCommand";
26
- import {
27
- CreateChannelFlowCommandInput,
28
- CreateChannelFlowCommandOutput,
29
- } from "../commands/CreateChannelFlowCommand";
30
- import {
31
- CreateChannelMembershipCommandInput,
32
- CreateChannelMembershipCommandOutput,
33
- } from "../commands/CreateChannelMembershipCommand";
34
- import {
35
- CreateChannelModeratorCommandInput,
36
- CreateChannelModeratorCommandOutput,
37
- } from "../commands/CreateChannelModeratorCommand";
38
- import {
39
- DeleteChannelBanCommandInput,
40
- DeleteChannelBanCommandOutput,
41
- } from "../commands/DeleteChannelBanCommand";
42
- import {
43
- DeleteChannelCommandInput,
44
- DeleteChannelCommandOutput,
45
- } from "../commands/DeleteChannelCommand";
46
- import {
47
- DeleteChannelFlowCommandInput,
48
- DeleteChannelFlowCommandOutput,
49
- } from "../commands/DeleteChannelFlowCommand";
50
- import {
51
- DeleteChannelMembershipCommandInput,
52
- DeleteChannelMembershipCommandOutput,
53
- } from "../commands/DeleteChannelMembershipCommand";
54
- import {
55
- DeleteChannelMessageCommandInput,
56
- DeleteChannelMessageCommandOutput,
57
- } from "../commands/DeleteChannelMessageCommand";
58
- import {
59
- DeleteChannelModeratorCommandInput,
60
- DeleteChannelModeratorCommandOutput,
61
- } from "../commands/DeleteChannelModeratorCommand";
62
- import {
63
- DeleteMessagingStreamingConfigurationsCommandInput,
64
- DeleteMessagingStreamingConfigurationsCommandOutput,
65
- } from "../commands/DeleteMessagingStreamingConfigurationsCommand";
66
- import {
67
- DescribeChannelBanCommandInput,
68
- DescribeChannelBanCommandOutput,
69
- } from "../commands/DescribeChannelBanCommand";
70
- import {
71
- DescribeChannelCommandInput,
72
- DescribeChannelCommandOutput,
73
- } from "../commands/DescribeChannelCommand";
74
- import {
75
- DescribeChannelFlowCommandInput,
76
- DescribeChannelFlowCommandOutput,
77
- } from "../commands/DescribeChannelFlowCommand";
78
- import {
79
- DescribeChannelMembershipCommandInput,
80
- DescribeChannelMembershipCommandOutput,
81
- } from "../commands/DescribeChannelMembershipCommand";
82
- import {
83
- DescribeChannelMembershipForAppInstanceUserCommandInput,
84
- DescribeChannelMembershipForAppInstanceUserCommandOutput,
85
- } from "../commands/DescribeChannelMembershipForAppInstanceUserCommand";
86
- import {
87
- DescribeChannelModeratedByAppInstanceUserCommandInput,
88
- DescribeChannelModeratedByAppInstanceUserCommandOutput,
89
- } from "../commands/DescribeChannelModeratedByAppInstanceUserCommand";
90
- import {
91
- DescribeChannelModeratorCommandInput,
92
- DescribeChannelModeratorCommandOutput,
93
- } from "../commands/DescribeChannelModeratorCommand";
94
- import {
95
- DisassociateChannelFlowCommandInput,
96
- DisassociateChannelFlowCommandOutput,
97
- } from "../commands/DisassociateChannelFlowCommand";
98
- import {
99
- GetChannelMembershipPreferencesCommandInput,
100
- GetChannelMembershipPreferencesCommandOutput,
101
- } from "../commands/GetChannelMembershipPreferencesCommand";
102
- import {
103
- GetChannelMessageCommandInput,
104
- GetChannelMessageCommandOutput,
105
- } from "../commands/GetChannelMessageCommand";
106
- import {
107
- GetChannelMessageStatusCommandInput,
108
- GetChannelMessageStatusCommandOutput,
109
- } from "../commands/GetChannelMessageStatusCommand";
110
- import {
111
- GetMessagingSessionEndpointCommandInput,
112
- GetMessagingSessionEndpointCommandOutput,
113
- } from "../commands/GetMessagingSessionEndpointCommand";
114
- import {
115
- GetMessagingStreamingConfigurationsCommandInput,
116
- GetMessagingStreamingConfigurationsCommandOutput,
117
- } from "../commands/GetMessagingStreamingConfigurationsCommand";
118
- import {
119
- ListChannelBansCommandInput,
120
- ListChannelBansCommandOutput,
121
- } from "../commands/ListChannelBansCommand";
122
- import {
123
- ListChannelFlowsCommandInput,
124
- ListChannelFlowsCommandOutput,
125
- } from "../commands/ListChannelFlowsCommand";
126
- import {
127
- ListChannelMembershipsCommandInput,
128
- ListChannelMembershipsCommandOutput,
129
- } from "../commands/ListChannelMembershipsCommand";
130
- import {
131
- ListChannelMembershipsForAppInstanceUserCommandInput,
132
- ListChannelMembershipsForAppInstanceUserCommandOutput,
133
- } from "../commands/ListChannelMembershipsForAppInstanceUserCommand";
134
- import {
135
- ListChannelMessagesCommandInput,
136
- ListChannelMessagesCommandOutput,
137
- } from "../commands/ListChannelMessagesCommand";
138
- import {
139
- ListChannelModeratorsCommandInput,
140
- ListChannelModeratorsCommandOutput,
141
- } from "../commands/ListChannelModeratorsCommand";
142
- import {
143
- ListChannelsAssociatedWithChannelFlowCommandInput,
144
- ListChannelsAssociatedWithChannelFlowCommandOutput,
145
- } from "../commands/ListChannelsAssociatedWithChannelFlowCommand";
146
- import {
147
- ListChannelsCommandInput,
148
- ListChannelsCommandOutput,
149
- } from "../commands/ListChannelsCommand";
150
- import {
151
- ListChannelsModeratedByAppInstanceUserCommandInput,
152
- ListChannelsModeratedByAppInstanceUserCommandOutput,
153
- } from "../commands/ListChannelsModeratedByAppInstanceUserCommand";
154
- import {
155
- ListSubChannelsCommandInput,
156
- ListSubChannelsCommandOutput,
157
- } from "../commands/ListSubChannelsCommand";
158
- import {
159
- ListTagsForResourceCommandInput,
160
- ListTagsForResourceCommandOutput,
161
- } from "../commands/ListTagsForResourceCommand";
162
- import {
163
- PutChannelExpirationSettingsCommandInput,
164
- PutChannelExpirationSettingsCommandOutput,
165
- } from "../commands/PutChannelExpirationSettingsCommand";
166
- import {
167
- PutChannelMembershipPreferencesCommandInput,
168
- PutChannelMembershipPreferencesCommandOutput,
169
- } from "../commands/PutChannelMembershipPreferencesCommand";
170
- import {
171
- PutMessagingStreamingConfigurationsCommandInput,
172
- PutMessagingStreamingConfigurationsCommandOutput,
173
- } from "../commands/PutMessagingStreamingConfigurationsCommand";
174
- import {
175
- RedactChannelMessageCommandInput,
176
- RedactChannelMessageCommandOutput,
177
- } from "../commands/RedactChannelMessageCommand";
178
- import {
179
- SearchChannelsCommandInput,
180
- SearchChannelsCommandOutput,
181
- } from "../commands/SearchChannelsCommand";
182
- import {
183
- SendChannelMessageCommandInput,
184
- SendChannelMessageCommandOutput,
185
- } from "../commands/SendChannelMessageCommand";
186
- import {
187
- TagResourceCommandInput,
188
- TagResourceCommandOutput,
189
- } from "../commands/TagResourceCommand";
190
- import {
191
- UntagResourceCommandInput,
192
- UntagResourceCommandOutput,
193
- } from "../commands/UntagResourceCommand";
194
- import {
195
- UpdateChannelCommandInput,
196
- UpdateChannelCommandOutput,
197
- } from "../commands/UpdateChannelCommand";
198
- import {
199
- UpdateChannelFlowCommandInput,
200
- UpdateChannelFlowCommandOutput,
201
- } from "../commands/UpdateChannelFlowCommand";
202
- import {
203
- UpdateChannelMessageCommandInput,
204
- UpdateChannelMessageCommandOutput,
205
- } from "../commands/UpdateChannelMessageCommand";
206
- import {
207
- UpdateChannelReadMarkerCommandInput,
208
- UpdateChannelReadMarkerCommandOutput,
209
- } from "../commands/UpdateChannelReadMarkerCommand";
210
- export declare const se_AssociateChannelFlowCommand: (
211
- input: AssociateChannelFlowCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_BatchCreateChannelMembershipCommand: (
215
- input: BatchCreateChannelMembershipCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_ChannelFlowCallbackCommand: (
219
- input: ChannelFlowCallbackCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_CreateChannelCommand: (
223
- input: CreateChannelCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_CreateChannelBanCommand: (
227
- input: CreateChannelBanCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_CreateChannelFlowCommand: (
231
- input: CreateChannelFlowCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_CreateChannelMembershipCommand: (
235
- input: CreateChannelMembershipCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_CreateChannelModeratorCommand: (
239
- input: CreateChannelModeratorCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_DeleteChannelCommand: (
243
- input: DeleteChannelCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_DeleteChannelBanCommand: (
247
- input: DeleteChannelBanCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_DeleteChannelFlowCommand: (
251
- input: DeleteChannelFlowCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_DeleteChannelMembershipCommand: (
255
- input: DeleteChannelMembershipCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_DeleteChannelMessageCommand: (
259
- input: DeleteChannelMessageCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DeleteChannelModeratorCommand: (
263
- input: DeleteChannelModeratorCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DeleteMessagingStreamingConfigurationsCommand: (
267
- input: DeleteMessagingStreamingConfigurationsCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DescribeChannelCommand: (
271
- input: DescribeChannelCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DescribeChannelBanCommand: (
275
- input: DescribeChannelBanCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DescribeChannelFlowCommand: (
279
- input: DescribeChannelFlowCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DescribeChannelMembershipCommand: (
283
- input: DescribeChannelMembershipCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DescribeChannelMembershipForAppInstanceUserCommand: (
287
- input: DescribeChannelMembershipForAppInstanceUserCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DescribeChannelModeratedByAppInstanceUserCommand: (
291
- input: DescribeChannelModeratedByAppInstanceUserCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DescribeChannelModeratorCommand: (
295
- input: DescribeChannelModeratorCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DisassociateChannelFlowCommand: (
299
- input: DisassociateChannelFlowCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_GetChannelMembershipPreferencesCommand: (
303
- input: GetChannelMembershipPreferencesCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_GetChannelMessageCommand: (
307
- input: GetChannelMessageCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_GetChannelMessageStatusCommand: (
311
- input: GetChannelMessageStatusCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_GetMessagingSessionEndpointCommand: (
315
- input: GetMessagingSessionEndpointCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_GetMessagingStreamingConfigurationsCommand: (
319
- input: GetMessagingStreamingConfigurationsCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_ListChannelBansCommand: (
323
- input: ListChannelBansCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_ListChannelFlowsCommand: (
327
- input: ListChannelFlowsCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_ListChannelMembershipsCommand: (
331
- input: ListChannelMembershipsCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_ListChannelMembershipsForAppInstanceUserCommand: (
335
- input: ListChannelMembershipsForAppInstanceUserCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_ListChannelMessagesCommand: (
339
- input: ListChannelMessagesCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_ListChannelModeratorsCommand: (
343
- input: ListChannelModeratorsCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_ListChannelsCommand: (
347
- input: ListChannelsCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_ListChannelsAssociatedWithChannelFlowCommand: (
351
- input: ListChannelsAssociatedWithChannelFlowCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ListChannelsModeratedByAppInstanceUserCommand: (
355
- input: ListChannelsModeratedByAppInstanceUserCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListSubChannelsCommand: (
359
- input: ListSubChannelsCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ListTagsForResourceCommand: (
363
- input: ListTagsForResourceCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_PutChannelExpirationSettingsCommand: (
367
- input: PutChannelExpirationSettingsCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_PutChannelMembershipPreferencesCommand: (
371
- input: PutChannelMembershipPreferencesCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_PutMessagingStreamingConfigurationsCommand: (
375
- input: PutMessagingStreamingConfigurationsCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_RedactChannelMessageCommand: (
379
- input: RedactChannelMessageCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_SearchChannelsCommand: (
383
- input: SearchChannelsCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_SendChannelMessageCommand: (
387
- input: SendChannelMessageCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_TagResourceCommand: (
391
- input: TagResourceCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_UntagResourceCommand: (
395
- input: UntagResourceCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_UpdateChannelCommand: (
399
- input: UpdateChannelCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_UpdateChannelFlowCommand: (
403
- input: UpdateChannelFlowCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_UpdateChannelMessageCommand: (
407
- input: UpdateChannelMessageCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_UpdateChannelReadMarkerCommand: (
411
- input: UpdateChannelReadMarkerCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const de_AssociateChannelFlowCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<AssociateChannelFlowCommandOutput>;
418
- export declare const de_BatchCreateChannelMembershipCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<BatchCreateChannelMembershipCommandOutput>;
422
- export declare const de_ChannelFlowCallbackCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<ChannelFlowCallbackCommandOutput>;
426
- export declare const de_CreateChannelCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<CreateChannelCommandOutput>;
430
- export declare const de_CreateChannelBanCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<CreateChannelBanCommandOutput>;
434
- export declare const de_CreateChannelFlowCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<CreateChannelFlowCommandOutput>;
438
- export declare const de_CreateChannelMembershipCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<CreateChannelMembershipCommandOutput>;
442
- export declare const de_CreateChannelModeratorCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<CreateChannelModeratorCommandOutput>;
446
- export declare const de_DeleteChannelCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<DeleteChannelCommandOutput>;
450
- export declare const de_DeleteChannelBanCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<DeleteChannelBanCommandOutput>;
454
- export declare const de_DeleteChannelFlowCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<DeleteChannelFlowCommandOutput>;
458
- export declare const de_DeleteChannelMembershipCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<DeleteChannelMembershipCommandOutput>;
462
- export declare const de_DeleteChannelMessageCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<DeleteChannelMessageCommandOutput>;
466
- export declare const de_DeleteChannelModeratorCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<DeleteChannelModeratorCommandOutput>;
470
- export declare const de_DeleteMessagingStreamingConfigurationsCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<DeleteMessagingStreamingConfigurationsCommandOutput>;
474
- export declare const de_DescribeChannelCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<DescribeChannelCommandOutput>;
478
- export declare const de_DescribeChannelBanCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<DescribeChannelBanCommandOutput>;
482
- export declare const de_DescribeChannelFlowCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<DescribeChannelFlowCommandOutput>;
486
- export declare const de_DescribeChannelMembershipCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<DescribeChannelMembershipCommandOutput>;
490
- export declare const de_DescribeChannelMembershipForAppInstanceUserCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
494
- export declare const de_DescribeChannelModeratedByAppInstanceUserCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
498
- export declare const de_DescribeChannelModeratorCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<DescribeChannelModeratorCommandOutput>;
502
- export declare const de_DisassociateChannelFlowCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DisassociateChannelFlowCommandOutput>;
506
- export declare const de_GetChannelMembershipPreferencesCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<GetChannelMembershipPreferencesCommandOutput>;
510
- export declare const de_GetChannelMessageCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<GetChannelMessageCommandOutput>;
514
- export declare const de_GetChannelMessageStatusCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<GetChannelMessageStatusCommandOutput>;
518
- export declare const de_GetMessagingSessionEndpointCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<GetMessagingSessionEndpointCommandOutput>;
522
- export declare const de_GetMessagingStreamingConfigurationsCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<GetMessagingStreamingConfigurationsCommandOutput>;
526
- export declare const de_ListChannelBansCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<ListChannelBansCommandOutput>;
530
- export declare const de_ListChannelFlowsCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<ListChannelFlowsCommandOutput>;
534
- export declare const de_ListChannelMembershipsCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<ListChannelMembershipsCommandOutput>;
538
- export declare const de_ListChannelMembershipsForAppInstanceUserCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
542
- export declare const de_ListChannelMessagesCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<ListChannelMessagesCommandOutput>;
546
- export declare const de_ListChannelModeratorsCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<ListChannelModeratorsCommandOutput>;
550
- export declare const de_ListChannelsCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<ListChannelsCommandOutput>;
554
- export declare const de_ListChannelsAssociatedWithChannelFlowCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<ListChannelsAssociatedWithChannelFlowCommandOutput>;
558
- export declare const de_ListChannelsModeratedByAppInstanceUserCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
562
- export declare const de_ListSubChannelsCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<ListSubChannelsCommandOutput>;
566
- export declare const de_ListTagsForResourceCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<ListTagsForResourceCommandOutput>;
570
- export declare const de_PutChannelExpirationSettingsCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<PutChannelExpirationSettingsCommandOutput>;
574
- export declare const de_PutChannelMembershipPreferencesCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<PutChannelMembershipPreferencesCommandOutput>;
578
- export declare const de_PutMessagingStreamingConfigurationsCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<PutMessagingStreamingConfigurationsCommandOutput>;
582
- export declare const de_RedactChannelMessageCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<RedactChannelMessageCommandOutput>;
586
- export declare const de_SearchChannelsCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<SearchChannelsCommandOutput>;
590
- export declare const de_SendChannelMessageCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<SendChannelMessageCommandOutput>;
594
- export declare const de_TagResourceCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<TagResourceCommandOutput>;
598
- export declare const de_UntagResourceCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<UntagResourceCommandOutput>;
602
- export declare const de_UpdateChannelCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<UpdateChannelCommandOutput>;
606
- export declare const de_UpdateChannelFlowCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<UpdateChannelFlowCommandOutput>;
610
- export declare const de_UpdateChannelMessageCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<UpdateChannelMessageCommandOutput>;
614
- export declare const de_UpdateChannelReadMarkerCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<UpdateChannelReadMarkerCommandOutput>;