@aws-sdk/client-lex-model-building-service 3.31.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 +39 -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/endpoints.js +72 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +61 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -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/runtimeConfig.native.js +20 -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/endpoints.js +68 -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/models/models_0.js +617 -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/protocols/Aws_restJson1.js +7027 -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/runtimeConfig.native.js +9 -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/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -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/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- 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 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- 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 +0 -72
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -61
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- 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 +0 -20
- 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 -647
- package/dist/es/LexModelBuildingService.js.map +0 -1
- package/dist/es/LexModelBuildingServiceClient.js +0 -49
- package/dist/es/LexModelBuildingServiceClient.js.map +0 -1
- package/dist/es/commands/CreateBotVersionCommand.js +0 -77
- package/dist/es/commands/CreateBotVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateIntentVersionCommand.js +0 -78
- package/dist/es/commands/CreateIntentVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateSlotTypeVersionCommand.js +0 -80
- package/dist/es/commands/CreateSlotTypeVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotAliasCommand.js +0 -73
- package/dist/es/commands/DeleteBotAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotChannelAssociationCommand.js +0 -68
- package/dist/es/commands/DeleteBotChannelAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotCommand.js +0 -81
- package/dist/es/commands/DeleteBotCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotVersionCommand.js +0 -68
- package/dist/es/commands/DeleteBotVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntentCommand.js +0 -82
- package/dist/es/commands/DeleteIntentCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntentVersionCommand.js +0 -68
- package/dist/es/commands/DeleteIntentVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteSlotTypeCommand.js +0 -81
- package/dist/es/commands/DeleteSlotTypeCommand.js.map +0 -1
- package/dist/es/commands/DeleteSlotTypeVersionCommand.js +0 -68
- package/dist/es/commands/DeleteSlotTypeVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteUtterancesCommand.js +0 -76
- package/dist/es/commands/DeleteUtterancesCommand.js.map +0 -1
- package/dist/es/commands/GetBotAliasCommand.js +0 -68
- package/dist/es/commands/GetBotAliasCommand.js.map +0 -1
- package/dist/es/commands/GetBotAliasesCommand.js +0 -67
- package/dist/es/commands/GetBotAliasesCommand.js.map +0 -1
- package/dist/es/commands/GetBotChannelAssociationCommand.js +0 -68
- package/dist/es/commands/GetBotChannelAssociationCommand.js.map +0 -1
- package/dist/es/commands/GetBotChannelAssociationsCommand.js +0 -69
- package/dist/es/commands/GetBotChannelAssociationsCommand.js.map +0 -1
- package/dist/es/commands/GetBotCommand.js +0 -68
- package/dist/es/commands/GetBotCommand.js.map +0 -1
- package/dist/es/commands/GetBotVersionsCommand.js +0 -75
- package/dist/es/commands/GetBotVersionsCommand.js.map +0 -1
- package/dist/es/commands/GetBotsCommand.js +0 -79
- package/dist/es/commands/GetBotsCommand.js.map +0 -1
- package/dist/es/commands/GetBuiltinIntentCommand.js +0 -67
- package/dist/es/commands/GetBuiltinIntentCommand.js.map +0 -1
- package/dist/es/commands/GetBuiltinIntentsCommand.js +0 -68
- package/dist/es/commands/GetBuiltinIntentsCommand.js.map +0 -1
- package/dist/es/commands/GetBuiltinSlotTypesCommand.js +0 -71
- package/dist/es/commands/GetBuiltinSlotTypesCommand.js.map +0 -1
- package/dist/es/commands/GetExportCommand.js +0 -66
- package/dist/es/commands/GetExportCommand.js.map +0 -1
- package/dist/es/commands/GetImportCommand.js +0 -66
- package/dist/es/commands/GetImportCommand.js.map +0 -1
- package/dist/es/commands/GetIntentCommand.js +0 -68
- package/dist/es/commands/GetIntentCommand.js.map +0 -1
- package/dist/es/commands/GetIntentVersionsCommand.js +0 -75
- package/dist/es/commands/GetIntentVersionsCommand.js.map +0 -1
- package/dist/es/commands/GetIntentsCommand.js +0 -79
- package/dist/es/commands/GetIntentsCommand.js.map +0 -1
- package/dist/es/commands/GetMigrationCommand.js +0 -67
- package/dist/es/commands/GetMigrationCommand.js.map +0 -1
- package/dist/es/commands/GetMigrationsCommand.js +0 -65
- package/dist/es/commands/GetMigrationsCommand.js.map +0 -1
- package/dist/es/commands/GetSlotTypeCommand.js +0 -69
- package/dist/es/commands/GetSlotTypeCommand.js.map +0 -1
- package/dist/es/commands/GetSlotTypeVersionsCommand.js +0 -75
- package/dist/es/commands/GetSlotTypeVersionsCommand.js.map +0 -1
- package/dist/es/commands/GetSlotTypesCommand.js +0 -79
- package/dist/es/commands/GetSlotTypesCommand.js.map +0 -1
- package/dist/es/commands/GetUtterancesViewCommand.js +0 -88
- package/dist/es/commands/GetUtterancesViewCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -66
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutBotAliasCommand.js +0 -70
- package/dist/es/commands/PutBotAliasCommand.js.map +0 -1
- package/dist/es/commands/PutBotCommand.js +0 -82
- package/dist/es/commands/PutBotCommand.js.map +0 -1
- package/dist/es/commands/PutIntentCommand.js +0 -122
- package/dist/es/commands/PutIntentCommand.js.map +0 -1
- package/dist/es/commands/PutSlotTypeCommand.js +0 -80
- package/dist/es/commands/PutSlotTypeCommand.js.map +0 -1
- package/dist/es/commands/StartImportCommand.js +0 -65
- package/dist/es/commands/StartImportCommand.js.map +0 -1
- package/dist/es/commands/StartMigrationCommand.js +0 -68
- package/dist/es/commands/StartMigrationCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -66
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -68
- 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 +0 -968
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetBotAliasesPaginator.js +0 -87
- package/dist/es/pagination/GetBotAliasesPaginator.js.map +0 -1
- package/dist/es/pagination/GetBotChannelAssociationsPaginator.js +0 -87
- package/dist/es/pagination/GetBotChannelAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBotVersionsPaginator.js +0 -87
- package/dist/es/pagination/GetBotVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBotsPaginator.js +0 -87
- package/dist/es/pagination/GetBotsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBuiltinIntentsPaginator.js +0 -87
- package/dist/es/pagination/GetBuiltinIntentsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBuiltinSlotTypesPaginator.js +0 -87
- package/dist/es/pagination/GetBuiltinSlotTypesPaginator.js.map +0 -1
- package/dist/es/pagination/GetIntentVersionsPaginator.js +0 -87
- package/dist/es/pagination/GetIntentVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/GetIntentsPaginator.js +0 -87
- package/dist/es/pagination/GetIntentsPaginator.js.map +0 -1
- package/dist/es/pagination/GetMigrationsPaginator.js +0 -87
- package/dist/es/pagination/GetMigrationsPaginator.js.map +0 -1
- package/dist/es/pagination/GetSlotTypeVersionsPaginator.js +0 -87
- package/dist/es/pagination/GetSlotTypeVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/GetSlotTypesPaginator.js +0 -87
- 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 +0 -7032
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- 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.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- 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.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- 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,177 +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 { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
44
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
45
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
46
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
47
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
48
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
49
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
50
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
51
|
-
export declare type ServiceInputTypes = CreateBotVersionCommandInput | CreateIntentVersionCommandInput | CreateSlotTypeVersionCommandInput | DeleteBotAliasCommandInput | DeleteBotChannelAssociationCommandInput | DeleteBotCommandInput | DeleteBotVersionCommandInput | DeleteIntentCommandInput | DeleteIntentVersionCommandInput | DeleteSlotTypeCommandInput | DeleteSlotTypeVersionCommandInput | DeleteUtterancesCommandInput | GetBotAliasCommandInput | GetBotAliasesCommandInput | GetBotChannelAssociationCommandInput | GetBotChannelAssociationsCommandInput | GetBotCommandInput | GetBotVersionsCommandInput | GetBotsCommandInput | GetBuiltinIntentCommandInput | GetBuiltinIntentsCommandInput | GetBuiltinSlotTypesCommandInput | GetExportCommandInput | GetImportCommandInput | GetIntentCommandInput | GetIntentVersionsCommandInput | GetIntentsCommandInput | GetMigrationCommandInput | GetMigrationsCommandInput | GetSlotTypeCommandInput | GetSlotTypeVersionsCommandInput | GetSlotTypesCommandInput | GetUtterancesViewCommandInput | ListTagsForResourceCommandInput | PutBotAliasCommandInput | PutBotCommandInput | PutIntentCommandInput | PutSlotTypeCommandInput | StartImportCommandInput | StartMigrationCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
|
|
52
|
-
export declare type ServiceOutputTypes = CreateBotVersionCommandOutput | CreateIntentVersionCommandOutput | CreateSlotTypeVersionCommandOutput | DeleteBotAliasCommandOutput | DeleteBotChannelAssociationCommandOutput | DeleteBotCommandOutput | DeleteBotVersionCommandOutput | DeleteIntentCommandOutput | DeleteIntentVersionCommandOutput | DeleteSlotTypeCommandOutput | DeleteSlotTypeVersionCommandOutput | DeleteUtterancesCommandOutput | GetBotAliasCommandOutput | GetBotAliasesCommandOutput | GetBotChannelAssociationCommandOutput | GetBotChannelAssociationsCommandOutput | GetBotCommandOutput | GetBotVersionsCommandOutput | GetBotsCommandOutput | GetBuiltinIntentCommandOutput | GetBuiltinIntentsCommandOutput | GetBuiltinSlotTypesCommandOutput | GetExportCommandOutput | GetImportCommandOutput | GetIntentCommandOutput | GetIntentVersionsCommandOutput | GetIntentsCommandOutput | GetMigrationCommandOutput | GetMigrationsCommandOutput | GetSlotTypeCommandOutput | GetSlotTypeVersionsCommandOutput | GetSlotTypesCommandOutput | GetUtterancesViewCommandOutput | ListTagsForResourceCommandOutput | PutBotAliasCommandOutput | PutBotCommandOutput | PutIntentCommandOutput | PutSlotTypeCommandOutput | StartImportCommandOutput | StartMigrationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
|
|
53
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
54
|
-
/**
|
|
55
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
56
|
-
*/
|
|
57
|
-
requestHandler?: __HttpHandler;
|
|
58
|
-
/**
|
|
59
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
60
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
sha256?: __HashConstructor;
|
|
64
|
-
/**
|
|
65
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
urlParser?: __UrlParser;
|
|
69
|
-
/**
|
|
70
|
-
* A function that can calculate the length of a request body.
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
74
|
-
/**
|
|
75
|
-
* A function that converts a stream into an array of bytes.
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
streamCollector?: __StreamCollector;
|
|
79
|
-
/**
|
|
80
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
base64Decoder?: __Decoder;
|
|
84
|
-
/**
|
|
85
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
base64Encoder?: __Encoder;
|
|
89
|
-
/**
|
|
90
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
utf8Decoder?: __Decoder;
|
|
94
|
-
/**
|
|
95
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
utf8Encoder?: __Encoder;
|
|
99
|
-
/**
|
|
100
|
-
* The runtime environment.
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
runtime?: string;
|
|
104
|
-
/**
|
|
105
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
106
|
-
* trait of an operation.
|
|
107
|
-
*/
|
|
108
|
-
disableHostPrefix?: boolean;
|
|
109
|
-
/**
|
|
110
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
111
|
-
*/
|
|
112
|
-
maxAttempts?: number | __Provider<number>;
|
|
113
|
-
/**
|
|
114
|
-
* Specifies which retry algorithm to use.
|
|
115
|
-
*/
|
|
116
|
-
retryMode?: string | __Provider<string>;
|
|
117
|
-
/**
|
|
118
|
-
* Optional logger for logging debug/info/warn/error.
|
|
119
|
-
*/
|
|
120
|
-
logger?: __Logger;
|
|
121
|
-
/**
|
|
122
|
-
* Unique service identifier.
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
serviceId?: string;
|
|
126
|
-
/**
|
|
127
|
-
* The AWS region to which this client will send requests
|
|
128
|
-
*/
|
|
129
|
-
region?: string | __Provider<string>;
|
|
130
|
-
/**
|
|
131
|
-
* Default credentials provider; Not available in browser runtime.
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
135
|
-
/**
|
|
136
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
140
|
-
/**
|
|
141
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
145
|
-
}
|
|
146
|
-
declare type LexModelBuildingServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
147
|
-
/**
|
|
148
|
-
* The configuration interface of LexModelBuildingServiceClient class constructor that set the region, credentials and other options.
|
|
149
|
-
*/
|
|
150
|
-
export interface LexModelBuildingServiceClientConfig extends LexModelBuildingServiceClientConfigType {
|
|
151
|
-
}
|
|
152
|
-
declare type LexModelBuildingServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
153
|
-
/**
|
|
154
|
-
* The resolved configuration interface of LexModelBuildingServiceClient class. This is resolved and normalized from the {@link LexModelBuildingServiceClientConfig | constructor configuration interface}.
|
|
155
|
-
*/
|
|
156
|
-
export interface LexModelBuildingServiceClientResolvedConfig extends LexModelBuildingServiceClientResolvedConfigType {
|
|
157
|
-
}
|
|
158
|
-
/**
|
|
159
|
-
* <fullname>Amazon Lex Build-Time Actions</fullname>
|
|
160
|
-
* <p> Amazon Lex is an AWS service for building conversational voice and text
|
|
161
|
-
* interfaces. Use these actions to create, update, and delete conversational
|
|
162
|
-
* bots for new and existing client applications. </p>
|
|
163
|
-
*/
|
|
164
|
-
export declare class LexModelBuildingServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LexModelBuildingServiceClientResolvedConfig> {
|
|
165
|
-
/**
|
|
166
|
-
* The resolved configuration of LexModelBuildingServiceClient class. This is resolved and normalized from the {@link LexModelBuildingServiceClientConfig | constructor configuration interface}.
|
|
167
|
-
*/
|
|
168
|
-
readonly config: LexModelBuildingServiceClientResolvedConfig;
|
|
169
|
-
constructor(configuration: LexModelBuildingServiceClientConfig);
|
|
170
|
-
/**
|
|
171
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
172
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
173
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
174
|
-
*/
|
|
175
|
-
destroy(): void;
|
|
176
|
-
}
|
|
177
|
-
export {};
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { CreateBotVersionRequest, CreateBotVersionResponse } 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 CreateBotVersionCommandInput extends CreateBotVersionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a new version of the bot based on the <code>$LATEST</code>
|
|
11
|
-
* version. If the <code>$LATEST</code> version of this resource hasn't
|
|
12
|
-
* changed since you created the last version, Amazon Lex doesn't create a new
|
|
13
|
-
* version. It returns the last created version.</p>
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>You can update only the <code>$LATEST</code> version of the bot.
|
|
16
|
-
* You can't update the numbered versions that you create with the
|
|
17
|
-
* <code>CreateBotVersion</code> operation.</p>
|
|
18
|
-
* </note>
|
|
19
|
-
* <p> When you create the first version of a bot, Amazon Lex sets the version
|
|
20
|
-
* to 1. Subsequent versions increment by 1. For more information, see <a>versioning-intro</a>. </p>
|
|
21
|
-
* <p> This operation requires permission for the
|
|
22
|
-
* <code>lex:CreateBotVersion</code> action. </p>
|
|
23
|
-
* @example
|
|
24
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
-
* ```javascript
|
|
26
|
-
* import { LexModelBuildingServiceClient, CreateBotVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
27
|
-
* // const { LexModelBuildingServiceClient, CreateBotVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
28
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
29
|
-
* const command = new CreateBotVersionCommand(input);
|
|
30
|
-
* const response = await client.send(command);
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* @see {@link CreateBotVersionCommandInput} for command's `input` shape.
|
|
34
|
-
* @see {@link CreateBotVersionCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
38
|
-
export declare class CreateBotVersionCommand extends $Command<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
39
|
-
readonly input: CreateBotVersionCommandInput;
|
|
40
|
-
constructor(input: CreateBotVersionCommandInput);
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBotVersionCommandInput, CreateBotVersionCommandOutput>;
|
|
45
|
-
private serialize;
|
|
46
|
-
private deserialize;
|
|
47
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { CreateIntentVersionRequest, CreateIntentVersionResponse } 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 CreateIntentVersionCommandInput extends CreateIntentVersionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateIntentVersionCommandOutput extends CreateIntentVersionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a new version of an intent based on the
|
|
11
|
-
* <code>$LATEST</code> version of the intent. If the <code>$LATEST</code>
|
|
12
|
-
* version of this intent hasn't changed since you last updated it, Amazon Lex
|
|
13
|
-
* doesn't create a new version. It returns the last version you
|
|
14
|
-
* created.</p>
|
|
15
|
-
* <note>
|
|
16
|
-
* <p>You can update only the <code>$LATEST</code> version of the
|
|
17
|
-
* intent. You can't update the numbered versions that you create with the
|
|
18
|
-
* <code>CreateIntentVersion</code> operation.</p>
|
|
19
|
-
* </note>
|
|
20
|
-
* <p> When you create a version of an intent, Amazon Lex sets the version to
|
|
21
|
-
* 1. Subsequent versions increment by 1. For more information, see <a>versioning-intro</a>. </p>
|
|
22
|
-
* <p>This operation requires permissions to perform the
|
|
23
|
-
* <code>lex:CreateIntentVersion</code> action. </p>
|
|
24
|
-
* @example
|
|
25
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
-
* ```javascript
|
|
27
|
-
* import { LexModelBuildingServiceClient, CreateIntentVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
28
|
-
* // const { LexModelBuildingServiceClient, CreateIntentVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
29
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
30
|
-
* const command = new CreateIntentVersionCommand(input);
|
|
31
|
-
* const response = await client.send(command);
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* @see {@link CreateIntentVersionCommandInput} for command's `input` shape.
|
|
35
|
-
* @see {@link CreateIntentVersionCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
39
|
-
export declare class CreateIntentVersionCommand extends $Command<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
40
|
-
readonly input: CreateIntentVersionCommandInput;
|
|
41
|
-
constructor(input: CreateIntentVersionCommandInput);
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput>;
|
|
46
|
-
private serialize;
|
|
47
|
-
private deserialize;
|
|
48
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { CreateSlotTypeVersionRequest, CreateSlotTypeVersionResponse } 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 CreateSlotTypeVersionCommandInput extends CreateSlotTypeVersionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateSlotTypeVersionCommandOutput extends CreateSlotTypeVersionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a new version of a slot type based on the
|
|
11
|
-
* <code>$LATEST</code> version of the specified slot type. If the
|
|
12
|
-
* <code>$LATEST</code> version of this resource has not changed since the
|
|
13
|
-
* last version that you created, Amazon Lex doesn't create a new version. It
|
|
14
|
-
* returns the last version that you created. </p>
|
|
15
|
-
* <note>
|
|
16
|
-
* <p>You can update only the <code>$LATEST</code> version of a slot
|
|
17
|
-
* type. You can't update the numbered versions that you create with the
|
|
18
|
-
* <code>CreateSlotTypeVersion</code> operation.</p>
|
|
19
|
-
* </note>
|
|
20
|
-
*
|
|
21
|
-
* <p>When you create a version of a slot type, Amazon Lex sets the version to
|
|
22
|
-
* 1. Subsequent versions increment by 1. For more information, see <a>versioning-intro</a>. </p>
|
|
23
|
-
*
|
|
24
|
-
* <p>This operation requires permissions for the
|
|
25
|
-
* <code>lex:CreateSlotTypeVersion</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, CreateSlotTypeVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
30
|
-
* // const { LexModelBuildingServiceClient, CreateSlotTypeVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
31
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
32
|
-
* const command = new CreateSlotTypeVersionCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link CreateSlotTypeVersionCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link CreateSlotTypeVersionCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export declare class CreateSlotTypeVersionCommand extends $Command<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
42
|
-
readonly input: CreateSlotTypeVersionCommandInput;
|
|
43
|
-
constructor(input: CreateSlotTypeVersionCommandInput);
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput>;
|
|
48
|
-
private serialize;
|
|
49
|
-
private deserialize;
|
|
50
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { DeleteBotAliasRequest } 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 DeleteBotAliasCommandInput extends DeleteBotAliasRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteBotAliasCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes an alias for the specified bot. </p>
|
|
11
|
-
* <p>You can't delete an alias that is used in the association between a
|
|
12
|
-
* bot and a messaging channel. If an alias is used in a channel association,
|
|
13
|
-
* the <code>DeleteBot</code> operation returns a
|
|
14
|
-
* <code>ResourceInUseException</code> exception that includes a reference
|
|
15
|
-
* to the channel association that refers to the bot. You can remove the
|
|
16
|
-
* reference to the alias by deleting the channel association. If you get the
|
|
17
|
-
* same exception again, delete the referring association until the
|
|
18
|
-
* <code>DeleteBotAlias</code> operation is successful.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { LexModelBuildingServiceClient, DeleteBotAliasCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
23
|
-
* // const { LexModelBuildingServiceClient, DeleteBotAliasCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
24
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
25
|
-
* const command = new DeleteBotAliasCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link DeleteBotAliasCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link DeleteBotAliasCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
export declare class DeleteBotAliasCommand extends $Command<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
35
|
-
readonly input: DeleteBotAliasCommandInput;
|
|
36
|
-
constructor(input: DeleteBotAliasCommandInput);
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput>;
|
|
41
|
-
private serialize;
|
|
42
|
-
private deserialize;
|
|
43
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { DeleteBotChannelAssociationRequest } 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 DeleteBotChannelAssociationCommandInput extends DeleteBotChannelAssociationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteBotChannelAssociationCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes the association between an Amazon Lex bot and a messaging
|
|
11
|
-
* platform.</p>
|
|
12
|
-
* <p>This operation requires permission for the
|
|
13
|
-
* <code>lex:DeleteBotChannelAssociation</code> action.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { LexModelBuildingServiceClient, DeleteBotChannelAssociationCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
18
|
-
* // const { LexModelBuildingServiceClient, DeleteBotChannelAssociationCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
19
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
20
|
-
* const command = new DeleteBotChannelAssociationCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeleteBotChannelAssociationCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeleteBotChannelAssociationCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class DeleteBotChannelAssociationCommand extends $Command<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
30
|
-
readonly input: DeleteBotChannelAssociationCommandInput;
|
|
31
|
-
constructor(input: DeleteBotChannelAssociationCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { DeleteBotRequest } 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 DeleteBotCommandInput extends DeleteBotRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteBotCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes all versions of the bot, including the <code>$LATEST</code>
|
|
11
|
-
* version. To delete a specific version of the bot, use the <a>DeleteBotVersion</a> operation. The <code>DeleteBot</code>
|
|
12
|
-
* operation doesn't immediately remove the bot schema. Instead, it is marked
|
|
13
|
-
* for deletion and removed later.</p>
|
|
14
|
-
* <p>Amazon Lex stores utterances indefinitely for improving the ability of
|
|
15
|
-
* your bot to respond to user inputs. These utterances are not removed when
|
|
16
|
-
* the bot is deleted. To remove the utterances, use the <a>DeleteUtterances</a> operation.</p>
|
|
17
|
-
* <p>If a bot has an alias, you can't delete it. Instead, the
|
|
18
|
-
* <code>DeleteBot</code> operation returns a
|
|
19
|
-
* <code>ResourceInUseException</code> exception that includes a reference
|
|
20
|
-
* to the alias that refers to the bot. To remove the reference to the bot,
|
|
21
|
-
* delete the alias. If you get the same exception again, delete the
|
|
22
|
-
* referring alias until the <code>DeleteBot</code> operation is
|
|
23
|
-
* successful.</p>
|
|
24
|
-
*
|
|
25
|
-
* <p>This operation requires permissions for the
|
|
26
|
-
* <code>lex:DeleteBot</code> action.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { LexModelBuildingServiceClient, DeleteBotCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
31
|
-
* // const { LexModelBuildingServiceClient, DeleteBotCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
32
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
33
|
-
* const command = new DeleteBotCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link DeleteBotCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link DeleteBotCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export declare class DeleteBotCommand extends $Command<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
43
|
-
readonly input: DeleteBotCommandInput;
|
|
44
|
-
constructor(input: DeleteBotCommandInput);
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotCommandInput, DeleteBotCommandOutput>;
|
|
49
|
-
private serialize;
|
|
50
|
-
private deserialize;
|
|
51
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { DeleteBotVersionRequest } 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 DeleteBotVersionCommandInput extends DeleteBotVersionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteBotVersionCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes a specific version of a bot. To delete all versions of a
|
|
11
|
-
* bot, use the <a>DeleteBot</a> operation. </p>
|
|
12
|
-
* <p>This operation requires permissions for the
|
|
13
|
-
* <code>lex:DeleteBotVersion</code> action.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { LexModelBuildingServiceClient, DeleteBotVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
18
|
-
* // const { LexModelBuildingServiceClient, DeleteBotVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
19
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
20
|
-
* const command = new DeleteBotVersionCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeleteBotVersionCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeleteBotVersionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class DeleteBotVersionCommand extends $Command<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
30
|
-
readonly input: DeleteBotVersionCommandInput;
|
|
31
|
-
constructor(input: DeleteBotVersionCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { DeleteIntentRequest } 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 DeleteIntentCommandInput extends DeleteIntentRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteIntentCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes all versions of the intent, including the
|
|
11
|
-
* <code>$LATEST</code> version. To delete a specific version of the
|
|
12
|
-
* intent, use the <a>DeleteIntentVersion</a> operation.</p>
|
|
13
|
-
* <p> You can delete a version of an intent only if it is not
|
|
14
|
-
* referenced. To delete an intent that is referred to in one or more bots
|
|
15
|
-
* (see <a>how-it-works</a>), you must remove those references
|
|
16
|
-
* first. </p>
|
|
17
|
-
* <note>
|
|
18
|
-
* <p> If you get the <code>ResourceInUseException</code> exception, it
|
|
19
|
-
* provides an example reference that shows where the intent is referenced.
|
|
20
|
-
* To remove the reference to the intent, either update the bot or delete
|
|
21
|
-
* it. If you get the same exception when you attempt to delete the intent
|
|
22
|
-
* again, repeat until the intent has no references and the call to
|
|
23
|
-
* <code>DeleteIntent</code> is successful. </p>
|
|
24
|
-
* </note>
|
|
25
|
-
*
|
|
26
|
-
* <p> This operation requires permission for the
|
|
27
|
-
* <code>lex:DeleteIntent</code> action. </p>
|
|
28
|
-
* @example
|
|
29
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
-
* ```javascript
|
|
31
|
-
* import { LexModelBuildingServiceClient, DeleteIntentCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
32
|
-
* // const { LexModelBuildingServiceClient, DeleteIntentCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
33
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
34
|
-
* const command = new DeleteIntentCommand(input);
|
|
35
|
-
* const response = await client.send(command);
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @see {@link DeleteIntentCommandInput} for command's `input` shape.
|
|
39
|
-
* @see {@link DeleteIntentCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
export declare class DeleteIntentCommand extends $Command<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
44
|
-
readonly input: DeleteIntentCommandInput;
|
|
45
|
-
constructor(input: DeleteIntentCommandInput);
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntentCommandInput, DeleteIntentCommandOutput>;
|
|
50
|
-
private serialize;
|
|
51
|
-
private deserialize;
|
|
52
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
2
|
-
import { DeleteIntentVersionRequest } 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 DeleteIntentVersionCommandInput extends DeleteIntentVersionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteIntentVersionCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes a specific version of an intent. To delete all versions of
|
|
11
|
-
* a intent, use the <a>DeleteIntent</a> operation. </p>
|
|
12
|
-
* <p>This operation requires permissions for the
|
|
13
|
-
* <code>lex:DeleteIntentVersion</code> action.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { LexModelBuildingServiceClient, DeleteIntentVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
18
|
-
* // const { LexModelBuildingServiceClient, DeleteIntentVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
19
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
20
|
-
* const command = new DeleteIntentVersionCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeleteIntentVersionCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeleteIntentVersionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class DeleteIntentVersionCommand extends $Command<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
|
|
30
|
-
readonly input: DeleteIntentVersionCommandInput;
|
|
31
|
-
constructor(input: DeleteIntentVersionCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|