@aws-sdk/client-chatbot 3.928.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 (58) hide show
  1. package/dist-cjs/index.js +1477 -1944
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ChatbotClient.js +2 -0
  4. package/dist-es/commands/AssociateToConfigurationCommand.js +3 -9
  5. package/dist-es/commands/CreateChimeWebhookConfigurationCommand.js +3 -10
  6. package/dist-es/commands/CreateCustomActionCommand.js +3 -9
  7. package/dist-es/commands/CreateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  8. package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +3 -10
  9. package/dist-es/commands/DeleteChimeWebhookConfigurationCommand.js +3 -9
  10. package/dist-es/commands/DeleteCustomActionCommand.js +3 -9
  11. package/dist-es/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.js +3 -9
  12. package/dist-es/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.js +3 -9
  13. package/dist-es/commands/DeleteMicrosoftTeamsUserIdentityCommand.js +3 -9
  14. package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +3 -9
  15. package/dist-es/commands/DeleteSlackUserIdentityCommand.js +3 -9
  16. package/dist-es/commands/DeleteSlackWorkspaceAuthorizationCommand.js +3 -9
  17. package/dist-es/commands/DescribeChimeWebhookConfigurationsCommand.js +3 -10
  18. package/dist-es/commands/DescribeSlackChannelConfigurationsCommand.js +3 -10
  19. package/dist-es/commands/DescribeSlackUserIdentitiesCommand.js +3 -9
  20. package/dist-es/commands/DescribeSlackWorkspacesCommand.js +3 -9
  21. package/dist-es/commands/DisassociateFromConfigurationCommand.js +3 -9
  22. package/dist-es/commands/GetAccountPreferencesCommand.js +3 -9
  23. package/dist-es/commands/GetCustomActionCommand.js +3 -9
  24. package/dist-es/commands/GetMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  25. package/dist-es/commands/ListAssociationsCommand.js +3 -9
  26. package/dist-es/commands/ListCustomActionsCommand.js +3 -9
  27. package/dist-es/commands/ListMicrosoftTeamsChannelConfigurationsCommand.js +3 -10
  28. package/dist-es/commands/ListMicrosoftTeamsConfiguredTeamsCommand.js +3 -9
  29. package/dist-es/commands/ListMicrosoftTeamsUserIdentitiesCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/TagResourceCommand.js +3 -9
  32. package/dist-es/commands/UntagResourceCommand.js +3 -9
  33. package/dist-es/commands/UpdateAccountPreferencesCommand.js +3 -9
  34. package/dist-es/commands/UpdateChimeWebhookConfigurationCommand.js +3 -10
  35. package/dist-es/commands/UpdateCustomActionCommand.js +3 -9
  36. package/dist-es/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  37. package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +3 -10
  38. package/dist-es/models/models_0.js +0 -101
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-es/schemas/schemas_0.js +1317 -0
  41. package/dist-types/ChatbotClient.d.ts +10 -1
  42. package/dist-types/models/models_0.d.ts +0 -76
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +173 -0
  48. package/dist-types/ts3.4/ChatbotClient.d.ts +4 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -57
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +179 -0
  55. package/package.json +2 -3
  56. package/dist-es/protocols/Aws_restJson1.js +0 -1492
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -413
@@ -1,413 +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
- AssociateToConfigurationCommandInput,
8
- AssociateToConfigurationCommandOutput,
9
- } from "../commands/AssociateToConfigurationCommand";
10
- import {
11
- CreateChimeWebhookConfigurationCommandInput,
12
- CreateChimeWebhookConfigurationCommandOutput,
13
- } from "../commands/CreateChimeWebhookConfigurationCommand";
14
- import {
15
- CreateCustomActionCommandInput,
16
- CreateCustomActionCommandOutput,
17
- } from "../commands/CreateCustomActionCommand";
18
- import {
19
- CreateMicrosoftTeamsChannelConfigurationCommandInput,
20
- CreateMicrosoftTeamsChannelConfigurationCommandOutput,
21
- } from "../commands/CreateMicrosoftTeamsChannelConfigurationCommand";
22
- import {
23
- CreateSlackChannelConfigurationCommandInput,
24
- CreateSlackChannelConfigurationCommandOutput,
25
- } from "../commands/CreateSlackChannelConfigurationCommand";
26
- import {
27
- DeleteChimeWebhookConfigurationCommandInput,
28
- DeleteChimeWebhookConfigurationCommandOutput,
29
- } from "../commands/DeleteChimeWebhookConfigurationCommand";
30
- import {
31
- DeleteCustomActionCommandInput,
32
- DeleteCustomActionCommandOutput,
33
- } from "../commands/DeleteCustomActionCommand";
34
- import {
35
- DeleteMicrosoftTeamsChannelConfigurationCommandInput,
36
- DeleteMicrosoftTeamsChannelConfigurationCommandOutput,
37
- } from "../commands/DeleteMicrosoftTeamsChannelConfigurationCommand";
38
- import {
39
- DeleteMicrosoftTeamsConfiguredTeamCommandInput,
40
- DeleteMicrosoftTeamsConfiguredTeamCommandOutput,
41
- } from "../commands/DeleteMicrosoftTeamsConfiguredTeamCommand";
42
- import {
43
- DeleteMicrosoftTeamsUserIdentityCommandInput,
44
- DeleteMicrosoftTeamsUserIdentityCommandOutput,
45
- } from "../commands/DeleteMicrosoftTeamsUserIdentityCommand";
46
- import {
47
- DeleteSlackChannelConfigurationCommandInput,
48
- DeleteSlackChannelConfigurationCommandOutput,
49
- } from "../commands/DeleteSlackChannelConfigurationCommand";
50
- import {
51
- DeleteSlackUserIdentityCommandInput,
52
- DeleteSlackUserIdentityCommandOutput,
53
- } from "../commands/DeleteSlackUserIdentityCommand";
54
- import {
55
- DeleteSlackWorkspaceAuthorizationCommandInput,
56
- DeleteSlackWorkspaceAuthorizationCommandOutput,
57
- } from "../commands/DeleteSlackWorkspaceAuthorizationCommand";
58
- import {
59
- DescribeChimeWebhookConfigurationsCommandInput,
60
- DescribeChimeWebhookConfigurationsCommandOutput,
61
- } from "../commands/DescribeChimeWebhookConfigurationsCommand";
62
- import {
63
- DescribeSlackChannelConfigurationsCommandInput,
64
- DescribeSlackChannelConfigurationsCommandOutput,
65
- } from "../commands/DescribeSlackChannelConfigurationsCommand";
66
- import {
67
- DescribeSlackUserIdentitiesCommandInput,
68
- DescribeSlackUserIdentitiesCommandOutput,
69
- } from "../commands/DescribeSlackUserIdentitiesCommand";
70
- import {
71
- DescribeSlackWorkspacesCommandInput,
72
- DescribeSlackWorkspacesCommandOutput,
73
- } from "../commands/DescribeSlackWorkspacesCommand";
74
- import {
75
- DisassociateFromConfigurationCommandInput,
76
- DisassociateFromConfigurationCommandOutput,
77
- } from "../commands/DisassociateFromConfigurationCommand";
78
- import {
79
- GetAccountPreferencesCommandInput,
80
- GetAccountPreferencesCommandOutput,
81
- } from "../commands/GetAccountPreferencesCommand";
82
- import {
83
- GetCustomActionCommandInput,
84
- GetCustomActionCommandOutput,
85
- } from "../commands/GetCustomActionCommand";
86
- import {
87
- GetMicrosoftTeamsChannelConfigurationCommandInput,
88
- GetMicrosoftTeamsChannelConfigurationCommandOutput,
89
- } from "../commands/GetMicrosoftTeamsChannelConfigurationCommand";
90
- import {
91
- ListAssociationsCommandInput,
92
- ListAssociationsCommandOutput,
93
- } from "../commands/ListAssociationsCommand";
94
- import {
95
- ListCustomActionsCommandInput,
96
- ListCustomActionsCommandOutput,
97
- } from "../commands/ListCustomActionsCommand";
98
- import {
99
- ListMicrosoftTeamsChannelConfigurationsCommandInput,
100
- ListMicrosoftTeamsChannelConfigurationsCommandOutput,
101
- } from "../commands/ListMicrosoftTeamsChannelConfigurationsCommand";
102
- import {
103
- ListMicrosoftTeamsConfiguredTeamsCommandInput,
104
- ListMicrosoftTeamsConfiguredTeamsCommandOutput,
105
- } from "../commands/ListMicrosoftTeamsConfiguredTeamsCommand";
106
- import {
107
- ListMicrosoftTeamsUserIdentitiesCommandInput,
108
- ListMicrosoftTeamsUserIdentitiesCommandOutput,
109
- } from "../commands/ListMicrosoftTeamsUserIdentitiesCommand";
110
- import {
111
- ListTagsForResourceCommandInput,
112
- ListTagsForResourceCommandOutput,
113
- } from "../commands/ListTagsForResourceCommand";
114
- import {
115
- TagResourceCommandInput,
116
- TagResourceCommandOutput,
117
- } from "../commands/TagResourceCommand";
118
- import {
119
- UntagResourceCommandInput,
120
- UntagResourceCommandOutput,
121
- } from "../commands/UntagResourceCommand";
122
- import {
123
- UpdateAccountPreferencesCommandInput,
124
- UpdateAccountPreferencesCommandOutput,
125
- } from "../commands/UpdateAccountPreferencesCommand";
126
- import {
127
- UpdateChimeWebhookConfigurationCommandInput,
128
- UpdateChimeWebhookConfigurationCommandOutput,
129
- } from "../commands/UpdateChimeWebhookConfigurationCommand";
130
- import {
131
- UpdateCustomActionCommandInput,
132
- UpdateCustomActionCommandOutput,
133
- } from "../commands/UpdateCustomActionCommand";
134
- import {
135
- UpdateMicrosoftTeamsChannelConfigurationCommandInput,
136
- UpdateMicrosoftTeamsChannelConfigurationCommandOutput,
137
- } from "../commands/UpdateMicrosoftTeamsChannelConfigurationCommand";
138
- import {
139
- UpdateSlackChannelConfigurationCommandInput,
140
- UpdateSlackChannelConfigurationCommandOutput,
141
- } from "../commands/UpdateSlackChannelConfigurationCommand";
142
- export declare const se_AssociateToConfigurationCommand: (
143
- input: AssociateToConfigurationCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_CreateChimeWebhookConfigurationCommand: (
147
- input: CreateChimeWebhookConfigurationCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_CreateCustomActionCommand: (
151
- input: CreateCustomActionCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_CreateMicrosoftTeamsChannelConfigurationCommand: (
155
- input: CreateMicrosoftTeamsChannelConfigurationCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CreateSlackChannelConfigurationCommand: (
159
- input: CreateSlackChannelConfigurationCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_DeleteChimeWebhookConfigurationCommand: (
163
- input: DeleteChimeWebhookConfigurationCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DeleteCustomActionCommand: (
167
- input: DeleteCustomActionCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeleteMicrosoftTeamsChannelConfigurationCommand: (
171
- input: DeleteMicrosoftTeamsChannelConfigurationCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DeleteMicrosoftTeamsConfiguredTeamCommand: (
175
- input: DeleteMicrosoftTeamsConfiguredTeamCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeleteMicrosoftTeamsUserIdentityCommand: (
179
- input: DeleteMicrosoftTeamsUserIdentityCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteSlackChannelConfigurationCommand: (
183
- input: DeleteSlackChannelConfigurationCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteSlackUserIdentityCommand: (
187
- input: DeleteSlackUserIdentityCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeleteSlackWorkspaceAuthorizationCommand: (
191
- input: DeleteSlackWorkspaceAuthorizationCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DescribeChimeWebhookConfigurationsCommand: (
195
- input: DescribeChimeWebhookConfigurationsCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DescribeSlackChannelConfigurationsCommand: (
199
- input: DescribeSlackChannelConfigurationsCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DescribeSlackUserIdentitiesCommand: (
203
- input: DescribeSlackUserIdentitiesCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DescribeSlackWorkspacesCommand: (
207
- input: DescribeSlackWorkspacesCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DisassociateFromConfigurationCommand: (
211
- input: DisassociateFromConfigurationCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetAccountPreferencesCommand: (
215
- input: GetAccountPreferencesCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetCustomActionCommand: (
219
- input: GetCustomActionCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetMicrosoftTeamsChannelConfigurationCommand: (
223
- input: GetMicrosoftTeamsChannelConfigurationCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListAssociationsCommand: (
227
- input: ListAssociationsCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListCustomActionsCommand: (
231
- input: ListCustomActionsCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListMicrosoftTeamsChannelConfigurationsCommand: (
235
- input: ListMicrosoftTeamsChannelConfigurationsCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListMicrosoftTeamsConfiguredTeamsCommand: (
239
- input: ListMicrosoftTeamsConfiguredTeamsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListMicrosoftTeamsUserIdentitiesCommand: (
243
- input: ListMicrosoftTeamsUserIdentitiesCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListTagsForResourceCommand: (
247
- input: ListTagsForResourceCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_TagResourceCommand: (
251
- input: TagResourceCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_UntagResourceCommand: (
255
- input: UntagResourceCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_UpdateAccountPreferencesCommand: (
259
- input: UpdateAccountPreferencesCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_UpdateChimeWebhookConfigurationCommand: (
263
- input: UpdateChimeWebhookConfigurationCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_UpdateCustomActionCommand: (
267
- input: UpdateCustomActionCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_UpdateMicrosoftTeamsChannelConfigurationCommand: (
271
- input: UpdateMicrosoftTeamsChannelConfigurationCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_UpdateSlackChannelConfigurationCommand: (
275
- input: UpdateSlackChannelConfigurationCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const de_AssociateToConfigurationCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<AssociateToConfigurationCommandOutput>;
282
- export declare const de_CreateChimeWebhookConfigurationCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<CreateChimeWebhookConfigurationCommandOutput>;
286
- export declare const de_CreateCustomActionCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<CreateCustomActionCommandOutput>;
290
- export declare const de_CreateMicrosoftTeamsChannelConfigurationCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<CreateMicrosoftTeamsChannelConfigurationCommandOutput>;
294
- export declare const de_CreateSlackChannelConfigurationCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<CreateSlackChannelConfigurationCommandOutput>;
298
- export declare const de_DeleteChimeWebhookConfigurationCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<DeleteChimeWebhookConfigurationCommandOutput>;
302
- export declare const de_DeleteCustomActionCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<DeleteCustomActionCommandOutput>;
306
- export declare const de_DeleteMicrosoftTeamsChannelConfigurationCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<DeleteMicrosoftTeamsChannelConfigurationCommandOutput>;
310
- export declare const de_DeleteMicrosoftTeamsConfiguredTeamCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<DeleteMicrosoftTeamsConfiguredTeamCommandOutput>;
314
- export declare const de_DeleteMicrosoftTeamsUserIdentityCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<DeleteMicrosoftTeamsUserIdentityCommandOutput>;
318
- export declare const de_DeleteSlackChannelConfigurationCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<DeleteSlackChannelConfigurationCommandOutput>;
322
- export declare const de_DeleteSlackUserIdentityCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<DeleteSlackUserIdentityCommandOutput>;
326
- export declare const de_DeleteSlackWorkspaceAuthorizationCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DeleteSlackWorkspaceAuthorizationCommandOutput>;
330
- export declare const de_DescribeChimeWebhookConfigurationsCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DescribeChimeWebhookConfigurationsCommandOutput>;
334
- export declare const de_DescribeSlackChannelConfigurationsCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DescribeSlackChannelConfigurationsCommandOutput>;
338
- export declare const de_DescribeSlackUserIdentitiesCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DescribeSlackUserIdentitiesCommandOutput>;
342
- export declare const de_DescribeSlackWorkspacesCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DescribeSlackWorkspacesCommandOutput>;
346
- export declare const de_DisassociateFromConfigurationCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DisassociateFromConfigurationCommandOutput>;
350
- export declare const de_GetAccountPreferencesCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<GetAccountPreferencesCommandOutput>;
354
- export declare const de_GetCustomActionCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<GetCustomActionCommandOutput>;
358
- export declare const de_GetMicrosoftTeamsChannelConfigurationCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<GetMicrosoftTeamsChannelConfigurationCommandOutput>;
362
- export declare const de_ListAssociationsCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<ListAssociationsCommandOutput>;
366
- export declare const de_ListCustomActionsCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<ListCustomActionsCommandOutput>;
370
- export declare const de_ListMicrosoftTeamsChannelConfigurationsCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<ListMicrosoftTeamsChannelConfigurationsCommandOutput>;
374
- export declare const de_ListMicrosoftTeamsConfiguredTeamsCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ListMicrosoftTeamsConfiguredTeamsCommandOutput>;
378
- export declare const de_ListMicrosoftTeamsUserIdentitiesCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<ListMicrosoftTeamsUserIdentitiesCommandOutput>;
382
- export declare const de_ListTagsForResourceCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<ListTagsForResourceCommandOutput>;
386
- export declare const de_TagResourceCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<TagResourceCommandOutput>;
390
- export declare const de_UntagResourceCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<UntagResourceCommandOutput>;
394
- export declare const de_UpdateAccountPreferencesCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<UpdateAccountPreferencesCommandOutput>;
398
- export declare const de_UpdateChimeWebhookConfigurationCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<UpdateChimeWebhookConfigurationCommandOutput>;
402
- export declare const de_UpdateCustomActionCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<UpdateCustomActionCommandOutput>;
406
- export declare const de_UpdateMicrosoftTeamsChannelConfigurationCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<UpdateMicrosoftTeamsChannelConfigurationCommandOutput>;
410
- export declare const de_UpdateSlackChannelConfigurationCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<UpdateSlackChannelConfigurationCommandOutput>;