@aws-sdk/client-chime-sdk-messaging 3.928.0 → 3.930.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 +33 -34
  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,461 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput } from "../commands/AssociateChannelFlowCommand";
4
- import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "../commands/BatchCreateChannelMembershipCommand";
5
- import { ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput } from "../commands/ChannelFlowCallbackCommand";
6
- import { CreateChannelBanCommandInput, CreateChannelBanCommandOutput } from "../commands/CreateChannelBanCommand";
7
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
8
- import { CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput } from "../commands/CreateChannelFlowCommand";
9
- import { CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput } from "../commands/CreateChannelMembershipCommand";
10
- import { CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput } from "../commands/CreateChannelModeratorCommand";
11
- import { DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput } from "../commands/DeleteChannelBanCommand";
12
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "../commands/DeleteChannelCommand";
13
- import { DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput } from "../commands/DeleteChannelFlowCommand";
14
- import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "../commands/DeleteChannelMembershipCommand";
15
- import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "../commands/DeleteChannelMessageCommand";
16
- import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "../commands/DeleteChannelModeratorCommand";
17
- import { DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput } from "../commands/DeleteMessagingStreamingConfigurationsCommand";
18
- import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "../commands/DescribeChannelBanCommand";
19
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
20
- import { DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput } from "../commands/DescribeChannelFlowCommand";
21
- import { DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput } from "../commands/DescribeChannelMembershipCommand";
22
- import { DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput } from "../commands/DescribeChannelMembershipForAppInstanceUserCommand";
23
- import { DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput } from "../commands/DescribeChannelModeratedByAppInstanceUserCommand";
24
- import { DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput } from "../commands/DescribeChannelModeratorCommand";
25
- import { DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput } from "../commands/DisassociateChannelFlowCommand";
26
- import { GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput } from "../commands/GetChannelMembershipPreferencesCommand";
27
- import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "../commands/GetChannelMessageCommand";
28
- import { GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput } from "../commands/GetChannelMessageStatusCommand";
29
- import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "../commands/GetMessagingSessionEndpointCommand";
30
- import { GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput } from "../commands/GetMessagingStreamingConfigurationsCommand";
31
- import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "../commands/ListChannelBansCommand";
32
- import { ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput } from "../commands/ListChannelFlowsCommand";
33
- import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "../commands/ListChannelMembershipsCommand";
34
- import { ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput } from "../commands/ListChannelMembershipsForAppInstanceUserCommand";
35
- import { ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput } from "../commands/ListChannelMessagesCommand";
36
- import { ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput } from "../commands/ListChannelModeratorsCommand";
37
- import { ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput } from "../commands/ListChannelsAssociatedWithChannelFlowCommand";
38
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
39
- import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput } from "../commands/ListChannelsModeratedByAppInstanceUserCommand";
40
- import { ListSubChannelsCommandInput, ListSubChannelsCommandOutput } from "../commands/ListSubChannelsCommand";
41
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
42
- import { PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput } from "../commands/PutChannelExpirationSettingsCommand";
43
- import { PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput } from "../commands/PutChannelMembershipPreferencesCommand";
44
- import { PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput } from "../commands/PutMessagingStreamingConfigurationsCommand";
45
- import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "../commands/RedactChannelMessageCommand";
46
- import { SearchChannelsCommandInput, SearchChannelsCommandOutput } from "../commands/SearchChannelsCommand";
47
- import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "../commands/SendChannelMessageCommand";
48
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
49
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
50
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
51
- import { UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput } from "../commands/UpdateChannelFlowCommand";
52
- import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "../commands/UpdateChannelMessageCommand";
53
- import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "../commands/UpdateChannelReadMarkerCommand";
54
- /**
55
- * serializeAws_restJson1AssociateChannelFlowCommand
56
- */
57
- export declare const se_AssociateChannelFlowCommand: (input: AssociateChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1BatchCreateChannelMembershipCommand
60
- */
61
- export declare const se_BatchCreateChannelMembershipCommand: (input: BatchCreateChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1ChannelFlowCallbackCommand
64
- */
65
- export declare const se_ChannelFlowCallbackCommand: (input: ChannelFlowCallbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1CreateChannelCommand
68
- */
69
- export declare const se_CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1CreateChannelBanCommand
72
- */
73
- export declare const se_CreateChannelBanCommand: (input: CreateChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1CreateChannelFlowCommand
76
- */
77
- export declare const se_CreateChannelFlowCommand: (input: CreateChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1CreateChannelMembershipCommand
80
- */
81
- export declare const se_CreateChannelMembershipCommand: (input: CreateChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1CreateChannelModeratorCommand
84
- */
85
- export declare const se_CreateChannelModeratorCommand: (input: CreateChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1DeleteChannelCommand
88
- */
89
- export declare const se_DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1DeleteChannelBanCommand
92
- */
93
- export declare const se_DeleteChannelBanCommand: (input: DeleteChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1DeleteChannelFlowCommand
96
- */
97
- export declare const se_DeleteChannelFlowCommand: (input: DeleteChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1DeleteChannelMembershipCommand
100
- */
101
- export declare const se_DeleteChannelMembershipCommand: (input: DeleteChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1DeleteChannelMessageCommand
104
- */
105
- export declare const se_DeleteChannelMessageCommand: (input: DeleteChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1DeleteChannelModeratorCommand
108
- */
109
- export declare const se_DeleteChannelModeratorCommand: (input: DeleteChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1DeleteMessagingStreamingConfigurationsCommand
112
- */
113
- export declare const se_DeleteMessagingStreamingConfigurationsCommand: (input: DeleteMessagingStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1DescribeChannelCommand
116
- */
117
- export declare const se_DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1DescribeChannelBanCommand
120
- */
121
- export declare const se_DescribeChannelBanCommand: (input: DescribeChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1DescribeChannelFlowCommand
124
- */
125
- export declare const se_DescribeChannelFlowCommand: (input: DescribeChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1DescribeChannelMembershipCommand
128
- */
129
- export declare const se_DescribeChannelMembershipCommand: (input: DescribeChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand
132
- */
133
- export declare const se_DescribeChannelMembershipForAppInstanceUserCommand: (input: DescribeChannelMembershipForAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand
136
- */
137
- export declare const se_DescribeChannelModeratedByAppInstanceUserCommand: (input: DescribeChannelModeratedByAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1DescribeChannelModeratorCommand
140
- */
141
- export declare const se_DescribeChannelModeratorCommand: (input: DescribeChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1DisassociateChannelFlowCommand
144
- */
145
- export declare const se_DisassociateChannelFlowCommand: (input: DisassociateChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1GetChannelMembershipPreferencesCommand
148
- */
149
- export declare const se_GetChannelMembershipPreferencesCommand: (input: GetChannelMembershipPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1GetChannelMessageCommand
152
- */
153
- export declare const se_GetChannelMessageCommand: (input: GetChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1GetChannelMessageStatusCommand
156
- */
157
- export declare const se_GetChannelMessageStatusCommand: (input: GetChannelMessageStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1GetMessagingSessionEndpointCommand
160
- */
161
- export declare const se_GetMessagingSessionEndpointCommand: (input: GetMessagingSessionEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1GetMessagingStreamingConfigurationsCommand
164
- */
165
- export declare const se_GetMessagingStreamingConfigurationsCommand: (input: GetMessagingStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1ListChannelBansCommand
168
- */
169
- export declare const se_ListChannelBansCommand: (input: ListChannelBansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1ListChannelFlowsCommand
172
- */
173
- export declare const se_ListChannelFlowsCommand: (input: ListChannelFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1ListChannelMembershipsCommand
176
- */
177
- export declare const se_ListChannelMembershipsCommand: (input: ListChannelMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand
180
- */
181
- export declare const se_ListChannelMembershipsForAppInstanceUserCommand: (input: ListChannelMembershipsForAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1ListChannelMessagesCommand
184
- */
185
- export declare const se_ListChannelMessagesCommand: (input: ListChannelMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1ListChannelModeratorsCommand
188
- */
189
- export declare const se_ListChannelModeratorsCommand: (input: ListChannelModeratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1ListChannelsCommand
192
- */
193
- export declare const se_ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand
196
- */
197
- export declare const se_ListChannelsAssociatedWithChannelFlowCommand: (input: ListChannelsAssociatedWithChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand
200
- */
201
- export declare const se_ListChannelsModeratedByAppInstanceUserCommand: (input: ListChannelsModeratedByAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_restJson1ListSubChannelsCommand
204
- */
205
- export declare const se_ListSubChannelsCommand: (input: ListSubChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_restJson1ListTagsForResourceCommand
208
- */
209
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1PutChannelExpirationSettingsCommand
212
- */
213
- export declare const se_PutChannelExpirationSettingsCommand: (input: PutChannelExpirationSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1PutChannelMembershipPreferencesCommand
216
- */
217
- export declare const se_PutChannelMembershipPreferencesCommand: (input: PutChannelMembershipPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_restJson1PutMessagingStreamingConfigurationsCommand
220
- */
221
- export declare const se_PutMessagingStreamingConfigurationsCommand: (input: PutMessagingStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_restJson1RedactChannelMessageCommand
224
- */
225
- export declare const se_RedactChannelMessageCommand: (input: RedactChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_restJson1SearchChannelsCommand
228
- */
229
- export declare const se_SearchChannelsCommand: (input: SearchChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_restJson1SendChannelMessageCommand
232
- */
233
- export declare const se_SendChannelMessageCommand: (input: SendChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_restJson1TagResourceCommand
236
- */
237
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_restJson1UntagResourceCommand
240
- */
241
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_restJson1UpdateChannelCommand
244
- */
245
- export declare const se_UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1UpdateChannelFlowCommand
248
- */
249
- export declare const se_UpdateChannelFlowCommand: (input: UpdateChannelFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1UpdateChannelMessageCommand
252
- */
253
- export declare const se_UpdateChannelMessageCommand: (input: UpdateChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1UpdateChannelReadMarkerCommand
256
- */
257
- export declare const se_UpdateChannelReadMarkerCommand: (input: UpdateChannelReadMarkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * deserializeAws_restJson1AssociateChannelFlowCommand
260
- */
261
- export declare const de_AssociateChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateChannelFlowCommandOutput>;
262
- /**
263
- * deserializeAws_restJson1BatchCreateChannelMembershipCommand
264
- */
265
- export declare const de_BatchCreateChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateChannelMembershipCommandOutput>;
266
- /**
267
- * deserializeAws_restJson1ChannelFlowCallbackCommand
268
- */
269
- export declare const de_ChannelFlowCallbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChannelFlowCallbackCommandOutput>;
270
- /**
271
- * deserializeAws_restJson1CreateChannelCommand
272
- */
273
- export declare const de_CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
274
- /**
275
- * deserializeAws_restJson1CreateChannelBanCommand
276
- */
277
- export declare const de_CreateChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelBanCommandOutput>;
278
- /**
279
- * deserializeAws_restJson1CreateChannelFlowCommand
280
- */
281
- export declare const de_CreateChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelFlowCommandOutput>;
282
- /**
283
- * deserializeAws_restJson1CreateChannelMembershipCommand
284
- */
285
- export declare const de_CreateChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelMembershipCommandOutput>;
286
- /**
287
- * deserializeAws_restJson1CreateChannelModeratorCommand
288
- */
289
- export declare const de_CreateChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelModeratorCommandOutput>;
290
- /**
291
- * deserializeAws_restJson1DeleteChannelCommand
292
- */
293
- export declare const de_DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
294
- /**
295
- * deserializeAws_restJson1DeleteChannelBanCommand
296
- */
297
- export declare const de_DeleteChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelBanCommandOutput>;
298
- /**
299
- * deserializeAws_restJson1DeleteChannelFlowCommand
300
- */
301
- export declare const de_DeleteChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelFlowCommandOutput>;
302
- /**
303
- * deserializeAws_restJson1DeleteChannelMembershipCommand
304
- */
305
- export declare const de_DeleteChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMembershipCommandOutput>;
306
- /**
307
- * deserializeAws_restJson1DeleteChannelMessageCommand
308
- */
309
- export declare const de_DeleteChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMessageCommandOutput>;
310
- /**
311
- * deserializeAws_restJson1DeleteChannelModeratorCommand
312
- */
313
- export declare const de_DeleteChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelModeratorCommandOutput>;
314
- /**
315
- * deserializeAws_restJson1DeleteMessagingStreamingConfigurationsCommand
316
- */
317
- export declare const de_DeleteMessagingStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessagingStreamingConfigurationsCommandOutput>;
318
- /**
319
- * deserializeAws_restJson1DescribeChannelCommand
320
- */
321
- export declare const de_DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
322
- /**
323
- * deserializeAws_restJson1DescribeChannelBanCommand
324
- */
325
- export declare const de_DescribeChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelBanCommandOutput>;
326
- /**
327
- * deserializeAws_restJson1DescribeChannelFlowCommand
328
- */
329
- export declare const de_DescribeChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelFlowCommandOutput>;
330
- /**
331
- * deserializeAws_restJson1DescribeChannelMembershipCommand
332
- */
333
- export declare const de_DescribeChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelMembershipCommandOutput>;
334
- /**
335
- * deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand
336
- */
337
- export declare const de_DescribeChannelMembershipForAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
338
- /**
339
- * deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand
340
- */
341
- export declare const de_DescribeChannelModeratedByAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
342
- /**
343
- * deserializeAws_restJson1DescribeChannelModeratorCommand
344
- */
345
- export declare const de_DescribeChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelModeratorCommandOutput>;
346
- /**
347
- * deserializeAws_restJson1DisassociateChannelFlowCommand
348
- */
349
- export declare const de_DisassociateChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateChannelFlowCommandOutput>;
350
- /**
351
- * deserializeAws_restJson1GetChannelMembershipPreferencesCommand
352
- */
353
- export declare const de_GetChannelMembershipPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMembershipPreferencesCommandOutput>;
354
- /**
355
- * deserializeAws_restJson1GetChannelMessageCommand
356
- */
357
- export declare const de_GetChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMessageCommandOutput>;
358
- /**
359
- * deserializeAws_restJson1GetChannelMessageStatusCommand
360
- */
361
- export declare const de_GetChannelMessageStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMessageStatusCommandOutput>;
362
- /**
363
- * deserializeAws_restJson1GetMessagingSessionEndpointCommand
364
- */
365
- export declare const de_GetMessagingSessionEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessagingSessionEndpointCommandOutput>;
366
- /**
367
- * deserializeAws_restJson1GetMessagingStreamingConfigurationsCommand
368
- */
369
- export declare const de_GetMessagingStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessagingStreamingConfigurationsCommandOutput>;
370
- /**
371
- * deserializeAws_restJson1ListChannelBansCommand
372
- */
373
- export declare const de_ListChannelBansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelBansCommandOutput>;
374
- /**
375
- * deserializeAws_restJson1ListChannelFlowsCommand
376
- */
377
- export declare const de_ListChannelFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelFlowsCommandOutput>;
378
- /**
379
- * deserializeAws_restJson1ListChannelMembershipsCommand
380
- */
381
- export declare const de_ListChannelMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsCommandOutput>;
382
- /**
383
- * deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand
384
- */
385
- export declare const de_ListChannelMembershipsForAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
386
- /**
387
- * deserializeAws_restJson1ListChannelMessagesCommand
388
- */
389
- export declare const de_ListChannelMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMessagesCommandOutput>;
390
- /**
391
- * deserializeAws_restJson1ListChannelModeratorsCommand
392
- */
393
- export declare const de_ListChannelModeratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelModeratorsCommandOutput>;
394
- /**
395
- * deserializeAws_restJson1ListChannelsCommand
396
- */
397
- export declare const de_ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
398
- /**
399
- * deserializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand
400
- */
401
- export declare const de_ListChannelsAssociatedWithChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsAssociatedWithChannelFlowCommandOutput>;
402
- /**
403
- * deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand
404
- */
405
- export declare const de_ListChannelsModeratedByAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
406
- /**
407
- * deserializeAws_restJson1ListSubChannelsCommand
408
- */
409
- export declare const de_ListSubChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubChannelsCommandOutput>;
410
- /**
411
- * deserializeAws_restJson1ListTagsForResourceCommand
412
- */
413
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
414
- /**
415
- * deserializeAws_restJson1PutChannelExpirationSettingsCommand
416
- */
417
- export declare const de_PutChannelExpirationSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutChannelExpirationSettingsCommandOutput>;
418
- /**
419
- * deserializeAws_restJson1PutChannelMembershipPreferencesCommand
420
- */
421
- export declare const de_PutChannelMembershipPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutChannelMembershipPreferencesCommandOutput>;
422
- /**
423
- * deserializeAws_restJson1PutMessagingStreamingConfigurationsCommand
424
- */
425
- export declare const de_PutMessagingStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMessagingStreamingConfigurationsCommandOutput>;
426
- /**
427
- * deserializeAws_restJson1RedactChannelMessageCommand
428
- */
429
- export declare const de_RedactChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactChannelMessageCommandOutput>;
430
- /**
431
- * deserializeAws_restJson1SearchChannelsCommand
432
- */
433
- export declare const de_SearchChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchChannelsCommandOutput>;
434
- /**
435
- * deserializeAws_restJson1SendChannelMessageCommand
436
- */
437
- export declare const de_SendChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendChannelMessageCommandOutput>;
438
- /**
439
- * deserializeAws_restJson1TagResourceCommand
440
- */
441
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
442
- /**
443
- * deserializeAws_restJson1UntagResourceCommand
444
- */
445
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
446
- /**
447
- * deserializeAws_restJson1UpdateChannelCommand
448
- */
449
- export declare const de_UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
450
- /**
451
- * deserializeAws_restJson1UpdateChannelFlowCommand
452
- */
453
- export declare const de_UpdateChannelFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelFlowCommandOutput>;
454
- /**
455
- * deserializeAws_restJson1UpdateChannelMessageCommand
456
- */
457
- export declare const de_UpdateChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelMessageCommandOutput>;
458
- /**
459
- * deserializeAws_restJson1UpdateChannelReadMarkerCommand
460
- */
461
- export declare const de_UpdateChannelReadMarkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelReadMarkerCommandOutput>;