@aws-sdk/client-chatbot 3.1086.0 → 3.1088.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Chatbot.d.ts +112 -175
- package/dist-types/ts3.4/ChatbotClient.d.ts +16 -29
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateToConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateChimeWebhookConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteChimeWebhookConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSlackUserIdentityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSlackChannelConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSlackUserIdentitiesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSlackWorkspacesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisassociateFromConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountPreferencesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCustomActionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCustomActionsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccountPreferencesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateChimeWebhookConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/errors.d.ts +31 -129
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -112,10 +112,7 @@ import {
|
|
|
112
112
|
ListTagsForResourceCommandInput,
|
|
113
113
|
ListTagsForResourceCommandOutput,
|
|
114
114
|
} from "./commands/ListTagsForResourceCommand";
|
|
115
|
-
import {
|
|
116
|
-
TagResourceCommandInput,
|
|
117
|
-
TagResourceCommandOutput,
|
|
118
|
-
} from "./commands/TagResourceCommand";
|
|
115
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
119
116
|
import {
|
|
120
117
|
UntagResourceCommandInput,
|
|
121
118
|
UntagResourceCommandOutput,
|
|
@@ -143,578 +140,518 @@ import {
|
|
|
143
140
|
export interface Chatbot {
|
|
144
141
|
associateToConfiguration(
|
|
145
142
|
args: AssociateToConfigurationCommandInput,
|
|
146
|
-
options?: __HttpHandlerOptions
|
|
143
|
+
options?: __HttpHandlerOptions,
|
|
147
144
|
): Promise<AssociateToConfigurationCommandOutput>;
|
|
148
145
|
associateToConfiguration(
|
|
149
146
|
args: AssociateToConfigurationCommandInput,
|
|
150
|
-
cb: (err: any, data?: AssociateToConfigurationCommandOutput) => void
|
|
147
|
+
cb: (err: any, data?: AssociateToConfigurationCommandOutput) => void,
|
|
151
148
|
): void;
|
|
152
149
|
associateToConfiguration(
|
|
153
150
|
args: AssociateToConfigurationCommandInput,
|
|
154
151
|
options: __HttpHandlerOptions,
|
|
155
|
-
cb: (err: any, data?: AssociateToConfigurationCommandOutput) => void
|
|
152
|
+
cb: (err: any, data?: AssociateToConfigurationCommandOutput) => void,
|
|
156
153
|
): void;
|
|
157
154
|
createChimeWebhookConfiguration(
|
|
158
155
|
args: CreateChimeWebhookConfigurationCommandInput,
|
|
159
|
-
options?: __HttpHandlerOptions
|
|
156
|
+
options?: __HttpHandlerOptions,
|
|
160
157
|
): Promise<CreateChimeWebhookConfigurationCommandOutput>;
|
|
161
158
|
createChimeWebhookConfiguration(
|
|
162
159
|
args: CreateChimeWebhookConfigurationCommandInput,
|
|
163
|
-
cb: (err: any, data?: CreateChimeWebhookConfigurationCommandOutput) => void
|
|
160
|
+
cb: (err: any, data?: CreateChimeWebhookConfigurationCommandOutput) => void,
|
|
164
161
|
): void;
|
|
165
162
|
createChimeWebhookConfiguration(
|
|
166
163
|
args: CreateChimeWebhookConfigurationCommandInput,
|
|
167
164
|
options: __HttpHandlerOptions,
|
|
168
|
-
cb: (err: any, data?: CreateChimeWebhookConfigurationCommandOutput) => void
|
|
165
|
+
cb: (err: any, data?: CreateChimeWebhookConfigurationCommandOutput) => void,
|
|
169
166
|
): void;
|
|
170
167
|
createCustomAction(
|
|
171
168
|
args: CreateCustomActionCommandInput,
|
|
172
|
-
options?: __HttpHandlerOptions
|
|
169
|
+
options?: __HttpHandlerOptions,
|
|
173
170
|
): Promise<CreateCustomActionCommandOutput>;
|
|
174
171
|
createCustomAction(
|
|
175
172
|
args: CreateCustomActionCommandInput,
|
|
176
|
-
cb: (err: any, data?: CreateCustomActionCommandOutput) => void
|
|
173
|
+
cb: (err: any, data?: CreateCustomActionCommandOutput) => void,
|
|
177
174
|
): void;
|
|
178
175
|
createCustomAction(
|
|
179
176
|
args: CreateCustomActionCommandInput,
|
|
180
177
|
options: __HttpHandlerOptions,
|
|
181
|
-
cb: (err: any, data?: CreateCustomActionCommandOutput) => void
|
|
178
|
+
cb: (err: any, data?: CreateCustomActionCommandOutput) => void,
|
|
182
179
|
): void;
|
|
183
180
|
createMicrosoftTeamsChannelConfiguration(
|
|
184
181
|
args: CreateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
185
|
-
options?: __HttpHandlerOptions
|
|
182
|
+
options?: __HttpHandlerOptions,
|
|
186
183
|
): Promise<CreateMicrosoftTeamsChannelConfigurationCommandOutput>;
|
|
187
184
|
createMicrosoftTeamsChannelConfiguration(
|
|
188
185
|
args: CreateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
189
|
-
cb: (
|
|
190
|
-
err: any,
|
|
191
|
-
data?: CreateMicrosoftTeamsChannelConfigurationCommandOutput
|
|
192
|
-
) => void
|
|
186
|
+
cb: (err: any, data?: CreateMicrosoftTeamsChannelConfigurationCommandOutput) => void,
|
|
193
187
|
): void;
|
|
194
188
|
createMicrosoftTeamsChannelConfiguration(
|
|
195
189
|
args: CreateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
196
190
|
options: __HttpHandlerOptions,
|
|
197
|
-
cb: (
|
|
198
|
-
err: any,
|
|
199
|
-
data?: CreateMicrosoftTeamsChannelConfigurationCommandOutput
|
|
200
|
-
) => void
|
|
191
|
+
cb: (err: any, data?: CreateMicrosoftTeamsChannelConfigurationCommandOutput) => void,
|
|
201
192
|
): void;
|
|
202
193
|
createSlackChannelConfiguration(
|
|
203
194
|
args: CreateSlackChannelConfigurationCommandInput,
|
|
204
|
-
options?: __HttpHandlerOptions
|
|
195
|
+
options?: __HttpHandlerOptions,
|
|
205
196
|
): Promise<CreateSlackChannelConfigurationCommandOutput>;
|
|
206
197
|
createSlackChannelConfiguration(
|
|
207
198
|
args: CreateSlackChannelConfigurationCommandInput,
|
|
208
|
-
cb: (err: any, data?: CreateSlackChannelConfigurationCommandOutput) => void
|
|
199
|
+
cb: (err: any, data?: CreateSlackChannelConfigurationCommandOutput) => void,
|
|
209
200
|
): void;
|
|
210
201
|
createSlackChannelConfiguration(
|
|
211
202
|
args: CreateSlackChannelConfigurationCommandInput,
|
|
212
203
|
options: __HttpHandlerOptions,
|
|
213
|
-
cb: (err: any, data?: CreateSlackChannelConfigurationCommandOutput) => void
|
|
204
|
+
cb: (err: any, data?: CreateSlackChannelConfigurationCommandOutput) => void,
|
|
214
205
|
): void;
|
|
215
206
|
deleteChimeWebhookConfiguration(
|
|
216
207
|
args: DeleteChimeWebhookConfigurationCommandInput,
|
|
217
|
-
options?: __HttpHandlerOptions
|
|
208
|
+
options?: __HttpHandlerOptions,
|
|
218
209
|
): Promise<DeleteChimeWebhookConfigurationCommandOutput>;
|
|
219
210
|
deleteChimeWebhookConfiguration(
|
|
220
211
|
args: DeleteChimeWebhookConfigurationCommandInput,
|
|
221
|
-
cb: (err: any, data?: DeleteChimeWebhookConfigurationCommandOutput) => void
|
|
212
|
+
cb: (err: any, data?: DeleteChimeWebhookConfigurationCommandOutput) => void,
|
|
222
213
|
): void;
|
|
223
214
|
deleteChimeWebhookConfiguration(
|
|
224
215
|
args: DeleteChimeWebhookConfigurationCommandInput,
|
|
225
216
|
options: __HttpHandlerOptions,
|
|
226
|
-
cb: (err: any, data?: DeleteChimeWebhookConfigurationCommandOutput) => void
|
|
217
|
+
cb: (err: any, data?: DeleteChimeWebhookConfigurationCommandOutput) => void,
|
|
227
218
|
): void;
|
|
228
219
|
deleteCustomAction(
|
|
229
220
|
args: DeleteCustomActionCommandInput,
|
|
230
|
-
options?: __HttpHandlerOptions
|
|
221
|
+
options?: __HttpHandlerOptions,
|
|
231
222
|
): Promise<DeleteCustomActionCommandOutput>;
|
|
232
223
|
deleteCustomAction(
|
|
233
224
|
args: DeleteCustomActionCommandInput,
|
|
234
|
-
cb: (err: any, data?: DeleteCustomActionCommandOutput) => void
|
|
225
|
+
cb: (err: any, data?: DeleteCustomActionCommandOutput) => void,
|
|
235
226
|
): void;
|
|
236
227
|
deleteCustomAction(
|
|
237
228
|
args: DeleteCustomActionCommandInput,
|
|
238
229
|
options: __HttpHandlerOptions,
|
|
239
|
-
cb: (err: any, data?: DeleteCustomActionCommandOutput) => void
|
|
230
|
+
cb: (err: any, data?: DeleteCustomActionCommandOutput) => void,
|
|
240
231
|
): void;
|
|
241
232
|
deleteMicrosoftTeamsChannelConfiguration(
|
|
242
233
|
args: DeleteMicrosoftTeamsChannelConfigurationCommandInput,
|
|
243
|
-
options?: __HttpHandlerOptions
|
|
234
|
+
options?: __HttpHandlerOptions,
|
|
244
235
|
): Promise<DeleteMicrosoftTeamsChannelConfigurationCommandOutput>;
|
|
245
236
|
deleteMicrosoftTeamsChannelConfiguration(
|
|
246
237
|
args: DeleteMicrosoftTeamsChannelConfigurationCommandInput,
|
|
247
|
-
cb: (
|
|
248
|
-
err: any,
|
|
249
|
-
data?: DeleteMicrosoftTeamsChannelConfigurationCommandOutput
|
|
250
|
-
) => void
|
|
238
|
+
cb: (err: any, data?: DeleteMicrosoftTeamsChannelConfigurationCommandOutput) => void,
|
|
251
239
|
): void;
|
|
252
240
|
deleteMicrosoftTeamsChannelConfiguration(
|
|
253
241
|
args: DeleteMicrosoftTeamsChannelConfigurationCommandInput,
|
|
254
242
|
options: __HttpHandlerOptions,
|
|
255
|
-
cb: (
|
|
256
|
-
err: any,
|
|
257
|
-
data?: DeleteMicrosoftTeamsChannelConfigurationCommandOutput
|
|
258
|
-
) => void
|
|
243
|
+
cb: (err: any, data?: DeleteMicrosoftTeamsChannelConfigurationCommandOutput) => void,
|
|
259
244
|
): void;
|
|
260
245
|
deleteMicrosoftTeamsConfiguredTeam(
|
|
261
246
|
args: DeleteMicrosoftTeamsConfiguredTeamCommandInput,
|
|
262
|
-
options?: __HttpHandlerOptions
|
|
247
|
+
options?: __HttpHandlerOptions,
|
|
263
248
|
): Promise<DeleteMicrosoftTeamsConfiguredTeamCommandOutput>;
|
|
264
249
|
deleteMicrosoftTeamsConfiguredTeam(
|
|
265
250
|
args: DeleteMicrosoftTeamsConfiguredTeamCommandInput,
|
|
266
|
-
cb: (
|
|
267
|
-
err: any,
|
|
268
|
-
data?: DeleteMicrosoftTeamsConfiguredTeamCommandOutput
|
|
269
|
-
) => void
|
|
251
|
+
cb: (err: any, data?: DeleteMicrosoftTeamsConfiguredTeamCommandOutput) => void,
|
|
270
252
|
): void;
|
|
271
253
|
deleteMicrosoftTeamsConfiguredTeam(
|
|
272
254
|
args: DeleteMicrosoftTeamsConfiguredTeamCommandInput,
|
|
273
255
|
options: __HttpHandlerOptions,
|
|
274
|
-
cb: (
|
|
275
|
-
err: any,
|
|
276
|
-
data?: DeleteMicrosoftTeamsConfiguredTeamCommandOutput
|
|
277
|
-
) => void
|
|
256
|
+
cb: (err: any, data?: DeleteMicrosoftTeamsConfiguredTeamCommandOutput) => void,
|
|
278
257
|
): void;
|
|
279
258
|
deleteMicrosoftTeamsUserIdentity(
|
|
280
259
|
args: DeleteMicrosoftTeamsUserIdentityCommandInput,
|
|
281
|
-
options?: __HttpHandlerOptions
|
|
260
|
+
options?: __HttpHandlerOptions,
|
|
282
261
|
): Promise<DeleteMicrosoftTeamsUserIdentityCommandOutput>;
|
|
283
262
|
deleteMicrosoftTeamsUserIdentity(
|
|
284
263
|
args: DeleteMicrosoftTeamsUserIdentityCommandInput,
|
|
285
|
-
cb: (err: any, data?: DeleteMicrosoftTeamsUserIdentityCommandOutput) => void
|
|
264
|
+
cb: (err: any, data?: DeleteMicrosoftTeamsUserIdentityCommandOutput) => void,
|
|
286
265
|
): void;
|
|
287
266
|
deleteMicrosoftTeamsUserIdentity(
|
|
288
267
|
args: DeleteMicrosoftTeamsUserIdentityCommandInput,
|
|
289
268
|
options: __HttpHandlerOptions,
|
|
290
|
-
cb: (err: any, data?: DeleteMicrosoftTeamsUserIdentityCommandOutput) => void
|
|
269
|
+
cb: (err: any, data?: DeleteMicrosoftTeamsUserIdentityCommandOutput) => void,
|
|
291
270
|
): void;
|
|
292
271
|
deleteSlackChannelConfiguration(
|
|
293
272
|
args: DeleteSlackChannelConfigurationCommandInput,
|
|
294
|
-
options?: __HttpHandlerOptions
|
|
273
|
+
options?: __HttpHandlerOptions,
|
|
295
274
|
): Promise<DeleteSlackChannelConfigurationCommandOutput>;
|
|
296
275
|
deleteSlackChannelConfiguration(
|
|
297
276
|
args: DeleteSlackChannelConfigurationCommandInput,
|
|
298
|
-
cb: (err: any, data?: DeleteSlackChannelConfigurationCommandOutput) => void
|
|
277
|
+
cb: (err: any, data?: DeleteSlackChannelConfigurationCommandOutput) => void,
|
|
299
278
|
): void;
|
|
300
279
|
deleteSlackChannelConfiguration(
|
|
301
280
|
args: DeleteSlackChannelConfigurationCommandInput,
|
|
302
281
|
options: __HttpHandlerOptions,
|
|
303
|
-
cb: (err: any, data?: DeleteSlackChannelConfigurationCommandOutput) => void
|
|
282
|
+
cb: (err: any, data?: DeleteSlackChannelConfigurationCommandOutput) => void,
|
|
304
283
|
): void;
|
|
305
284
|
deleteSlackUserIdentity(
|
|
306
285
|
args: DeleteSlackUserIdentityCommandInput,
|
|
307
|
-
options?: __HttpHandlerOptions
|
|
286
|
+
options?: __HttpHandlerOptions,
|
|
308
287
|
): Promise<DeleteSlackUserIdentityCommandOutput>;
|
|
309
288
|
deleteSlackUserIdentity(
|
|
310
289
|
args: DeleteSlackUserIdentityCommandInput,
|
|
311
|
-
cb: (err: any, data?: DeleteSlackUserIdentityCommandOutput) => void
|
|
290
|
+
cb: (err: any, data?: DeleteSlackUserIdentityCommandOutput) => void,
|
|
312
291
|
): void;
|
|
313
292
|
deleteSlackUserIdentity(
|
|
314
293
|
args: DeleteSlackUserIdentityCommandInput,
|
|
315
294
|
options: __HttpHandlerOptions,
|
|
316
|
-
cb: (err: any, data?: DeleteSlackUserIdentityCommandOutput) => void
|
|
295
|
+
cb: (err: any, data?: DeleteSlackUserIdentityCommandOutput) => void,
|
|
317
296
|
): void;
|
|
318
297
|
deleteSlackWorkspaceAuthorization(
|
|
319
298
|
args: DeleteSlackWorkspaceAuthorizationCommandInput,
|
|
320
|
-
options?: __HttpHandlerOptions
|
|
299
|
+
options?: __HttpHandlerOptions,
|
|
321
300
|
): Promise<DeleteSlackWorkspaceAuthorizationCommandOutput>;
|
|
322
301
|
deleteSlackWorkspaceAuthorization(
|
|
323
302
|
args: DeleteSlackWorkspaceAuthorizationCommandInput,
|
|
324
|
-
cb: (
|
|
325
|
-
err: any,
|
|
326
|
-
data?: DeleteSlackWorkspaceAuthorizationCommandOutput
|
|
327
|
-
) => void
|
|
303
|
+
cb: (err: any, data?: DeleteSlackWorkspaceAuthorizationCommandOutput) => void,
|
|
328
304
|
): void;
|
|
329
305
|
deleteSlackWorkspaceAuthorization(
|
|
330
306
|
args: DeleteSlackWorkspaceAuthorizationCommandInput,
|
|
331
307
|
options: __HttpHandlerOptions,
|
|
332
|
-
cb: (
|
|
333
|
-
err: any,
|
|
334
|
-
data?: DeleteSlackWorkspaceAuthorizationCommandOutput
|
|
335
|
-
) => void
|
|
308
|
+
cb: (err: any, data?: DeleteSlackWorkspaceAuthorizationCommandOutput) => void,
|
|
336
309
|
): void;
|
|
337
310
|
describeChimeWebhookConfigurations(): Promise<DescribeChimeWebhookConfigurationsCommandOutput>;
|
|
338
311
|
describeChimeWebhookConfigurations(
|
|
339
312
|
args: DescribeChimeWebhookConfigurationsCommandInput,
|
|
340
|
-
options?: __HttpHandlerOptions
|
|
313
|
+
options?: __HttpHandlerOptions,
|
|
341
314
|
): Promise<DescribeChimeWebhookConfigurationsCommandOutput>;
|
|
342
315
|
describeChimeWebhookConfigurations(
|
|
343
316
|
args: DescribeChimeWebhookConfigurationsCommandInput,
|
|
344
|
-
cb: (
|
|
345
|
-
err: any,
|
|
346
|
-
data?: DescribeChimeWebhookConfigurationsCommandOutput
|
|
347
|
-
) => void
|
|
317
|
+
cb: (err: any, data?: DescribeChimeWebhookConfigurationsCommandOutput) => void,
|
|
348
318
|
): void;
|
|
349
319
|
describeChimeWebhookConfigurations(
|
|
350
320
|
args: DescribeChimeWebhookConfigurationsCommandInput,
|
|
351
321
|
options: __HttpHandlerOptions,
|
|
352
|
-
cb: (
|
|
353
|
-
err: any,
|
|
354
|
-
data?: DescribeChimeWebhookConfigurationsCommandOutput
|
|
355
|
-
) => void
|
|
322
|
+
cb: (err: any, data?: DescribeChimeWebhookConfigurationsCommandOutput) => void,
|
|
356
323
|
): void;
|
|
357
324
|
describeSlackChannelConfigurations(): Promise<DescribeSlackChannelConfigurationsCommandOutput>;
|
|
358
325
|
describeSlackChannelConfigurations(
|
|
359
326
|
args: DescribeSlackChannelConfigurationsCommandInput,
|
|
360
|
-
options?: __HttpHandlerOptions
|
|
327
|
+
options?: __HttpHandlerOptions,
|
|
361
328
|
): Promise<DescribeSlackChannelConfigurationsCommandOutput>;
|
|
362
329
|
describeSlackChannelConfigurations(
|
|
363
330
|
args: DescribeSlackChannelConfigurationsCommandInput,
|
|
364
|
-
cb: (
|
|
365
|
-
err: any,
|
|
366
|
-
data?: DescribeSlackChannelConfigurationsCommandOutput
|
|
367
|
-
) => void
|
|
331
|
+
cb: (err: any, data?: DescribeSlackChannelConfigurationsCommandOutput) => void,
|
|
368
332
|
): void;
|
|
369
333
|
describeSlackChannelConfigurations(
|
|
370
334
|
args: DescribeSlackChannelConfigurationsCommandInput,
|
|
371
335
|
options: __HttpHandlerOptions,
|
|
372
|
-
cb: (
|
|
373
|
-
err: any,
|
|
374
|
-
data?: DescribeSlackChannelConfigurationsCommandOutput
|
|
375
|
-
) => void
|
|
336
|
+
cb: (err: any, data?: DescribeSlackChannelConfigurationsCommandOutput) => void,
|
|
376
337
|
): void;
|
|
377
338
|
describeSlackUserIdentities(): Promise<DescribeSlackUserIdentitiesCommandOutput>;
|
|
378
339
|
describeSlackUserIdentities(
|
|
379
340
|
args: DescribeSlackUserIdentitiesCommandInput,
|
|
380
|
-
options?: __HttpHandlerOptions
|
|
341
|
+
options?: __HttpHandlerOptions,
|
|
381
342
|
): Promise<DescribeSlackUserIdentitiesCommandOutput>;
|
|
382
343
|
describeSlackUserIdentities(
|
|
383
344
|
args: DescribeSlackUserIdentitiesCommandInput,
|
|
384
|
-
cb: (err: any, data?: DescribeSlackUserIdentitiesCommandOutput) => void
|
|
345
|
+
cb: (err: any, data?: DescribeSlackUserIdentitiesCommandOutput) => void,
|
|
385
346
|
): void;
|
|
386
347
|
describeSlackUserIdentities(
|
|
387
348
|
args: DescribeSlackUserIdentitiesCommandInput,
|
|
388
349
|
options: __HttpHandlerOptions,
|
|
389
|
-
cb: (err: any, data?: DescribeSlackUserIdentitiesCommandOutput) => void
|
|
350
|
+
cb: (err: any, data?: DescribeSlackUserIdentitiesCommandOutput) => void,
|
|
390
351
|
): void;
|
|
391
352
|
describeSlackWorkspaces(): Promise<DescribeSlackWorkspacesCommandOutput>;
|
|
392
353
|
describeSlackWorkspaces(
|
|
393
354
|
args: DescribeSlackWorkspacesCommandInput,
|
|
394
|
-
options?: __HttpHandlerOptions
|
|
355
|
+
options?: __HttpHandlerOptions,
|
|
395
356
|
): Promise<DescribeSlackWorkspacesCommandOutput>;
|
|
396
357
|
describeSlackWorkspaces(
|
|
397
358
|
args: DescribeSlackWorkspacesCommandInput,
|
|
398
|
-
cb: (err: any, data?: DescribeSlackWorkspacesCommandOutput) => void
|
|
359
|
+
cb: (err: any, data?: DescribeSlackWorkspacesCommandOutput) => void,
|
|
399
360
|
): void;
|
|
400
361
|
describeSlackWorkspaces(
|
|
401
362
|
args: DescribeSlackWorkspacesCommandInput,
|
|
402
363
|
options: __HttpHandlerOptions,
|
|
403
|
-
cb: (err: any, data?: DescribeSlackWorkspacesCommandOutput) => void
|
|
364
|
+
cb: (err: any, data?: DescribeSlackWorkspacesCommandOutput) => void,
|
|
404
365
|
): void;
|
|
405
366
|
disassociateFromConfiguration(
|
|
406
367
|
args: DisassociateFromConfigurationCommandInput,
|
|
407
|
-
options?: __HttpHandlerOptions
|
|
368
|
+
options?: __HttpHandlerOptions,
|
|
408
369
|
): Promise<DisassociateFromConfigurationCommandOutput>;
|
|
409
370
|
disassociateFromConfiguration(
|
|
410
371
|
args: DisassociateFromConfigurationCommandInput,
|
|
411
|
-
cb: (err: any, data?: DisassociateFromConfigurationCommandOutput) => void
|
|
372
|
+
cb: (err: any, data?: DisassociateFromConfigurationCommandOutput) => void,
|
|
412
373
|
): void;
|
|
413
374
|
disassociateFromConfiguration(
|
|
414
375
|
args: DisassociateFromConfigurationCommandInput,
|
|
415
376
|
options: __HttpHandlerOptions,
|
|
416
|
-
cb: (err: any, data?: DisassociateFromConfigurationCommandOutput) => void
|
|
377
|
+
cb: (err: any, data?: DisassociateFromConfigurationCommandOutput) => void,
|
|
417
378
|
): void;
|
|
418
379
|
getAccountPreferences(): Promise<GetAccountPreferencesCommandOutput>;
|
|
419
380
|
getAccountPreferences(
|
|
420
381
|
args: GetAccountPreferencesCommandInput,
|
|
421
|
-
options?: __HttpHandlerOptions
|
|
382
|
+
options?: __HttpHandlerOptions,
|
|
422
383
|
): Promise<GetAccountPreferencesCommandOutput>;
|
|
423
384
|
getAccountPreferences(
|
|
424
385
|
args: GetAccountPreferencesCommandInput,
|
|
425
|
-
cb: (err: any, data?: GetAccountPreferencesCommandOutput) => void
|
|
386
|
+
cb: (err: any, data?: GetAccountPreferencesCommandOutput) => void,
|
|
426
387
|
): void;
|
|
427
388
|
getAccountPreferences(
|
|
428
389
|
args: GetAccountPreferencesCommandInput,
|
|
429
390
|
options: __HttpHandlerOptions,
|
|
430
|
-
cb: (err: any, data?: GetAccountPreferencesCommandOutput) => void
|
|
391
|
+
cb: (err: any, data?: GetAccountPreferencesCommandOutput) => void,
|
|
431
392
|
): void;
|
|
432
393
|
getCustomAction(
|
|
433
394
|
args: GetCustomActionCommandInput,
|
|
434
|
-
options?: __HttpHandlerOptions
|
|
395
|
+
options?: __HttpHandlerOptions,
|
|
435
396
|
): Promise<GetCustomActionCommandOutput>;
|
|
436
397
|
getCustomAction(
|
|
437
398
|
args: GetCustomActionCommandInput,
|
|
438
|
-
cb: (err: any, data?: GetCustomActionCommandOutput) => void
|
|
399
|
+
cb: (err: any, data?: GetCustomActionCommandOutput) => void,
|
|
439
400
|
): void;
|
|
440
401
|
getCustomAction(
|
|
441
402
|
args: GetCustomActionCommandInput,
|
|
442
403
|
options: __HttpHandlerOptions,
|
|
443
|
-
cb: (err: any, data?: GetCustomActionCommandOutput) => void
|
|
404
|
+
cb: (err: any, data?: GetCustomActionCommandOutput) => void,
|
|
444
405
|
): void;
|
|
445
406
|
getMicrosoftTeamsChannelConfiguration(
|
|
446
407
|
args: GetMicrosoftTeamsChannelConfigurationCommandInput,
|
|
447
|
-
options?: __HttpHandlerOptions
|
|
408
|
+
options?: __HttpHandlerOptions,
|
|
448
409
|
): Promise<GetMicrosoftTeamsChannelConfigurationCommandOutput>;
|
|
449
410
|
getMicrosoftTeamsChannelConfiguration(
|
|
450
411
|
args: GetMicrosoftTeamsChannelConfigurationCommandInput,
|
|
451
|
-
cb: (
|
|
452
|
-
err: any,
|
|
453
|
-
data?: GetMicrosoftTeamsChannelConfigurationCommandOutput
|
|
454
|
-
) => void
|
|
412
|
+
cb: (err: any, data?: GetMicrosoftTeamsChannelConfigurationCommandOutput) => void,
|
|
455
413
|
): void;
|
|
456
414
|
getMicrosoftTeamsChannelConfiguration(
|
|
457
415
|
args: GetMicrosoftTeamsChannelConfigurationCommandInput,
|
|
458
416
|
options: __HttpHandlerOptions,
|
|
459
|
-
cb: (
|
|
460
|
-
err: any,
|
|
461
|
-
data?: GetMicrosoftTeamsChannelConfigurationCommandOutput
|
|
462
|
-
) => void
|
|
417
|
+
cb: (err: any, data?: GetMicrosoftTeamsChannelConfigurationCommandOutput) => void,
|
|
463
418
|
): void;
|
|
464
419
|
listAssociations(
|
|
465
420
|
args: ListAssociationsCommandInput,
|
|
466
|
-
options?: __HttpHandlerOptions
|
|
421
|
+
options?: __HttpHandlerOptions,
|
|
467
422
|
): Promise<ListAssociationsCommandOutput>;
|
|
468
423
|
listAssociations(
|
|
469
424
|
args: ListAssociationsCommandInput,
|
|
470
|
-
cb: (err: any, data?: ListAssociationsCommandOutput) => void
|
|
425
|
+
cb: (err: any, data?: ListAssociationsCommandOutput) => void,
|
|
471
426
|
): void;
|
|
472
427
|
listAssociations(
|
|
473
428
|
args: ListAssociationsCommandInput,
|
|
474
429
|
options: __HttpHandlerOptions,
|
|
475
|
-
cb: (err: any, data?: ListAssociationsCommandOutput) => void
|
|
430
|
+
cb: (err: any, data?: ListAssociationsCommandOutput) => void,
|
|
476
431
|
): void;
|
|
477
432
|
listCustomActions(): Promise<ListCustomActionsCommandOutput>;
|
|
478
433
|
listCustomActions(
|
|
479
434
|
args: ListCustomActionsCommandInput,
|
|
480
|
-
options?: __HttpHandlerOptions
|
|
435
|
+
options?: __HttpHandlerOptions,
|
|
481
436
|
): Promise<ListCustomActionsCommandOutput>;
|
|
482
437
|
listCustomActions(
|
|
483
438
|
args: ListCustomActionsCommandInput,
|
|
484
|
-
cb: (err: any, data?: ListCustomActionsCommandOutput) => void
|
|
439
|
+
cb: (err: any, data?: ListCustomActionsCommandOutput) => void,
|
|
485
440
|
): void;
|
|
486
441
|
listCustomActions(
|
|
487
442
|
args: ListCustomActionsCommandInput,
|
|
488
443
|
options: __HttpHandlerOptions,
|
|
489
|
-
cb: (err: any, data?: ListCustomActionsCommandOutput) => void
|
|
444
|
+
cb: (err: any, data?: ListCustomActionsCommandOutput) => void,
|
|
490
445
|
): void;
|
|
491
446
|
listMicrosoftTeamsChannelConfigurations(): Promise<ListMicrosoftTeamsChannelConfigurationsCommandOutput>;
|
|
492
447
|
listMicrosoftTeamsChannelConfigurations(
|
|
493
448
|
args: ListMicrosoftTeamsChannelConfigurationsCommandInput,
|
|
494
|
-
options?: __HttpHandlerOptions
|
|
449
|
+
options?: __HttpHandlerOptions,
|
|
495
450
|
): Promise<ListMicrosoftTeamsChannelConfigurationsCommandOutput>;
|
|
496
451
|
listMicrosoftTeamsChannelConfigurations(
|
|
497
452
|
args: ListMicrosoftTeamsChannelConfigurationsCommandInput,
|
|
498
|
-
cb: (
|
|
499
|
-
err: any,
|
|
500
|
-
data?: ListMicrosoftTeamsChannelConfigurationsCommandOutput
|
|
501
|
-
) => void
|
|
453
|
+
cb: (err: any, data?: ListMicrosoftTeamsChannelConfigurationsCommandOutput) => void,
|
|
502
454
|
): void;
|
|
503
455
|
listMicrosoftTeamsChannelConfigurations(
|
|
504
456
|
args: ListMicrosoftTeamsChannelConfigurationsCommandInput,
|
|
505
457
|
options: __HttpHandlerOptions,
|
|
506
|
-
cb: (
|
|
507
|
-
err: any,
|
|
508
|
-
data?: ListMicrosoftTeamsChannelConfigurationsCommandOutput
|
|
509
|
-
) => void
|
|
458
|
+
cb: (err: any, data?: ListMicrosoftTeamsChannelConfigurationsCommandOutput) => void,
|
|
510
459
|
): void;
|
|
511
460
|
listMicrosoftTeamsConfiguredTeams(): Promise<ListMicrosoftTeamsConfiguredTeamsCommandOutput>;
|
|
512
461
|
listMicrosoftTeamsConfiguredTeams(
|
|
513
462
|
args: ListMicrosoftTeamsConfiguredTeamsCommandInput,
|
|
514
|
-
options?: __HttpHandlerOptions
|
|
463
|
+
options?: __HttpHandlerOptions,
|
|
515
464
|
): Promise<ListMicrosoftTeamsConfiguredTeamsCommandOutput>;
|
|
516
465
|
listMicrosoftTeamsConfiguredTeams(
|
|
517
466
|
args: ListMicrosoftTeamsConfiguredTeamsCommandInput,
|
|
518
|
-
cb: (
|
|
519
|
-
err: any,
|
|
520
|
-
data?: ListMicrosoftTeamsConfiguredTeamsCommandOutput
|
|
521
|
-
) => void
|
|
467
|
+
cb: (err: any, data?: ListMicrosoftTeamsConfiguredTeamsCommandOutput) => void,
|
|
522
468
|
): void;
|
|
523
469
|
listMicrosoftTeamsConfiguredTeams(
|
|
524
470
|
args: ListMicrosoftTeamsConfiguredTeamsCommandInput,
|
|
525
471
|
options: __HttpHandlerOptions,
|
|
526
|
-
cb: (
|
|
527
|
-
err: any,
|
|
528
|
-
data?: ListMicrosoftTeamsConfiguredTeamsCommandOutput
|
|
529
|
-
) => void
|
|
472
|
+
cb: (err: any, data?: ListMicrosoftTeamsConfiguredTeamsCommandOutput) => void,
|
|
530
473
|
): void;
|
|
531
474
|
listMicrosoftTeamsUserIdentities(): Promise<ListMicrosoftTeamsUserIdentitiesCommandOutput>;
|
|
532
475
|
listMicrosoftTeamsUserIdentities(
|
|
533
476
|
args: ListMicrosoftTeamsUserIdentitiesCommandInput,
|
|
534
|
-
options?: __HttpHandlerOptions
|
|
477
|
+
options?: __HttpHandlerOptions,
|
|
535
478
|
): Promise<ListMicrosoftTeamsUserIdentitiesCommandOutput>;
|
|
536
479
|
listMicrosoftTeamsUserIdentities(
|
|
537
480
|
args: ListMicrosoftTeamsUserIdentitiesCommandInput,
|
|
538
|
-
cb: (err: any, data?: ListMicrosoftTeamsUserIdentitiesCommandOutput) => void
|
|
481
|
+
cb: (err: any, data?: ListMicrosoftTeamsUserIdentitiesCommandOutput) => void,
|
|
539
482
|
): void;
|
|
540
483
|
listMicrosoftTeamsUserIdentities(
|
|
541
484
|
args: ListMicrosoftTeamsUserIdentitiesCommandInput,
|
|
542
485
|
options: __HttpHandlerOptions,
|
|
543
|
-
cb: (err: any, data?: ListMicrosoftTeamsUserIdentitiesCommandOutput) => void
|
|
486
|
+
cb: (err: any, data?: ListMicrosoftTeamsUserIdentitiesCommandOutput) => void,
|
|
544
487
|
): void;
|
|
545
488
|
listTagsForResource(
|
|
546
489
|
args: ListTagsForResourceCommandInput,
|
|
547
|
-
options?: __HttpHandlerOptions
|
|
490
|
+
options?: __HttpHandlerOptions,
|
|
548
491
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
549
492
|
listTagsForResource(
|
|
550
493
|
args: ListTagsForResourceCommandInput,
|
|
551
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
494
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
552
495
|
): void;
|
|
553
496
|
listTagsForResource(
|
|
554
497
|
args: ListTagsForResourceCommandInput,
|
|
555
498
|
options: __HttpHandlerOptions,
|
|
556
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
499
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
557
500
|
): void;
|
|
558
501
|
tagResource(
|
|
559
502
|
args: TagResourceCommandInput,
|
|
560
|
-
options?: __HttpHandlerOptions
|
|
503
|
+
options?: __HttpHandlerOptions,
|
|
561
504
|
): Promise<TagResourceCommandOutput>;
|
|
562
505
|
tagResource(
|
|
563
506
|
args: TagResourceCommandInput,
|
|
564
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
507
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
565
508
|
): void;
|
|
566
509
|
tagResource(
|
|
567
510
|
args: TagResourceCommandInput,
|
|
568
511
|
options: __HttpHandlerOptions,
|
|
569
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
512
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
570
513
|
): void;
|
|
571
514
|
untagResource(
|
|
572
515
|
args: UntagResourceCommandInput,
|
|
573
|
-
options?: __HttpHandlerOptions
|
|
516
|
+
options?: __HttpHandlerOptions,
|
|
574
517
|
): Promise<UntagResourceCommandOutput>;
|
|
575
518
|
untagResource(
|
|
576
519
|
args: UntagResourceCommandInput,
|
|
577
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
520
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
578
521
|
): void;
|
|
579
522
|
untagResource(
|
|
580
523
|
args: UntagResourceCommandInput,
|
|
581
524
|
options: __HttpHandlerOptions,
|
|
582
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
525
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
583
526
|
): void;
|
|
584
527
|
updateAccountPreferences(): Promise<UpdateAccountPreferencesCommandOutput>;
|
|
585
528
|
updateAccountPreferences(
|
|
586
529
|
args: UpdateAccountPreferencesCommandInput,
|
|
587
|
-
options?: __HttpHandlerOptions
|
|
530
|
+
options?: __HttpHandlerOptions,
|
|
588
531
|
): Promise<UpdateAccountPreferencesCommandOutput>;
|
|
589
532
|
updateAccountPreferences(
|
|
590
533
|
args: UpdateAccountPreferencesCommandInput,
|
|
591
|
-
cb: (err: any, data?: UpdateAccountPreferencesCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: UpdateAccountPreferencesCommandOutput) => void,
|
|
592
535
|
): void;
|
|
593
536
|
updateAccountPreferences(
|
|
594
537
|
args: UpdateAccountPreferencesCommandInput,
|
|
595
538
|
options: __HttpHandlerOptions,
|
|
596
|
-
cb: (err: any, data?: UpdateAccountPreferencesCommandOutput) => void
|
|
539
|
+
cb: (err: any, data?: UpdateAccountPreferencesCommandOutput) => void,
|
|
597
540
|
): void;
|
|
598
541
|
updateChimeWebhookConfiguration(
|
|
599
542
|
args: UpdateChimeWebhookConfigurationCommandInput,
|
|
600
|
-
options?: __HttpHandlerOptions
|
|
543
|
+
options?: __HttpHandlerOptions,
|
|
601
544
|
): Promise<UpdateChimeWebhookConfigurationCommandOutput>;
|
|
602
545
|
updateChimeWebhookConfiguration(
|
|
603
546
|
args: UpdateChimeWebhookConfigurationCommandInput,
|
|
604
|
-
cb: (err: any, data?: UpdateChimeWebhookConfigurationCommandOutput) => void
|
|
547
|
+
cb: (err: any, data?: UpdateChimeWebhookConfigurationCommandOutput) => void,
|
|
605
548
|
): void;
|
|
606
549
|
updateChimeWebhookConfiguration(
|
|
607
550
|
args: UpdateChimeWebhookConfigurationCommandInput,
|
|
608
551
|
options: __HttpHandlerOptions,
|
|
609
|
-
cb: (err: any, data?: UpdateChimeWebhookConfigurationCommandOutput) => void
|
|
552
|
+
cb: (err: any, data?: UpdateChimeWebhookConfigurationCommandOutput) => void,
|
|
610
553
|
): void;
|
|
611
554
|
updateCustomAction(
|
|
612
555
|
args: UpdateCustomActionCommandInput,
|
|
613
|
-
options?: __HttpHandlerOptions
|
|
556
|
+
options?: __HttpHandlerOptions,
|
|
614
557
|
): Promise<UpdateCustomActionCommandOutput>;
|
|
615
558
|
updateCustomAction(
|
|
616
559
|
args: UpdateCustomActionCommandInput,
|
|
617
|
-
cb: (err: any, data?: UpdateCustomActionCommandOutput) => void
|
|
560
|
+
cb: (err: any, data?: UpdateCustomActionCommandOutput) => void,
|
|
618
561
|
): void;
|
|
619
562
|
updateCustomAction(
|
|
620
563
|
args: UpdateCustomActionCommandInput,
|
|
621
564
|
options: __HttpHandlerOptions,
|
|
622
|
-
cb: (err: any, data?: UpdateCustomActionCommandOutput) => void
|
|
565
|
+
cb: (err: any, data?: UpdateCustomActionCommandOutput) => void,
|
|
623
566
|
): void;
|
|
624
567
|
updateMicrosoftTeamsChannelConfiguration(
|
|
625
568
|
args: UpdateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
626
|
-
options?: __HttpHandlerOptions
|
|
569
|
+
options?: __HttpHandlerOptions,
|
|
627
570
|
): Promise<UpdateMicrosoftTeamsChannelConfigurationCommandOutput>;
|
|
628
571
|
updateMicrosoftTeamsChannelConfiguration(
|
|
629
572
|
args: UpdateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
630
|
-
cb: (
|
|
631
|
-
err: any,
|
|
632
|
-
data?: UpdateMicrosoftTeamsChannelConfigurationCommandOutput
|
|
633
|
-
) => void
|
|
573
|
+
cb: (err: any, data?: UpdateMicrosoftTeamsChannelConfigurationCommandOutput) => void,
|
|
634
574
|
): void;
|
|
635
575
|
updateMicrosoftTeamsChannelConfiguration(
|
|
636
576
|
args: UpdateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
637
577
|
options: __HttpHandlerOptions,
|
|
638
|
-
cb: (
|
|
639
|
-
err: any,
|
|
640
|
-
data?: UpdateMicrosoftTeamsChannelConfigurationCommandOutput
|
|
641
|
-
) => void
|
|
578
|
+
cb: (err: any, data?: UpdateMicrosoftTeamsChannelConfigurationCommandOutput) => void,
|
|
642
579
|
): void;
|
|
643
580
|
updateSlackChannelConfiguration(
|
|
644
581
|
args: UpdateSlackChannelConfigurationCommandInput,
|
|
645
|
-
options?: __HttpHandlerOptions
|
|
582
|
+
options?: __HttpHandlerOptions,
|
|
646
583
|
): Promise<UpdateSlackChannelConfigurationCommandOutput>;
|
|
647
584
|
updateSlackChannelConfiguration(
|
|
648
585
|
args: UpdateSlackChannelConfigurationCommandInput,
|
|
649
|
-
cb: (err: any, data?: UpdateSlackChannelConfigurationCommandOutput) => void
|
|
586
|
+
cb: (err: any, data?: UpdateSlackChannelConfigurationCommandOutput) => void,
|
|
650
587
|
): void;
|
|
651
588
|
updateSlackChannelConfiguration(
|
|
652
589
|
args: UpdateSlackChannelConfigurationCommandInput,
|
|
653
590
|
options: __HttpHandlerOptions,
|
|
654
|
-
cb: (err: any, data?: UpdateSlackChannelConfigurationCommandOutput) => void
|
|
591
|
+
cb: (err: any, data?: UpdateSlackChannelConfigurationCommandOutput) => void,
|
|
655
592
|
): void;
|
|
656
593
|
paginateDescribeChimeWebhookConfigurations(
|
|
657
594
|
args?: DescribeChimeWebhookConfigurationsCommandInput,
|
|
658
595
|
paginationConfig?: Pick<
|
|
659
596
|
PaginationConfiguration,
|
|
660
597
|
Exclude<keyof PaginationConfiguration, "client">
|
|
661
|
-
|
|
598
|
+
>,
|
|
662
599
|
): Paginator<DescribeChimeWebhookConfigurationsCommandOutput>;
|
|
663
600
|
paginateDescribeSlackChannelConfigurations(
|
|
664
601
|
args?: DescribeSlackChannelConfigurationsCommandInput,
|
|
665
602
|
paginationConfig?: Pick<
|
|
666
603
|
PaginationConfiguration,
|
|
667
604
|
Exclude<keyof PaginationConfiguration, "client">
|
|
668
|
-
|
|
605
|
+
>,
|
|
669
606
|
): Paginator<DescribeSlackChannelConfigurationsCommandOutput>;
|
|
670
607
|
paginateDescribeSlackUserIdentities(
|
|
671
608
|
args?: DescribeSlackUserIdentitiesCommandInput,
|
|
672
609
|
paginationConfig?: Pick<
|
|
673
610
|
PaginationConfiguration,
|
|
674
611
|
Exclude<keyof PaginationConfiguration, "client">
|
|
675
|
-
|
|
612
|
+
>,
|
|
676
613
|
): Paginator<DescribeSlackUserIdentitiesCommandOutput>;
|
|
677
614
|
paginateDescribeSlackWorkspaces(
|
|
678
615
|
args?: DescribeSlackWorkspacesCommandInput,
|
|
679
616
|
paginationConfig?: Pick<
|
|
680
617
|
PaginationConfiguration,
|
|
681
618
|
Exclude<keyof PaginationConfiguration, "client">
|
|
682
|
-
|
|
619
|
+
>,
|
|
683
620
|
): Paginator<DescribeSlackWorkspacesCommandOutput>;
|
|
684
621
|
paginateListAssociations(
|
|
685
622
|
args: ListAssociationsCommandInput,
|
|
686
623
|
paginationConfig?: Pick<
|
|
687
624
|
PaginationConfiguration,
|
|
688
625
|
Exclude<keyof PaginationConfiguration, "client">
|
|
689
|
-
|
|
626
|
+
>,
|
|
690
627
|
): Paginator<ListAssociationsCommandOutput>;
|
|
691
628
|
paginateListCustomActions(
|
|
692
629
|
args?: ListCustomActionsCommandInput,
|
|
693
630
|
paginationConfig?: Pick<
|
|
694
631
|
PaginationConfiguration,
|
|
695
632
|
Exclude<keyof PaginationConfiguration, "client">
|
|
696
|
-
|
|
633
|
+
>,
|
|
697
634
|
): Paginator<ListCustomActionsCommandOutput>;
|
|
698
635
|
paginateListMicrosoftTeamsChannelConfigurations(
|
|
699
636
|
args?: ListMicrosoftTeamsChannelConfigurationsCommandInput,
|
|
700
637
|
paginationConfig?: Pick<
|
|
701
638
|
PaginationConfiguration,
|
|
702
639
|
Exclude<keyof PaginationConfiguration, "client">
|
|
703
|
-
|
|
640
|
+
>,
|
|
704
641
|
): Paginator<ListMicrosoftTeamsChannelConfigurationsCommandOutput>;
|
|
705
642
|
paginateListMicrosoftTeamsConfiguredTeams(
|
|
706
643
|
args?: ListMicrosoftTeamsConfiguredTeamsCommandInput,
|
|
707
644
|
paginationConfig?: Pick<
|
|
708
645
|
PaginationConfiguration,
|
|
709
646
|
Exclude<keyof PaginationConfiguration, "client">
|
|
710
|
-
|
|
647
|
+
>,
|
|
711
648
|
): Paginator<ListMicrosoftTeamsConfiguredTeamsCommandOutput>;
|
|
712
649
|
paginateListMicrosoftTeamsUserIdentities(
|
|
713
650
|
args?: ListMicrosoftTeamsUserIdentitiesCommandInput,
|
|
714
651
|
paginationConfig?: Pick<
|
|
715
652
|
PaginationConfiguration,
|
|
716
653
|
Exclude<keyof PaginationConfiguration, "client">
|
|
717
|
-
|
|
654
|
+
>,
|
|
718
655
|
): Paginator<ListMicrosoftTeamsUserIdentitiesCommandOutput>;
|
|
719
656
|
}
|
|
720
657
|
export declare class Chatbot extends ChatbotClient implements Chatbot {}
|