@aws-sdk/client-lex-model-building-service 3.34.0 → 3.35.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/CHANGELOG.md +12 -0
- package/dist-cjs/LexModelBuildingService.js +644 -0
- package/dist-cjs/LexModelBuildingService.js.map +1 -0
- package/dist-cjs/LexModelBuildingServiceClient.js +47 -0
- package/dist-cjs/LexModelBuildingServiceClient.js.map +1 -0
- package/dist-cjs/commands/CreateBotVersionCommand.js +73 -0
- package/dist-cjs/commands/CreateBotVersionCommand.js.map +1 -0
- package/dist-cjs/commands/CreateIntentVersionCommand.js +74 -0
- package/dist-cjs/commands/CreateIntentVersionCommand.js.map +1 -0
- package/dist-cjs/commands/CreateSlotTypeVersionCommand.js +76 -0
- package/dist-cjs/commands/CreateSlotTypeVersionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBotAliasCommand.js +69 -0
- package/dist-cjs/commands/DeleteBotAliasCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBotChannelAssociationCommand.js +64 -0
- package/dist-cjs/commands/DeleteBotChannelAssociationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBotCommand.js +77 -0
- package/dist-cjs/commands/DeleteBotCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBotVersionCommand.js +64 -0
- package/dist-cjs/commands/DeleteBotVersionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteIntentCommand.js +78 -0
- package/dist-cjs/commands/DeleteIntentCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteIntentVersionCommand.js +64 -0
- package/dist-cjs/commands/DeleteIntentVersionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteSlotTypeCommand.js +77 -0
- package/dist-cjs/commands/DeleteSlotTypeCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteSlotTypeVersionCommand.js +64 -0
- package/dist-cjs/commands/DeleteSlotTypeVersionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteUtterancesCommand.js +72 -0
- package/dist-cjs/commands/DeleteUtterancesCommand.js.map +1 -0
- package/dist-cjs/commands/GetBotAliasCommand.js +64 -0
- package/dist-cjs/commands/GetBotAliasCommand.js.map +1 -0
- package/dist-cjs/commands/GetBotAliasesCommand.js +63 -0
- package/dist-cjs/commands/GetBotAliasesCommand.js.map +1 -0
- package/dist-cjs/commands/GetBotChannelAssociationCommand.js +64 -0
- package/dist-cjs/commands/GetBotChannelAssociationCommand.js.map +1 -0
- package/dist-cjs/commands/GetBotChannelAssociationsCommand.js +65 -0
- package/dist-cjs/commands/GetBotChannelAssociationsCommand.js.map +1 -0
- package/dist-cjs/commands/GetBotCommand.js +64 -0
- package/dist-cjs/commands/GetBotCommand.js.map +1 -0
- package/dist-cjs/commands/GetBotVersionsCommand.js +71 -0
- package/dist-cjs/commands/GetBotVersionsCommand.js.map +1 -0
- package/dist-cjs/commands/GetBotsCommand.js +75 -0
- package/dist-cjs/commands/GetBotsCommand.js.map +1 -0
- package/dist-cjs/commands/GetBuiltinIntentCommand.js +63 -0
- package/dist-cjs/commands/GetBuiltinIntentCommand.js.map +1 -0
- package/dist-cjs/commands/GetBuiltinIntentsCommand.js +64 -0
- package/dist-cjs/commands/GetBuiltinIntentsCommand.js.map +1 -0
- package/dist-cjs/commands/GetBuiltinSlotTypesCommand.js +67 -0
- package/dist-cjs/commands/GetBuiltinSlotTypesCommand.js.map +1 -0
- package/dist-cjs/commands/GetExportCommand.js +62 -0
- package/dist-cjs/commands/GetExportCommand.js.map +1 -0
- package/dist-cjs/commands/GetImportCommand.js +62 -0
- package/dist-cjs/commands/GetImportCommand.js.map +1 -0
- package/dist-cjs/commands/GetIntentCommand.js +64 -0
- package/dist-cjs/commands/GetIntentCommand.js.map +1 -0
- package/dist-cjs/commands/GetIntentVersionsCommand.js +71 -0
- package/dist-cjs/commands/GetIntentVersionsCommand.js.map +1 -0
- package/dist-cjs/commands/GetIntentsCommand.js +75 -0
- package/dist-cjs/commands/GetIntentsCommand.js.map +1 -0
- package/dist-cjs/commands/GetMigrationCommand.js +63 -0
- package/dist-cjs/commands/GetMigrationCommand.js.map +1 -0
- package/dist-cjs/commands/GetMigrationsCommand.js +61 -0
- package/dist-cjs/commands/GetMigrationsCommand.js.map +1 -0
- package/dist-cjs/commands/GetSlotTypeCommand.js +65 -0
- package/dist-cjs/commands/GetSlotTypeCommand.js.map +1 -0
- package/dist-cjs/commands/GetSlotTypeVersionsCommand.js +71 -0
- package/dist-cjs/commands/GetSlotTypeVersionsCommand.js.map +1 -0
- package/dist-cjs/commands/GetSlotTypesCommand.js +75 -0
- package/dist-cjs/commands/GetSlotTypesCommand.js.map +1 -0
- package/dist-cjs/commands/GetUtterancesViewCommand.js +84 -0
- package/dist-cjs/commands/GetUtterancesViewCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +62 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/PutBotAliasCommand.js +66 -0
- package/dist-cjs/commands/PutBotAliasCommand.js.map +1 -0
- package/dist-cjs/commands/PutBotCommand.js +78 -0
- package/dist-cjs/commands/PutBotCommand.js.map +1 -0
- package/dist-cjs/commands/PutIntentCommand.js +118 -0
- package/dist-cjs/commands/PutIntentCommand.js.map +1 -0
- package/dist-cjs/commands/PutSlotTypeCommand.js +76 -0
- package/dist-cjs/commands/PutSlotTypeCommand.js.map +1 -0
- package/dist-cjs/commands/StartImportCommand.js +61 -0
- package/dist-cjs/commands/StartImportCommand.js.map +1 -0
- package/dist-cjs/commands/StartMigrationCommand.js +64 -0
- package/dist-cjs/commands/StartMigrationCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +62 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/GetBotAliasesPaginator.js +46 -0
- package/dist-cjs/pagination/GetBotAliasesPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetBotChannelAssociationsPaginator.js +46 -0
- package/dist-cjs/pagination/GetBotChannelAssociationsPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetBotVersionsPaginator.js +46 -0
- package/dist-cjs/pagination/GetBotVersionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetBotsPaginator.js +46 -0
- package/dist-cjs/pagination/GetBotsPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetBuiltinIntentsPaginator.js +46 -0
- package/dist-cjs/pagination/GetBuiltinIntentsPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetBuiltinSlotTypesPaginator.js +46 -0
- package/dist-cjs/pagination/GetBuiltinSlotTypesPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetIntentVersionsPaginator.js +46 -0
- package/dist-cjs/pagination/GetIntentVersionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetIntentsPaginator.js +46 -0
- package/dist-cjs/pagination/GetIntentsPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetMigrationsPaginator.js +46 -0
- package/dist-cjs/pagination/GetMigrationsPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetSlotTypeVersionsPaginator.js +46 -0
- package/dist-cjs/pagination/GetSlotTypeVersionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/GetSlotTypesPaginator.js +46 -0
- package/dist-cjs/pagination/GetSlotTypesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +6418 -0
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/LexModelBuildingService.js +641 -0
- package/dist-es/LexModelBuildingService.js.map +1 -0
- package/dist-es/LexModelBuildingServiceClient.js +38 -0
- package/dist-es/LexModelBuildingServiceClient.js.map +1 -0
- package/dist-es/commands/CreateBotVersionCommand.js +40 -0
- package/dist-es/commands/CreateBotVersionCommand.js.map +1 -0
- package/dist-es/commands/CreateIntentVersionCommand.js +40 -0
- package/dist-es/commands/CreateIntentVersionCommand.js.map +1 -0
- package/dist-es/commands/CreateSlotTypeVersionCommand.js +40 -0
- package/dist-es/commands/CreateSlotTypeVersionCommand.js.map +1 -0
- package/dist-es/commands/DeleteBotAliasCommand.js +40 -0
- package/dist-es/commands/DeleteBotAliasCommand.js.map +1 -0
- package/dist-es/commands/DeleteBotChannelAssociationCommand.js +40 -0
- package/dist-es/commands/DeleteBotChannelAssociationCommand.js.map +1 -0
- package/dist-es/commands/DeleteBotCommand.js +40 -0
- package/dist-es/commands/DeleteBotCommand.js.map +1 -0
- package/dist-es/commands/DeleteBotVersionCommand.js +40 -0
- package/dist-es/commands/DeleteBotVersionCommand.js.map +1 -0
- package/dist-es/commands/DeleteIntentCommand.js +40 -0
- package/dist-es/commands/DeleteIntentCommand.js.map +1 -0
- package/dist-es/commands/DeleteIntentVersionCommand.js +40 -0
- package/dist-es/commands/DeleteIntentVersionCommand.js.map +1 -0
- package/dist-es/commands/DeleteSlotTypeCommand.js +40 -0
- package/dist-es/commands/DeleteSlotTypeCommand.js.map +1 -0
- package/dist-es/commands/DeleteSlotTypeVersionCommand.js +40 -0
- package/dist-es/commands/DeleteSlotTypeVersionCommand.js.map +1 -0
- package/dist-es/commands/DeleteUtterancesCommand.js +40 -0
- package/dist-es/commands/DeleteUtterancesCommand.js.map +1 -0
- package/dist-es/commands/GetBotAliasCommand.js +40 -0
- package/dist-es/commands/GetBotAliasCommand.js.map +1 -0
- package/dist-es/commands/GetBotAliasesCommand.js +40 -0
- package/dist-es/commands/GetBotAliasesCommand.js.map +1 -0
- package/dist-es/commands/GetBotChannelAssociationCommand.js +40 -0
- package/dist-es/commands/GetBotChannelAssociationCommand.js.map +1 -0
- package/dist-es/commands/GetBotChannelAssociationsCommand.js +40 -0
- package/dist-es/commands/GetBotChannelAssociationsCommand.js.map +1 -0
- package/dist-es/commands/GetBotCommand.js +40 -0
- package/dist-es/commands/GetBotCommand.js.map +1 -0
- package/dist-es/commands/GetBotVersionsCommand.js +40 -0
- package/dist-es/commands/GetBotVersionsCommand.js.map +1 -0
- package/dist-es/commands/GetBotsCommand.js +40 -0
- package/dist-es/commands/GetBotsCommand.js.map +1 -0
- package/dist-es/commands/GetBuiltinIntentCommand.js +40 -0
- package/dist-es/commands/GetBuiltinIntentCommand.js.map +1 -0
- package/dist-es/commands/GetBuiltinIntentsCommand.js +40 -0
- package/dist-es/commands/GetBuiltinIntentsCommand.js.map +1 -0
- package/dist-es/commands/GetBuiltinSlotTypesCommand.js +40 -0
- package/dist-es/commands/GetBuiltinSlotTypesCommand.js.map +1 -0
- package/dist-es/commands/GetExportCommand.js +40 -0
- package/dist-es/commands/GetExportCommand.js.map +1 -0
- package/dist-es/commands/GetImportCommand.js +40 -0
- package/dist-es/commands/GetImportCommand.js.map +1 -0
- package/dist-es/commands/GetIntentCommand.js +40 -0
- package/dist-es/commands/GetIntentCommand.js.map +1 -0
- package/dist-es/commands/GetIntentVersionsCommand.js +40 -0
- package/dist-es/commands/GetIntentVersionsCommand.js.map +1 -0
- package/dist-es/commands/GetIntentsCommand.js +40 -0
- package/dist-es/commands/GetIntentsCommand.js.map +1 -0
- package/dist-es/commands/GetMigrationCommand.js +40 -0
- package/dist-es/commands/GetMigrationCommand.js.map +1 -0
- package/dist-es/commands/GetMigrationsCommand.js +40 -0
- package/dist-es/commands/GetMigrationsCommand.js.map +1 -0
- package/dist-es/commands/GetSlotTypeCommand.js +40 -0
- package/dist-es/commands/GetSlotTypeCommand.js.map +1 -0
- package/dist-es/commands/GetSlotTypeVersionsCommand.js +40 -0
- package/dist-es/commands/GetSlotTypeVersionsCommand.js.map +1 -0
- package/dist-es/commands/GetSlotTypesCommand.js +40 -0
- package/dist-es/commands/GetSlotTypesCommand.js.map +1 -0
- package/dist-es/commands/GetUtterancesViewCommand.js +40 -0
- package/dist-es/commands/GetUtterancesViewCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/PutBotAliasCommand.js +40 -0
- package/dist-es/commands/PutBotAliasCommand.js.map +1 -0
- package/dist-es/commands/PutBotCommand.js +40 -0
- package/dist-es/commands/PutBotCommand.js.map +1 -0
- package/dist-es/commands/PutIntentCommand.js +40 -0
- package/dist-es/commands/PutIntentCommand.js.map +1 -0
- package/dist-es/commands/PutSlotTypeCommand.js +40 -0
- package/dist-es/commands/PutSlotTypeCommand.js.map +1 -0
- package/dist-es/commands/StartImportCommand.js +40 -0
- package/dist-es/commands/StartImportCommand.js.map +1 -0
- package/dist-es/commands/StartMigrationCommand.js +40 -0
- package/dist-es/commands/StartMigrationCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/GetBotAliasesPaginator.js +75 -0
- package/dist-es/pagination/GetBotAliasesPaginator.js.map +1 -0
- package/dist-es/pagination/GetBotChannelAssociationsPaginator.js +75 -0
- package/dist-es/pagination/GetBotChannelAssociationsPaginator.js.map +1 -0
- package/dist-es/pagination/GetBotVersionsPaginator.js +75 -0
- package/dist-es/pagination/GetBotVersionsPaginator.js.map +1 -0
- package/dist-es/pagination/GetBotsPaginator.js +75 -0
- package/dist-es/pagination/GetBotsPaginator.js.map +1 -0
- package/dist-es/pagination/GetBuiltinIntentsPaginator.js +75 -0
- package/dist-es/pagination/GetBuiltinIntentsPaginator.js.map +1 -0
- package/dist-es/pagination/GetBuiltinSlotTypesPaginator.js +75 -0
- package/dist-es/pagination/GetBuiltinSlotTypesPaginator.js.map +1 -0
- package/dist-es/pagination/GetIntentVersionsPaginator.js +75 -0
- package/dist-es/pagination/GetIntentVersionsPaginator.js.map +1 -0
- package/dist-es/pagination/GetIntentsPaginator.js +75 -0
- package/dist-es/pagination/GetIntentsPaginator.js.map +1 -0
- package/dist-es/pagination/GetMigrationsPaginator.js +75 -0
- package/dist-es/pagination/GetMigrationsPaginator.js.map +1 -0
- package/dist-es/pagination/GetSlotTypeVersionsPaginator.js +75 -0
- package/dist-es/pagination/GetSlotTypeVersionsPaginator.js.map +1 -0
- package/dist-es/pagination/GetSlotTypesPaginator.js +75 -0
- package/dist-es/pagination/GetSlotTypesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/LexModelBuildingService.d.ts +655 -0
- package/dist-types/LexModelBuildingServiceClient.d.ts +177 -0
- package/dist-types/commands/CreateBotVersionCommand.d.ts +47 -0
- package/dist-types/commands/CreateIntentVersionCommand.d.ts +48 -0
- package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +50 -0
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +43 -0
- package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +38 -0
- package/dist-types/commands/DeleteBotCommand.d.ts +51 -0
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +38 -0
- package/dist-types/commands/DeleteIntentCommand.d.ts +52 -0
- package/dist-types/commands/DeleteIntentVersionCommand.d.ts +38 -0
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +51 -0
- package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +38 -0
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +46 -0
- package/dist-types/commands/GetBotAliasCommand.d.ts +38 -0
- package/dist-types/commands/GetBotAliasesCommand.d.ts +37 -0
- package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +38 -0
- package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +39 -0
- package/dist-types/commands/GetBotCommand.d.ts +38 -0
- package/dist-types/commands/GetBotVersionsCommand.d.ts +45 -0
- package/dist-types/commands/GetBotsCommand.d.ts +49 -0
- package/dist-types/commands/GetBuiltinIntentCommand.d.ts +37 -0
- package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +38 -0
- package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +41 -0
- package/dist-types/commands/GetExportCommand.d.ts +36 -0
- package/dist-types/commands/GetImportCommand.d.ts +36 -0
- package/dist-types/commands/GetIntentCommand.d.ts +38 -0
- package/dist-types/commands/GetIntentVersionsCommand.d.ts +45 -0
- package/dist-types/commands/GetIntentsCommand.d.ts +49 -0
- package/dist-types/commands/GetMigrationCommand.d.ts +37 -0
- package/dist-types/commands/GetMigrationsCommand.d.ts +35 -0
- package/dist-types/commands/GetSlotTypeCommand.d.ts +39 -0
- package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +45 -0
- package/dist-types/commands/GetSlotTypesCommand.d.ts +49 -0
- package/dist-types/commands/GetUtterancesViewCommand.d.ts +58 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/commands/PutBotAliasCommand.d.ts +40 -0
- package/dist-types/commands/PutBotCommand.d.ts +52 -0
- package/dist-types/commands/PutIntentCommand.d.ts +92 -0
- package/dist-types/commands/PutSlotTypeCommand.d.ts +50 -0
- package/dist-types/commands/StartImportCommand.d.ts +35 -0
- package/dist-types/commands/StartMigrationCommand.d.ts +38 -0
- package/dist-types/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/GetBotAliasesPaginator.d.ts +4 -0
- package/dist-types/pagination/GetBotChannelAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetBotVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetBuiltinIntentsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetBuiltinSlotTypesPaginator.d.ts +4 -0
- package/dist-types/pagination/GetIntentVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetIntentsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetMigrationsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetSlotTypeVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetSlotTypesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +128 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/LexModelBuildingService.d.ts +655 -0
- package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +177 -0
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/PutBotCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +92 -0
- package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/GetBotAliasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetBotChannelAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetBotVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetBuiltinIntentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetBuiltinSlotTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetIntentVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetIntentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetMigrationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetSlotTypeVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetSlotTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +128 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/src/LexModelBuildingService.ts +1757 -0
- package/src/LexModelBuildingServiceClient.ts +395 -0
- package/src/commands/CreateBotVersionCommand.ts +111 -0
- package/src/commands/CreateIntentVersionCommand.ts +112 -0
- package/src/commands/CreateSlotTypeVersionCommand.ts +114 -0
- package/src/commands/DeleteBotAliasCommand.ts +107 -0
- package/src/commands/DeleteBotChannelAssociationCommand.ts +105 -0
- package/src/commands/DeleteBotCommand.ts +115 -0
- package/src/commands/DeleteBotVersionCommand.ts +102 -0
- package/src/commands/DeleteIntentCommand.ts +116 -0
- package/src/commands/DeleteIntentVersionCommand.ts +102 -0
- package/src/commands/DeleteSlotTypeCommand.ts +115 -0
- package/src/commands/DeleteSlotTypeVersionCommand.ts +102 -0
- package/src/commands/DeleteUtterancesCommand.ts +110 -0
- package/src/commands/GetBotAliasCommand.ts +102 -0
- package/src/commands/GetBotAliasesCommand.ts +101 -0
- package/src/commands/GetBotChannelAssociationCommand.ts +102 -0
- package/src/commands/GetBotChannelAssociationsCommand.ts +106 -0
- package/src/commands/GetBotCommand.ts +99 -0
- package/src/commands/GetBotVersionsCommand.ts +109 -0
- package/src/commands/GetBotsCommand.ts +113 -0
- package/src/commands/GetBuiltinIntentCommand.ts +101 -0
- package/src/commands/GetBuiltinIntentsCommand.ts +102 -0
- package/src/commands/GetBuiltinSlotTypesCommand.ts +105 -0
- package/src/commands/GetExportCommand.ts +100 -0
- package/src/commands/GetImportCommand.ts +100 -0
- package/src/commands/GetIntentCommand.ts +102 -0
- package/src/commands/GetIntentVersionsCommand.ts +109 -0
- package/src/commands/GetIntentsCommand.ts +113 -0
- package/src/commands/GetMigrationCommand.ts +101 -0
- package/src/commands/GetMigrationsCommand.ts +99 -0
- package/src/commands/GetSlotTypeCommand.ts +103 -0
- package/src/commands/GetSlotTypeVersionsCommand.ts +109 -0
- package/src/commands/GetSlotTypesCommand.ts +113 -0
- package/src/commands/GetUtterancesViewCommand.ts +122 -0
- package/src/commands/ListTagsForResourceCommand.ts +100 -0
- package/src/commands/PutBotAliasCommand.ts +104 -0
- package/src/commands/PutBotCommand.ts +113 -0
- package/src/commands/PutIntentCommand.ts +156 -0
- package/src/commands/PutSlotTypeCommand.ts +114 -0
- package/src/commands/StartImportCommand.ts +99 -0
- package/src/commands/StartMigrationCommand.ts +102 -0
- package/src/commands/TagResourceCommand.ts +100 -0
- package/src/commands/UntagResourceCommand.ts +99 -0
- package/src/endpoints.ts +72 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/GetBotAliasesPaginator.ts +59 -0
- package/src/pagination/GetBotChannelAssociationsPaginator.ts +59 -0
- package/src/pagination/GetBotVersionsPaginator.ts +59 -0
- package/src/pagination/GetBotsPaginator.ts +55 -0
- package/src/pagination/GetBuiltinIntentsPaginator.ts +59 -0
- package/src/pagination/GetBuiltinSlotTypesPaginator.ts +59 -0
- package/src/pagination/GetIntentVersionsPaginator.ts +59 -0
- package/src/pagination/GetIntentsPaginator.ts +55 -0
- package/src/pagination/GetMigrationsPaginator.ts +59 -0
- package/src/pagination/GetSlotTypeVersionsPaginator.ts +59 -0
- package/src/pagination/GetSlotTypesPaginator.ts +59 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/protocols/Aws_restJson1.ts +7155 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/LexModelBuildingService.ts +0 -1756
- package/LexModelBuildingServiceClient.ts +0 -394
- package/commands/CreateBotVersionCommand.ts +0 -110
- package/commands/CreateIntentVersionCommand.ts +0 -111
- package/commands/CreateSlotTypeVersionCommand.ts +0 -113
- package/commands/DeleteBotAliasCommand.ts +0 -106
- package/commands/DeleteBotChannelAssociationCommand.ts +0 -104
- package/commands/DeleteBotCommand.ts +0 -114
- package/commands/DeleteBotVersionCommand.ts +0 -101
- package/commands/DeleteIntentCommand.ts +0 -115
- package/commands/DeleteIntentVersionCommand.ts +0 -101
- package/commands/DeleteSlotTypeCommand.ts +0 -114
- package/commands/DeleteSlotTypeVersionCommand.ts +0 -101
- package/commands/DeleteUtterancesCommand.ts +0 -109
- package/commands/GetBotAliasCommand.ts +0 -101
- package/commands/GetBotAliasesCommand.ts +0 -100
- package/commands/GetBotChannelAssociationCommand.ts +0 -101
- package/commands/GetBotChannelAssociationsCommand.ts +0 -105
- package/commands/GetBotCommand.ts +0 -98
- package/commands/GetBotVersionsCommand.ts +0 -108
- package/commands/GetBotsCommand.ts +0 -112
- package/commands/GetBuiltinIntentCommand.ts +0 -100
- package/commands/GetBuiltinIntentsCommand.ts +0 -101
- package/commands/GetBuiltinSlotTypesCommand.ts +0 -104
- package/commands/GetExportCommand.ts +0 -99
- package/commands/GetImportCommand.ts +0 -99
- package/commands/GetIntentCommand.ts +0 -101
- package/commands/GetIntentVersionsCommand.ts +0 -108
- package/commands/GetIntentsCommand.ts +0 -112
- package/commands/GetMigrationCommand.ts +0 -100
- package/commands/GetMigrationsCommand.ts +0 -98
- package/commands/GetSlotTypeCommand.ts +0 -102
- package/commands/GetSlotTypeVersionsCommand.ts +0 -108
- package/commands/GetSlotTypesCommand.ts +0 -112
- package/commands/GetUtterancesViewCommand.ts +0 -121
- package/commands/ListTagsForResourceCommand.ts +0 -99
- package/commands/PutBotAliasCommand.ts +0 -103
- package/commands/PutBotCommand.ts +0 -112
- package/commands/PutIntentCommand.ts +0 -155
- package/commands/PutSlotTypeCommand.ts +0 -113
- package/commands/StartImportCommand.ts +0 -98
- package/commands/StartMigrationCommand.ts +0 -101
- package/commands/TagResourceCommand.ts +0 -99
- package/commands/UntagResourceCommand.ts +0 -98
- package/dist/cjs/LexModelBuildingService.js +0 -644
- package/dist/cjs/LexModelBuildingService.js.map +0 -1
- package/dist/cjs/LexModelBuildingServiceClient.js +0 -47
- package/dist/cjs/LexModelBuildingServiceClient.js.map +0 -1
- package/dist/cjs/commands/CreateBotVersionCommand.js +0 -73
- package/dist/cjs/commands/CreateBotVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIntentVersionCommand.js +0 -74
- package/dist/cjs/commands/CreateIntentVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSlotTypeVersionCommand.js +0 -76
- package/dist/cjs/commands/CreateSlotTypeVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBotAliasCommand.js +0 -69
- package/dist/cjs/commands/DeleteBotAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBotChannelAssociationCommand.js +0 -64
- package/dist/cjs/commands/DeleteBotChannelAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBotCommand.js +0 -77
- package/dist/cjs/commands/DeleteBotCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBotVersionCommand.js +0 -64
- package/dist/cjs/commands/DeleteBotVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIntentCommand.js +0 -78
- package/dist/cjs/commands/DeleteIntentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIntentVersionCommand.js +0 -64
- package/dist/cjs/commands/DeleteIntentVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSlotTypeCommand.js +0 -77
- package/dist/cjs/commands/DeleteSlotTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSlotTypeVersionCommand.js +0 -64
- package/dist/cjs/commands/DeleteSlotTypeVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUtterancesCommand.js +0 -72
- package/dist/cjs/commands/DeleteUtterancesCommand.js.map +0 -1
- package/dist/cjs/commands/GetBotAliasCommand.js +0 -64
- package/dist/cjs/commands/GetBotAliasCommand.js.map +0 -1
- package/dist/cjs/commands/GetBotAliasesCommand.js +0 -63
- package/dist/cjs/commands/GetBotAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/GetBotChannelAssociationCommand.js +0 -64
- package/dist/cjs/commands/GetBotChannelAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/GetBotChannelAssociationsCommand.js +0 -65
- package/dist/cjs/commands/GetBotChannelAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/GetBotCommand.js +0 -64
- package/dist/cjs/commands/GetBotCommand.js.map +0 -1
- package/dist/cjs/commands/GetBotVersionsCommand.js +0 -71
- package/dist/cjs/commands/GetBotVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/GetBotsCommand.js +0 -75
- package/dist/cjs/commands/GetBotsCommand.js.map +0 -1
- package/dist/cjs/commands/GetBuiltinIntentCommand.js +0 -63
- package/dist/cjs/commands/GetBuiltinIntentCommand.js.map +0 -1
- package/dist/cjs/commands/GetBuiltinIntentsCommand.js +0 -64
- package/dist/cjs/commands/GetBuiltinIntentsCommand.js.map +0 -1
- package/dist/cjs/commands/GetBuiltinSlotTypesCommand.js +0 -67
- package/dist/cjs/commands/GetBuiltinSlotTypesCommand.js.map +0 -1
- package/dist/cjs/commands/GetExportCommand.js +0 -62
- package/dist/cjs/commands/GetExportCommand.js.map +0 -1
- package/dist/cjs/commands/GetImportCommand.js +0 -62
- package/dist/cjs/commands/GetImportCommand.js.map +0 -1
- package/dist/cjs/commands/GetIntentCommand.js +0 -64
- package/dist/cjs/commands/GetIntentCommand.js.map +0 -1
- package/dist/cjs/commands/GetIntentVersionsCommand.js +0 -71
- package/dist/cjs/commands/GetIntentVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/GetIntentsCommand.js +0 -75
- package/dist/cjs/commands/GetIntentsCommand.js.map +0 -1
- package/dist/cjs/commands/GetMigrationCommand.js +0 -63
- package/dist/cjs/commands/GetMigrationCommand.js.map +0 -1
- package/dist/cjs/commands/GetMigrationsCommand.js +0 -61
- package/dist/cjs/commands/GetMigrationsCommand.js.map +0 -1
- package/dist/cjs/commands/GetSlotTypeCommand.js +0 -65
- package/dist/cjs/commands/GetSlotTypeCommand.js.map +0 -1
- package/dist/cjs/commands/GetSlotTypeVersionsCommand.js +0 -71
- package/dist/cjs/commands/GetSlotTypeVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/GetSlotTypesCommand.js +0 -75
- package/dist/cjs/commands/GetSlotTypesCommand.js.map +0 -1
- package/dist/cjs/commands/GetUtterancesViewCommand.js +0 -84
- package/dist/cjs/commands/GetUtterancesViewCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -62
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutBotAliasCommand.js +0 -66
- package/dist/cjs/commands/PutBotAliasCommand.js.map +0 -1
- package/dist/cjs/commands/PutBotCommand.js +0 -78
- package/dist/cjs/commands/PutBotCommand.js.map +0 -1
- package/dist/cjs/commands/PutIntentCommand.js +0 -118
- package/dist/cjs/commands/PutIntentCommand.js.map +0 -1
- package/dist/cjs/commands/PutSlotTypeCommand.js +0 -76
- package/dist/cjs/commands/PutSlotTypeCommand.js.map +0 -1
- package/dist/cjs/commands/StartImportCommand.js +0 -61
- package/dist/cjs/commands/StartImportCommand.js.map +0 -1
- package/dist/cjs/commands/StartMigrationCommand.js +0 -64
- package/dist/cjs/commands/StartMigrationCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -62
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetBotAliasesPaginator.js +0 -46
- package/dist/cjs/pagination/GetBotAliasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetBotChannelAssociationsPaginator.js +0 -46
- package/dist/cjs/pagination/GetBotChannelAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetBotVersionsPaginator.js +0 -46
- package/dist/cjs/pagination/GetBotVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetBotsPaginator.js +0 -46
- package/dist/cjs/pagination/GetBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetBuiltinIntentsPaginator.js +0 -46
- package/dist/cjs/pagination/GetBuiltinIntentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetBuiltinSlotTypesPaginator.js +0 -46
- package/dist/cjs/pagination/GetBuiltinSlotTypesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetIntentVersionsPaginator.js +0 -46
- package/dist/cjs/pagination/GetIntentVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetIntentsPaginator.js +0 -46
- package/dist/cjs/pagination/GetIntentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetMigrationsPaginator.js +0 -46
- package/dist/cjs/pagination/GetMigrationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetSlotTypeVersionsPaginator.js +0 -46
- package/dist/cjs/pagination/GetSlotTypeVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetSlotTypesPaginator.js +0 -46
- package/dist/cjs/pagination/GetSlotTypesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -6418
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/LexModelBuildingService.js +0 -641
- package/dist/es/LexModelBuildingService.js.map +0 -1
- package/dist/es/LexModelBuildingServiceClient.js +0 -38
- package/dist/es/LexModelBuildingServiceClient.js.map +0 -1
- package/dist/es/commands/CreateBotVersionCommand.js +0 -40
- package/dist/es/commands/CreateBotVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateIntentVersionCommand.js +0 -40
- package/dist/es/commands/CreateIntentVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateSlotTypeVersionCommand.js +0 -40
- package/dist/es/commands/CreateSlotTypeVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotAliasCommand.js +0 -40
- package/dist/es/commands/DeleteBotAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotChannelAssociationCommand.js +0 -40
- package/dist/es/commands/DeleteBotChannelAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotCommand.js +0 -40
- package/dist/es/commands/DeleteBotCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotVersionCommand.js +0 -40
- package/dist/es/commands/DeleteBotVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntentCommand.js +0 -40
- package/dist/es/commands/DeleteIntentCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntentVersionCommand.js +0 -40
- package/dist/es/commands/DeleteIntentVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteSlotTypeCommand.js +0 -40
- package/dist/es/commands/DeleteSlotTypeCommand.js.map +0 -1
- package/dist/es/commands/DeleteSlotTypeVersionCommand.js +0 -40
- package/dist/es/commands/DeleteSlotTypeVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteUtterancesCommand.js +0 -40
- package/dist/es/commands/DeleteUtterancesCommand.js.map +0 -1
- package/dist/es/commands/GetBotAliasCommand.js +0 -40
- package/dist/es/commands/GetBotAliasCommand.js.map +0 -1
- package/dist/es/commands/GetBotAliasesCommand.js +0 -40
- package/dist/es/commands/GetBotAliasesCommand.js.map +0 -1
- package/dist/es/commands/GetBotChannelAssociationCommand.js +0 -40
- package/dist/es/commands/GetBotChannelAssociationCommand.js.map +0 -1
- package/dist/es/commands/GetBotChannelAssociationsCommand.js +0 -40
- package/dist/es/commands/GetBotChannelAssociationsCommand.js.map +0 -1
- package/dist/es/commands/GetBotCommand.js +0 -40
- package/dist/es/commands/GetBotCommand.js.map +0 -1
- package/dist/es/commands/GetBotVersionsCommand.js +0 -40
- package/dist/es/commands/GetBotVersionsCommand.js.map +0 -1
- package/dist/es/commands/GetBotsCommand.js +0 -40
- package/dist/es/commands/GetBotsCommand.js.map +0 -1
- package/dist/es/commands/GetBuiltinIntentCommand.js +0 -40
- package/dist/es/commands/GetBuiltinIntentCommand.js.map +0 -1
- package/dist/es/commands/GetBuiltinIntentsCommand.js +0 -40
- package/dist/es/commands/GetBuiltinIntentsCommand.js.map +0 -1
- package/dist/es/commands/GetBuiltinSlotTypesCommand.js +0 -40
- package/dist/es/commands/GetBuiltinSlotTypesCommand.js.map +0 -1
- package/dist/es/commands/GetExportCommand.js +0 -40
- package/dist/es/commands/GetExportCommand.js.map +0 -1
- package/dist/es/commands/GetImportCommand.js +0 -40
- package/dist/es/commands/GetImportCommand.js.map +0 -1
- package/dist/es/commands/GetIntentCommand.js +0 -40
- package/dist/es/commands/GetIntentCommand.js.map +0 -1
- package/dist/es/commands/GetIntentVersionsCommand.js +0 -40
- package/dist/es/commands/GetIntentVersionsCommand.js.map +0 -1
- package/dist/es/commands/GetIntentsCommand.js +0 -40
- package/dist/es/commands/GetIntentsCommand.js.map +0 -1
- package/dist/es/commands/GetMigrationCommand.js +0 -40
- package/dist/es/commands/GetMigrationCommand.js.map +0 -1
- package/dist/es/commands/GetMigrationsCommand.js +0 -40
- package/dist/es/commands/GetMigrationsCommand.js.map +0 -1
- package/dist/es/commands/GetSlotTypeCommand.js +0 -40
- package/dist/es/commands/GetSlotTypeCommand.js.map +0 -1
- package/dist/es/commands/GetSlotTypeVersionsCommand.js +0 -40
- package/dist/es/commands/GetSlotTypeVersionsCommand.js.map +0 -1
- package/dist/es/commands/GetSlotTypesCommand.js +0 -40
- package/dist/es/commands/GetSlotTypesCommand.js.map +0 -1
- package/dist/es/commands/GetUtterancesViewCommand.js +0 -40
- package/dist/es/commands/GetUtterancesViewCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutBotAliasCommand.js +0 -40
- package/dist/es/commands/PutBotAliasCommand.js.map +0 -1
- package/dist/es/commands/PutBotCommand.js +0 -40
- package/dist/es/commands/PutBotCommand.js.map +0 -1
- package/dist/es/commands/PutIntentCommand.js +0 -40
- package/dist/es/commands/PutIntentCommand.js.map +0 -1
- package/dist/es/commands/PutSlotTypeCommand.js +0 -40
- package/dist/es/commands/PutSlotTypeCommand.js.map +0 -1
- package/dist/es/commands/StartImportCommand.js +0 -40
- package/dist/es/commands/StartImportCommand.js.map +0 -1
- package/dist/es/commands/StartMigrationCommand.js +0 -40
- package/dist/es/commands/StartMigrationCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetBotAliasesPaginator.js +0 -75
- package/dist/es/pagination/GetBotAliasesPaginator.js.map +0 -1
- package/dist/es/pagination/GetBotChannelAssociationsPaginator.js +0 -75
- package/dist/es/pagination/GetBotChannelAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBotVersionsPaginator.js +0 -75
- package/dist/es/pagination/GetBotVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBotsPaginator.js +0 -75
- package/dist/es/pagination/GetBotsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBuiltinIntentsPaginator.js +0 -75
- package/dist/es/pagination/GetBuiltinIntentsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBuiltinSlotTypesPaginator.js +0 -75
- package/dist/es/pagination/GetBuiltinSlotTypesPaginator.js.map +0 -1
- package/dist/es/pagination/GetIntentVersionsPaginator.js +0 -75
- package/dist/es/pagination/GetIntentVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/GetIntentsPaginator.js +0 -75
- package/dist/es/pagination/GetIntentsPaginator.js.map +0 -1
- package/dist/es/pagination/GetMigrationsPaginator.js +0 -75
- package/dist/es/pagination/GetMigrationsPaginator.js.map +0 -1
- package/dist/es/pagination/GetSlotTypeVersionsPaginator.js +0 -75
- package/dist/es/pagination/GetSlotTypeVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/GetSlotTypesPaginator.js +0 -75
- package/dist/es/pagination/GetSlotTypesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/LexModelBuildingService.d.ts +0 -655
- package/dist/types/LexModelBuildingServiceClient.d.ts +0 -177
- package/dist/types/commands/CreateBotVersionCommand.d.ts +0 -47
- package/dist/types/commands/CreateIntentVersionCommand.d.ts +0 -48
- package/dist/types/commands/CreateSlotTypeVersionCommand.d.ts +0 -50
- package/dist/types/commands/DeleteBotAliasCommand.d.ts +0 -43
- package/dist/types/commands/DeleteBotChannelAssociationCommand.d.ts +0 -38
- package/dist/types/commands/DeleteBotCommand.d.ts +0 -51
- package/dist/types/commands/DeleteBotVersionCommand.d.ts +0 -38
- package/dist/types/commands/DeleteIntentCommand.d.ts +0 -52
- package/dist/types/commands/DeleteIntentVersionCommand.d.ts +0 -38
- package/dist/types/commands/DeleteSlotTypeCommand.d.ts +0 -51
- package/dist/types/commands/DeleteSlotTypeVersionCommand.d.ts +0 -38
- package/dist/types/commands/DeleteUtterancesCommand.d.ts +0 -46
- package/dist/types/commands/GetBotAliasCommand.d.ts +0 -38
- package/dist/types/commands/GetBotAliasesCommand.d.ts +0 -37
- package/dist/types/commands/GetBotChannelAssociationCommand.d.ts +0 -38
- package/dist/types/commands/GetBotChannelAssociationsCommand.d.ts +0 -39
- package/dist/types/commands/GetBotCommand.d.ts +0 -38
- package/dist/types/commands/GetBotVersionsCommand.d.ts +0 -45
- package/dist/types/commands/GetBotsCommand.d.ts +0 -49
- package/dist/types/commands/GetBuiltinIntentCommand.d.ts +0 -37
- package/dist/types/commands/GetBuiltinIntentsCommand.d.ts +0 -38
- package/dist/types/commands/GetBuiltinSlotTypesCommand.d.ts +0 -41
- package/dist/types/commands/GetExportCommand.d.ts +0 -36
- package/dist/types/commands/GetImportCommand.d.ts +0 -36
- package/dist/types/commands/GetIntentCommand.d.ts +0 -38
- package/dist/types/commands/GetIntentVersionsCommand.d.ts +0 -45
- package/dist/types/commands/GetIntentsCommand.d.ts +0 -49
- package/dist/types/commands/GetMigrationCommand.d.ts +0 -37
- package/dist/types/commands/GetMigrationsCommand.d.ts +0 -35
- package/dist/types/commands/GetSlotTypeCommand.d.ts +0 -39
- package/dist/types/commands/GetSlotTypeVersionsCommand.d.ts +0 -45
- package/dist/types/commands/GetSlotTypesCommand.d.ts +0 -49
- package/dist/types/commands/GetUtterancesViewCommand.d.ts +0 -58
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/commands/PutBotAliasCommand.d.ts +0 -40
- package/dist/types/commands/PutBotCommand.d.ts +0 -52
- package/dist/types/commands/PutIntentCommand.d.ts +0 -92
- package/dist/types/commands/PutSlotTypeCommand.d.ts +0 -50
- package/dist/types/commands/StartImportCommand.d.ts +0 -35
- package/dist/types/commands/StartMigrationCommand.d.ts +0 -38
- package/dist/types/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/pagination/GetBotAliasesPaginator.d.ts +0 -4
- package/dist/types/pagination/GetBotChannelAssociationsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetBotVersionsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetBuiltinIntentsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetBuiltinSlotTypesPaginator.d.ts +0 -4
- package/dist/types/pagination/GetIntentVersionsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetIntentsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetMigrationsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetSlotTypeVersionsPaginator.d.ts +0 -4
- package/dist/types/pagination/GetSlotTypesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -128
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/LexModelBuildingService.d.ts +0 -655
- package/dist/types/ts3.4/LexModelBuildingServiceClient.d.ts +0 -177
- package/dist/types/ts3.4/commands/CreateBotVersionCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/CreateIntentVersionCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DeleteBotAliasCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteBotCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/DeleteBotVersionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteIntentCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteUtterancesCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/GetBotAliasCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetBotAliasesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetBotCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetBotVersionsCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/GetBotsCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetExportCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetImportCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetIntentCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetIntentVersionsCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/GetIntentsCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/GetMigrationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetMigrationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSlotTypeCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/GetSlotTypesCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/GetUtterancesViewCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutBotAliasCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/PutBotCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/PutIntentCommand.d.ts +0 -92
- package/dist/types/ts3.4/commands/PutSlotTypeCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/StartImportCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartMigrationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/pagination/GetBotAliasesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetBotChannelAssociationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetBotVersionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetBuiltinIntentsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetBuiltinSlotTypesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetIntentVersionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetIntentsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetMigrationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetSlotTypeVersionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/GetSlotTypesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -128
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/endpoints.ts +0 -72
- package/pagination/GetBotAliasesPaginator.ts +0 -58
- package/pagination/GetBotChannelAssociationsPaginator.ts +0 -58
- package/pagination/GetBotVersionsPaginator.ts +0 -58
- package/pagination/GetBotsPaginator.ts +0 -54
- package/pagination/GetBuiltinIntentsPaginator.ts +0 -58
- package/pagination/GetBuiltinSlotTypesPaginator.ts +0 -58
- package/pagination/GetIntentVersionsPaginator.ts +0 -58
- package/pagination/GetIntentsPaginator.ts +0 -54
- package/pagination/GetMigrationsPaginator.ts +0 -58
- package/pagination/GetSlotTypeVersionsPaginator.ts +0 -58
- package/pagination/GetSlotTypesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_restJson1.ts +0 -7154
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { PutSlotTypeRequest, PutSlotTypeResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface PutSlotTypeCommandInput extends PutSlotTypeRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutSlotTypeCommandOutput extends PutSlotTypeResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a custom slot type or replaces an existing custom slot
|
|
11
|
-
* type.</p>
|
|
12
|
-
* <p>To create a custom slot type, specify a name for the slot type and
|
|
13
|
-
* a set of enumeration values, which are the values that a slot of this type
|
|
14
|
-
* can assume. For more information, see <a>how-it-works</a>.</p>
|
|
15
|
-
* <p>If you specify the name of an existing slot type, the fields in the
|
|
16
|
-
* request replace the existing values in the <code>$LATEST</code> version of
|
|
17
|
-
* the slot type. Amazon Lex removes the fields that you don't provide in the
|
|
18
|
-
* request. If you don't specify required fields, Amazon Lex throws an exception.
|
|
19
|
-
* When you update the <code>$LATEST</code> version of a slot type, if a bot
|
|
20
|
-
* uses the <code>$LATEST</code> version of an intent that contains the slot
|
|
21
|
-
* type, the bot's <code>status</code> field is set to
|
|
22
|
-
* <code>NOT_BUILT</code>.</p>
|
|
23
|
-
*
|
|
24
|
-
* <p>This operation requires permissions for the
|
|
25
|
-
* <code>lex:PutSlotType</code> action.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { LexModelBuildingServiceClient, PutSlotTypeCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
30
|
-
* // const { LexModelBuildingServiceClient, PutSlotTypeCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
31
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
32
|
-
* const command = new PutSlotTypeCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link PutSlotTypeCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link PutSlotTypeCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export declare class PutSlotTypeCommand extends $Command<PutSlotTypeCommandInput, PutSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
42
|
-
readonly input: PutSlotTypeCommandInput;
|
|
43
|
-
constructor(input: PutSlotTypeCommandInput);
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSlotTypeCommandInput, PutSlotTypeCommandOutput>;
|
|
48
|
-
private serialize;
|
|
49
|
-
private deserialize;
|
|
50
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { StartImportRequest, StartImportResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface StartImportCommandInput extends StartImportRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StartImportCommandOutput extends StartImportResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Starts a job to import a resource to Amazon Lex.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LexModelBuildingServiceClient, StartImportCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
15
|
-
* // const { LexModelBuildingServiceClient, StartImportCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
16
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
17
|
-
* const command = new StartImportCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link StartImportCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link StartImportCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class StartImportCommand extends $Command<StartImportCommandInput, StartImportCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: StartImportCommandInput;
|
|
28
|
-
constructor(input: StartImportCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImportCommandInput, StartImportCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { StartMigrationRequest, StartMigrationResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface StartMigrationCommandInput extends StartMigrationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StartMigrationCommandOutput extends StartMigrationResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Starts migrating a bot from Amazon Lex V1 to Amazon Lex V2. Migrate your bot when
|
|
11
|
-
* you want to take advantage of the new features of Amazon Lex V2.</p>
|
|
12
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/migrate.html">Migrating a bot</a> in the <i>Amazon Lex
|
|
13
|
-
* developer guide</i>.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { LexModelBuildingServiceClient, StartMigrationCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
18
|
-
* // const { LexModelBuildingServiceClient, StartMigrationCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
19
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
20
|
-
* const command = new StartMigrationCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link StartMigrationCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link StartMigrationCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class StartMigrationCommand extends $Command<StartMigrationCommandInput, StartMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
30
|
-
readonly input: StartMigrationCommandInput;
|
|
31
|
-
constructor(input: StartMigrationCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMigrationCommandInput, StartMigrationCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Adds the specified tags to the specified resource. If a tag key
|
|
11
|
-
* already exists, the existing value is replaced with the new value.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LexModelBuildingServiceClient, TagResourceCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
16
|
-
* // const { LexModelBuildingServiceClient, TagResourceCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
17
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
18
|
-
* const command = new TagResourceCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
28
|
-
readonly input: TagResourceCommandInput;
|
|
29
|
-
constructor(input: TagResourceCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Removes tags from a bot, bot alias or bot channel.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LexModelBuildingServiceClient, UntagResourceCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
15
|
-
* // const { LexModelBuildingServiceClient, UntagResourceCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
16
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
17
|
-
* const command = new UntagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: UntagResourceCommandInput;
|
|
28
|
-
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetBotAliasesCommandInput, GetBotAliasesCommandOutput } from "../commands/GetBotAliasesCommand";
|
|
2
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetBotAliases(config: LexModelBuildingServicePaginationConfiguration, input: GetBotAliasesCommandInput, ...additionalArguments: any): Paginator<GetBotAliasesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput } from "../commands/GetBotChannelAssociationsCommand";
|
|
2
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetBotChannelAssociations(config: LexModelBuildingServicePaginationConfiguration, input: GetBotChannelAssociationsCommandInput, ...additionalArguments: any): Paginator<GetBotChannelAssociationsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetBotVersionsCommandInput, GetBotVersionsCommandOutput } from "../commands/GetBotVersionsCommand";
|
|
2
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetBotVersions(config: LexModelBuildingServicePaginationConfiguration, input: GetBotVersionsCommandInput, ...additionalArguments: any): Paginator<GetBotVersionsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetBotsCommandInput, GetBotsCommandOutput } from "../commands/GetBotsCommand";
|
|
2
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetBots(config: LexModelBuildingServicePaginationConfiguration, input: GetBotsCommandInput, ...additionalArguments: any): Paginator<GetBotsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput } from "../commands/GetBuiltinIntentsCommand";
|
|
2
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetBuiltinIntents(config: LexModelBuildingServicePaginationConfiguration, input: GetBuiltinIntentsCommandInput, ...additionalArguments: any): Paginator<GetBuiltinIntentsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput } from "../commands/GetBuiltinSlotTypesCommand";
|
|
2
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetBuiltinSlotTypes(config: LexModelBuildingServicePaginationConfiguration, input: GetBuiltinSlotTypesCommandInput, ...additionalArguments: any): Paginator<GetBuiltinSlotTypesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput } from "../commands/GetIntentVersionsCommand";
|
|
2
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetIntentVersions(config: LexModelBuildingServicePaginationConfiguration, input: GetIntentVersionsCommandInput, ...additionalArguments: any): Paginator<GetIntentVersionsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetIntentsCommandInput, GetIntentsCommandOutput } from "../commands/GetIntentsCommand";
|
|
2
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetIntents(config: LexModelBuildingServicePaginationConfiguration, input: GetIntentsCommandInput, ...additionalArguments: any): Paginator<GetIntentsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetMigrationsCommandInput, GetMigrationsCommandOutput } from "../commands/GetMigrationsCommand";
|
|
2
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetMigrations(config: LexModelBuildingServicePaginationConfiguration, input: GetMigrationsCommandInput, ...additionalArguments: any): Paginator<GetMigrationsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput } from "../commands/GetSlotTypeVersionsCommand";
|
|
2
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetSlotTypeVersions(config: LexModelBuildingServicePaginationConfiguration, input: GetSlotTypeVersionsCommandInput, ...additionalArguments: any): Paginator<GetSlotTypeVersionsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { GetSlotTypesCommandInput, GetSlotTypesCommandOutput } from "../commands/GetSlotTypesCommand";
|
|
2
|
-
import { LexModelBuildingServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateGetSlotTypes(config: LexModelBuildingServicePaginationConfiguration, input: GetSlotTypesCommandInput, ...additionalArguments: any): Paginator<GetSlotTypesCommandOutput>;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingService } from "../LexModelBuildingService";
|
|
2
|
-
import { LexModelBuildingServiceClient } from "../LexModelBuildingServiceClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
|
-
export interface LexModelBuildingServicePaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
client: LexModelBuildingService | LexModelBuildingServiceClient;
|
|
6
|
-
}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "../commands/CreateBotVersionCommand";
|
|
2
|
-
import { CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput } from "../commands/CreateIntentVersionCommand";
|
|
3
|
-
import { CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput } from "../commands/CreateSlotTypeVersionCommand";
|
|
4
|
-
import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "../commands/DeleteBotAliasCommand";
|
|
5
|
-
import { DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput } from "../commands/DeleteBotChannelAssociationCommand";
|
|
6
|
-
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "../commands/DeleteBotCommand";
|
|
7
|
-
import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "../commands/DeleteBotVersionCommand";
|
|
8
|
-
import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "../commands/DeleteIntentCommand";
|
|
9
|
-
import { DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput } from "../commands/DeleteIntentVersionCommand";
|
|
10
|
-
import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "../commands/DeleteSlotTypeCommand";
|
|
11
|
-
import { DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput } from "../commands/DeleteSlotTypeVersionCommand";
|
|
12
|
-
import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "../commands/DeleteUtterancesCommand";
|
|
13
|
-
import { GetBotAliasCommandInput, GetBotAliasCommandOutput } from "../commands/GetBotAliasCommand";
|
|
14
|
-
import { GetBotAliasesCommandInput, GetBotAliasesCommandOutput } from "../commands/GetBotAliasesCommand";
|
|
15
|
-
import { GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput } from "../commands/GetBotChannelAssociationCommand";
|
|
16
|
-
import { GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput } from "../commands/GetBotChannelAssociationsCommand";
|
|
17
|
-
import { GetBotCommandInput, GetBotCommandOutput } from "../commands/GetBotCommand";
|
|
18
|
-
import { GetBotVersionsCommandInput, GetBotVersionsCommandOutput } from "../commands/GetBotVersionsCommand";
|
|
19
|
-
import { GetBotsCommandInput, GetBotsCommandOutput } from "../commands/GetBotsCommand";
|
|
20
|
-
import { GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput } from "../commands/GetBuiltinIntentCommand";
|
|
21
|
-
import { GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput } from "../commands/GetBuiltinIntentsCommand";
|
|
22
|
-
import { GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput } from "../commands/GetBuiltinSlotTypesCommand";
|
|
23
|
-
import { GetExportCommandInput, GetExportCommandOutput } from "../commands/GetExportCommand";
|
|
24
|
-
import { GetImportCommandInput, GetImportCommandOutput } from "../commands/GetImportCommand";
|
|
25
|
-
import { GetIntentCommandInput, GetIntentCommandOutput } from "../commands/GetIntentCommand";
|
|
26
|
-
import { GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput } from "../commands/GetIntentVersionsCommand";
|
|
27
|
-
import { GetIntentsCommandInput, GetIntentsCommandOutput } from "../commands/GetIntentsCommand";
|
|
28
|
-
import { GetMigrationCommandInput, GetMigrationCommandOutput } from "../commands/GetMigrationCommand";
|
|
29
|
-
import { GetMigrationsCommandInput, GetMigrationsCommandOutput } from "../commands/GetMigrationsCommand";
|
|
30
|
-
import { GetSlotTypeCommandInput, GetSlotTypeCommandOutput } from "../commands/GetSlotTypeCommand";
|
|
31
|
-
import { GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput } from "../commands/GetSlotTypeVersionsCommand";
|
|
32
|
-
import { GetSlotTypesCommandInput, GetSlotTypesCommandOutput } from "../commands/GetSlotTypesCommand";
|
|
33
|
-
import { GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput } from "../commands/GetUtterancesViewCommand";
|
|
34
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
35
|
-
import { PutBotAliasCommandInput, PutBotAliasCommandOutput } from "../commands/PutBotAliasCommand";
|
|
36
|
-
import { PutBotCommandInput, PutBotCommandOutput } from "../commands/PutBotCommand";
|
|
37
|
-
import { PutIntentCommandInput, PutIntentCommandOutput } from "../commands/PutIntentCommand";
|
|
38
|
-
import { PutSlotTypeCommandInput, PutSlotTypeCommandOutput } from "../commands/PutSlotTypeCommand";
|
|
39
|
-
import { StartImportCommandInput, StartImportCommandOutput } from "../commands/StartImportCommand";
|
|
40
|
-
import { StartMigrationCommandInput, StartMigrationCommandOutput } from "../commands/StartMigrationCommand";
|
|
41
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
42
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
43
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
44
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
45
|
-
export declare const serializeAws_restJson1CreateBotVersionCommand: (input: CreateBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const serializeAws_restJson1CreateIntentVersionCommand: (input: CreateIntentVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
export declare const serializeAws_restJson1CreateSlotTypeVersionCommand: (input: CreateSlotTypeVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
export declare const serializeAws_restJson1DeleteBotCommand: (input: DeleteBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
export declare const serializeAws_restJson1DeleteBotAliasCommand: (input: DeleteBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const serializeAws_restJson1DeleteBotChannelAssociationCommand: (input: DeleteBotChannelAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
export declare const serializeAws_restJson1DeleteBotVersionCommand: (input: DeleteBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
export declare const serializeAws_restJson1DeleteIntentCommand: (input: DeleteIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
export declare const serializeAws_restJson1DeleteIntentVersionCommand: (input: DeleteIntentVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const serializeAws_restJson1DeleteSlotTypeCommand: (input: DeleteSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
export declare const serializeAws_restJson1DeleteSlotTypeVersionCommand: (input: DeleteSlotTypeVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
export declare const serializeAws_restJson1DeleteUtterancesCommand: (input: DeleteUtterancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
export declare const serializeAws_restJson1GetBotCommand: (input: GetBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const serializeAws_restJson1GetBotAliasCommand: (input: GetBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
export declare const serializeAws_restJson1GetBotAliasesCommand: (input: GetBotAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
export declare const serializeAws_restJson1GetBotChannelAssociationCommand: (input: GetBotChannelAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
export declare const serializeAws_restJson1GetBotChannelAssociationsCommand: (input: GetBotChannelAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const serializeAws_restJson1GetBotsCommand: (input: GetBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
export declare const serializeAws_restJson1GetBotVersionsCommand: (input: GetBotVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
export declare const serializeAws_restJson1GetBuiltinIntentCommand: (input: GetBuiltinIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
export declare const serializeAws_restJson1GetBuiltinIntentsCommand: (input: GetBuiltinIntentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const serializeAws_restJson1GetBuiltinSlotTypesCommand: (input: GetBuiltinSlotTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
export declare const serializeAws_restJson1GetExportCommand: (input: GetExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
export declare const serializeAws_restJson1GetImportCommand: (input: GetImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
export declare const serializeAws_restJson1GetIntentCommand: (input: GetIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const serializeAws_restJson1GetIntentsCommand: (input: GetIntentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
export declare const serializeAws_restJson1GetIntentVersionsCommand: (input: GetIntentVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
export declare const serializeAws_restJson1GetMigrationCommand: (input: GetMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
export declare const serializeAws_restJson1GetMigrationsCommand: (input: GetMigrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const serializeAws_restJson1GetSlotTypeCommand: (input: GetSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
export declare const serializeAws_restJson1GetSlotTypesCommand: (input: GetSlotTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
export declare const serializeAws_restJson1GetSlotTypeVersionsCommand: (input: GetSlotTypeVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
export declare const serializeAws_restJson1GetUtterancesViewCommand: (input: GetUtterancesViewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
export declare const serializeAws_restJson1PutBotCommand: (input: PutBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
export declare const serializeAws_restJson1PutBotAliasCommand: (input: PutBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
export declare const serializeAws_restJson1PutIntentCommand: (input: PutIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const serializeAws_restJson1PutSlotTypeCommand: (input: PutSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
export declare const serializeAws_restJson1StartImportCommand: (input: StartImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
export declare const serializeAws_restJson1StartMigrationCommand: (input: StartMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
export declare const deserializeAws_restJson1CreateBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotVersionCommandOutput>;
|
|
88
|
-
export declare const deserializeAws_restJson1CreateIntentVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntentVersionCommandOutput>;
|
|
89
|
-
export declare const deserializeAws_restJson1CreateSlotTypeVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSlotTypeVersionCommandOutput>;
|
|
90
|
-
export declare const deserializeAws_restJson1DeleteBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotCommandOutput>;
|
|
91
|
-
export declare const deserializeAws_restJson1DeleteBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotAliasCommandOutput>;
|
|
92
|
-
export declare const deserializeAws_restJson1DeleteBotChannelAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotChannelAssociationCommandOutput>;
|
|
93
|
-
export declare const deserializeAws_restJson1DeleteBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotVersionCommandOutput>;
|
|
94
|
-
export declare const deserializeAws_restJson1DeleteIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntentCommandOutput>;
|
|
95
|
-
export declare const deserializeAws_restJson1DeleteIntentVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntentVersionCommandOutput>;
|
|
96
|
-
export declare const deserializeAws_restJson1DeleteSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlotTypeCommandOutput>;
|
|
97
|
-
export declare const deserializeAws_restJson1DeleteSlotTypeVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlotTypeVersionCommandOutput>;
|
|
98
|
-
export declare const deserializeAws_restJson1DeleteUtterancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUtterancesCommandOutput>;
|
|
99
|
-
export declare const deserializeAws_restJson1GetBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBotCommandOutput>;
|
|
100
|
-
export declare const deserializeAws_restJson1GetBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBotAliasCommandOutput>;
|
|
101
|
-
export declare const deserializeAws_restJson1GetBotAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBotAliasesCommandOutput>;
|
|
102
|
-
export declare const deserializeAws_restJson1GetBotChannelAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBotChannelAssociationCommandOutput>;
|
|
103
|
-
export declare const deserializeAws_restJson1GetBotChannelAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBotChannelAssociationsCommandOutput>;
|
|
104
|
-
export declare const deserializeAws_restJson1GetBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBotsCommandOutput>;
|
|
105
|
-
export declare const deserializeAws_restJson1GetBotVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBotVersionsCommandOutput>;
|
|
106
|
-
export declare const deserializeAws_restJson1GetBuiltinIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBuiltinIntentCommandOutput>;
|
|
107
|
-
export declare const deserializeAws_restJson1GetBuiltinIntentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBuiltinIntentsCommandOutput>;
|
|
108
|
-
export declare const deserializeAws_restJson1GetBuiltinSlotTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBuiltinSlotTypesCommandOutput>;
|
|
109
|
-
export declare const deserializeAws_restJson1GetExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExportCommandOutput>;
|
|
110
|
-
export declare const deserializeAws_restJson1GetImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImportCommandOutput>;
|
|
111
|
-
export declare const deserializeAws_restJson1GetIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntentCommandOutput>;
|
|
112
|
-
export declare const deserializeAws_restJson1GetIntentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntentsCommandOutput>;
|
|
113
|
-
export declare const deserializeAws_restJson1GetIntentVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntentVersionsCommandOutput>;
|
|
114
|
-
export declare const deserializeAws_restJson1GetMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMigrationCommandOutput>;
|
|
115
|
-
export declare const deserializeAws_restJson1GetMigrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMigrationsCommandOutput>;
|
|
116
|
-
export declare const deserializeAws_restJson1GetSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSlotTypeCommandOutput>;
|
|
117
|
-
export declare const deserializeAws_restJson1GetSlotTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSlotTypesCommandOutput>;
|
|
118
|
-
export declare const deserializeAws_restJson1GetSlotTypeVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSlotTypeVersionsCommandOutput>;
|
|
119
|
-
export declare const deserializeAws_restJson1GetUtterancesViewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUtterancesViewCommandOutput>;
|
|
120
|
-
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
121
|
-
export declare const deserializeAws_restJson1PutBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBotCommandOutput>;
|
|
122
|
-
export declare const deserializeAws_restJson1PutBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBotAliasCommandOutput>;
|
|
123
|
-
export declare const deserializeAws_restJson1PutIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutIntentCommandOutput>;
|
|
124
|
-
export declare const deserializeAws_restJson1PutSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSlotTypeCommandOutput>;
|
|
125
|
-
export declare const deserializeAws_restJson1StartImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportCommandOutput>;
|
|
126
|
-
export declare const deserializeAws_restJson1StartMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMigrationCommandOutput>;
|
|
127
|
-
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
128
|
-
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { LexModelBuildingServiceClientConfig } from "./LexModelBuildingServiceClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: LexModelBuildingServiceClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|