@aws-sdk/client-chatbot 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 (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 +33 -34
  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,308 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateToConfigurationCommandInput, AssociateToConfigurationCommandOutput } from "../commands/AssociateToConfigurationCommand";
4
- import { CreateChimeWebhookConfigurationCommandInput, CreateChimeWebhookConfigurationCommandOutput } from "../commands/CreateChimeWebhookConfigurationCommand";
5
- import { CreateCustomActionCommandInput, CreateCustomActionCommandOutput } from "../commands/CreateCustomActionCommand";
6
- import { CreateMicrosoftTeamsChannelConfigurationCommandInput, CreateMicrosoftTeamsChannelConfigurationCommandOutput } from "../commands/CreateMicrosoftTeamsChannelConfigurationCommand";
7
- import { CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput } from "../commands/CreateSlackChannelConfigurationCommand";
8
- import { DeleteChimeWebhookConfigurationCommandInput, DeleteChimeWebhookConfigurationCommandOutput } from "../commands/DeleteChimeWebhookConfigurationCommand";
9
- import { DeleteCustomActionCommandInput, DeleteCustomActionCommandOutput } from "../commands/DeleteCustomActionCommand";
10
- import { DeleteMicrosoftTeamsChannelConfigurationCommandInput, DeleteMicrosoftTeamsChannelConfigurationCommandOutput } from "../commands/DeleteMicrosoftTeamsChannelConfigurationCommand";
11
- import { DeleteMicrosoftTeamsConfiguredTeamCommandInput, DeleteMicrosoftTeamsConfiguredTeamCommandOutput } from "../commands/DeleteMicrosoftTeamsConfiguredTeamCommand";
12
- import { DeleteMicrosoftTeamsUserIdentityCommandInput, DeleteMicrosoftTeamsUserIdentityCommandOutput } from "../commands/DeleteMicrosoftTeamsUserIdentityCommand";
13
- import { DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput } from "../commands/DeleteSlackChannelConfigurationCommand";
14
- import { DeleteSlackUserIdentityCommandInput, DeleteSlackUserIdentityCommandOutput } from "../commands/DeleteSlackUserIdentityCommand";
15
- import { DeleteSlackWorkspaceAuthorizationCommandInput, DeleteSlackWorkspaceAuthorizationCommandOutput } from "../commands/DeleteSlackWorkspaceAuthorizationCommand";
16
- import { DescribeChimeWebhookConfigurationsCommandInput, DescribeChimeWebhookConfigurationsCommandOutput } from "../commands/DescribeChimeWebhookConfigurationsCommand";
17
- import { DescribeSlackChannelConfigurationsCommandInput, DescribeSlackChannelConfigurationsCommandOutput } from "../commands/DescribeSlackChannelConfigurationsCommand";
18
- import { DescribeSlackUserIdentitiesCommandInput, DescribeSlackUserIdentitiesCommandOutput } from "../commands/DescribeSlackUserIdentitiesCommand";
19
- import { DescribeSlackWorkspacesCommandInput, DescribeSlackWorkspacesCommandOutput } from "../commands/DescribeSlackWorkspacesCommand";
20
- import { DisassociateFromConfigurationCommandInput, DisassociateFromConfigurationCommandOutput } from "../commands/DisassociateFromConfigurationCommand";
21
- import { GetAccountPreferencesCommandInput, GetAccountPreferencesCommandOutput } from "../commands/GetAccountPreferencesCommand";
22
- import { GetCustomActionCommandInput, GetCustomActionCommandOutput } from "../commands/GetCustomActionCommand";
23
- import { GetMicrosoftTeamsChannelConfigurationCommandInput, GetMicrosoftTeamsChannelConfigurationCommandOutput } from "../commands/GetMicrosoftTeamsChannelConfigurationCommand";
24
- import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../commands/ListAssociationsCommand";
25
- import { ListCustomActionsCommandInput, ListCustomActionsCommandOutput } from "../commands/ListCustomActionsCommand";
26
- import { ListMicrosoftTeamsChannelConfigurationsCommandInput, ListMicrosoftTeamsChannelConfigurationsCommandOutput } from "../commands/ListMicrosoftTeamsChannelConfigurationsCommand";
27
- import { ListMicrosoftTeamsConfiguredTeamsCommandInput, ListMicrosoftTeamsConfiguredTeamsCommandOutput } from "../commands/ListMicrosoftTeamsConfiguredTeamsCommand";
28
- import { ListMicrosoftTeamsUserIdentitiesCommandInput, ListMicrosoftTeamsUserIdentitiesCommandOutput } from "../commands/ListMicrosoftTeamsUserIdentitiesCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
30
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
31
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
32
- import { UpdateAccountPreferencesCommandInput, UpdateAccountPreferencesCommandOutput } from "../commands/UpdateAccountPreferencesCommand";
33
- import { UpdateChimeWebhookConfigurationCommandInput, UpdateChimeWebhookConfigurationCommandOutput } from "../commands/UpdateChimeWebhookConfigurationCommand";
34
- import { UpdateCustomActionCommandInput, UpdateCustomActionCommandOutput } from "../commands/UpdateCustomActionCommand";
35
- import { UpdateMicrosoftTeamsChannelConfigurationCommandInput, UpdateMicrosoftTeamsChannelConfigurationCommandOutput } from "../commands/UpdateMicrosoftTeamsChannelConfigurationCommand";
36
- import { UpdateSlackChannelConfigurationCommandInput, UpdateSlackChannelConfigurationCommandOutput } from "../commands/UpdateSlackChannelConfigurationCommand";
37
- /**
38
- * serializeAws_restJson1AssociateToConfigurationCommand
39
- */
40
- export declare const se_AssociateToConfigurationCommand: (input: AssociateToConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_restJson1CreateChimeWebhookConfigurationCommand
43
- */
44
- export declare const se_CreateChimeWebhookConfigurationCommand: (input: CreateChimeWebhookConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1CreateCustomActionCommand
47
- */
48
- export declare const se_CreateCustomActionCommand: (input: CreateCustomActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1CreateMicrosoftTeamsChannelConfigurationCommand
51
- */
52
- export declare const se_CreateMicrosoftTeamsChannelConfigurationCommand: (input: CreateMicrosoftTeamsChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_restJson1CreateSlackChannelConfigurationCommand
55
- */
56
- export declare const se_CreateSlackChannelConfigurationCommand: (input: CreateSlackChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_restJson1DeleteChimeWebhookConfigurationCommand
59
- */
60
- export declare const se_DeleteChimeWebhookConfigurationCommand: (input: DeleteChimeWebhookConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_restJson1DeleteCustomActionCommand
63
- */
64
- export declare const se_DeleteCustomActionCommand: (input: DeleteCustomActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1DeleteMicrosoftTeamsChannelConfigurationCommand
67
- */
68
- export declare const se_DeleteMicrosoftTeamsChannelConfigurationCommand: (input: DeleteMicrosoftTeamsChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1DeleteMicrosoftTeamsConfiguredTeamCommand
71
- */
72
- export declare const se_DeleteMicrosoftTeamsConfiguredTeamCommand: (input: DeleteMicrosoftTeamsConfiguredTeamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1DeleteMicrosoftTeamsUserIdentityCommand
75
- */
76
- export declare const se_DeleteMicrosoftTeamsUserIdentityCommand: (input: DeleteMicrosoftTeamsUserIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1DeleteSlackChannelConfigurationCommand
79
- */
80
- export declare const se_DeleteSlackChannelConfigurationCommand: (input: DeleteSlackChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1DeleteSlackUserIdentityCommand
83
- */
84
- export declare const se_DeleteSlackUserIdentityCommand: (input: DeleteSlackUserIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_restJson1DeleteSlackWorkspaceAuthorizationCommand
87
- */
88
- export declare const se_DeleteSlackWorkspaceAuthorizationCommand: (input: DeleteSlackWorkspaceAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1DescribeChimeWebhookConfigurationsCommand
91
- */
92
- export declare const se_DescribeChimeWebhookConfigurationsCommand: (input: DescribeChimeWebhookConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1DescribeSlackChannelConfigurationsCommand
95
- */
96
- export declare const se_DescribeSlackChannelConfigurationsCommand: (input: DescribeSlackChannelConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1DescribeSlackUserIdentitiesCommand
99
- */
100
- export declare const se_DescribeSlackUserIdentitiesCommand: (input: DescribeSlackUserIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1DescribeSlackWorkspacesCommand
103
- */
104
- export declare const se_DescribeSlackWorkspacesCommand: (input: DescribeSlackWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1DisassociateFromConfigurationCommand
107
- */
108
- export declare const se_DisassociateFromConfigurationCommand: (input: DisassociateFromConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1GetAccountPreferencesCommand
111
- */
112
- export declare const se_GetAccountPreferencesCommand: (input: GetAccountPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1GetCustomActionCommand
115
- */
116
- export declare const se_GetCustomActionCommand: (input: GetCustomActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_restJson1GetMicrosoftTeamsChannelConfigurationCommand
119
- */
120
- export declare const se_GetMicrosoftTeamsChannelConfigurationCommand: (input: GetMicrosoftTeamsChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_restJson1ListAssociationsCommand
123
- */
124
- export declare const se_ListAssociationsCommand: (input: ListAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_restJson1ListCustomActionsCommand
127
- */
128
- export declare const se_ListCustomActionsCommand: (input: ListCustomActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_restJson1ListMicrosoftTeamsChannelConfigurationsCommand
131
- */
132
- export declare const se_ListMicrosoftTeamsChannelConfigurationsCommand: (input: ListMicrosoftTeamsChannelConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_restJson1ListMicrosoftTeamsConfiguredTeamsCommand
135
- */
136
- export declare const se_ListMicrosoftTeamsConfiguredTeamsCommand: (input: ListMicrosoftTeamsConfiguredTeamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_restJson1ListMicrosoftTeamsUserIdentitiesCommand
139
- */
140
- export declare const se_ListMicrosoftTeamsUserIdentitiesCommand: (input: ListMicrosoftTeamsUserIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_restJson1ListTagsForResourceCommand
143
- */
144
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_restJson1TagResourceCommand
147
- */
148
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_restJson1UntagResourceCommand
151
- */
152
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_restJson1UpdateAccountPreferencesCommand
155
- */
156
- export declare const se_UpdateAccountPreferencesCommand: (input: UpdateAccountPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_restJson1UpdateChimeWebhookConfigurationCommand
159
- */
160
- export declare const se_UpdateChimeWebhookConfigurationCommand: (input: UpdateChimeWebhookConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_restJson1UpdateCustomActionCommand
163
- */
164
- export declare const se_UpdateCustomActionCommand: (input: UpdateCustomActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_restJson1UpdateMicrosoftTeamsChannelConfigurationCommand
167
- */
168
- export declare const se_UpdateMicrosoftTeamsChannelConfigurationCommand: (input: UpdateMicrosoftTeamsChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_restJson1UpdateSlackChannelConfigurationCommand
171
- */
172
- export declare const se_UpdateSlackChannelConfigurationCommand: (input: UpdateSlackChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * deserializeAws_restJson1AssociateToConfigurationCommand
175
- */
176
- export declare const de_AssociateToConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateToConfigurationCommandOutput>;
177
- /**
178
- * deserializeAws_restJson1CreateChimeWebhookConfigurationCommand
179
- */
180
- export declare const de_CreateChimeWebhookConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChimeWebhookConfigurationCommandOutput>;
181
- /**
182
- * deserializeAws_restJson1CreateCustomActionCommand
183
- */
184
- export declare const de_CreateCustomActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomActionCommandOutput>;
185
- /**
186
- * deserializeAws_restJson1CreateMicrosoftTeamsChannelConfigurationCommand
187
- */
188
- export declare const de_CreateMicrosoftTeamsChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMicrosoftTeamsChannelConfigurationCommandOutput>;
189
- /**
190
- * deserializeAws_restJson1CreateSlackChannelConfigurationCommand
191
- */
192
- export declare const de_CreateSlackChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSlackChannelConfigurationCommandOutput>;
193
- /**
194
- * deserializeAws_restJson1DeleteChimeWebhookConfigurationCommand
195
- */
196
- export declare const de_DeleteChimeWebhookConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChimeWebhookConfigurationCommandOutput>;
197
- /**
198
- * deserializeAws_restJson1DeleteCustomActionCommand
199
- */
200
- export declare const de_DeleteCustomActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomActionCommandOutput>;
201
- /**
202
- * deserializeAws_restJson1DeleteMicrosoftTeamsChannelConfigurationCommand
203
- */
204
- export declare const de_DeleteMicrosoftTeamsChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMicrosoftTeamsChannelConfigurationCommandOutput>;
205
- /**
206
- * deserializeAws_restJson1DeleteMicrosoftTeamsConfiguredTeamCommand
207
- */
208
- export declare const de_DeleteMicrosoftTeamsConfiguredTeamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMicrosoftTeamsConfiguredTeamCommandOutput>;
209
- /**
210
- * deserializeAws_restJson1DeleteMicrosoftTeamsUserIdentityCommand
211
- */
212
- export declare const de_DeleteMicrosoftTeamsUserIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMicrosoftTeamsUserIdentityCommandOutput>;
213
- /**
214
- * deserializeAws_restJson1DeleteSlackChannelConfigurationCommand
215
- */
216
- export declare const de_DeleteSlackChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlackChannelConfigurationCommandOutput>;
217
- /**
218
- * deserializeAws_restJson1DeleteSlackUserIdentityCommand
219
- */
220
- export declare const de_DeleteSlackUserIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlackUserIdentityCommandOutput>;
221
- /**
222
- * deserializeAws_restJson1DeleteSlackWorkspaceAuthorizationCommand
223
- */
224
- export declare const de_DeleteSlackWorkspaceAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlackWorkspaceAuthorizationCommandOutput>;
225
- /**
226
- * deserializeAws_restJson1DescribeChimeWebhookConfigurationsCommand
227
- */
228
- export declare const de_DescribeChimeWebhookConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChimeWebhookConfigurationsCommandOutput>;
229
- /**
230
- * deserializeAws_restJson1DescribeSlackChannelConfigurationsCommand
231
- */
232
- export declare const de_DescribeSlackChannelConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSlackChannelConfigurationsCommandOutput>;
233
- /**
234
- * deserializeAws_restJson1DescribeSlackUserIdentitiesCommand
235
- */
236
- export declare const de_DescribeSlackUserIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSlackUserIdentitiesCommandOutput>;
237
- /**
238
- * deserializeAws_restJson1DescribeSlackWorkspacesCommand
239
- */
240
- export declare const de_DescribeSlackWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSlackWorkspacesCommandOutput>;
241
- /**
242
- * deserializeAws_restJson1DisassociateFromConfigurationCommand
243
- */
244
- export declare const de_DisassociateFromConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromConfigurationCommandOutput>;
245
- /**
246
- * deserializeAws_restJson1GetAccountPreferencesCommand
247
- */
248
- export declare const de_GetAccountPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountPreferencesCommandOutput>;
249
- /**
250
- * deserializeAws_restJson1GetCustomActionCommand
251
- */
252
- export declare const de_GetCustomActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomActionCommandOutput>;
253
- /**
254
- * deserializeAws_restJson1GetMicrosoftTeamsChannelConfigurationCommand
255
- */
256
- export declare const de_GetMicrosoftTeamsChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMicrosoftTeamsChannelConfigurationCommandOutput>;
257
- /**
258
- * deserializeAws_restJson1ListAssociationsCommand
259
- */
260
- export declare const de_ListAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociationsCommandOutput>;
261
- /**
262
- * deserializeAws_restJson1ListCustomActionsCommand
263
- */
264
- export declare const de_ListCustomActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomActionsCommandOutput>;
265
- /**
266
- * deserializeAws_restJson1ListMicrosoftTeamsChannelConfigurationsCommand
267
- */
268
- export declare const de_ListMicrosoftTeamsChannelConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMicrosoftTeamsChannelConfigurationsCommandOutput>;
269
- /**
270
- * deserializeAws_restJson1ListMicrosoftTeamsConfiguredTeamsCommand
271
- */
272
- export declare const de_ListMicrosoftTeamsConfiguredTeamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMicrosoftTeamsConfiguredTeamsCommandOutput>;
273
- /**
274
- * deserializeAws_restJson1ListMicrosoftTeamsUserIdentitiesCommand
275
- */
276
- export declare const de_ListMicrosoftTeamsUserIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMicrosoftTeamsUserIdentitiesCommandOutput>;
277
- /**
278
- * deserializeAws_restJson1ListTagsForResourceCommand
279
- */
280
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
281
- /**
282
- * deserializeAws_restJson1TagResourceCommand
283
- */
284
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
285
- /**
286
- * deserializeAws_restJson1UntagResourceCommand
287
- */
288
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
289
- /**
290
- * deserializeAws_restJson1UpdateAccountPreferencesCommand
291
- */
292
- export declare const de_UpdateAccountPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountPreferencesCommandOutput>;
293
- /**
294
- * deserializeAws_restJson1UpdateChimeWebhookConfigurationCommand
295
- */
296
- export declare const de_UpdateChimeWebhookConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChimeWebhookConfigurationCommandOutput>;
297
- /**
298
- * deserializeAws_restJson1UpdateCustomActionCommand
299
- */
300
- export declare const de_UpdateCustomActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomActionCommandOutput>;
301
- /**
302
- * deserializeAws_restJson1UpdateMicrosoftTeamsChannelConfigurationCommand
303
- */
304
- export declare const de_UpdateMicrosoftTeamsChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMicrosoftTeamsChannelConfigurationCommandOutput>;
305
- /**
306
- * deserializeAws_restJson1UpdateSlackChannelConfigurationCommand
307
- */
308
- export declare const de_UpdateSlackChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSlackChannelConfigurationCommandOutput>;