@aws-sdk/client-lex-model-building-service 3.1067.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +177 -197
- package/dist-cjs/models/LexModelBuildingServiceServiceException.js +4 -8
- package/dist-cjs/models/errors.js +17 -28
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +332 -220
- package/package.json +8 -8
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetBotVersionsRequest$ = exports.GetBotsResponse$ = exports.GetBotsRequest$ = exports.GetBotResponse$ = exports.GetBotRequest$ = exports.GetBotChannelAssociationsResponse$ = exports.GetBotChannelAssociationsRequest$ = exports.GetBotChannelAssociationResponse$ = exports.GetBotChannelAssociationRequest$ = exports.GetBotAliasResponse$ = exports.GetBotAliasRequest$ = exports.GetBotAliasesResponse$ = exports.GetBotAliasesRequest$ = exports.FulfillmentActivity$ = exports.FollowUpPrompt$ = exports.EnumerationValue$ = exports.DeleteUtterancesRequest$ = exports.DeleteSlotTypeVersionRequest$ = exports.DeleteSlotTypeRequest$ = exports.DeleteIntentVersionRequest$ = exports.DeleteIntentRequest$ = exports.DeleteBotVersionRequest$ = exports.DeleteBotRequest$ = exports.DeleteBotChannelAssociationRequest$ = exports.DeleteBotAliasRequest$ = exports.CreateSlotTypeVersionResponse$ = exports.CreateSlotTypeVersionRequest$ = exports.CreateIntentVersionResponse$ = exports.CreateIntentVersionRequest$ = exports.CreateBotVersionResponse$ = exports.CreateBotVersionRequest$ = exports.ConversationLogsResponse$ = exports.ConversationLogsRequest$ = exports.CodeHook$ = exports.BuiltinSlotTypeMetadata$ = exports.BuiltinIntentSlot$ = exports.BuiltinIntentMetadata$ = exports.BotMetadata$ = exports.BotChannelAssociation$ = exports.BotAliasMetadata$ = exports.errorTypeRegistries = exports.ResourceInUseException$ = exports.PreconditionFailedException$ = exports.NotFoundException$ = exports.LimitExceededException$ = exports.InternalFailureException$ = exports.ConflictException$ = exports.BadRequestException$ = exports.AccessDeniedException$ = exports.LexModelBuildingServiceServiceException$ = void 0;
|
|
4
|
-
exports.PutSlotTypeResponse$ = exports.PutSlotTypeRequest$ = exports.PutIntentResponse$ = exports.PutIntentRequest$ = exports.PutBotResponse$ = exports.PutBotRequest$ = exports.PutBotAliasResponse$ = exports.PutBotAliasRequest$ = exports.Prompt$ = exports.OutputContext$ = exports.MigrationSummary$ = exports.MigrationAlert$ = exports.Message$ = exports.LogSettingsResponse$ = exports.LogSettingsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.KendraConfiguration$ = exports.IntentMetadata$ = exports.Intent$ = exports.InputContext$ = exports.GetUtterancesViewResponse$ = exports.GetUtterancesViewRequest$ = exports.GetSlotTypeVersionsResponse$ = exports.GetSlotTypeVersionsRequest$ = exports.GetSlotTypesResponse$ = exports.GetSlotTypesRequest$ = exports.GetSlotTypeResponse$ = exports.GetSlotTypeRequest$ = exports.GetMigrationsResponse$ = exports.GetMigrationsRequest$ = exports.GetMigrationResponse$ = exports.GetMigrationRequest$ = exports.GetIntentVersionsResponse$ = exports.GetIntentVersionsRequest$ = exports.GetIntentsResponse$ = exports.GetIntentsRequest$ = exports.GetIntentResponse$ = exports.GetIntentRequest$ = exports.GetImportResponse$ = exports.GetImportRequest$ = exports.GetExportResponse$ = exports.GetExportRequest$ = exports.GetBuiltinSlotTypesResponse$ = exports.GetBuiltinSlotTypesRequest$ = exports.GetBuiltinIntentsResponse$ = exports.GetBuiltinIntentsRequest$ = exports.GetBuiltinIntentResponse$ = exports.GetBuiltinIntentRequest$ = exports.GetBotVersionsResponse$ = void 0;
|
|
5
|
-
exports.GetSlotTypes$ = exports.GetSlotType$ = exports.GetMigrations$ = exports.GetMigration$ = exports.GetIntentVersions$ = exports.GetIntents$ = exports.GetIntent$ = exports.GetImport$ = exports.GetExport$ = exports.GetBuiltinSlotTypes$ = exports.GetBuiltinIntents$ = exports.GetBuiltinIntent$ = exports.GetBotVersions$ = exports.GetBots$ = exports.GetBotChannelAssociations$ = exports.GetBotChannelAssociation$ = exports.GetBotAliases$ = exports.GetBotAlias$ = exports.GetBot$ = exports.DeleteUtterances$ = exports.DeleteSlotTypeVersion$ = exports.DeleteSlotType$ = exports.DeleteIntentVersion$ = exports.DeleteIntent$ = exports.DeleteBotVersion$ = exports.DeleteBotChannelAssociation$ = exports.DeleteBotAlias$ = exports.DeleteBot$ = exports.CreateSlotTypeVersion$ = exports.CreateIntentVersion$ = exports.CreateBotVersion$ = exports.UtteranceList$ = exports.UtteranceData$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.Statement$ = exports.StartMigrationResponse$ = exports.StartMigrationRequest$ = exports.StartImportResponse$ = exports.StartImportRequest$ = exports.SlotTypeRegexConfiguration$ = exports.SlotTypeMetadata$ = exports.SlotTypeConfiguration$ = exports.SlotDefaultValueSpec$ = exports.SlotDefaultValue$ = exports.Slot$ = exports.ResourceReference$ = void 0;
|
|
6
|
-
exports.UntagResource$ = exports.TagResource$ = exports.StartMigration$ = exports.StartImport$ = exports.PutSlotType$ = exports.PutIntent$ = exports.PutBotAlias$ = exports.PutBot$ = exports.ListTagsForResource$ = exports.GetUtterancesView$ = exports.GetSlotTypeVersions$ = void 0;
|
|
7
1
|
const _ADE = "AccessDeniedException";
|
|
8
2
|
const _BA = "BotAliases";
|
|
9
3
|
const _BAM = "BotAliasMetadata";
|
|
@@ -331,816 +325,934 @@ const _vOA = "versionOrAlias";
|
|
|
331
325
|
const _vSS = "valueSelectionStrategy";
|
|
332
326
|
const _va = "value";
|
|
333
327
|
const n0 = "com.amazonaws.lexmodelbuildingservice";
|
|
334
|
-
const
|
|
335
|
-
const
|
|
336
|
-
const
|
|
337
|
-
const _s_registry =
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
328
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
329
|
+
const { AccessDeniedException, BadRequestException, ConflictException, InternalFailureException, LimitExceededException, NotFoundException, PreconditionFailedException, ResourceInUseException } = require("../models/errors");
|
|
330
|
+
const { LexModelBuildingServiceServiceException } = require("../models/LexModelBuildingServiceServiceException");
|
|
331
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
332
|
+
const LexModelBuildingServiceServiceException$ = [-3, _s, "LexModelBuildingServiceServiceException", 0, [], []];
|
|
333
|
+
exports.LexModelBuildingServiceServiceException$ = LexModelBuildingServiceServiceException$;
|
|
334
|
+
_s_registry.registerError(LexModelBuildingServiceServiceException$, LexModelBuildingServiceServiceException);
|
|
335
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
336
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
342
337
|
{ [_e]: _c, [_hE]: 403 },
|
|
343
338
|
[_m],
|
|
344
339
|
[0]
|
|
345
340
|
];
|
|
346
|
-
|
|
347
|
-
|
|
341
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
342
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
343
|
+
const BadRequestException$ = [-3, n0, _BRE,
|
|
348
344
|
{ [_e]: _c, [_hE]: 400 },
|
|
349
345
|
[_m],
|
|
350
346
|
[0]
|
|
351
347
|
];
|
|
352
|
-
|
|
353
|
-
|
|
348
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
349
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
350
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
354
351
|
{ [_e]: _c, [_hE]: 409 },
|
|
355
352
|
[_m],
|
|
356
353
|
[0]
|
|
357
354
|
];
|
|
358
|
-
|
|
359
|
-
|
|
355
|
+
exports.ConflictException$ = ConflictException$;
|
|
356
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
357
|
+
const InternalFailureException$ = [-3, n0, _IFE,
|
|
360
358
|
{ [_e]: _se, [_hE]: 500 },
|
|
361
359
|
[_m],
|
|
362
360
|
[0]
|
|
363
361
|
];
|
|
364
|
-
|
|
365
|
-
|
|
362
|
+
exports.InternalFailureException$ = InternalFailureException$;
|
|
363
|
+
n0_registry.registerError(InternalFailureException$, InternalFailureException);
|
|
364
|
+
const LimitExceededException$ = [-3, n0, _LEE,
|
|
366
365
|
{ [_e]: _c, [_hE]: 429 },
|
|
367
366
|
[_rAS, _m],
|
|
368
367
|
[[0, { [_hH]: _RA }], 0]
|
|
369
368
|
];
|
|
370
|
-
|
|
371
|
-
|
|
369
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
370
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
371
|
+
const NotFoundException$ = [-3, n0, _NFE,
|
|
372
372
|
{ [_e]: _c, [_hE]: 404 },
|
|
373
373
|
[_m],
|
|
374
374
|
[0]
|
|
375
375
|
];
|
|
376
|
-
|
|
377
|
-
|
|
376
|
+
exports.NotFoundException$ = NotFoundException$;
|
|
377
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
378
|
+
const PreconditionFailedException$ = [-3, n0, _PFE,
|
|
378
379
|
{ [_e]: _c, [_hE]: 412 },
|
|
379
380
|
[_m],
|
|
380
381
|
[0]
|
|
381
382
|
];
|
|
382
|
-
|
|
383
|
-
|
|
383
|
+
exports.PreconditionFailedException$ = PreconditionFailedException$;
|
|
384
|
+
n0_registry.registerError(PreconditionFailedException$, PreconditionFailedException);
|
|
385
|
+
const ResourceInUseException$ = [-3, n0, _RIUE,
|
|
384
386
|
{ [_e]: _c, [_hE]: 400 },
|
|
385
387
|
[_rT, _eR],
|
|
386
|
-
[0, () =>
|
|
388
|
+
[0, () => ResourceReference$]
|
|
387
389
|
];
|
|
388
|
-
|
|
390
|
+
exports.ResourceInUseException$ = ResourceInUseException$;
|
|
391
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
389
392
|
exports.errorTypeRegistries = [
|
|
390
393
|
_s_registry,
|
|
391
394
|
n0_registry,
|
|
392
395
|
];
|
|
393
|
-
|
|
396
|
+
const BotAliasMetadata$ = [3, n0, _BAM,
|
|
394
397
|
0,
|
|
395
398
|
[_n, _d, _bV, _bN, _lUD, _cD, _ch, _cL],
|
|
396
|
-
[0, 0, 0, 0, 4, 4, 0, () =>
|
|
399
|
+
[0, 0, 0, 0, 4, 4, 0, () => ConversationLogsResponse$]
|
|
397
400
|
];
|
|
398
|
-
exports.
|
|
401
|
+
exports.BotAliasMetadata$ = BotAliasMetadata$;
|
|
402
|
+
const BotChannelAssociation$ = [3, n0, _BCA,
|
|
399
403
|
0,
|
|
400
404
|
[_n, _d, _bA, _bN, _cD, _t, _bC, _st, _fR],
|
|
401
405
|
[0, 0, 0, 0, 4, 0, [() => ChannelConfigurationMap, 0], 0, 0]
|
|
402
406
|
];
|
|
403
|
-
exports.
|
|
407
|
+
exports.BotChannelAssociation$ = BotChannelAssociation$;
|
|
408
|
+
const BotMetadata$ = [3, n0, _BM,
|
|
404
409
|
0,
|
|
405
410
|
[_n, _d, _st, _lUD, _cD, _v],
|
|
406
411
|
[0, 0, 0, 4, 4, 0]
|
|
407
412
|
];
|
|
408
|
-
exports.
|
|
413
|
+
exports.BotMetadata$ = BotMetadata$;
|
|
414
|
+
const BuiltinIntentMetadata$ = [3, n0, _BIM,
|
|
409
415
|
0,
|
|
410
416
|
[_si, _sL],
|
|
411
417
|
[0, 64 | 0]
|
|
412
418
|
];
|
|
413
|
-
exports.
|
|
419
|
+
exports.BuiltinIntentMetadata$ = BuiltinIntentMetadata$;
|
|
420
|
+
const BuiltinIntentSlot$ = [3, n0, _BIS,
|
|
414
421
|
0,
|
|
415
422
|
[_n],
|
|
416
423
|
[0]
|
|
417
424
|
];
|
|
418
|
-
exports.
|
|
425
|
+
exports.BuiltinIntentSlot$ = BuiltinIntentSlot$;
|
|
426
|
+
const BuiltinSlotTypeMetadata$ = [3, n0, _BSTM,
|
|
419
427
|
0,
|
|
420
428
|
[_si, _sL],
|
|
421
429
|
[0, 64 | 0]
|
|
422
430
|
];
|
|
423
|
-
exports.
|
|
431
|
+
exports.BuiltinSlotTypeMetadata$ = BuiltinSlotTypeMetadata$;
|
|
432
|
+
const CodeHook$ = [3, n0, _CH,
|
|
424
433
|
0,
|
|
425
434
|
[_u, _mV],
|
|
426
435
|
[0, 0], 2
|
|
427
436
|
];
|
|
428
|
-
exports.
|
|
437
|
+
exports.CodeHook$ = CodeHook$;
|
|
438
|
+
const ConversationLogsRequest$ = [3, n0, _CLR,
|
|
429
439
|
0,
|
|
430
440
|
[_lS, _iRA],
|
|
431
441
|
[() => LogSettingsRequestList, 0], 2
|
|
432
442
|
];
|
|
433
|
-
exports.
|
|
443
|
+
exports.ConversationLogsRequest$ = ConversationLogsRequest$;
|
|
444
|
+
const ConversationLogsResponse$ = [3, n0, _CLRo,
|
|
434
445
|
0,
|
|
435
446
|
[_lS, _iRA],
|
|
436
447
|
[() => LogSettingsResponseList, 0]
|
|
437
448
|
];
|
|
438
|
-
exports.
|
|
449
|
+
exports.ConversationLogsResponse$ = ConversationLogsResponse$;
|
|
450
|
+
const CreateBotVersionRequest$ = [3, n0, _CBVR,
|
|
439
451
|
0,
|
|
440
452
|
[_n, _ch],
|
|
441
453
|
[[0, 1], 0], 1
|
|
442
454
|
];
|
|
443
|
-
exports.
|
|
455
|
+
exports.CreateBotVersionRequest$ = CreateBotVersionRequest$;
|
|
456
|
+
const CreateBotVersionResponse$ = [3, n0, _CBVRr,
|
|
444
457
|
0,
|
|
445
458
|
[_n, _d, _i, _cP, _aS, _st, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _eMI, _dS],
|
|
446
|
-
[0, 0, () => IntentList, () =>
|
|
459
|
+
[0, 0, () => IntentList, () => Prompt$, () => Statement$, 0, 0, 4, 4, 1, 0, 0, 0, 0, 2, 2, 2]
|
|
447
460
|
];
|
|
448
|
-
exports.
|
|
461
|
+
exports.CreateBotVersionResponse$ = CreateBotVersionResponse$;
|
|
462
|
+
const CreateIntentVersionRequest$ = [3, n0, _CIVR,
|
|
449
463
|
0,
|
|
450
464
|
[_n, _ch],
|
|
451
465
|
[[0, 1], 0], 1
|
|
452
466
|
];
|
|
453
|
-
exports.
|
|
467
|
+
exports.CreateIntentVersionRequest$ = CreateIntentVersionRequest$;
|
|
468
|
+
const CreateIntentVersionResponse$ = [3, n0, _CIVRr,
|
|
454
469
|
0,
|
|
455
470
|
[_n, _d, _sl, _sU, _cPo, _rS, _fUP, _cS, _dCH, _fA, _pIS, _lUD, _cD, _v, _ch, _kC, _iC, _oC],
|
|
456
|
-
[0, 0, () => SlotList, 64 | 0, () =>
|
|
471
|
+
[0, 0, () => SlotList, 64 | 0, () => Prompt$, () => Statement$, () => FollowUpPrompt$, () => Statement$, () => CodeHook$, () => FulfillmentActivity$, 0, 4, 4, 0, 0, () => KendraConfiguration$, () => InputContextList, () => OutputContextList]
|
|
457
472
|
];
|
|
458
|
-
exports.
|
|
473
|
+
exports.CreateIntentVersionResponse$ = CreateIntentVersionResponse$;
|
|
474
|
+
const CreateSlotTypeVersionRequest$ = [3, n0, _CSTVR,
|
|
459
475
|
0,
|
|
460
476
|
[_n, _ch],
|
|
461
477
|
[[0, 1], 0], 1
|
|
462
478
|
];
|
|
463
|
-
exports.
|
|
479
|
+
exports.CreateSlotTypeVersionRequest$ = CreateSlotTypeVersionRequest$;
|
|
480
|
+
const CreateSlotTypeVersionResponse$ = [3, n0, _CSTVRr,
|
|
464
481
|
0,
|
|
465
482
|
[_n, _d, _eV, _lUD, _cD, _v, _ch, _vSS, _pSTS, _sTC],
|
|
466
483
|
[0, 0, () => EnumerationValues, 4, 4, 0, 0, 0, 0, () => SlotTypeConfigurations]
|
|
467
484
|
];
|
|
468
|
-
exports.
|
|
485
|
+
exports.CreateSlotTypeVersionResponse$ = CreateSlotTypeVersionResponse$;
|
|
486
|
+
const DeleteBotAliasRequest$ = [3, n0, _DBAR,
|
|
469
487
|
0,
|
|
470
488
|
[_n, _bN],
|
|
471
489
|
[[0, 1], [0, 1]], 2
|
|
472
490
|
];
|
|
473
|
-
exports.
|
|
491
|
+
exports.DeleteBotAliasRequest$ = DeleteBotAliasRequest$;
|
|
492
|
+
const DeleteBotChannelAssociationRequest$ = [3, n0, _DBCAR,
|
|
474
493
|
0,
|
|
475
494
|
[_n, _bN, _bA],
|
|
476
495
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
477
496
|
];
|
|
478
|
-
exports.
|
|
497
|
+
exports.DeleteBotChannelAssociationRequest$ = DeleteBotChannelAssociationRequest$;
|
|
498
|
+
const DeleteBotRequest$ = [3, n0, _DBR,
|
|
479
499
|
0,
|
|
480
500
|
[_n],
|
|
481
501
|
[[0, 1]], 1
|
|
482
502
|
];
|
|
483
|
-
exports.
|
|
503
|
+
exports.DeleteBotRequest$ = DeleteBotRequest$;
|
|
504
|
+
const DeleteBotVersionRequest$ = [3, n0, _DBVR,
|
|
484
505
|
0,
|
|
485
506
|
[_n, _v],
|
|
486
507
|
[[0, 1], [0, 1]], 2
|
|
487
508
|
];
|
|
488
|
-
exports.
|
|
509
|
+
exports.DeleteBotVersionRequest$ = DeleteBotVersionRequest$;
|
|
510
|
+
const DeleteIntentRequest$ = [3, n0, _DIR,
|
|
489
511
|
0,
|
|
490
512
|
[_n],
|
|
491
513
|
[[0, 1]], 1
|
|
492
514
|
];
|
|
493
|
-
exports.
|
|
515
|
+
exports.DeleteIntentRequest$ = DeleteIntentRequest$;
|
|
516
|
+
const DeleteIntentVersionRequest$ = [3, n0, _DIVR,
|
|
494
517
|
0,
|
|
495
518
|
[_n, _v],
|
|
496
519
|
[[0, 1], [0, 1]], 2
|
|
497
520
|
];
|
|
498
|
-
exports.
|
|
521
|
+
exports.DeleteIntentVersionRequest$ = DeleteIntentVersionRequest$;
|
|
522
|
+
const DeleteSlotTypeRequest$ = [3, n0, _DSTR,
|
|
499
523
|
0,
|
|
500
524
|
[_n],
|
|
501
525
|
[[0, 1]], 1
|
|
502
526
|
];
|
|
503
|
-
exports.
|
|
527
|
+
exports.DeleteSlotTypeRequest$ = DeleteSlotTypeRequest$;
|
|
528
|
+
const DeleteSlotTypeVersionRequest$ = [3, n0, _DSTVR,
|
|
504
529
|
0,
|
|
505
530
|
[_n, _v],
|
|
506
531
|
[[0, 1], [0, 1]], 2
|
|
507
532
|
];
|
|
508
|
-
exports.
|
|
533
|
+
exports.DeleteSlotTypeVersionRequest$ = DeleteSlotTypeVersionRequest$;
|
|
534
|
+
const DeleteUtterancesRequest$ = [3, n0, _DUR,
|
|
509
535
|
0,
|
|
510
536
|
[_bN, _uI],
|
|
511
537
|
[[0, 1], [0, 1]], 2
|
|
512
538
|
];
|
|
513
|
-
exports.
|
|
539
|
+
exports.DeleteUtterancesRequest$ = DeleteUtterancesRequest$;
|
|
540
|
+
const EnumerationValue$ = [3, n0, _EV,
|
|
514
541
|
0,
|
|
515
542
|
[_va, _sy],
|
|
516
543
|
[0, 64 | 0], 1
|
|
517
544
|
];
|
|
518
|
-
exports.
|
|
545
|
+
exports.EnumerationValue$ = EnumerationValue$;
|
|
546
|
+
const FollowUpPrompt$ = [3, n0, _FUP,
|
|
519
547
|
0,
|
|
520
548
|
[_p, _rS],
|
|
521
|
-
[() =>
|
|
549
|
+
[() => Prompt$, () => Statement$], 2
|
|
522
550
|
];
|
|
523
|
-
exports.
|
|
551
|
+
exports.FollowUpPrompt$ = FollowUpPrompt$;
|
|
552
|
+
const FulfillmentActivity$ = [3, n0, _FA,
|
|
524
553
|
0,
|
|
525
554
|
[_t, _cH],
|
|
526
|
-
[0, () =>
|
|
555
|
+
[0, () => CodeHook$], 1
|
|
527
556
|
];
|
|
528
|
-
exports.
|
|
557
|
+
exports.FulfillmentActivity$ = FulfillmentActivity$;
|
|
558
|
+
const GetBotAliasesRequest$ = [3, n0, _GBAR,
|
|
529
559
|
0,
|
|
530
560
|
[_bN, _nT, _mR, _nC],
|
|
531
561
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nC }]], 1
|
|
532
562
|
];
|
|
533
|
-
exports.
|
|
563
|
+
exports.GetBotAliasesRequest$ = GetBotAliasesRequest$;
|
|
564
|
+
const GetBotAliasesResponse$ = [3, n0, _GBARe,
|
|
534
565
|
0,
|
|
535
566
|
[_BA, _nT],
|
|
536
567
|
[() => BotAliasMetadataList, 0]
|
|
537
568
|
];
|
|
538
|
-
exports.
|
|
569
|
+
exports.GetBotAliasesResponse$ = GetBotAliasesResponse$;
|
|
570
|
+
const GetBotAliasRequest$ = [3, n0, _GBARet,
|
|
539
571
|
0,
|
|
540
572
|
[_n, _bN],
|
|
541
573
|
[[0, 1], [0, 1]], 2
|
|
542
574
|
];
|
|
543
|
-
exports.
|
|
575
|
+
exports.GetBotAliasRequest$ = GetBotAliasRequest$;
|
|
576
|
+
const GetBotAliasResponse$ = [3, n0, _GBAReto,
|
|
544
577
|
0,
|
|
545
578
|
[_n, _d, _bV, _bN, _lUD, _cD, _ch, _cL],
|
|
546
|
-
[0, 0, 0, 0, 4, 4, 0, () =>
|
|
579
|
+
[0, 0, 0, 0, 4, 4, 0, () => ConversationLogsResponse$]
|
|
547
580
|
];
|
|
548
|
-
exports.
|
|
581
|
+
exports.GetBotAliasResponse$ = GetBotAliasResponse$;
|
|
582
|
+
const GetBotChannelAssociationRequest$ = [3, n0, _GBCAR,
|
|
549
583
|
0,
|
|
550
584
|
[_n, _bN, _bA],
|
|
551
585
|
[[0, 1], [0, 1], [0, 1]], 3
|
|
552
586
|
];
|
|
553
|
-
exports.
|
|
587
|
+
exports.GetBotChannelAssociationRequest$ = GetBotChannelAssociationRequest$;
|
|
588
|
+
const GetBotChannelAssociationResponse$ = [3, n0, _GBCARe,
|
|
554
589
|
0,
|
|
555
590
|
[_n, _d, _bA, _bN, _cD, _t, _bC, _st, _fR],
|
|
556
591
|
[0, 0, 0, 0, 4, 0, [() => ChannelConfigurationMap, 0], 0, 0]
|
|
557
592
|
];
|
|
558
|
-
exports.
|
|
593
|
+
exports.GetBotChannelAssociationResponse$ = GetBotChannelAssociationResponse$;
|
|
594
|
+
const GetBotChannelAssociationsRequest$ = [3, n0, _GBCARet,
|
|
559
595
|
0,
|
|
560
596
|
[_bN, _bA, _nT, _mR, _nC],
|
|
561
597
|
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nC }]], 2
|
|
562
598
|
];
|
|
563
|
-
exports.
|
|
599
|
+
exports.GetBotChannelAssociationsRequest$ = GetBotChannelAssociationsRequest$;
|
|
600
|
+
const GetBotChannelAssociationsResponse$ = [3, n0, _GBCAReto,
|
|
564
601
|
0,
|
|
565
602
|
[_bCA, _nT],
|
|
566
603
|
[[() => BotChannelAssociationList, 0], 0]
|
|
567
604
|
];
|
|
568
|
-
exports.
|
|
605
|
+
exports.GetBotChannelAssociationsResponse$ = GetBotChannelAssociationsResponse$;
|
|
606
|
+
const GetBotRequest$ = [3, n0, _GBR,
|
|
569
607
|
0,
|
|
570
608
|
[_n, _vOA],
|
|
571
609
|
[[0, 1], [0, 1]], 2
|
|
572
610
|
];
|
|
573
|
-
exports.
|
|
611
|
+
exports.GetBotRequest$ = GetBotRequest$;
|
|
612
|
+
const GetBotResponse$ = [3, n0, _GBRe,
|
|
574
613
|
0,
|
|
575
614
|
[_n, _d, _i, _eMI, _nICT, _cP, _aS, _st, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _dS],
|
|
576
|
-
[0, 0, () => IntentList, 2, 1, () =>
|
|
615
|
+
[0, 0, () => IntentList, 2, 1, () => Prompt$, () => Statement$, 0, 0, 4, 4, 1, 0, 0, 0, 0, 2, 2]
|
|
577
616
|
];
|
|
578
|
-
exports.
|
|
617
|
+
exports.GetBotResponse$ = GetBotResponse$;
|
|
618
|
+
const GetBotsRequest$ = [3, n0, _GBRet,
|
|
579
619
|
0,
|
|
580
620
|
[_nT, _mR, _nC],
|
|
581
621
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nC }]]
|
|
582
622
|
];
|
|
583
|
-
exports.
|
|
623
|
+
exports.GetBotsRequest$ = GetBotsRequest$;
|
|
624
|
+
const GetBotsResponse$ = [3, n0, _GBReto,
|
|
584
625
|
0,
|
|
585
626
|
[_b, _nT],
|
|
586
627
|
[() => BotMetadataList, 0]
|
|
587
628
|
];
|
|
588
|
-
exports.
|
|
629
|
+
exports.GetBotsResponse$ = GetBotsResponse$;
|
|
630
|
+
const GetBotVersionsRequest$ = [3, n0, _GBVR,
|
|
589
631
|
0,
|
|
590
632
|
[_n, _nT, _mR],
|
|
591
633
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
592
634
|
];
|
|
593
|
-
exports.
|
|
635
|
+
exports.GetBotVersionsRequest$ = GetBotVersionsRequest$;
|
|
636
|
+
const GetBotVersionsResponse$ = [3, n0, _GBVRe,
|
|
594
637
|
0,
|
|
595
638
|
[_b, _nT],
|
|
596
639
|
[() => BotMetadataList, 0]
|
|
597
640
|
];
|
|
598
|
-
exports.
|
|
641
|
+
exports.GetBotVersionsResponse$ = GetBotVersionsResponse$;
|
|
642
|
+
const GetBuiltinIntentRequest$ = [3, n0, _GBIR,
|
|
599
643
|
0,
|
|
600
644
|
[_si],
|
|
601
645
|
[[0, 1]], 1
|
|
602
646
|
];
|
|
603
|
-
exports.
|
|
647
|
+
exports.GetBuiltinIntentRequest$ = GetBuiltinIntentRequest$;
|
|
648
|
+
const GetBuiltinIntentResponse$ = [3, n0, _GBIRe,
|
|
604
649
|
0,
|
|
605
650
|
[_si, _sL, _sl],
|
|
606
651
|
[0, 64 | 0, () => BuiltinIntentSlotList]
|
|
607
652
|
];
|
|
608
|
-
exports.
|
|
653
|
+
exports.GetBuiltinIntentResponse$ = GetBuiltinIntentResponse$;
|
|
654
|
+
const GetBuiltinIntentsRequest$ = [3, n0, _GBIRet,
|
|
609
655
|
0,
|
|
610
656
|
[_l, _sC, _nT, _mR],
|
|
611
657
|
[[0, { [_hQ]: _l }], [0, { [_hQ]: _sC }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
612
658
|
];
|
|
613
|
-
exports.
|
|
659
|
+
exports.GetBuiltinIntentsRequest$ = GetBuiltinIntentsRequest$;
|
|
660
|
+
const GetBuiltinIntentsResponse$ = [3, n0, _GBIRetu,
|
|
614
661
|
0,
|
|
615
662
|
[_i, _nT],
|
|
616
663
|
[() => BuiltinIntentMetadataList, 0]
|
|
617
664
|
];
|
|
618
|
-
exports.
|
|
665
|
+
exports.GetBuiltinIntentsResponse$ = GetBuiltinIntentsResponse$;
|
|
666
|
+
const GetBuiltinSlotTypesRequest$ = [3, n0, _GBSTR,
|
|
619
667
|
0,
|
|
620
668
|
[_l, _sC, _nT, _mR],
|
|
621
669
|
[[0, { [_hQ]: _l }], [0, { [_hQ]: _sC }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
622
670
|
];
|
|
623
|
-
exports.
|
|
671
|
+
exports.GetBuiltinSlotTypesRequest$ = GetBuiltinSlotTypesRequest$;
|
|
672
|
+
const GetBuiltinSlotTypesResponse$ = [3, n0, _GBSTRe,
|
|
624
673
|
0,
|
|
625
674
|
[_sT, _nT],
|
|
626
675
|
[() => BuiltinSlotTypeMetadataList, 0]
|
|
627
676
|
];
|
|
628
|
-
exports.
|
|
677
|
+
exports.GetBuiltinSlotTypesResponse$ = GetBuiltinSlotTypesResponse$;
|
|
678
|
+
const GetExportRequest$ = [3, n0, _GER,
|
|
629
679
|
0,
|
|
630
680
|
[_n, _v, _rTe, _eT],
|
|
631
681
|
[[0, { [_hQ]: _n }], [0, { [_hQ]: _v }], [0, { [_hQ]: _rTe }], [0, { [_hQ]: _eT }]], 4
|
|
632
682
|
];
|
|
633
|
-
exports.
|
|
683
|
+
exports.GetExportRequest$ = GetExportRequest$;
|
|
684
|
+
const GetExportResponse$ = [3, n0, _GERe,
|
|
634
685
|
0,
|
|
635
686
|
[_n, _v, _rTe, _eT, _eS, _fR, _ur],
|
|
636
687
|
[0, 0, 0, 0, 0, 0, 0]
|
|
637
688
|
];
|
|
638
|
-
exports.
|
|
689
|
+
exports.GetExportResponse$ = GetExportResponse$;
|
|
690
|
+
const GetImportRequest$ = [3, n0, _GIR,
|
|
639
691
|
0,
|
|
640
692
|
[_iI],
|
|
641
693
|
[[0, 1]], 1
|
|
642
694
|
];
|
|
643
|
-
exports.
|
|
695
|
+
exports.GetImportRequest$ = GetImportRequest$;
|
|
696
|
+
const GetImportResponse$ = [3, n0, _GIRe,
|
|
644
697
|
0,
|
|
645
698
|
[_n, _rTe, _mS, _iI, _iS, _fR, _cD],
|
|
646
699
|
[0, 0, 0, 0, 0, 64 | 0, 4]
|
|
647
700
|
];
|
|
648
|
-
exports.
|
|
701
|
+
exports.GetImportResponse$ = GetImportResponse$;
|
|
702
|
+
const GetIntentRequest$ = [3, n0, _GIRet,
|
|
649
703
|
0,
|
|
650
704
|
[_n, _v],
|
|
651
705
|
[[0, 1], [0, 1]], 2
|
|
652
706
|
];
|
|
653
|
-
exports.
|
|
707
|
+
exports.GetIntentRequest$ = GetIntentRequest$;
|
|
708
|
+
const GetIntentResponse$ = [3, n0, _GIRetn,
|
|
654
709
|
0,
|
|
655
710
|
[_n, _d, _sl, _sU, _cPo, _rS, _fUP, _cS, _dCH, _fA, _pIS, _lUD, _cD, _v, _ch, _kC, _iC, _oC],
|
|
656
|
-
[0, 0, () => SlotList, 64 | 0, () =>
|
|
711
|
+
[0, 0, () => SlotList, 64 | 0, () => Prompt$, () => Statement$, () => FollowUpPrompt$, () => Statement$, () => CodeHook$, () => FulfillmentActivity$, 0, 4, 4, 0, 0, () => KendraConfiguration$, () => InputContextList, () => OutputContextList]
|
|
657
712
|
];
|
|
658
|
-
exports.
|
|
713
|
+
exports.GetIntentResponse$ = GetIntentResponse$;
|
|
714
|
+
const GetIntentsRequest$ = [3, n0, _GIRetnt,
|
|
659
715
|
0,
|
|
660
716
|
[_nT, _mR, _nC],
|
|
661
717
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nC }]]
|
|
662
718
|
];
|
|
663
|
-
exports.
|
|
719
|
+
exports.GetIntentsRequest$ = GetIntentsRequest$;
|
|
720
|
+
const GetIntentsResponse$ = [3, n0, _GIRetnte,
|
|
664
721
|
0,
|
|
665
722
|
[_i, _nT],
|
|
666
723
|
[() => IntentMetadataList, 0]
|
|
667
724
|
];
|
|
668
|
-
exports.
|
|
725
|
+
exports.GetIntentsResponse$ = GetIntentsResponse$;
|
|
726
|
+
const GetIntentVersionsRequest$ = [3, n0, _GIVR,
|
|
669
727
|
0,
|
|
670
728
|
[_n, _nT, _mR],
|
|
671
729
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
672
730
|
];
|
|
673
|
-
exports.
|
|
731
|
+
exports.GetIntentVersionsRequest$ = GetIntentVersionsRequest$;
|
|
732
|
+
const GetIntentVersionsResponse$ = [3, n0, _GIVRe,
|
|
674
733
|
0,
|
|
675
734
|
[_i, _nT],
|
|
676
735
|
[() => IntentMetadataList, 0]
|
|
677
736
|
];
|
|
678
|
-
exports.
|
|
737
|
+
exports.GetIntentVersionsResponse$ = GetIntentVersionsResponse$;
|
|
738
|
+
const GetMigrationRequest$ = [3, n0, _GMR,
|
|
679
739
|
0,
|
|
680
740
|
[_mI],
|
|
681
741
|
[[0, 1]], 1
|
|
682
742
|
];
|
|
683
|
-
exports.
|
|
743
|
+
exports.GetMigrationRequest$ = GetMigrationRequest$;
|
|
744
|
+
const GetMigrationResponse$ = [3, n0, _GMRe,
|
|
684
745
|
0,
|
|
685
746
|
[_mI, _vBN, _vBV, _vBL, _vBI, _vBR, _mSi, _mSig, _mT, _a],
|
|
686
747
|
[0, 0, 0, 0, 0, 0, 0, 0, 4, () => MigrationAlerts]
|
|
687
748
|
];
|
|
688
|
-
exports.
|
|
749
|
+
exports.GetMigrationResponse$ = GetMigrationResponse$;
|
|
750
|
+
const GetMigrationsRequest$ = [3, n0, _GMRet,
|
|
689
751
|
0,
|
|
690
752
|
[_sBA, _sBO, _vBNC, _mSE, _mR, _nT],
|
|
691
753
|
[[0, { [_hQ]: _sBA }], [0, { [_hQ]: _sBO }], [0, { [_hQ]: _vBNC }], [0, { [_hQ]: _mSE }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
692
754
|
];
|
|
693
|
-
exports.
|
|
755
|
+
exports.GetMigrationsRequest$ = GetMigrationsRequest$;
|
|
756
|
+
const GetMigrationsResponse$ = [3, n0, _GMReti,
|
|
694
757
|
0,
|
|
695
758
|
[_mSigr, _nT],
|
|
696
759
|
[() => MigrationSummaryList, 0]
|
|
697
760
|
];
|
|
698
|
-
exports.
|
|
761
|
+
exports.GetMigrationsResponse$ = GetMigrationsResponse$;
|
|
762
|
+
const GetSlotTypeRequest$ = [3, n0, _GSTR,
|
|
699
763
|
0,
|
|
700
764
|
[_n, _v],
|
|
701
765
|
[[0, 1], [0, 1]], 2
|
|
702
766
|
];
|
|
703
|
-
exports.
|
|
767
|
+
exports.GetSlotTypeRequest$ = GetSlotTypeRequest$;
|
|
768
|
+
const GetSlotTypeResponse$ = [3, n0, _GSTRe,
|
|
704
769
|
0,
|
|
705
770
|
[_n, _d, _eV, _lUD, _cD, _v, _ch, _vSS, _pSTS, _sTC],
|
|
706
771
|
[0, 0, () => EnumerationValues, 4, 4, 0, 0, 0, 0, () => SlotTypeConfigurations]
|
|
707
772
|
];
|
|
708
|
-
exports.
|
|
773
|
+
exports.GetSlotTypeResponse$ = GetSlotTypeResponse$;
|
|
774
|
+
const GetSlotTypesRequest$ = [3, n0, _GSTRet,
|
|
709
775
|
0,
|
|
710
776
|
[_nT, _mR, _nC],
|
|
711
777
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nC }]]
|
|
712
778
|
];
|
|
713
|
-
exports.
|
|
779
|
+
exports.GetSlotTypesRequest$ = GetSlotTypesRequest$;
|
|
780
|
+
const GetSlotTypesResponse$ = [3, n0, _GSTRetl,
|
|
714
781
|
0,
|
|
715
782
|
[_sT, _nT],
|
|
716
783
|
[() => SlotTypeMetadataList, 0]
|
|
717
784
|
];
|
|
718
|
-
exports.
|
|
785
|
+
exports.GetSlotTypesResponse$ = GetSlotTypesResponse$;
|
|
786
|
+
const GetSlotTypeVersionsRequest$ = [3, n0, _GSTVR,
|
|
719
787
|
0,
|
|
720
788
|
[_n, _nT, _mR],
|
|
721
789
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
722
790
|
];
|
|
723
|
-
exports.
|
|
791
|
+
exports.GetSlotTypeVersionsRequest$ = GetSlotTypeVersionsRequest$;
|
|
792
|
+
const GetSlotTypeVersionsResponse$ = [3, n0, _GSTVRe,
|
|
724
793
|
0,
|
|
725
794
|
[_sT, _nT],
|
|
726
795
|
[() => SlotTypeMetadataList, 0]
|
|
727
796
|
];
|
|
728
|
-
exports.
|
|
797
|
+
exports.GetSlotTypeVersionsResponse$ = GetSlotTypeVersionsResponse$;
|
|
798
|
+
const GetUtterancesViewRequest$ = [3, n0, _GUVR,
|
|
729
799
|
0,
|
|
730
800
|
[_bN, _bVo, _sTt],
|
|
731
801
|
[[0, 1], [64 | 0, { [_hQ]: _bv }], [0, { [_hQ]: _st_ }]], 3
|
|
732
802
|
];
|
|
733
|
-
exports.
|
|
803
|
+
exports.GetUtterancesViewRequest$ = GetUtterancesViewRequest$;
|
|
804
|
+
const GetUtterancesViewResponse$ = [3, n0, _GUVRe,
|
|
734
805
|
0,
|
|
735
806
|
[_bN, _ut],
|
|
736
807
|
[0, () => ListsOfUtterances]
|
|
737
808
|
];
|
|
738
|
-
exports.
|
|
809
|
+
exports.GetUtterancesViewResponse$ = GetUtterancesViewResponse$;
|
|
810
|
+
const InputContext$ = [3, n0, _IC,
|
|
739
811
|
0,
|
|
740
812
|
[_n],
|
|
741
813
|
[0], 1
|
|
742
814
|
];
|
|
743
|
-
exports.
|
|
815
|
+
exports.InputContext$ = InputContext$;
|
|
816
|
+
const Intent$ = [3, n0, _I,
|
|
744
817
|
0,
|
|
745
818
|
[_iN, _iV],
|
|
746
819
|
[0, 0], 2
|
|
747
820
|
];
|
|
748
|
-
exports.
|
|
821
|
+
exports.Intent$ = Intent$;
|
|
822
|
+
const IntentMetadata$ = [3, n0, _IM,
|
|
749
823
|
0,
|
|
750
824
|
[_n, _d, _lUD, _cD, _v],
|
|
751
825
|
[0, 0, 4, 4, 0]
|
|
752
826
|
];
|
|
753
|
-
exports.
|
|
827
|
+
exports.IntentMetadata$ = IntentMetadata$;
|
|
828
|
+
const KendraConfiguration$ = [3, n0, _KC,
|
|
754
829
|
0,
|
|
755
830
|
[_kI, _r, _qFS],
|
|
756
831
|
[0, 0, 0], 2
|
|
757
832
|
];
|
|
758
|
-
exports.
|
|
833
|
+
exports.KendraConfiguration$ = KendraConfiguration$;
|
|
834
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
759
835
|
0,
|
|
760
836
|
[_rA],
|
|
761
837
|
[[0, 1]], 1
|
|
762
838
|
];
|
|
763
|
-
exports.
|
|
839
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
840
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
764
841
|
0,
|
|
765
842
|
[_ta],
|
|
766
843
|
[() => TagList]
|
|
767
844
|
];
|
|
768
|
-
exports.
|
|
845
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
846
|
+
const LogSettingsRequest$ = [3, n0, _LSR,
|
|
769
847
|
0,
|
|
770
848
|
[_lT, _de, _rA, _kKA],
|
|
771
849
|
[0, 0, 0, 0], 3
|
|
772
850
|
];
|
|
773
|
-
exports.
|
|
851
|
+
exports.LogSettingsRequest$ = LogSettingsRequest$;
|
|
852
|
+
const LogSettingsResponse$ = [3, n0, _LSRo,
|
|
774
853
|
0,
|
|
775
854
|
[_lT, _de, _kKA, _rA, _rP],
|
|
776
855
|
[0, 0, 0, 0, 0]
|
|
777
856
|
];
|
|
778
|
-
exports.
|
|
857
|
+
exports.LogSettingsResponse$ = LogSettingsResponse$;
|
|
858
|
+
const Message$ = [3, n0, _M,
|
|
779
859
|
0,
|
|
780
860
|
[_cT, _co, _gN],
|
|
781
861
|
[0, 0, 1], 2
|
|
782
862
|
];
|
|
783
|
-
exports.
|
|
863
|
+
exports.Message$ = Message$;
|
|
864
|
+
const MigrationAlert$ = [3, n0, _MA,
|
|
784
865
|
0,
|
|
785
866
|
[_t, _m, _det, _rURL],
|
|
786
867
|
[0, 0, 64 | 0, 64 | 0]
|
|
787
868
|
];
|
|
788
|
-
exports.
|
|
869
|
+
exports.MigrationAlert$ = MigrationAlert$;
|
|
870
|
+
const MigrationSummary$ = [3, n0, _MS,
|
|
789
871
|
0,
|
|
790
872
|
[_mI, _vBN, _vBV, _vBL, _vBI, _vBR, _mSi, _mSig, _mT],
|
|
791
873
|
[0, 0, 0, 0, 0, 0, 0, 0, 4]
|
|
792
874
|
];
|
|
793
|
-
exports.
|
|
875
|
+
exports.MigrationSummary$ = MigrationSummary$;
|
|
876
|
+
const OutputContext$ = [3, n0, _OC,
|
|
794
877
|
0,
|
|
795
878
|
[_n, _tTLIS, _tTL],
|
|
796
879
|
[0, 1, 1], 3
|
|
797
880
|
];
|
|
798
|
-
exports.
|
|
881
|
+
exports.OutputContext$ = OutputContext$;
|
|
882
|
+
const Prompt$ = [3, n0, _P,
|
|
799
883
|
0,
|
|
800
884
|
[_me, _mA, _rC],
|
|
801
885
|
[() => MessageList, 1, 0], 2
|
|
802
886
|
];
|
|
803
|
-
exports.
|
|
887
|
+
exports.Prompt$ = Prompt$;
|
|
888
|
+
const PutBotAliasRequest$ = [3, n0, _PBAR,
|
|
804
889
|
0,
|
|
805
890
|
[_n, _bV, _bN, _d, _ch, _cL, _ta],
|
|
806
|
-
[[0, 1], 0, [0, 1], 0, 0, () =>
|
|
891
|
+
[[0, 1], 0, [0, 1], 0, 0, () => ConversationLogsRequest$, () => TagList], 3
|
|
807
892
|
];
|
|
808
|
-
exports.
|
|
893
|
+
exports.PutBotAliasRequest$ = PutBotAliasRequest$;
|
|
894
|
+
const PutBotAliasResponse$ = [3, n0, _PBARu,
|
|
809
895
|
0,
|
|
810
896
|
[_n, _d, _bV, _bN, _lUD, _cD, _ch, _cL, _ta],
|
|
811
|
-
[0, 0, 0, 0, 4, 4, 0, () =>
|
|
897
|
+
[0, 0, 0, 0, 4, 4, 0, () => ConversationLogsResponse$, () => TagList]
|
|
812
898
|
];
|
|
813
|
-
exports.
|
|
899
|
+
exports.PutBotAliasResponse$ = PutBotAliasResponse$;
|
|
900
|
+
const PutBotRequest$ = [3, n0, _PBR,
|
|
814
901
|
0,
|
|
815
902
|
[_n, _l, _cDh, _d, _i, _eMI, _nICT, _cP, _aS, _iSTTLIS, _vI, _ch, _pB, _dS, _cV, _ta],
|
|
816
|
-
[[0, 1], 0, 2, 0, () => IntentList, 2, 1, () =>
|
|
903
|
+
[[0, 1], 0, 2, 0, () => IntentList, 2, 1, () => Prompt$, () => Statement$, 1, 0, 0, 0, 2, 2, () => TagList], 3
|
|
817
904
|
];
|
|
818
|
-
exports.
|
|
905
|
+
exports.PutBotRequest$ = PutBotRequest$;
|
|
906
|
+
const PutBotResponse$ = [3, n0, _PBRu,
|
|
819
907
|
0,
|
|
820
908
|
[_n, _d, _i, _eMI, _nICT, _cP, _aS, _st, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _cV, _dS, _ta],
|
|
821
|
-
[0, 0, () => IntentList, 2, 1, () =>
|
|
909
|
+
[0, 0, () => IntentList, 2, 1, () => Prompt$, () => Statement$, 0, 0, 4, 4, 1, 0, 0, 0, 0, 2, 2, 2, () => TagList]
|
|
822
910
|
];
|
|
823
|
-
exports.
|
|
911
|
+
exports.PutBotResponse$ = PutBotResponse$;
|
|
912
|
+
const PutIntentRequest$ = [3, n0, _PIR,
|
|
824
913
|
0,
|
|
825
914
|
[_n, _d, _sl, _sU, _cPo, _rS, _fUP, _cS, _dCH, _fA, _pIS, _ch, _cV, _kC, _iC, _oC],
|
|
826
|
-
[[0, 1], 0, () => SlotList, 64 | 0, () =>
|
|
915
|
+
[[0, 1], 0, () => SlotList, 64 | 0, () => Prompt$, () => Statement$, () => FollowUpPrompt$, () => Statement$, () => CodeHook$, () => FulfillmentActivity$, 0, 0, 2, () => KendraConfiguration$, () => InputContextList, () => OutputContextList], 1
|
|
827
916
|
];
|
|
828
|
-
exports.
|
|
917
|
+
exports.PutIntentRequest$ = PutIntentRequest$;
|
|
918
|
+
const PutIntentResponse$ = [3, n0, _PIRu,
|
|
829
919
|
0,
|
|
830
920
|
[_n, _d, _sl, _sU, _cPo, _rS, _fUP, _cS, _dCH, _fA, _pIS, _lUD, _cD, _v, _ch, _cV, _kC, _iC, _oC],
|
|
831
|
-
[0, 0, () => SlotList, 64 | 0, () =>
|
|
921
|
+
[0, 0, () => SlotList, 64 | 0, () => Prompt$, () => Statement$, () => FollowUpPrompt$, () => Statement$, () => CodeHook$, () => FulfillmentActivity$, 0, 4, 4, 0, 0, 2, () => KendraConfiguration$, () => InputContextList, () => OutputContextList]
|
|
832
922
|
];
|
|
833
|
-
exports.
|
|
923
|
+
exports.PutIntentResponse$ = PutIntentResponse$;
|
|
924
|
+
const PutSlotTypeRequest$ = [3, n0, _PSTR,
|
|
834
925
|
0,
|
|
835
926
|
[_n, _d, _eV, _ch, _vSS, _cV, _pSTS, _sTC],
|
|
836
927
|
[[0, 1], 0, () => EnumerationValues, 0, 0, 2, 0, () => SlotTypeConfigurations], 1
|
|
837
928
|
];
|
|
838
|
-
exports.
|
|
929
|
+
exports.PutSlotTypeRequest$ = PutSlotTypeRequest$;
|
|
930
|
+
const PutSlotTypeResponse$ = [3, n0, _PSTRu,
|
|
839
931
|
0,
|
|
840
932
|
[_n, _d, _eV, _lUD, _cD, _v, _ch, _vSS, _cV, _pSTS, _sTC],
|
|
841
933
|
[0, 0, () => EnumerationValues, 4, 4, 0, 0, 0, 2, 0, () => SlotTypeConfigurations]
|
|
842
934
|
];
|
|
843
|
-
exports.
|
|
935
|
+
exports.PutSlotTypeResponse$ = PutSlotTypeResponse$;
|
|
936
|
+
const ResourceReference$ = [3, n0, _RR,
|
|
844
937
|
0,
|
|
845
938
|
[_n, _v],
|
|
846
939
|
[0, 0]
|
|
847
940
|
];
|
|
848
|
-
exports.
|
|
941
|
+
exports.ResourceReference$ = ResourceReference$;
|
|
942
|
+
const Slot$ = [3, n0, _S,
|
|
849
943
|
0,
|
|
850
944
|
[_n, _sCl, _d, _sTl, _sTV, _vEP, _pr, _sU, _rC, _oS, _dVS],
|
|
851
|
-
[0, 0, 0, 0, 0, () =>
|
|
945
|
+
[0, 0, 0, 0, 0, () => Prompt$, 1, 64 | 0, 0, 0, () => SlotDefaultValueSpec$], 2
|
|
852
946
|
];
|
|
853
|
-
exports.
|
|
947
|
+
exports.Slot$ = Slot$;
|
|
948
|
+
const SlotDefaultValue$ = [3, n0, _SDV,
|
|
854
949
|
0,
|
|
855
950
|
[_dV],
|
|
856
951
|
[0], 1
|
|
857
952
|
];
|
|
858
|
-
exports.
|
|
953
|
+
exports.SlotDefaultValue$ = SlotDefaultValue$;
|
|
954
|
+
const SlotDefaultValueSpec$ = [3, n0, _SDVS,
|
|
859
955
|
0,
|
|
860
956
|
[_dVL],
|
|
861
957
|
[() => SlotDefaultValueList], 1
|
|
862
958
|
];
|
|
863
|
-
exports.
|
|
959
|
+
exports.SlotDefaultValueSpec$ = SlotDefaultValueSpec$;
|
|
960
|
+
const SlotTypeConfiguration$ = [3, n0, _STC,
|
|
864
961
|
0,
|
|
865
962
|
[_rCe],
|
|
866
|
-
[() =>
|
|
963
|
+
[() => SlotTypeRegexConfiguration$]
|
|
867
964
|
];
|
|
868
|
-
exports.
|
|
965
|
+
exports.SlotTypeConfiguration$ = SlotTypeConfiguration$;
|
|
966
|
+
const SlotTypeMetadata$ = [3, n0, _STM,
|
|
869
967
|
0,
|
|
870
968
|
[_n, _d, _lUD, _cD, _v],
|
|
871
969
|
[0, 0, 4, 4, 0]
|
|
872
970
|
];
|
|
873
|
-
exports.
|
|
971
|
+
exports.SlotTypeMetadata$ = SlotTypeMetadata$;
|
|
972
|
+
const SlotTypeRegexConfiguration$ = [3, n0, _STRC,
|
|
874
973
|
0,
|
|
875
974
|
[_pa],
|
|
876
975
|
[0], 1
|
|
877
976
|
];
|
|
878
|
-
exports.
|
|
977
|
+
exports.SlotTypeRegexConfiguration$ = SlotTypeRegexConfiguration$;
|
|
978
|
+
const StartImportRequest$ = [3, n0, _SIR,
|
|
879
979
|
0,
|
|
880
980
|
[_pay, _rTe, _mS, _ta],
|
|
881
981
|
[21, 0, 0, () => TagList], 3
|
|
882
982
|
];
|
|
883
|
-
exports.
|
|
983
|
+
exports.StartImportRequest$ = StartImportRequest$;
|
|
984
|
+
const StartImportResponse$ = [3, n0, _SIRt,
|
|
884
985
|
0,
|
|
885
986
|
[_n, _rTe, _mS, _iI, _iS, _ta, _cD],
|
|
886
987
|
[0, 0, 0, 0, 0, () => TagList, 4]
|
|
887
988
|
];
|
|
888
|
-
exports.
|
|
989
|
+
exports.StartImportResponse$ = StartImportResponse$;
|
|
990
|
+
const StartMigrationRequest$ = [3, n0, _SMR,
|
|
889
991
|
0,
|
|
890
992
|
[_vBN, _vBV, _vBNo, _vBR, _mSig],
|
|
891
993
|
[0, 0, 0, 0, 0], 5
|
|
892
994
|
];
|
|
893
|
-
exports.
|
|
995
|
+
exports.StartMigrationRequest$ = StartMigrationRequest$;
|
|
996
|
+
const StartMigrationResponse$ = [3, n0, _SMRt,
|
|
894
997
|
0,
|
|
895
998
|
[_vBN, _vBV, _vBL, _vBI, _vBR, _mI, _mSig, _mT],
|
|
896
999
|
[0, 0, 0, 0, 0, 0, 0, 4]
|
|
897
1000
|
];
|
|
898
|
-
exports.
|
|
1001
|
+
exports.StartMigrationResponse$ = StartMigrationResponse$;
|
|
1002
|
+
const Statement$ = [3, n0, _St,
|
|
899
1003
|
0,
|
|
900
1004
|
[_me, _rC],
|
|
901
1005
|
[() => MessageList, 0], 1
|
|
902
1006
|
];
|
|
903
|
-
exports.
|
|
1007
|
+
exports.Statement$ = Statement$;
|
|
1008
|
+
const Tag$ = [3, n0, _T,
|
|
904
1009
|
0,
|
|
905
1010
|
[_k, _va],
|
|
906
1011
|
[0, 0], 2
|
|
907
1012
|
];
|
|
908
|
-
exports.
|
|
1013
|
+
exports.Tag$ = Tag$;
|
|
1014
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
909
1015
|
0,
|
|
910
1016
|
[_rA, _ta],
|
|
911
1017
|
[[0, 1], () => TagList], 2
|
|
912
1018
|
];
|
|
913
|
-
exports.
|
|
1019
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1020
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
914
1021
|
0,
|
|
915
1022
|
[],
|
|
916
1023
|
[]
|
|
917
1024
|
];
|
|
918
|
-
exports.
|
|
1025
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1026
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
919
1027
|
0,
|
|
920
1028
|
[_rA, _tK],
|
|
921
1029
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
922
1030
|
];
|
|
923
|
-
exports.
|
|
1031
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1032
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
924
1033
|
0,
|
|
925
1034
|
[],
|
|
926
1035
|
[]
|
|
927
1036
|
];
|
|
928
|
-
exports.
|
|
1037
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1038
|
+
const UtteranceData$ = [3, n0, _UD,
|
|
929
1039
|
0,
|
|
930
1040
|
[_uS, _cou, _dU, _fUD, _lUDa],
|
|
931
1041
|
[0, 1, 1, 4, 4]
|
|
932
1042
|
];
|
|
933
|
-
exports.
|
|
1043
|
+
exports.UtteranceData$ = UtteranceData$;
|
|
1044
|
+
const UtteranceList$ = [3, n0, _UL,
|
|
934
1045
|
0,
|
|
935
1046
|
[_bV, _ut],
|
|
936
1047
|
[0, () => ListOfUtterance]
|
|
937
1048
|
];
|
|
1049
|
+
exports.UtteranceList$ = UtteranceList$;
|
|
938
1050
|
var __Unit = "unit";
|
|
939
1051
|
var BotAliasMetadataList = [1, n0, _BAML,
|
|
940
|
-
0, () =>
|
|
1052
|
+
0, () => BotAliasMetadata$
|
|
941
1053
|
];
|
|
942
1054
|
var BotChannelAssociationList = [1, n0, _BCAL,
|
|
943
|
-
0, [() =>
|
|
1055
|
+
0, [() => BotChannelAssociation$,
|
|
944
1056
|
0]
|
|
945
1057
|
];
|
|
946
1058
|
var BotMetadataList = [1, n0, _BML,
|
|
947
|
-
0, () =>
|
|
1059
|
+
0, () => BotMetadata$
|
|
948
1060
|
];
|
|
949
1061
|
var BotVersions = 64 | 0;
|
|
950
1062
|
var BuiltinIntentMetadataList = [1, n0, _BIML,
|
|
951
|
-
0, () =>
|
|
1063
|
+
0, () => BuiltinIntentMetadata$
|
|
952
1064
|
];
|
|
953
1065
|
var BuiltinIntentSlotList = [1, n0, _BISL,
|
|
954
|
-
0, () =>
|
|
1066
|
+
0, () => BuiltinIntentSlot$
|
|
955
1067
|
];
|
|
956
1068
|
var BuiltinSlotTypeMetadataList = [1, n0, _BSTML,
|
|
957
|
-
0, () =>
|
|
1069
|
+
0, () => BuiltinSlotTypeMetadata$
|
|
958
1070
|
];
|
|
959
1071
|
var EnumerationValues = [1, n0, _EVn,
|
|
960
|
-
0, () =>
|
|
1072
|
+
0, () => EnumerationValue$
|
|
961
1073
|
];
|
|
962
1074
|
var InputContextList = [1, n0, _ICL,
|
|
963
|
-
0, () =>
|
|
1075
|
+
0, () => InputContext$
|
|
964
1076
|
];
|
|
965
1077
|
var IntentList = [1, n0, _IL,
|
|
966
|
-
0, () =>
|
|
1078
|
+
0, () => Intent$
|
|
967
1079
|
];
|
|
968
1080
|
var IntentMetadataList = [1, n0, _IML,
|
|
969
|
-
0, () =>
|
|
1081
|
+
0, () => IntentMetadata$
|
|
970
1082
|
];
|
|
971
1083
|
var IntentUtteranceList = 64 | 0;
|
|
972
1084
|
var ListOfUtterance = [1, n0, _LOU,
|
|
973
|
-
0, () =>
|
|
1085
|
+
0, () => UtteranceData$
|
|
974
1086
|
];
|
|
975
1087
|
var ListsOfUtterances = [1, n0, _LOUi,
|
|
976
|
-
0, () =>
|
|
1088
|
+
0, () => UtteranceList$
|
|
977
1089
|
];
|
|
978
1090
|
var LocaleList = 64 | 0;
|
|
979
1091
|
var LogSettingsRequestList = [1, n0, _LSRL,
|
|
980
|
-
0, () =>
|
|
1092
|
+
0, () => LogSettingsRequest$
|
|
981
1093
|
];
|
|
982
1094
|
var LogSettingsResponseList = [1, n0, _LSRLo,
|
|
983
|
-
0, () =>
|
|
1095
|
+
0, () => LogSettingsResponse$
|
|
984
1096
|
];
|
|
985
1097
|
var MessageList = [1, n0, _ML,
|
|
986
|
-
0, () =>
|
|
1098
|
+
0, () => Message$
|
|
987
1099
|
];
|
|
988
1100
|
var MigrationAlertDetails = 64 | 0;
|
|
989
1101
|
var MigrationAlertReferenceURLs = 64 | 0;
|
|
990
1102
|
var MigrationAlerts = [1, n0, _MAi,
|
|
991
|
-
0, () =>
|
|
1103
|
+
0, () => MigrationAlert$
|
|
992
1104
|
];
|
|
993
1105
|
var MigrationSummaryList = [1, n0, _MSL,
|
|
994
|
-
0, () =>
|
|
1106
|
+
0, () => MigrationSummary$
|
|
995
1107
|
];
|
|
996
1108
|
var OutputContextList = [1, n0, _OCL,
|
|
997
|
-
0, () =>
|
|
1109
|
+
0, () => OutputContext$
|
|
998
1110
|
];
|
|
999
1111
|
var SlotDefaultValueList = [1, n0, _SDVL,
|
|
1000
|
-
0, () =>
|
|
1112
|
+
0, () => SlotDefaultValue$
|
|
1001
1113
|
];
|
|
1002
1114
|
var SlotList = [1, n0, _SL,
|
|
1003
|
-
0, () =>
|
|
1115
|
+
0, () => Slot$
|
|
1004
1116
|
];
|
|
1005
1117
|
var SlotTypeConfigurations = [1, n0, _STCl,
|
|
1006
|
-
0, () =>
|
|
1118
|
+
0, () => SlotTypeConfiguration$
|
|
1007
1119
|
];
|
|
1008
1120
|
var SlotTypeMetadataList = [1, n0, _STML,
|
|
1009
|
-
0, () =>
|
|
1121
|
+
0, () => SlotTypeMetadata$
|
|
1010
1122
|
];
|
|
1011
1123
|
var SlotUtteranceList = 64 | 0;
|
|
1012
1124
|
var StringList = 64 | 0;
|
|
1013
1125
|
var SynonymList = 64 | 0;
|
|
1014
1126
|
var TagKeyList = 64 | 0;
|
|
1015
1127
|
var TagList = [1, n0, _TL,
|
|
1016
|
-
0, () =>
|
|
1128
|
+
0, () => Tag$
|
|
1017
1129
|
];
|
|
1018
1130
|
var ChannelConfigurationMap = [2, n0, _CCM,
|
|
1019
1131
|
8, 0, 0
|
|
1020
1132
|
];
|
|
1021
1133
|
exports.CreateBotVersion$ = [9, n0, _CBV,
|
|
1022
|
-
{ [_h]: ["POST", "/bots/{name}/versions", 201] }, () =>
|
|
1134
|
+
{ [_h]: ["POST", "/bots/{name}/versions", 201] }, () => CreateBotVersionRequest$, () => CreateBotVersionResponse$
|
|
1023
1135
|
];
|
|
1024
1136
|
exports.CreateIntentVersion$ = [9, n0, _CIV,
|
|
1025
|
-
{ [_h]: ["POST", "/intents/{name}/versions", 201] }, () =>
|
|
1137
|
+
{ [_h]: ["POST", "/intents/{name}/versions", 201] }, () => CreateIntentVersionRequest$, () => CreateIntentVersionResponse$
|
|
1026
1138
|
];
|
|
1027
1139
|
exports.CreateSlotTypeVersion$ = [9, n0, _CSTV,
|
|
1028
|
-
{ [_h]: ["POST", "/slottypes/{name}/versions", 201] }, () =>
|
|
1140
|
+
{ [_h]: ["POST", "/slottypes/{name}/versions", 201] }, () => CreateSlotTypeVersionRequest$, () => CreateSlotTypeVersionResponse$
|
|
1029
1141
|
];
|
|
1030
1142
|
exports.DeleteBot$ = [9, n0, _DB,
|
|
1031
|
-
{ [_h]: ["DELETE", "/bots/{name}", 204] }, () =>
|
|
1143
|
+
{ [_h]: ["DELETE", "/bots/{name}", 204] }, () => DeleteBotRequest$, () => __Unit
|
|
1032
1144
|
];
|
|
1033
1145
|
exports.DeleteBotAlias$ = [9, n0, _DBA,
|
|
1034
|
-
{ [_h]: ["DELETE", "/bots/{botName}/aliases/{name}", 204] }, () =>
|
|
1146
|
+
{ [_h]: ["DELETE", "/bots/{botName}/aliases/{name}", 204] }, () => DeleteBotAliasRequest$, () => __Unit
|
|
1035
1147
|
];
|
|
1036
1148
|
exports.DeleteBotChannelAssociation$ = [9, n0, _DBCA,
|
|
1037
|
-
{ [_h]: ["DELETE", "/bots/{botName}/aliases/{botAlias}/channels/{name}", 204] }, () =>
|
|
1149
|
+
{ [_h]: ["DELETE", "/bots/{botName}/aliases/{botAlias}/channels/{name}", 204] }, () => DeleteBotChannelAssociationRequest$, () => __Unit
|
|
1038
1150
|
];
|
|
1039
1151
|
exports.DeleteBotVersion$ = [9, n0, _DBV,
|
|
1040
|
-
{ [_h]: ["DELETE", "/bots/{name}/versions/{version}", 204] }, () =>
|
|
1152
|
+
{ [_h]: ["DELETE", "/bots/{name}/versions/{version}", 204] }, () => DeleteBotVersionRequest$, () => __Unit
|
|
1041
1153
|
];
|
|
1042
1154
|
exports.DeleteIntent$ = [9, n0, _DI,
|
|
1043
|
-
{ [_h]: ["DELETE", "/intents/{name}", 204] }, () =>
|
|
1155
|
+
{ [_h]: ["DELETE", "/intents/{name}", 204] }, () => DeleteIntentRequest$, () => __Unit
|
|
1044
1156
|
];
|
|
1045
1157
|
exports.DeleteIntentVersion$ = [9, n0, _DIV,
|
|
1046
|
-
{ [_h]: ["DELETE", "/intents/{name}/versions/{version}", 204] }, () =>
|
|
1158
|
+
{ [_h]: ["DELETE", "/intents/{name}/versions/{version}", 204] }, () => DeleteIntentVersionRequest$, () => __Unit
|
|
1047
1159
|
];
|
|
1048
1160
|
exports.DeleteSlotType$ = [9, n0, _DST,
|
|
1049
|
-
{ [_h]: ["DELETE", "/slottypes/{name}", 204] }, () =>
|
|
1161
|
+
{ [_h]: ["DELETE", "/slottypes/{name}", 204] }, () => DeleteSlotTypeRequest$, () => __Unit
|
|
1050
1162
|
];
|
|
1051
1163
|
exports.DeleteSlotTypeVersion$ = [9, n0, _DSTV,
|
|
1052
|
-
{ [_h]: ["DELETE", "/slottypes/{name}/version/{version}", 204] }, () =>
|
|
1164
|
+
{ [_h]: ["DELETE", "/slottypes/{name}/version/{version}", 204] }, () => DeleteSlotTypeVersionRequest$, () => __Unit
|
|
1053
1165
|
];
|
|
1054
1166
|
exports.DeleteUtterances$ = [9, n0, _DU,
|
|
1055
|
-
{ [_h]: ["DELETE", "/bots/{botName}/utterances/{userId}", 204] }, () =>
|
|
1167
|
+
{ [_h]: ["DELETE", "/bots/{botName}/utterances/{userId}", 204] }, () => DeleteUtterancesRequest$, () => __Unit
|
|
1056
1168
|
];
|
|
1057
1169
|
exports.GetBot$ = [9, n0, _GB,
|
|
1058
|
-
{ [_h]: ["GET", "/bots/{name}/versions/{versionOrAlias}", 200] }, () =>
|
|
1170
|
+
{ [_h]: ["GET", "/bots/{name}/versions/{versionOrAlias}", 200] }, () => GetBotRequest$, () => GetBotResponse$
|
|
1059
1171
|
];
|
|
1060
1172
|
exports.GetBotAlias$ = [9, n0, _GBA,
|
|
1061
|
-
{ [_h]: ["GET", "/bots/{botName}/aliases/{name}", 200] }, () =>
|
|
1173
|
+
{ [_h]: ["GET", "/bots/{botName}/aliases/{name}", 200] }, () => GetBotAliasRequest$, () => GetBotAliasResponse$
|
|
1062
1174
|
];
|
|
1063
1175
|
exports.GetBotAliases$ = [9, n0, _GBAe,
|
|
1064
|
-
{ [_h]: ["GET", "/bots/{botName}/aliases", 200] }, () =>
|
|
1176
|
+
{ [_h]: ["GET", "/bots/{botName}/aliases", 200] }, () => GetBotAliasesRequest$, () => GetBotAliasesResponse$
|
|
1065
1177
|
];
|
|
1066
1178
|
exports.GetBotChannelAssociation$ = [9, n0, _GBCA,
|
|
1067
|
-
{ [_h]: ["GET", "/bots/{botName}/aliases/{botAlias}/channels/{name}", 200] }, () =>
|
|
1179
|
+
{ [_h]: ["GET", "/bots/{botName}/aliases/{botAlias}/channels/{name}", 200] }, () => GetBotChannelAssociationRequest$, () => GetBotChannelAssociationResponse$
|
|
1068
1180
|
];
|
|
1069
1181
|
exports.GetBotChannelAssociations$ = [9, n0, _GBCAe,
|
|
1070
|
-
{ [_h]: ["GET", "/bots/{botName}/aliases/{botAlias}/channels", 200] }, () =>
|
|
1182
|
+
{ [_h]: ["GET", "/bots/{botName}/aliases/{botAlias}/channels", 200] }, () => GetBotChannelAssociationsRequest$, () => GetBotChannelAssociationsResponse$
|
|
1071
1183
|
];
|
|
1072
1184
|
exports.GetBots$ = [9, n0, _GBe,
|
|
1073
|
-
{ [_h]: ["GET", "/bots", 200] }, () =>
|
|
1185
|
+
{ [_h]: ["GET", "/bots", 200] }, () => GetBotsRequest$, () => GetBotsResponse$
|
|
1074
1186
|
];
|
|
1075
1187
|
exports.GetBotVersions$ = [9, n0, _GBV,
|
|
1076
|
-
{ [_h]: ["GET", "/bots/{name}/versions", 200] }, () =>
|
|
1188
|
+
{ [_h]: ["GET", "/bots/{name}/versions", 200] }, () => GetBotVersionsRequest$, () => GetBotVersionsResponse$
|
|
1077
1189
|
];
|
|
1078
1190
|
exports.GetBuiltinIntent$ = [9, n0, _GBI,
|
|
1079
|
-
{ [_h]: ["GET", "/builtins/intents/{signature}", 200] }, () =>
|
|
1191
|
+
{ [_h]: ["GET", "/builtins/intents/{signature}", 200] }, () => GetBuiltinIntentRequest$, () => GetBuiltinIntentResponse$
|
|
1080
1192
|
];
|
|
1081
1193
|
exports.GetBuiltinIntents$ = [9, n0, _GBIe,
|
|
1082
|
-
{ [_h]: ["GET", "/builtins/intents", 200] }, () =>
|
|
1194
|
+
{ [_h]: ["GET", "/builtins/intents", 200] }, () => GetBuiltinIntentsRequest$, () => GetBuiltinIntentsResponse$
|
|
1083
1195
|
];
|
|
1084
1196
|
exports.GetBuiltinSlotTypes$ = [9, n0, _GBST,
|
|
1085
|
-
{ [_h]: ["GET", "/builtins/slottypes", 200] }, () =>
|
|
1197
|
+
{ [_h]: ["GET", "/builtins/slottypes", 200] }, () => GetBuiltinSlotTypesRequest$, () => GetBuiltinSlotTypesResponse$
|
|
1086
1198
|
];
|
|
1087
1199
|
exports.GetExport$ = [9, n0, _GE,
|
|
1088
|
-
{ [_h]: ["GET", "/exports", 200] }, () =>
|
|
1200
|
+
{ [_h]: ["GET", "/exports", 200] }, () => GetExportRequest$, () => GetExportResponse$
|
|
1089
1201
|
];
|
|
1090
1202
|
exports.GetImport$ = [9, n0, _GI,
|
|
1091
|
-
{ [_h]: ["GET", "/imports/{importId}", 200] }, () =>
|
|
1203
|
+
{ [_h]: ["GET", "/imports/{importId}", 200] }, () => GetImportRequest$, () => GetImportResponse$
|
|
1092
1204
|
];
|
|
1093
1205
|
exports.GetIntent$ = [9, n0, _GIe,
|
|
1094
|
-
{ [_h]: ["GET", "/intents/{name}/versions/{version}", 200] }, () =>
|
|
1206
|
+
{ [_h]: ["GET", "/intents/{name}/versions/{version}", 200] }, () => GetIntentRequest$, () => GetIntentResponse$
|
|
1095
1207
|
];
|
|
1096
1208
|
exports.GetIntents$ = [9, n0, _GIet,
|
|
1097
|
-
{ [_h]: ["GET", "/intents", 200] }, () =>
|
|
1209
|
+
{ [_h]: ["GET", "/intents", 200] }, () => GetIntentsRequest$, () => GetIntentsResponse$
|
|
1098
1210
|
];
|
|
1099
1211
|
exports.GetIntentVersions$ = [9, n0, _GIV,
|
|
1100
|
-
{ [_h]: ["GET", "/intents/{name}/versions", 200] }, () =>
|
|
1212
|
+
{ [_h]: ["GET", "/intents/{name}/versions", 200] }, () => GetIntentVersionsRequest$, () => GetIntentVersionsResponse$
|
|
1101
1213
|
];
|
|
1102
1214
|
exports.GetMigration$ = [9, n0, _GM,
|
|
1103
|
-
{ [_h]: ["GET", "/migrations/{migrationId}", 200] }, () =>
|
|
1215
|
+
{ [_h]: ["GET", "/migrations/{migrationId}", 200] }, () => GetMigrationRequest$, () => GetMigrationResponse$
|
|
1104
1216
|
];
|
|
1105
1217
|
exports.GetMigrations$ = [9, n0, _GMe,
|
|
1106
|
-
{ [_h]: ["GET", "/migrations", 200] }, () =>
|
|
1218
|
+
{ [_h]: ["GET", "/migrations", 200] }, () => GetMigrationsRequest$, () => GetMigrationsResponse$
|
|
1107
1219
|
];
|
|
1108
1220
|
exports.GetSlotType$ = [9, n0, _GST,
|
|
1109
|
-
{ [_h]: ["GET", "/slottypes/{name}/versions/{version}", 200] }, () =>
|
|
1221
|
+
{ [_h]: ["GET", "/slottypes/{name}/versions/{version}", 200] }, () => GetSlotTypeRequest$, () => GetSlotTypeResponse$
|
|
1110
1222
|
];
|
|
1111
1223
|
exports.GetSlotTypes$ = [9, n0, _GSTe,
|
|
1112
|
-
{ [_h]: ["GET", "/slottypes", 200] }, () =>
|
|
1224
|
+
{ [_h]: ["GET", "/slottypes", 200] }, () => GetSlotTypesRequest$, () => GetSlotTypesResponse$
|
|
1113
1225
|
];
|
|
1114
1226
|
exports.GetSlotTypeVersions$ = [9, n0, _GSTV,
|
|
1115
|
-
{ [_h]: ["GET", "/slottypes/{name}/versions", 200] }, () =>
|
|
1227
|
+
{ [_h]: ["GET", "/slottypes/{name}/versions", 200] }, () => GetSlotTypeVersionsRequest$, () => GetSlotTypeVersionsResponse$
|
|
1116
1228
|
];
|
|
1117
1229
|
exports.GetUtterancesView$ = [9, n0, _GUV,
|
|
1118
|
-
{ [_h]: ["GET", "/bots/{botName}/utterances?view=aggregation", 200] }, () =>
|
|
1230
|
+
{ [_h]: ["GET", "/bots/{botName}/utterances?view=aggregation", 200] }, () => GetUtterancesViewRequest$, () => GetUtterancesViewResponse$
|
|
1119
1231
|
];
|
|
1120
1232
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
1121
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () =>
|
|
1233
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
1122
1234
|
];
|
|
1123
1235
|
exports.PutBot$ = [9, n0, _PB,
|
|
1124
|
-
{ [_h]: ["PUT", "/bots/{name}/versions/$LATEST", 200] }, () =>
|
|
1236
|
+
{ [_h]: ["PUT", "/bots/{name}/versions/$LATEST", 200] }, () => PutBotRequest$, () => PutBotResponse$
|
|
1125
1237
|
];
|
|
1126
1238
|
exports.PutBotAlias$ = [9, n0, _PBA,
|
|
1127
|
-
{ [_h]: ["PUT", "/bots/{botName}/aliases/{name}", 200] }, () =>
|
|
1239
|
+
{ [_h]: ["PUT", "/bots/{botName}/aliases/{name}", 200] }, () => PutBotAliasRequest$, () => PutBotAliasResponse$
|
|
1128
1240
|
];
|
|
1129
1241
|
exports.PutIntent$ = [9, n0, _PI,
|
|
1130
|
-
{ [_h]: ["PUT", "/intents/{name}/versions/$LATEST", 200] }, () =>
|
|
1242
|
+
{ [_h]: ["PUT", "/intents/{name}/versions/$LATEST", 200] }, () => PutIntentRequest$, () => PutIntentResponse$
|
|
1131
1243
|
];
|
|
1132
1244
|
exports.PutSlotType$ = [9, n0, _PST,
|
|
1133
|
-
{ [_h]: ["PUT", "/slottypes/{name}/versions/$LATEST", 200] }, () =>
|
|
1245
|
+
{ [_h]: ["PUT", "/slottypes/{name}/versions/$LATEST", 200] }, () => PutSlotTypeRequest$, () => PutSlotTypeResponse$
|
|
1134
1246
|
];
|
|
1135
1247
|
exports.StartImport$ = [9, n0, _SI,
|
|
1136
|
-
{ [_h]: ["POST", "/imports", 201] }, () =>
|
|
1248
|
+
{ [_h]: ["POST", "/imports", 201] }, () => StartImportRequest$, () => StartImportResponse$
|
|
1137
1249
|
];
|
|
1138
1250
|
exports.StartMigration$ = [9, n0, _SM,
|
|
1139
|
-
{ [_h]: ["POST", "/migrations", 202] }, () =>
|
|
1251
|
+
{ [_h]: ["POST", "/migrations", 202] }, () => StartMigrationRequest$, () => StartMigrationResponse$
|
|
1140
1252
|
];
|
|
1141
1253
|
exports.TagResource$ = [9, n0, _TR,
|
|
1142
|
-
{ [_h]: ["POST", "/tags/{resourceArn}", 204] }, () =>
|
|
1254
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
1143
1255
|
];
|
|
1144
1256
|
exports.UntagResource$ = [9, n0, _UR,
|
|
1145
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () =>
|
|
1257
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
1146
1258
|
];
|