@aws-sdk/client-chatbot 3.987.0 → 3.988.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 +53 -1641
- package/dist-cjs/models/ChatbotServiceException.js +12 -0
- package/dist-cjs/models/errors.js +470 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1001 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +202 -196
- package/dist-types/schemas/schemas_0.d.ts +40 -33
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +35 -33
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultChatbotHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2017-10-11",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.chatbot",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://wheatley.amazonaws.com/orchestration/2017-10-11/",
|
|
30
32
|
version: "2017-10-11",
|
|
31
33
|
serviceTarget: "WheatleyOrchestration_20171011",
|
|
@@ -227,12 +227,212 @@ const _e = "error";
|
|
|
227
227
|
const _h = "http";
|
|
228
228
|
const _hE = "httpError";
|
|
229
229
|
const _m = "message";
|
|
230
|
-
const _s = "
|
|
231
|
-
const
|
|
230
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.chatbot";
|
|
231
|
+
const _se = "server";
|
|
232
232
|
const n0 = "com.amazonaws.chatbot";
|
|
233
233
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
234
234
|
import { ChatbotServiceException } from "../models/ChatbotServiceException";
|
|
235
235
|
import { ConflictException, CreateChimeWebhookConfigurationException, CreateSlackChannelConfigurationException, CreateTeamsChannelConfigurationException, DeleteChimeWebhookConfigurationException, DeleteMicrosoftTeamsUserIdentityException, DeleteSlackChannelConfigurationException, DeleteSlackUserIdentityException, DeleteSlackWorkspaceAuthorizationFault, DeleteTeamsChannelConfigurationException, DeleteTeamsConfiguredTeamException, DescribeChimeWebhookConfigurationsException, DescribeSlackChannelConfigurationsException, DescribeSlackUserIdentitiesException, DescribeSlackWorkspacesException, GetAccountPreferencesException, GetTeamsChannelConfigurationException, InternalServiceError, InvalidParameterException, InvalidRequestException, LimitExceededException, ListMicrosoftTeamsConfiguredTeamsException, ListMicrosoftTeamsUserIdentitiesException, ListTeamsChannelConfigurationsException, ResourceNotFoundException, ServiceUnavailableException, TooManyTagsException, UnauthorizedException, UpdateAccountPreferencesException, UpdateChimeWebhookConfigurationException, UpdateSlackChannelConfigurationException, UpdateTeamsChannelConfigurationException, } from "../models/errors";
|
|
236
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
237
|
+
export var ChatbotServiceException$ = [-3, _s, "ChatbotServiceException", 0, [], []];
|
|
238
|
+
_s_registry.registerError(ChatbotServiceException$, ChatbotServiceException);
|
|
239
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
240
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
241
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
242
|
+
[_m],
|
|
243
|
+
[0]
|
|
244
|
+
];
|
|
245
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
246
|
+
export var CreateChimeWebhookConfigurationException$ = [-3, n0, _CCWCE,
|
|
247
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
248
|
+
[_M],
|
|
249
|
+
[0]
|
|
250
|
+
];
|
|
251
|
+
n0_registry.registerError(CreateChimeWebhookConfigurationException$, CreateChimeWebhookConfigurationException);
|
|
252
|
+
export var CreateSlackChannelConfigurationException$ = [-3, n0, _CSCCE,
|
|
253
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
254
|
+
[_M],
|
|
255
|
+
[0]
|
|
256
|
+
];
|
|
257
|
+
n0_registry.registerError(CreateSlackChannelConfigurationException$, CreateSlackChannelConfigurationException);
|
|
258
|
+
export var CreateTeamsChannelConfigurationException$ = [-3, n0, _CTCCE,
|
|
259
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
260
|
+
[_M],
|
|
261
|
+
[0]
|
|
262
|
+
];
|
|
263
|
+
n0_registry.registerError(CreateTeamsChannelConfigurationException$, CreateTeamsChannelConfigurationException);
|
|
264
|
+
export var DeleteChimeWebhookConfigurationException$ = [-3, n0, _DCWCE,
|
|
265
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
266
|
+
[_M],
|
|
267
|
+
[0]
|
|
268
|
+
];
|
|
269
|
+
n0_registry.registerError(DeleteChimeWebhookConfigurationException$, DeleteChimeWebhookConfigurationException);
|
|
270
|
+
export var DeleteMicrosoftTeamsUserIdentityException$ = [-3, n0, _DMTUIE,
|
|
271
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
272
|
+
[_M],
|
|
273
|
+
[0]
|
|
274
|
+
];
|
|
275
|
+
n0_registry.registerError(DeleteMicrosoftTeamsUserIdentityException$, DeleteMicrosoftTeamsUserIdentityException);
|
|
276
|
+
export var DeleteSlackChannelConfigurationException$ = [-3, n0, _DSCCE,
|
|
277
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
278
|
+
[_M],
|
|
279
|
+
[0]
|
|
280
|
+
];
|
|
281
|
+
n0_registry.registerError(DeleteSlackChannelConfigurationException$, DeleteSlackChannelConfigurationException);
|
|
282
|
+
export var DeleteSlackUserIdentityException$ = [-3, n0, _DSUIE,
|
|
283
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
284
|
+
[_M],
|
|
285
|
+
[0]
|
|
286
|
+
];
|
|
287
|
+
n0_registry.registerError(DeleteSlackUserIdentityException$, DeleteSlackUserIdentityException);
|
|
288
|
+
export var DeleteSlackWorkspaceAuthorizationFault$ = [-3, n0, _DSWAF,
|
|
289
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
290
|
+
[_M],
|
|
291
|
+
[0]
|
|
292
|
+
];
|
|
293
|
+
n0_registry.registerError(DeleteSlackWorkspaceAuthorizationFault$, DeleteSlackWorkspaceAuthorizationFault);
|
|
294
|
+
export var DeleteTeamsChannelConfigurationException$ = [-3, n0, _DTCCE,
|
|
295
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
296
|
+
[_M],
|
|
297
|
+
[0]
|
|
298
|
+
];
|
|
299
|
+
n0_registry.registerError(DeleteTeamsChannelConfigurationException$, DeleteTeamsChannelConfigurationException);
|
|
300
|
+
export var DeleteTeamsConfiguredTeamException$ = [-3, n0, _DTCTE,
|
|
301
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
302
|
+
[_M],
|
|
303
|
+
[0]
|
|
304
|
+
];
|
|
305
|
+
n0_registry.registerError(DeleteTeamsConfiguredTeamException$, DeleteTeamsConfiguredTeamException);
|
|
306
|
+
export var DescribeChimeWebhookConfigurationsException$ = [-3, n0, _DCWCEe,
|
|
307
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
308
|
+
[_M],
|
|
309
|
+
[0]
|
|
310
|
+
];
|
|
311
|
+
n0_registry.registerError(DescribeChimeWebhookConfigurationsException$, DescribeChimeWebhookConfigurationsException);
|
|
312
|
+
export var DescribeSlackChannelConfigurationsException$ = [-3, n0, _DSCCEe,
|
|
313
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
314
|
+
[_M],
|
|
315
|
+
[0]
|
|
316
|
+
];
|
|
317
|
+
n0_registry.registerError(DescribeSlackChannelConfigurationsException$, DescribeSlackChannelConfigurationsException);
|
|
318
|
+
export var DescribeSlackUserIdentitiesException$ = [-3, n0, _DSUIEe,
|
|
319
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
320
|
+
[_M],
|
|
321
|
+
[0]
|
|
322
|
+
];
|
|
323
|
+
n0_registry.registerError(DescribeSlackUserIdentitiesException$, DescribeSlackUserIdentitiesException);
|
|
324
|
+
export var DescribeSlackWorkspacesException$ = [-3, n0, _DSWE,
|
|
325
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
326
|
+
[_M],
|
|
327
|
+
[0]
|
|
328
|
+
];
|
|
329
|
+
n0_registry.registerError(DescribeSlackWorkspacesException$, DescribeSlackWorkspacesException);
|
|
330
|
+
export var GetAccountPreferencesException$ = [-3, n0, _GAPE,
|
|
331
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
332
|
+
[_M],
|
|
333
|
+
[0]
|
|
334
|
+
];
|
|
335
|
+
n0_registry.registerError(GetAccountPreferencesException$, GetAccountPreferencesException);
|
|
336
|
+
export var GetTeamsChannelConfigurationException$ = [-3, n0, _GTCCE,
|
|
337
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
338
|
+
[_M],
|
|
339
|
+
[0]
|
|
340
|
+
];
|
|
341
|
+
n0_registry.registerError(GetTeamsChannelConfigurationException$, GetTeamsChannelConfigurationException);
|
|
342
|
+
export var InternalServiceError$ = [-3, n0, _ISE,
|
|
343
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
344
|
+
[_M],
|
|
345
|
+
[0]
|
|
346
|
+
];
|
|
347
|
+
n0_registry.registerError(InternalServiceError$, InternalServiceError);
|
|
348
|
+
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
349
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
350
|
+
[_m],
|
|
351
|
+
[0]
|
|
352
|
+
];
|
|
353
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
354
|
+
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
355
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
356
|
+
[_m],
|
|
357
|
+
[0]
|
|
358
|
+
];
|
|
359
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
360
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
361
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
362
|
+
[_m],
|
|
363
|
+
[0]
|
|
364
|
+
];
|
|
365
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
366
|
+
export var ListMicrosoftTeamsConfiguredTeamsException$ = [-3, n0, _LMTCTE,
|
|
367
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
368
|
+
[_M],
|
|
369
|
+
[0]
|
|
370
|
+
];
|
|
371
|
+
n0_registry.registerError(ListMicrosoftTeamsConfiguredTeamsException$, ListMicrosoftTeamsConfiguredTeamsException);
|
|
372
|
+
export var ListMicrosoftTeamsUserIdentitiesException$ = [-3, n0, _LMTUIE,
|
|
373
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
374
|
+
[_M],
|
|
375
|
+
[0]
|
|
376
|
+
];
|
|
377
|
+
n0_registry.registerError(ListMicrosoftTeamsUserIdentitiesException$, ListMicrosoftTeamsUserIdentitiesException);
|
|
378
|
+
export var ListTeamsChannelConfigurationsException$ = [-3, n0, _LTCCE,
|
|
379
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
380
|
+
[_M],
|
|
381
|
+
[0]
|
|
382
|
+
];
|
|
383
|
+
n0_registry.registerError(ListTeamsChannelConfigurationsException$, ListTeamsChannelConfigurationsException);
|
|
384
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
385
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
386
|
+
[_M],
|
|
387
|
+
[0]
|
|
388
|
+
];
|
|
389
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
390
|
+
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
391
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
392
|
+
[_m],
|
|
393
|
+
[0]
|
|
394
|
+
];
|
|
395
|
+
n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
396
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
397
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
398
|
+
[_m],
|
|
399
|
+
[0]
|
|
400
|
+
];
|
|
401
|
+
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
402
|
+
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
403
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
404
|
+
[_m],
|
|
405
|
+
[0]
|
|
406
|
+
];
|
|
407
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
408
|
+
export var UpdateAccountPreferencesException$ = [-3, n0, _UAPE,
|
|
409
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
410
|
+
[_M],
|
|
411
|
+
[0]
|
|
412
|
+
];
|
|
413
|
+
n0_registry.registerError(UpdateAccountPreferencesException$, UpdateAccountPreferencesException);
|
|
414
|
+
export var UpdateChimeWebhookConfigurationException$ = [-3, n0, _UCWCE,
|
|
415
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
416
|
+
[_M],
|
|
417
|
+
[0]
|
|
418
|
+
];
|
|
419
|
+
n0_registry.registerError(UpdateChimeWebhookConfigurationException$, UpdateChimeWebhookConfigurationException);
|
|
420
|
+
export var UpdateSlackChannelConfigurationException$ = [-3, n0, _USCCE,
|
|
421
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
422
|
+
[_M],
|
|
423
|
+
[0]
|
|
424
|
+
];
|
|
425
|
+
n0_registry.registerError(UpdateSlackChannelConfigurationException$, UpdateSlackChannelConfigurationException);
|
|
426
|
+
export var UpdateTeamsChannelConfigurationException$ = [-3, n0, _UTCCE,
|
|
427
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
428
|
+
[_M],
|
|
429
|
+
[0]
|
|
430
|
+
];
|
|
431
|
+
n0_registry.registerError(UpdateTeamsChannelConfigurationException$, UpdateTeamsChannelConfigurationException);
|
|
432
|
+
export const errorTypeRegistries = [
|
|
433
|
+
_s_registry,
|
|
434
|
+
n0_registry,
|
|
435
|
+
];
|
|
236
436
|
var ChimeWebhookDescription = [0, n0, _CWD, 8, 0];
|
|
237
437
|
var ChimeWebhookUrl = [0, n0, _CWU, 8, 0];
|
|
238
438
|
var SlackChannelDisplayName = [0, n0, _SCDN, 8, 0];
|
|
@@ -268,18 +468,6 @@ export var ConfiguredTeam$ = [3, n0, _CT,
|
|
|
268
468
|
[_TI, _TIe, _TN, _S, _SR],
|
|
269
469
|
[0, 0, 0, 0, 0], 2
|
|
270
470
|
];
|
|
271
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
272
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
273
|
-
[_m],
|
|
274
|
-
[0]
|
|
275
|
-
];
|
|
276
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
277
|
-
export var CreateChimeWebhookConfigurationException$ = [-3, n0, _CCWCE,
|
|
278
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
279
|
-
[_M],
|
|
280
|
-
[0]
|
|
281
|
-
];
|
|
282
|
-
TypeRegistry.for(n0).registerError(CreateChimeWebhookConfigurationException$, CreateChimeWebhookConfigurationException);
|
|
283
471
|
export var CreateChimeWebhookConfigurationRequest$ = [3, n0, _CCWCR,
|
|
284
472
|
0,
|
|
285
473
|
[_WD, _WU, _STA, _IRA, _CN, _LL, _T],
|
|
@@ -300,12 +488,6 @@ export var CreateCustomActionResult$ = [3, n0, _CCARr,
|
|
|
300
488
|
[_CAA],
|
|
301
489
|
[0], 1
|
|
302
490
|
];
|
|
303
|
-
export var CreateSlackChannelConfigurationException$ = [-3, n0, _CSCCE,
|
|
304
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
305
|
-
[_M],
|
|
306
|
-
[0]
|
|
307
|
-
];
|
|
308
|
-
TypeRegistry.for(n0).registerError(CreateSlackChannelConfigurationException$, CreateSlackChannelConfigurationException);
|
|
309
491
|
export var CreateSlackChannelConfigurationRequest$ = [3, n0, _CSCCR,
|
|
310
492
|
0,
|
|
311
493
|
[_STI, _SCI, _IRA, _CN, _SCN, _STA, _LL, _GPA, _UAR, _T],
|
|
@@ -316,12 +498,6 @@ export var CreateSlackChannelConfigurationResult$ = [3, n0, _CSCCRr,
|
|
|
316
498
|
[_CCh],
|
|
317
499
|
[[() => SlackChannelConfiguration$, 0]]
|
|
318
500
|
];
|
|
319
|
-
export var CreateTeamsChannelConfigurationException$ = [-3, n0, _CTCCE,
|
|
320
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
321
|
-
[_M],
|
|
322
|
-
[0]
|
|
323
|
-
];
|
|
324
|
-
TypeRegistry.for(n0).registerError(CreateTeamsChannelConfigurationException$, CreateTeamsChannelConfigurationException);
|
|
325
501
|
export var CreateTeamsChannelConfigurationRequest$ = [3, n0, _CTCCR,
|
|
326
502
|
0,
|
|
327
503
|
[_CI, _TIe, _TI, _IRA, _CN, _CNh, _TN, _STA, _LL, _GPA, _UAR, _T],
|
|
@@ -352,12 +528,6 @@ export var CustomActionDefinition$ = [3, n0, _CAD,
|
|
|
352
528
|
[_CTo],
|
|
353
529
|
[0], 1
|
|
354
530
|
];
|
|
355
|
-
export var DeleteChimeWebhookConfigurationException$ = [-3, n0, _DCWCE,
|
|
356
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
357
|
-
[_M],
|
|
358
|
-
[0]
|
|
359
|
-
];
|
|
360
|
-
TypeRegistry.for(n0).registerError(DeleteChimeWebhookConfigurationException$, DeleteChimeWebhookConfigurationException);
|
|
361
531
|
export var DeleteChimeWebhookConfigurationRequest$ = [3, n0, _DCWCR,
|
|
362
532
|
0,
|
|
363
533
|
[_CCA],
|
|
@@ -378,12 +548,6 @@ export var DeleteCustomActionResult$ = [3, n0, _DCARe,
|
|
|
378
548
|
[],
|
|
379
549
|
[]
|
|
380
550
|
];
|
|
381
|
-
export var DeleteMicrosoftTeamsUserIdentityException$ = [-3, n0, _DMTUIE,
|
|
382
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
383
|
-
[_M],
|
|
384
|
-
[0]
|
|
385
|
-
];
|
|
386
|
-
TypeRegistry.for(n0).registerError(DeleteMicrosoftTeamsUserIdentityException$, DeleteMicrosoftTeamsUserIdentityException);
|
|
387
551
|
export var DeleteMicrosoftTeamsUserIdentityRequest$ = [3, n0, _DMTUIR,
|
|
388
552
|
0,
|
|
389
553
|
[_CCA, _UI],
|
|
@@ -394,12 +558,6 @@ export var DeleteMicrosoftTeamsUserIdentityResult$ = [3, n0, _DMTUIRe,
|
|
|
394
558
|
[],
|
|
395
559
|
[]
|
|
396
560
|
];
|
|
397
|
-
export var DeleteSlackChannelConfigurationException$ = [-3, n0, _DSCCE,
|
|
398
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
399
|
-
[_M],
|
|
400
|
-
[0]
|
|
401
|
-
];
|
|
402
|
-
TypeRegistry.for(n0).registerError(DeleteSlackChannelConfigurationException$, DeleteSlackChannelConfigurationException);
|
|
403
561
|
export var DeleteSlackChannelConfigurationRequest$ = [3, n0, _DSCCR,
|
|
404
562
|
0,
|
|
405
563
|
[_CCA],
|
|
@@ -410,12 +568,6 @@ export var DeleteSlackChannelConfigurationResult$ = [3, n0, _DSCCRe,
|
|
|
410
568
|
[],
|
|
411
569
|
[]
|
|
412
570
|
];
|
|
413
|
-
export var DeleteSlackUserIdentityException$ = [-3, n0, _DSUIE,
|
|
414
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
415
|
-
[_M],
|
|
416
|
-
[0]
|
|
417
|
-
];
|
|
418
|
-
TypeRegistry.for(n0).registerError(DeleteSlackUserIdentityException$, DeleteSlackUserIdentityException);
|
|
419
571
|
export var DeleteSlackUserIdentityRequest$ = [3, n0, _DSUIR,
|
|
420
572
|
0,
|
|
421
573
|
[_CCA, _STI, _SUI],
|
|
@@ -426,12 +578,6 @@ export var DeleteSlackUserIdentityResult$ = [3, n0, _DSUIRe,
|
|
|
426
578
|
[],
|
|
427
579
|
[]
|
|
428
580
|
];
|
|
429
|
-
export var DeleteSlackWorkspaceAuthorizationFault$ = [-3, n0, _DSWAF,
|
|
430
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
431
|
-
[_M],
|
|
432
|
-
[0]
|
|
433
|
-
];
|
|
434
|
-
TypeRegistry.for(n0).registerError(DeleteSlackWorkspaceAuthorizationFault$, DeleteSlackWorkspaceAuthorizationFault);
|
|
435
581
|
export var DeleteSlackWorkspaceAuthorizationRequest$ = [3, n0, _DSWAR,
|
|
436
582
|
0,
|
|
437
583
|
[_STI],
|
|
@@ -442,12 +588,6 @@ export var DeleteSlackWorkspaceAuthorizationResult$ = [3, n0, _DSWARe,
|
|
|
442
588
|
[],
|
|
443
589
|
[]
|
|
444
590
|
];
|
|
445
|
-
export var DeleteTeamsChannelConfigurationException$ = [-3, n0, _DTCCE,
|
|
446
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
447
|
-
[_M],
|
|
448
|
-
[0]
|
|
449
|
-
];
|
|
450
|
-
TypeRegistry.for(n0).registerError(DeleteTeamsChannelConfigurationException$, DeleteTeamsChannelConfigurationException);
|
|
451
591
|
export var DeleteTeamsChannelConfigurationRequest$ = [3, n0, _DTCCR,
|
|
452
592
|
0,
|
|
453
593
|
[_CCA],
|
|
@@ -458,12 +598,6 @@ export var DeleteTeamsChannelConfigurationResult$ = [3, n0, _DTCCRe,
|
|
|
458
598
|
[],
|
|
459
599
|
[]
|
|
460
600
|
];
|
|
461
|
-
export var DeleteTeamsConfiguredTeamException$ = [-3, n0, _DTCTE,
|
|
462
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
463
|
-
[_M],
|
|
464
|
-
[0]
|
|
465
|
-
];
|
|
466
|
-
TypeRegistry.for(n0).registerError(DeleteTeamsConfiguredTeamException$, DeleteTeamsConfiguredTeamException);
|
|
467
601
|
export var DeleteTeamsConfiguredTeamRequest$ = [3, n0, _DTCTR,
|
|
468
602
|
0,
|
|
469
603
|
[_TIe],
|
|
@@ -474,12 +608,6 @@ export var DeleteTeamsConfiguredTeamResult$ = [3, n0, _DTCTRe,
|
|
|
474
608
|
[],
|
|
475
609
|
[]
|
|
476
610
|
];
|
|
477
|
-
export var DescribeChimeWebhookConfigurationsException$ = [-3, n0, _DCWCEe,
|
|
478
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
479
|
-
[_M],
|
|
480
|
-
[0]
|
|
481
|
-
];
|
|
482
|
-
TypeRegistry.for(n0).registerError(DescribeChimeWebhookConfigurationsException$, DescribeChimeWebhookConfigurationsException);
|
|
483
611
|
export var DescribeChimeWebhookConfigurationsRequest$ = [3, n0, _DCWCRes,
|
|
484
612
|
0,
|
|
485
613
|
[_MR, _NTe, _CCA],
|
|
@@ -490,12 +618,6 @@ export var DescribeChimeWebhookConfigurationsResult$ = [3, n0, _DCWCResc,
|
|
|
490
618
|
[_NTe, _WCe],
|
|
491
619
|
[0, [() => ChimeWebhookConfigurationList, 0]]
|
|
492
620
|
];
|
|
493
|
-
export var DescribeSlackChannelConfigurationsException$ = [-3, n0, _DSCCEe,
|
|
494
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
495
|
-
[_M],
|
|
496
|
-
[0]
|
|
497
|
-
];
|
|
498
|
-
TypeRegistry.for(n0).registerError(DescribeSlackChannelConfigurationsException$, DescribeSlackChannelConfigurationsException);
|
|
499
621
|
export var DescribeSlackChannelConfigurationsRequest$ = [3, n0, _DSCCRes,
|
|
500
622
|
0,
|
|
501
623
|
[_MR, _NTe, _CCA],
|
|
@@ -506,12 +628,6 @@ export var DescribeSlackChannelConfigurationsResult$ = [3, n0, _DSCCResc,
|
|
|
506
628
|
[_NTe, _SCC],
|
|
507
629
|
[0, [() => SlackChannelConfigurationList, 0]]
|
|
508
630
|
];
|
|
509
|
-
export var DescribeSlackUserIdentitiesException$ = [-3, n0, _DSUIEe,
|
|
510
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
511
|
-
[_M],
|
|
512
|
-
[0]
|
|
513
|
-
];
|
|
514
|
-
TypeRegistry.for(n0).registerError(DescribeSlackUserIdentitiesException$, DescribeSlackUserIdentitiesException);
|
|
515
631
|
export var DescribeSlackUserIdentitiesRequest$ = [3, n0, _DSUIRes,
|
|
516
632
|
0,
|
|
517
633
|
[_CCA, _NTe, _MR],
|
|
@@ -522,12 +638,6 @@ export var DescribeSlackUserIdentitiesResult$ = [3, n0, _DSUIResc,
|
|
|
522
638
|
[_SUIl, _NTe],
|
|
523
639
|
[() => SlackUserIdentitiesList, 0]
|
|
524
640
|
];
|
|
525
|
-
export var DescribeSlackWorkspacesException$ = [-3, n0, _DSWE,
|
|
526
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
527
|
-
[_M],
|
|
528
|
-
[0]
|
|
529
|
-
];
|
|
530
|
-
TypeRegistry.for(n0).registerError(DescribeSlackWorkspacesException$, DescribeSlackWorkspacesException);
|
|
531
641
|
export var DescribeSlackWorkspacesRequest$ = [3, n0, _DSWR,
|
|
532
642
|
0,
|
|
533
643
|
[_MR, _NTe],
|
|
@@ -548,12 +658,6 @@ export var DisassociateFromConfigurationResult$ = [3, n0, _DFCRi,
|
|
|
548
658
|
[],
|
|
549
659
|
[]
|
|
550
660
|
];
|
|
551
|
-
export var GetAccountPreferencesException$ = [-3, n0, _GAPE,
|
|
552
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
553
|
-
[_M],
|
|
554
|
-
[0]
|
|
555
|
-
];
|
|
556
|
-
TypeRegistry.for(n0).registerError(GetAccountPreferencesException$, GetAccountPreferencesException);
|
|
557
661
|
export var GetAccountPreferencesRequest$ = [3, n0, _GAPR,
|
|
558
662
|
0,
|
|
559
663
|
[],
|
|
@@ -574,12 +678,6 @@ export var GetCustomActionResult$ = [3, n0, _GCARe,
|
|
|
574
678
|
[_CA],
|
|
575
679
|
[() => CustomAction$]
|
|
576
680
|
];
|
|
577
|
-
export var GetTeamsChannelConfigurationException$ = [-3, n0, _GTCCE,
|
|
578
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
579
|
-
[_M],
|
|
580
|
-
[0]
|
|
581
|
-
];
|
|
582
|
-
TypeRegistry.for(n0).registerError(GetTeamsChannelConfigurationException$, GetTeamsChannelConfigurationException);
|
|
583
681
|
export var GetTeamsChannelConfigurationRequest$ = [3, n0, _GTCCR,
|
|
584
682
|
0,
|
|
585
683
|
[_CCA],
|
|
@@ -590,30 +688,6 @@ export var GetTeamsChannelConfigurationResult$ = [3, n0, _GTCCRe,
|
|
|
590
688
|
[_CCh],
|
|
591
689
|
[[() => TeamsChannelConfiguration$, 0]]
|
|
592
690
|
];
|
|
593
|
-
export var InternalServiceError$ = [-3, n0, _ISE,
|
|
594
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
595
|
-
[_M],
|
|
596
|
-
[0]
|
|
597
|
-
];
|
|
598
|
-
TypeRegistry.for(n0).registerError(InternalServiceError$, InternalServiceError);
|
|
599
|
-
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
600
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
601
|
-
[_m],
|
|
602
|
-
[0]
|
|
603
|
-
];
|
|
604
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
605
|
-
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
606
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
607
|
-
[_m],
|
|
608
|
-
[0]
|
|
609
|
-
];
|
|
610
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
611
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
612
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
613
|
-
[_m],
|
|
614
|
-
[0]
|
|
615
|
-
];
|
|
616
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
617
691
|
export var ListAssociationsRequest$ = [3, n0, _LAR,
|
|
618
692
|
0,
|
|
619
693
|
[_CC, _MR, _NTe],
|
|
@@ -634,12 +708,6 @@ export var ListCustomActionsResult$ = [3, n0, _LCARi,
|
|
|
634
708
|
[_CAu, _NTe],
|
|
635
709
|
[64 | 0, 0], 1
|
|
636
710
|
];
|
|
637
|
-
export var ListMicrosoftTeamsConfiguredTeamsException$ = [-3, n0, _LMTCTE,
|
|
638
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
639
|
-
[_M],
|
|
640
|
-
[0]
|
|
641
|
-
];
|
|
642
|
-
TypeRegistry.for(n0).registerError(ListMicrosoftTeamsConfiguredTeamsException$, ListMicrosoftTeamsConfiguredTeamsException);
|
|
643
711
|
export var ListMicrosoftTeamsConfiguredTeamsRequest$ = [3, n0, _LMTCTR,
|
|
644
712
|
0,
|
|
645
713
|
[_MR, _NTe],
|
|
@@ -650,12 +718,6 @@ export var ListMicrosoftTeamsConfiguredTeamsResult$ = [3, n0, _LMTCTRi,
|
|
|
650
718
|
[_CTon, _NTe],
|
|
651
719
|
[() => ConfiguredTeamsList, 0]
|
|
652
720
|
];
|
|
653
|
-
export var ListMicrosoftTeamsUserIdentitiesException$ = [-3, n0, _LMTUIE,
|
|
654
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
655
|
-
[_M],
|
|
656
|
-
[0]
|
|
657
|
-
];
|
|
658
|
-
TypeRegistry.for(n0).registerError(ListMicrosoftTeamsUserIdentitiesException$, ListMicrosoftTeamsUserIdentitiesException);
|
|
659
721
|
export var ListMicrosoftTeamsUserIdentitiesRequest$ = [3, n0, _LMTUIR,
|
|
660
722
|
0,
|
|
661
723
|
[_CCA, _NTe, _MR],
|
|
@@ -676,12 +738,6 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
676
738
|
[_T],
|
|
677
739
|
[() => TagList]
|
|
678
740
|
];
|
|
679
|
-
export var ListTeamsChannelConfigurationsException$ = [-3, n0, _LTCCE,
|
|
680
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
681
|
-
[_M],
|
|
682
|
-
[0]
|
|
683
|
-
];
|
|
684
|
-
TypeRegistry.for(n0).registerError(ListTeamsChannelConfigurationsException$, ListTeamsChannelConfigurationsException);
|
|
685
741
|
export var ListTeamsChannelConfigurationsRequest$ = [3, n0, _LTCCR,
|
|
686
742
|
0,
|
|
687
743
|
[_MR, _NTe, _TIe],
|
|
@@ -692,18 +748,6 @@ export var ListTeamsChannelConfigurationsResult$ = [3, n0, _LTCCRi,
|
|
|
692
748
|
[_NTe, _TCC],
|
|
693
749
|
[0, [() => TeamChannelConfigurationsList, 0]]
|
|
694
750
|
];
|
|
695
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
696
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
697
|
-
[_M],
|
|
698
|
-
[0]
|
|
699
|
-
];
|
|
700
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
701
|
-
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
702
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
703
|
-
[_m],
|
|
704
|
-
[0]
|
|
705
|
-
];
|
|
706
|
-
TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
707
751
|
export var SlackChannelConfiguration$ = [3, n0, _SCCl,
|
|
708
752
|
0,
|
|
709
753
|
[_STN, _STI, _SCI, _SCN, _CCA, _IRA, _STA, _CN, _LL, _GPA, _UAR, _T, _S, _SR],
|
|
@@ -744,18 +788,6 @@ export var TeamsUserIdentity$ = [3, n0, _TUIe,
|
|
|
744
788
|
[_IRA, _CCA, _TIe, _UI, _AUI, _TCI, _TTI],
|
|
745
789
|
[0, 0, 0, 0, 0, 0, 0], 3
|
|
746
790
|
];
|
|
747
|
-
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
748
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
749
|
-
[_m],
|
|
750
|
-
[0]
|
|
751
|
-
];
|
|
752
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
753
|
-
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
754
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
755
|
-
[_m],
|
|
756
|
-
[0]
|
|
757
|
-
];
|
|
758
|
-
TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
759
791
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
760
792
|
0,
|
|
761
793
|
[_RARN, _TKa],
|
|
@@ -766,12 +798,6 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
766
798
|
[],
|
|
767
799
|
[]
|
|
768
800
|
];
|
|
769
|
-
export var UpdateAccountPreferencesException$ = [-3, n0, _UAPE,
|
|
770
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
771
|
-
[_M],
|
|
772
|
-
[0]
|
|
773
|
-
];
|
|
774
|
-
TypeRegistry.for(n0).registerError(UpdateAccountPreferencesException$, UpdateAccountPreferencesException);
|
|
775
801
|
export var UpdateAccountPreferencesRequest$ = [3, n0, _UAPR,
|
|
776
802
|
0,
|
|
777
803
|
[_UAR, _TDCE],
|
|
@@ -782,12 +808,6 @@ export var UpdateAccountPreferencesResult$ = [3, n0, _UAPRp,
|
|
|
782
808
|
[_AP],
|
|
783
809
|
[() => AccountPreferences$]
|
|
784
810
|
];
|
|
785
|
-
export var UpdateChimeWebhookConfigurationException$ = [-3, n0, _UCWCE,
|
|
786
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
787
|
-
[_M],
|
|
788
|
-
[0]
|
|
789
|
-
];
|
|
790
|
-
TypeRegistry.for(n0).registerError(UpdateChimeWebhookConfigurationException$, UpdateChimeWebhookConfigurationException);
|
|
791
811
|
export var UpdateChimeWebhookConfigurationRequest$ = [3, n0, _UCWCR,
|
|
792
812
|
0,
|
|
793
813
|
[_CCA, _WD, _WU, _STA, _IRA, _LL],
|
|
@@ -808,12 +828,6 @@ export var UpdateCustomActionResult$ = [3, n0, _UCARp,
|
|
|
808
828
|
[_CAA],
|
|
809
829
|
[0], 1
|
|
810
830
|
];
|
|
811
|
-
export var UpdateSlackChannelConfigurationException$ = [-3, n0, _USCCE,
|
|
812
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
813
|
-
[_M],
|
|
814
|
-
[0]
|
|
815
|
-
];
|
|
816
|
-
TypeRegistry.for(n0).registerError(UpdateSlackChannelConfigurationException$, UpdateSlackChannelConfigurationException);
|
|
817
831
|
export var UpdateSlackChannelConfigurationRequest$ = [3, n0, _USCCR,
|
|
818
832
|
0,
|
|
819
833
|
[_CCA, _SCI, _SCN, _STA, _IRA, _LL, _GPA, _UAR],
|
|
@@ -824,12 +838,6 @@ export var UpdateSlackChannelConfigurationResult$ = [3, n0, _USCCRp,
|
|
|
824
838
|
[_CCh],
|
|
825
839
|
[[() => SlackChannelConfiguration$, 0]]
|
|
826
840
|
];
|
|
827
|
-
export var UpdateTeamsChannelConfigurationException$ = [-3, n0, _UTCCE,
|
|
828
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
829
|
-
[_M],
|
|
830
|
-
[0]
|
|
831
|
-
];
|
|
832
|
-
TypeRegistry.for(n0).registerError(UpdateTeamsChannelConfigurationException$, UpdateTeamsChannelConfigurationException);
|
|
833
841
|
export var UpdateTeamsChannelConfigurationRequest$ = [3, n0, _UTCCR,
|
|
834
842
|
0,
|
|
835
843
|
[_CCA, _CI, _CNh, _STA, _IRA, _LL, _GPA, _UAR],
|
|
@@ -840,8 +848,6 @@ export var UpdateTeamsChannelConfigurationResult$ = [3, n0, _UTCCRp,
|
|
|
840
848
|
[_CCh],
|
|
841
849
|
[[() => TeamsChannelConfiguration$, 0]]
|
|
842
850
|
];
|
|
843
|
-
export var ChatbotServiceException$ = [-3, _sm, "ChatbotServiceException", 0, [], []];
|
|
844
|
-
TypeRegistry.for(_sm).registerError(ChatbotServiceException$, ChatbotServiceException);
|
|
845
851
|
var AssociationList = [1, n0, _ALs,
|
|
846
852
|
0, () => AssociationListing$
|
|
847
853
|
];
|