@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,968 +0,0 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
|
-
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
-
export var AccessDeniedException;
|
|
4
|
-
(function (AccessDeniedException) {
|
|
5
|
-
/**
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
|
-
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
-
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
10
|
-
export var BadRequestException;
|
|
11
|
-
(function (BadRequestException) {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
16
|
-
})(BadRequestException || (BadRequestException = {}));
|
|
17
|
-
export var ConflictException;
|
|
18
|
-
(function (ConflictException) {
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
|
-
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
|
-
})(ConflictException || (ConflictException = {}));
|
|
24
|
-
export var CreateBotVersionRequest;
|
|
25
|
-
(function (CreateBotVersionRequest) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
CreateBotVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
-
})(CreateBotVersionRequest || (CreateBotVersionRequest = {}));
|
|
31
|
-
export var ContentType;
|
|
32
|
-
(function (ContentType) {
|
|
33
|
-
ContentType["CUSTOM_PAYLOAD"] = "CustomPayload";
|
|
34
|
-
ContentType["PLAIN_TEXT"] = "PlainText";
|
|
35
|
-
ContentType["SSML"] = "SSML";
|
|
36
|
-
})(ContentType || (ContentType = {}));
|
|
37
|
-
export var Message;
|
|
38
|
-
(function (Message) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
Message.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
-
})(Message || (Message = {}));
|
|
44
|
-
export var Statement;
|
|
45
|
-
(function (Statement) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
Statement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
|
-
})(Statement || (Statement = {}));
|
|
51
|
-
export var Prompt;
|
|
52
|
-
(function (Prompt) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
|
-
Prompt.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
|
-
})(Prompt || (Prompt = {}));
|
|
58
|
-
export var Intent;
|
|
59
|
-
(function (Intent) {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
Intent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
-
})(Intent || (Intent = {}));
|
|
65
|
-
export var Locale;
|
|
66
|
-
(function (Locale) {
|
|
67
|
-
Locale["DE_DE"] = "de-DE";
|
|
68
|
-
Locale["EN_AU"] = "en-AU";
|
|
69
|
-
Locale["EN_GB"] = "en-GB";
|
|
70
|
-
Locale["EN_IN"] = "en-IN";
|
|
71
|
-
Locale["EN_US"] = "en-US";
|
|
72
|
-
Locale["ES_419"] = "es-419";
|
|
73
|
-
Locale["ES_ES"] = "es-ES";
|
|
74
|
-
Locale["ES_US"] = "es-US";
|
|
75
|
-
Locale["FR_CA"] = "fr-CA";
|
|
76
|
-
Locale["FR_FR"] = "fr-FR";
|
|
77
|
-
Locale["IT_IT"] = "it-IT";
|
|
78
|
-
Locale["JA_JP"] = "ja-JP";
|
|
79
|
-
Locale["KO_KR"] = "ko-KR";
|
|
80
|
-
})(Locale || (Locale = {}));
|
|
81
|
-
export var Status;
|
|
82
|
-
(function (Status) {
|
|
83
|
-
Status["BUILDING"] = "BUILDING";
|
|
84
|
-
Status["FAILED"] = "FAILED";
|
|
85
|
-
Status["NOT_BUILT"] = "NOT_BUILT";
|
|
86
|
-
Status["READY"] = "READY";
|
|
87
|
-
Status["READY_BASIC_TESTING"] = "READY_BASIC_TESTING";
|
|
88
|
-
})(Status || (Status = {}));
|
|
89
|
-
export var CreateBotVersionResponse;
|
|
90
|
-
(function (CreateBotVersionResponse) {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
CreateBotVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
-
})(CreateBotVersionResponse || (CreateBotVersionResponse = {}));
|
|
96
|
-
export var InternalFailureException;
|
|
97
|
-
(function (InternalFailureException) {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
InternalFailureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
-
})(InternalFailureException || (InternalFailureException = {}));
|
|
103
|
-
export var LimitExceededException;
|
|
104
|
-
(function (LimitExceededException) {
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
-
})(LimitExceededException || (LimitExceededException = {}));
|
|
110
|
-
export var NotFoundException;
|
|
111
|
-
(function (NotFoundException) {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
-
})(NotFoundException || (NotFoundException = {}));
|
|
117
|
-
export var PreconditionFailedException;
|
|
118
|
-
(function (PreconditionFailedException) {
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
PreconditionFailedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
-
})(PreconditionFailedException || (PreconditionFailedException = {}));
|
|
124
|
-
export var CreateIntentVersionRequest;
|
|
125
|
-
(function (CreateIntentVersionRequest) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
CreateIntentVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
-
})(CreateIntentVersionRequest || (CreateIntentVersionRequest = {}));
|
|
131
|
-
export var CodeHook;
|
|
132
|
-
(function (CodeHook) {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
CodeHook.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
-
})(CodeHook || (CodeHook = {}));
|
|
138
|
-
export var FollowUpPrompt;
|
|
139
|
-
(function (FollowUpPrompt) {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
FollowUpPrompt.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
-
})(FollowUpPrompt || (FollowUpPrompt = {}));
|
|
145
|
-
export var FulfillmentActivityType;
|
|
146
|
-
(function (FulfillmentActivityType) {
|
|
147
|
-
FulfillmentActivityType["CODE_HOOK"] = "CodeHook";
|
|
148
|
-
FulfillmentActivityType["RETURN_INTENT"] = "ReturnIntent";
|
|
149
|
-
})(FulfillmentActivityType || (FulfillmentActivityType = {}));
|
|
150
|
-
export var FulfillmentActivity;
|
|
151
|
-
(function (FulfillmentActivity) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
FulfillmentActivity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(FulfillmentActivity || (FulfillmentActivity = {}));
|
|
157
|
-
export var InputContext;
|
|
158
|
-
(function (InputContext) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
InputContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(InputContext || (InputContext = {}));
|
|
164
|
-
export var KendraConfiguration;
|
|
165
|
-
(function (KendraConfiguration) {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
KendraConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
-
})(KendraConfiguration || (KendraConfiguration = {}));
|
|
171
|
-
export var OutputContext;
|
|
172
|
-
(function (OutputContext) {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
OutputContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(OutputContext || (OutputContext = {}));
|
|
178
|
-
export var SlotDefaultValue;
|
|
179
|
-
(function (SlotDefaultValue) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
SlotDefaultValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
-
})(SlotDefaultValue || (SlotDefaultValue = {}));
|
|
185
|
-
export var SlotDefaultValueSpec;
|
|
186
|
-
(function (SlotDefaultValueSpec) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
SlotDefaultValueSpec.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
-
})(SlotDefaultValueSpec || (SlotDefaultValueSpec = {}));
|
|
192
|
-
export var ObfuscationSetting;
|
|
193
|
-
(function (ObfuscationSetting) {
|
|
194
|
-
ObfuscationSetting["DEFAULT_OBFUSCATION"] = "DEFAULT_OBFUSCATION";
|
|
195
|
-
ObfuscationSetting["NONE"] = "NONE";
|
|
196
|
-
})(ObfuscationSetting || (ObfuscationSetting = {}));
|
|
197
|
-
export var SlotConstraint;
|
|
198
|
-
(function (SlotConstraint) {
|
|
199
|
-
SlotConstraint["OPTIONAL"] = "Optional";
|
|
200
|
-
SlotConstraint["REQUIRED"] = "Required";
|
|
201
|
-
})(SlotConstraint || (SlotConstraint = {}));
|
|
202
|
-
export var Slot;
|
|
203
|
-
(function (Slot) {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
|
-
Slot.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
-
})(Slot || (Slot = {}));
|
|
209
|
-
export var CreateIntentVersionResponse;
|
|
210
|
-
(function (CreateIntentVersionResponse) {
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
CreateIntentVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(CreateIntentVersionResponse || (CreateIntentVersionResponse = {}));
|
|
216
|
-
export var CreateSlotTypeVersionRequest;
|
|
217
|
-
(function (CreateSlotTypeVersionRequest) {
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
CreateSlotTypeVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
-
})(CreateSlotTypeVersionRequest || (CreateSlotTypeVersionRequest = {}));
|
|
223
|
-
export var EnumerationValue;
|
|
224
|
-
(function (EnumerationValue) {
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
|
-
EnumerationValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
-
})(EnumerationValue || (EnumerationValue = {}));
|
|
230
|
-
export var SlotTypeRegexConfiguration;
|
|
231
|
-
(function (SlotTypeRegexConfiguration) {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
SlotTypeRegexConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
-
})(SlotTypeRegexConfiguration || (SlotTypeRegexConfiguration = {}));
|
|
237
|
-
export var SlotTypeConfiguration;
|
|
238
|
-
(function (SlotTypeConfiguration) {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
|
-
SlotTypeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
-
})(SlotTypeConfiguration || (SlotTypeConfiguration = {}));
|
|
244
|
-
export var SlotValueSelectionStrategy;
|
|
245
|
-
(function (SlotValueSelectionStrategy) {
|
|
246
|
-
SlotValueSelectionStrategy["ORIGINAL_VALUE"] = "ORIGINAL_VALUE";
|
|
247
|
-
SlotValueSelectionStrategy["TOP_RESOLUTION"] = "TOP_RESOLUTION";
|
|
248
|
-
})(SlotValueSelectionStrategy || (SlotValueSelectionStrategy = {}));
|
|
249
|
-
export var CreateSlotTypeVersionResponse;
|
|
250
|
-
(function (CreateSlotTypeVersionResponse) {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
CreateSlotTypeVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
-
})(CreateSlotTypeVersionResponse || (CreateSlotTypeVersionResponse = {}));
|
|
256
|
-
export var DeleteBotRequest;
|
|
257
|
-
(function (DeleteBotRequest) {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
|
-
DeleteBotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
-
})(DeleteBotRequest || (DeleteBotRequest = {}));
|
|
263
|
-
export var ResourceReference;
|
|
264
|
-
(function (ResourceReference) {
|
|
265
|
-
/**
|
|
266
|
-
* @internal
|
|
267
|
-
*/
|
|
268
|
-
ResourceReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
-
})(ResourceReference || (ResourceReference = {}));
|
|
270
|
-
export var ReferenceType;
|
|
271
|
-
(function (ReferenceType) {
|
|
272
|
-
ReferenceType["BOT"] = "Bot";
|
|
273
|
-
ReferenceType["BOTALIAS"] = "BotAlias";
|
|
274
|
-
ReferenceType["BOTCHANNEL"] = "BotChannel";
|
|
275
|
-
ReferenceType["INTENT"] = "Intent";
|
|
276
|
-
})(ReferenceType || (ReferenceType = {}));
|
|
277
|
-
export var ResourceInUseException;
|
|
278
|
-
(function (ResourceInUseException) {
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
|
-
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
-
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
284
|
-
export var DeleteBotAliasRequest;
|
|
285
|
-
(function (DeleteBotAliasRequest) {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
DeleteBotAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
-
})(DeleteBotAliasRequest || (DeleteBotAliasRequest = {}));
|
|
291
|
-
export var DeleteBotChannelAssociationRequest;
|
|
292
|
-
(function (DeleteBotChannelAssociationRequest) {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
|
-
DeleteBotChannelAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
-
})(DeleteBotChannelAssociationRequest || (DeleteBotChannelAssociationRequest = {}));
|
|
298
|
-
export var DeleteBotVersionRequest;
|
|
299
|
-
(function (DeleteBotVersionRequest) {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
|
-
DeleteBotVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
-
})(DeleteBotVersionRequest || (DeleteBotVersionRequest = {}));
|
|
305
|
-
export var DeleteIntentRequest;
|
|
306
|
-
(function (DeleteIntentRequest) {
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
|
-
DeleteIntentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
-
})(DeleteIntentRequest || (DeleteIntentRequest = {}));
|
|
312
|
-
export var DeleteIntentVersionRequest;
|
|
313
|
-
(function (DeleteIntentVersionRequest) {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
|
-
DeleteIntentVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
-
})(DeleteIntentVersionRequest || (DeleteIntentVersionRequest = {}));
|
|
319
|
-
export var DeleteSlotTypeRequest;
|
|
320
|
-
(function (DeleteSlotTypeRequest) {
|
|
321
|
-
/**
|
|
322
|
-
* @internal
|
|
323
|
-
*/
|
|
324
|
-
DeleteSlotTypeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
-
})(DeleteSlotTypeRequest || (DeleteSlotTypeRequest = {}));
|
|
326
|
-
export var DeleteSlotTypeVersionRequest;
|
|
327
|
-
(function (DeleteSlotTypeVersionRequest) {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
|
-
DeleteSlotTypeVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
-
})(DeleteSlotTypeVersionRequest || (DeleteSlotTypeVersionRequest = {}));
|
|
333
|
-
export var DeleteUtterancesRequest;
|
|
334
|
-
(function (DeleteUtterancesRequest) {
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
|
-
DeleteUtterancesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
-
})(DeleteUtterancesRequest || (DeleteUtterancesRequest = {}));
|
|
340
|
-
export var GetBotRequest;
|
|
341
|
-
(function (GetBotRequest) {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
|
-
GetBotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
-
})(GetBotRequest || (GetBotRequest = {}));
|
|
347
|
-
export var GetBotResponse;
|
|
348
|
-
(function (GetBotResponse) {
|
|
349
|
-
/**
|
|
350
|
-
* @internal
|
|
351
|
-
*/
|
|
352
|
-
GetBotResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
-
})(GetBotResponse || (GetBotResponse = {}));
|
|
354
|
-
export var GetBotAliasRequest;
|
|
355
|
-
(function (GetBotAliasRequest) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
|
-
GetBotAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(GetBotAliasRequest || (GetBotAliasRequest = {}));
|
|
361
|
-
export var Destination;
|
|
362
|
-
(function (Destination) {
|
|
363
|
-
Destination["CLOUDWATCH_LOGS"] = "CLOUDWATCH_LOGS";
|
|
364
|
-
Destination["S3"] = "S3";
|
|
365
|
-
})(Destination || (Destination = {}));
|
|
366
|
-
export var LogType;
|
|
367
|
-
(function (LogType) {
|
|
368
|
-
LogType["AUDIO"] = "AUDIO";
|
|
369
|
-
LogType["TEXT"] = "TEXT";
|
|
370
|
-
})(LogType || (LogType = {}));
|
|
371
|
-
export var LogSettingsResponse;
|
|
372
|
-
(function (LogSettingsResponse) {
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
|
-
LogSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
-
})(LogSettingsResponse || (LogSettingsResponse = {}));
|
|
378
|
-
export var ConversationLogsResponse;
|
|
379
|
-
(function (ConversationLogsResponse) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
ConversationLogsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(ConversationLogsResponse || (ConversationLogsResponse = {}));
|
|
385
|
-
export var GetBotAliasResponse;
|
|
386
|
-
(function (GetBotAliasResponse) {
|
|
387
|
-
/**
|
|
388
|
-
* @internal
|
|
389
|
-
*/
|
|
390
|
-
GetBotAliasResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
-
})(GetBotAliasResponse || (GetBotAliasResponse = {}));
|
|
392
|
-
export var GetBotAliasesRequest;
|
|
393
|
-
(function (GetBotAliasesRequest) {
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
|
-
GetBotAliasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
-
})(GetBotAliasesRequest || (GetBotAliasesRequest = {}));
|
|
399
|
-
export var BotAliasMetadata;
|
|
400
|
-
(function (BotAliasMetadata) {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
BotAliasMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
-
})(BotAliasMetadata || (BotAliasMetadata = {}));
|
|
406
|
-
export var GetBotAliasesResponse;
|
|
407
|
-
(function (GetBotAliasesResponse) {
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
|
-
GetBotAliasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(GetBotAliasesResponse || (GetBotAliasesResponse = {}));
|
|
413
|
-
export var GetBotChannelAssociationRequest;
|
|
414
|
-
(function (GetBotChannelAssociationRequest) {
|
|
415
|
-
/**
|
|
416
|
-
* @internal
|
|
417
|
-
*/
|
|
418
|
-
GetBotChannelAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
-
})(GetBotChannelAssociationRequest || (GetBotChannelAssociationRequest = {}));
|
|
420
|
-
export var ChannelStatus;
|
|
421
|
-
(function (ChannelStatus) {
|
|
422
|
-
ChannelStatus["CREATED"] = "CREATED";
|
|
423
|
-
ChannelStatus["FAILED"] = "FAILED";
|
|
424
|
-
ChannelStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
425
|
-
})(ChannelStatus || (ChannelStatus = {}));
|
|
426
|
-
export var ChannelType;
|
|
427
|
-
(function (ChannelType) {
|
|
428
|
-
ChannelType["FACEBOOK"] = "Facebook";
|
|
429
|
-
ChannelType["KIK"] = "Kik";
|
|
430
|
-
ChannelType["SLACK"] = "Slack";
|
|
431
|
-
ChannelType["TWILIO_SMS"] = "Twilio-Sms";
|
|
432
|
-
})(ChannelType || (ChannelType = {}));
|
|
433
|
-
export var GetBotChannelAssociationResponse;
|
|
434
|
-
(function (GetBotChannelAssociationResponse) {
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
|
-
GetBotChannelAssociationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.botConfiguration && { botConfiguration: SENSITIVE_STRING }))); };
|
|
439
|
-
})(GetBotChannelAssociationResponse || (GetBotChannelAssociationResponse = {}));
|
|
440
|
-
export var GetBotChannelAssociationsRequest;
|
|
441
|
-
(function (GetBotChannelAssociationsRequest) {
|
|
442
|
-
/**
|
|
443
|
-
* @internal
|
|
444
|
-
*/
|
|
445
|
-
GetBotChannelAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
})(GetBotChannelAssociationsRequest || (GetBotChannelAssociationsRequest = {}));
|
|
447
|
-
export var BotChannelAssociation;
|
|
448
|
-
(function (BotChannelAssociation) {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
|
-
BotChannelAssociation.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.botConfiguration && { botConfiguration: SENSITIVE_STRING }))); };
|
|
453
|
-
})(BotChannelAssociation || (BotChannelAssociation = {}));
|
|
454
|
-
export var GetBotChannelAssociationsResponse;
|
|
455
|
-
(function (GetBotChannelAssociationsResponse) {
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
|
-
GetBotChannelAssociationsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.botChannelAssociations && {
|
|
460
|
-
botChannelAssociations: obj.botChannelAssociations.map(function (item) { return BotChannelAssociation.filterSensitiveLog(item); }),
|
|
461
|
-
}))); };
|
|
462
|
-
})(GetBotChannelAssociationsResponse || (GetBotChannelAssociationsResponse = {}));
|
|
463
|
-
export var GetBotsRequest;
|
|
464
|
-
(function (GetBotsRequest) {
|
|
465
|
-
/**
|
|
466
|
-
* @internal
|
|
467
|
-
*/
|
|
468
|
-
GetBotsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
-
})(GetBotsRequest || (GetBotsRequest = {}));
|
|
470
|
-
export var BotMetadata;
|
|
471
|
-
(function (BotMetadata) {
|
|
472
|
-
/**
|
|
473
|
-
* @internal
|
|
474
|
-
*/
|
|
475
|
-
BotMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
-
})(BotMetadata || (BotMetadata = {}));
|
|
477
|
-
export var GetBotsResponse;
|
|
478
|
-
(function (GetBotsResponse) {
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
|
-
GetBotsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
-
})(GetBotsResponse || (GetBotsResponse = {}));
|
|
484
|
-
export var GetBotVersionsRequest;
|
|
485
|
-
(function (GetBotVersionsRequest) {
|
|
486
|
-
/**
|
|
487
|
-
* @internal
|
|
488
|
-
*/
|
|
489
|
-
GetBotVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
-
})(GetBotVersionsRequest || (GetBotVersionsRequest = {}));
|
|
491
|
-
export var GetBotVersionsResponse;
|
|
492
|
-
(function (GetBotVersionsResponse) {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
|
-
GetBotVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
-
})(GetBotVersionsResponse || (GetBotVersionsResponse = {}));
|
|
498
|
-
export var GetBuiltinIntentRequest;
|
|
499
|
-
(function (GetBuiltinIntentRequest) {
|
|
500
|
-
/**
|
|
501
|
-
* @internal
|
|
502
|
-
*/
|
|
503
|
-
GetBuiltinIntentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
-
})(GetBuiltinIntentRequest || (GetBuiltinIntentRequest = {}));
|
|
505
|
-
export var BuiltinIntentSlot;
|
|
506
|
-
(function (BuiltinIntentSlot) {
|
|
507
|
-
/**
|
|
508
|
-
* @internal
|
|
509
|
-
*/
|
|
510
|
-
BuiltinIntentSlot.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
-
})(BuiltinIntentSlot || (BuiltinIntentSlot = {}));
|
|
512
|
-
export var GetBuiltinIntentResponse;
|
|
513
|
-
(function (GetBuiltinIntentResponse) {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
|
-
GetBuiltinIntentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
-
})(GetBuiltinIntentResponse || (GetBuiltinIntentResponse = {}));
|
|
519
|
-
export var GetBuiltinIntentsRequest;
|
|
520
|
-
(function (GetBuiltinIntentsRequest) {
|
|
521
|
-
/**
|
|
522
|
-
* @internal
|
|
523
|
-
*/
|
|
524
|
-
GetBuiltinIntentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
-
})(GetBuiltinIntentsRequest || (GetBuiltinIntentsRequest = {}));
|
|
526
|
-
export var BuiltinIntentMetadata;
|
|
527
|
-
(function (BuiltinIntentMetadata) {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
|
-
BuiltinIntentMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
-
})(BuiltinIntentMetadata || (BuiltinIntentMetadata = {}));
|
|
533
|
-
export var GetBuiltinIntentsResponse;
|
|
534
|
-
(function (GetBuiltinIntentsResponse) {
|
|
535
|
-
/**
|
|
536
|
-
* @internal
|
|
537
|
-
*/
|
|
538
|
-
GetBuiltinIntentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
-
})(GetBuiltinIntentsResponse || (GetBuiltinIntentsResponse = {}));
|
|
540
|
-
export var GetBuiltinSlotTypesRequest;
|
|
541
|
-
(function (GetBuiltinSlotTypesRequest) {
|
|
542
|
-
/**
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
|
-
GetBuiltinSlotTypesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
-
})(GetBuiltinSlotTypesRequest || (GetBuiltinSlotTypesRequest = {}));
|
|
547
|
-
export var BuiltinSlotTypeMetadata;
|
|
548
|
-
(function (BuiltinSlotTypeMetadata) {
|
|
549
|
-
/**
|
|
550
|
-
* @internal
|
|
551
|
-
*/
|
|
552
|
-
BuiltinSlotTypeMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
-
})(BuiltinSlotTypeMetadata || (BuiltinSlotTypeMetadata = {}));
|
|
554
|
-
export var GetBuiltinSlotTypesResponse;
|
|
555
|
-
(function (GetBuiltinSlotTypesResponse) {
|
|
556
|
-
/**
|
|
557
|
-
* @internal
|
|
558
|
-
*/
|
|
559
|
-
GetBuiltinSlotTypesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
-
})(GetBuiltinSlotTypesResponse || (GetBuiltinSlotTypesResponse = {}));
|
|
561
|
-
export var ExportType;
|
|
562
|
-
(function (ExportType) {
|
|
563
|
-
ExportType["ALEXA_SKILLS_KIT"] = "ALEXA_SKILLS_KIT";
|
|
564
|
-
ExportType["LEX"] = "LEX";
|
|
565
|
-
})(ExportType || (ExportType = {}));
|
|
566
|
-
export var ResourceType;
|
|
567
|
-
(function (ResourceType) {
|
|
568
|
-
ResourceType["BOT"] = "BOT";
|
|
569
|
-
ResourceType["INTENT"] = "INTENT";
|
|
570
|
-
ResourceType["SLOT_TYPE"] = "SLOT_TYPE";
|
|
571
|
-
})(ResourceType || (ResourceType = {}));
|
|
572
|
-
export var GetExportRequest;
|
|
573
|
-
(function (GetExportRequest) {
|
|
574
|
-
/**
|
|
575
|
-
* @internal
|
|
576
|
-
*/
|
|
577
|
-
GetExportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
-
})(GetExportRequest || (GetExportRequest = {}));
|
|
579
|
-
export var ExportStatus;
|
|
580
|
-
(function (ExportStatus) {
|
|
581
|
-
ExportStatus["FAILED"] = "FAILED";
|
|
582
|
-
ExportStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
583
|
-
ExportStatus["READY"] = "READY";
|
|
584
|
-
})(ExportStatus || (ExportStatus = {}));
|
|
585
|
-
export var GetExportResponse;
|
|
586
|
-
(function (GetExportResponse) {
|
|
587
|
-
/**
|
|
588
|
-
* @internal
|
|
589
|
-
*/
|
|
590
|
-
GetExportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
-
})(GetExportResponse || (GetExportResponse = {}));
|
|
592
|
-
export var GetImportRequest;
|
|
593
|
-
(function (GetImportRequest) {
|
|
594
|
-
/**
|
|
595
|
-
* @internal
|
|
596
|
-
*/
|
|
597
|
-
GetImportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
-
})(GetImportRequest || (GetImportRequest = {}));
|
|
599
|
-
export var ImportStatus;
|
|
600
|
-
(function (ImportStatus) {
|
|
601
|
-
ImportStatus["COMPLETE"] = "COMPLETE";
|
|
602
|
-
ImportStatus["FAILED"] = "FAILED";
|
|
603
|
-
ImportStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
604
|
-
})(ImportStatus || (ImportStatus = {}));
|
|
605
|
-
export var MergeStrategy;
|
|
606
|
-
(function (MergeStrategy) {
|
|
607
|
-
MergeStrategy["FAIL_ON_CONFLICT"] = "FAIL_ON_CONFLICT";
|
|
608
|
-
MergeStrategy["OVERWRITE_LATEST"] = "OVERWRITE_LATEST";
|
|
609
|
-
})(MergeStrategy || (MergeStrategy = {}));
|
|
610
|
-
export var GetImportResponse;
|
|
611
|
-
(function (GetImportResponse) {
|
|
612
|
-
/**
|
|
613
|
-
* @internal
|
|
614
|
-
*/
|
|
615
|
-
GetImportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
-
})(GetImportResponse || (GetImportResponse = {}));
|
|
617
|
-
export var GetIntentRequest;
|
|
618
|
-
(function (GetIntentRequest) {
|
|
619
|
-
/**
|
|
620
|
-
* @internal
|
|
621
|
-
*/
|
|
622
|
-
GetIntentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
-
})(GetIntentRequest || (GetIntentRequest = {}));
|
|
624
|
-
export var GetIntentResponse;
|
|
625
|
-
(function (GetIntentResponse) {
|
|
626
|
-
/**
|
|
627
|
-
* @internal
|
|
628
|
-
*/
|
|
629
|
-
GetIntentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
-
})(GetIntentResponse || (GetIntentResponse = {}));
|
|
631
|
-
export var GetIntentsRequest;
|
|
632
|
-
(function (GetIntentsRequest) {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
|
-
GetIntentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
-
})(GetIntentsRequest || (GetIntentsRequest = {}));
|
|
638
|
-
export var IntentMetadata;
|
|
639
|
-
(function (IntentMetadata) {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
|
-
IntentMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
-
})(IntentMetadata || (IntentMetadata = {}));
|
|
645
|
-
export var GetIntentsResponse;
|
|
646
|
-
(function (GetIntentsResponse) {
|
|
647
|
-
/**
|
|
648
|
-
* @internal
|
|
649
|
-
*/
|
|
650
|
-
GetIntentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
-
})(GetIntentsResponse || (GetIntentsResponse = {}));
|
|
652
|
-
export var GetIntentVersionsRequest;
|
|
653
|
-
(function (GetIntentVersionsRequest) {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
|
-
GetIntentVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
-
})(GetIntentVersionsRequest || (GetIntentVersionsRequest = {}));
|
|
659
|
-
export var GetIntentVersionsResponse;
|
|
660
|
-
(function (GetIntentVersionsResponse) {
|
|
661
|
-
/**
|
|
662
|
-
* @internal
|
|
663
|
-
*/
|
|
664
|
-
GetIntentVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
-
})(GetIntentVersionsResponse || (GetIntentVersionsResponse = {}));
|
|
666
|
-
export var GetMigrationRequest;
|
|
667
|
-
(function (GetMigrationRequest) {
|
|
668
|
-
/**
|
|
669
|
-
* @internal
|
|
670
|
-
*/
|
|
671
|
-
GetMigrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
-
})(GetMigrationRequest || (GetMigrationRequest = {}));
|
|
673
|
-
export var MigrationAlertType;
|
|
674
|
-
(function (MigrationAlertType) {
|
|
675
|
-
MigrationAlertType["ERROR"] = "ERROR";
|
|
676
|
-
MigrationAlertType["WARN"] = "WARN";
|
|
677
|
-
})(MigrationAlertType || (MigrationAlertType = {}));
|
|
678
|
-
export var MigrationAlert;
|
|
679
|
-
(function (MigrationAlert) {
|
|
680
|
-
/**
|
|
681
|
-
* @internal
|
|
682
|
-
*/
|
|
683
|
-
MigrationAlert.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
-
})(MigrationAlert || (MigrationAlert = {}));
|
|
685
|
-
export var MigrationStatus;
|
|
686
|
-
(function (MigrationStatus) {
|
|
687
|
-
MigrationStatus["COMPLETED"] = "COMPLETED";
|
|
688
|
-
MigrationStatus["FAILED"] = "FAILED";
|
|
689
|
-
MigrationStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
690
|
-
})(MigrationStatus || (MigrationStatus = {}));
|
|
691
|
-
export var MigrationStrategy;
|
|
692
|
-
(function (MigrationStrategy) {
|
|
693
|
-
MigrationStrategy["CREATE_NEW"] = "CREATE_NEW";
|
|
694
|
-
MigrationStrategy["UPDATE_EXISTING"] = "UPDATE_EXISTING";
|
|
695
|
-
})(MigrationStrategy || (MigrationStrategy = {}));
|
|
696
|
-
export var GetMigrationResponse;
|
|
697
|
-
(function (GetMigrationResponse) {
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
|
-
GetMigrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
|
-
})(GetMigrationResponse || (GetMigrationResponse = {}));
|
|
703
|
-
export var MigrationSortAttribute;
|
|
704
|
-
(function (MigrationSortAttribute) {
|
|
705
|
-
MigrationSortAttribute["MIGRATION_DATE_TIME"] = "MIGRATION_DATE_TIME";
|
|
706
|
-
MigrationSortAttribute["V1_BOT_NAME"] = "V1_BOT_NAME";
|
|
707
|
-
})(MigrationSortAttribute || (MigrationSortAttribute = {}));
|
|
708
|
-
export var SortOrder;
|
|
709
|
-
(function (SortOrder) {
|
|
710
|
-
SortOrder["ASCENDING"] = "ASCENDING";
|
|
711
|
-
SortOrder["DESCENDING"] = "DESCENDING";
|
|
712
|
-
})(SortOrder || (SortOrder = {}));
|
|
713
|
-
export var GetMigrationsRequest;
|
|
714
|
-
(function (GetMigrationsRequest) {
|
|
715
|
-
/**
|
|
716
|
-
* @internal
|
|
717
|
-
*/
|
|
718
|
-
GetMigrationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
-
})(GetMigrationsRequest || (GetMigrationsRequest = {}));
|
|
720
|
-
export var MigrationSummary;
|
|
721
|
-
(function (MigrationSummary) {
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
|
-
MigrationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
-
})(MigrationSummary || (MigrationSummary = {}));
|
|
727
|
-
export var GetMigrationsResponse;
|
|
728
|
-
(function (GetMigrationsResponse) {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
|
-
GetMigrationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
-
})(GetMigrationsResponse || (GetMigrationsResponse = {}));
|
|
734
|
-
export var GetSlotTypeRequest;
|
|
735
|
-
(function (GetSlotTypeRequest) {
|
|
736
|
-
/**
|
|
737
|
-
* @internal
|
|
738
|
-
*/
|
|
739
|
-
GetSlotTypeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
-
})(GetSlotTypeRequest || (GetSlotTypeRequest = {}));
|
|
741
|
-
export var GetSlotTypeResponse;
|
|
742
|
-
(function (GetSlotTypeResponse) {
|
|
743
|
-
/**
|
|
744
|
-
* @internal
|
|
745
|
-
*/
|
|
746
|
-
GetSlotTypeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
-
})(GetSlotTypeResponse || (GetSlotTypeResponse = {}));
|
|
748
|
-
export var GetSlotTypesRequest;
|
|
749
|
-
(function (GetSlotTypesRequest) {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
|
-
GetSlotTypesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
-
})(GetSlotTypesRequest || (GetSlotTypesRequest = {}));
|
|
755
|
-
export var SlotTypeMetadata;
|
|
756
|
-
(function (SlotTypeMetadata) {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
|
-
SlotTypeMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
-
})(SlotTypeMetadata || (SlotTypeMetadata = {}));
|
|
762
|
-
export var GetSlotTypesResponse;
|
|
763
|
-
(function (GetSlotTypesResponse) {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
|
-
GetSlotTypesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
-
})(GetSlotTypesResponse || (GetSlotTypesResponse = {}));
|
|
769
|
-
export var GetSlotTypeVersionsRequest;
|
|
770
|
-
(function (GetSlotTypeVersionsRequest) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
|
-
GetSlotTypeVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
-
})(GetSlotTypeVersionsRequest || (GetSlotTypeVersionsRequest = {}));
|
|
776
|
-
export var GetSlotTypeVersionsResponse;
|
|
777
|
-
(function (GetSlotTypeVersionsResponse) {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
|
-
GetSlotTypeVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
-
})(GetSlotTypeVersionsResponse || (GetSlotTypeVersionsResponse = {}));
|
|
783
|
-
export var StatusType;
|
|
784
|
-
(function (StatusType) {
|
|
785
|
-
StatusType["DETECTED"] = "Detected";
|
|
786
|
-
StatusType["MISSED"] = "Missed";
|
|
787
|
-
})(StatusType || (StatusType = {}));
|
|
788
|
-
export var GetUtterancesViewRequest;
|
|
789
|
-
(function (GetUtterancesViewRequest) {
|
|
790
|
-
/**
|
|
791
|
-
* @internal
|
|
792
|
-
*/
|
|
793
|
-
GetUtterancesViewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
-
})(GetUtterancesViewRequest || (GetUtterancesViewRequest = {}));
|
|
795
|
-
export var UtteranceData;
|
|
796
|
-
(function (UtteranceData) {
|
|
797
|
-
/**
|
|
798
|
-
* @internal
|
|
799
|
-
*/
|
|
800
|
-
UtteranceData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
-
})(UtteranceData || (UtteranceData = {}));
|
|
802
|
-
export var UtteranceList;
|
|
803
|
-
(function (UtteranceList) {
|
|
804
|
-
/**
|
|
805
|
-
* @internal
|
|
806
|
-
*/
|
|
807
|
-
UtteranceList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
|
-
})(UtteranceList || (UtteranceList = {}));
|
|
809
|
-
export var GetUtterancesViewResponse;
|
|
810
|
-
(function (GetUtterancesViewResponse) {
|
|
811
|
-
/**
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
814
|
-
GetUtterancesViewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
-
})(GetUtterancesViewResponse || (GetUtterancesViewResponse = {}));
|
|
816
|
-
export var ListTagsForResourceRequest;
|
|
817
|
-
(function (ListTagsForResourceRequest) {
|
|
818
|
-
/**
|
|
819
|
-
* @internal
|
|
820
|
-
*/
|
|
821
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
823
|
-
export var Tag;
|
|
824
|
-
(function (Tag) {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
-
})(Tag || (Tag = {}));
|
|
830
|
-
export var ListTagsForResourceResponse;
|
|
831
|
-
(function (ListTagsForResourceResponse) {
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
835
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
837
|
-
export var ProcessBehavior;
|
|
838
|
-
(function (ProcessBehavior) {
|
|
839
|
-
ProcessBehavior["BUILD"] = "BUILD";
|
|
840
|
-
ProcessBehavior["SAVE"] = "SAVE";
|
|
841
|
-
})(ProcessBehavior || (ProcessBehavior = {}));
|
|
842
|
-
export var PutBotRequest;
|
|
843
|
-
(function (PutBotRequest) {
|
|
844
|
-
/**
|
|
845
|
-
* @internal
|
|
846
|
-
*/
|
|
847
|
-
PutBotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
-
})(PutBotRequest || (PutBotRequest = {}));
|
|
849
|
-
export var PutBotResponse;
|
|
850
|
-
(function (PutBotResponse) {
|
|
851
|
-
/**
|
|
852
|
-
* @internal
|
|
853
|
-
*/
|
|
854
|
-
PutBotResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
-
})(PutBotResponse || (PutBotResponse = {}));
|
|
856
|
-
export var LogSettingsRequest;
|
|
857
|
-
(function (LogSettingsRequest) {
|
|
858
|
-
/**
|
|
859
|
-
* @internal
|
|
860
|
-
*/
|
|
861
|
-
LogSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
-
})(LogSettingsRequest || (LogSettingsRequest = {}));
|
|
863
|
-
export var ConversationLogsRequest;
|
|
864
|
-
(function (ConversationLogsRequest) {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
|
-
ConversationLogsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
-
})(ConversationLogsRequest || (ConversationLogsRequest = {}));
|
|
870
|
-
export var PutBotAliasRequest;
|
|
871
|
-
(function (PutBotAliasRequest) {
|
|
872
|
-
/**
|
|
873
|
-
* @internal
|
|
874
|
-
*/
|
|
875
|
-
PutBotAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
|
-
})(PutBotAliasRequest || (PutBotAliasRequest = {}));
|
|
877
|
-
export var PutBotAliasResponse;
|
|
878
|
-
(function (PutBotAliasResponse) {
|
|
879
|
-
/**
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
882
|
-
PutBotAliasResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
|
-
})(PutBotAliasResponse || (PutBotAliasResponse = {}));
|
|
884
|
-
export var PutIntentRequest;
|
|
885
|
-
(function (PutIntentRequest) {
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
*/
|
|
889
|
-
PutIntentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
|
-
})(PutIntentRequest || (PutIntentRequest = {}));
|
|
891
|
-
export var PutIntentResponse;
|
|
892
|
-
(function (PutIntentResponse) {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
|
-
PutIntentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
|
-
})(PutIntentResponse || (PutIntentResponse = {}));
|
|
898
|
-
export var PutSlotTypeRequest;
|
|
899
|
-
(function (PutSlotTypeRequest) {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
|
-
PutSlotTypeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
|
-
})(PutSlotTypeRequest || (PutSlotTypeRequest = {}));
|
|
905
|
-
export var PutSlotTypeResponse;
|
|
906
|
-
(function (PutSlotTypeResponse) {
|
|
907
|
-
/**
|
|
908
|
-
* @internal
|
|
909
|
-
*/
|
|
910
|
-
PutSlotTypeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
|
-
})(PutSlotTypeResponse || (PutSlotTypeResponse = {}));
|
|
912
|
-
export var StartImportRequest;
|
|
913
|
-
(function (StartImportRequest) {
|
|
914
|
-
/**
|
|
915
|
-
* @internal
|
|
916
|
-
*/
|
|
917
|
-
StartImportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
-
})(StartImportRequest || (StartImportRequest = {}));
|
|
919
|
-
export var StartImportResponse;
|
|
920
|
-
(function (StartImportResponse) {
|
|
921
|
-
/**
|
|
922
|
-
* @internal
|
|
923
|
-
*/
|
|
924
|
-
StartImportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
-
})(StartImportResponse || (StartImportResponse = {}));
|
|
926
|
-
export var StartMigrationRequest;
|
|
927
|
-
(function (StartMigrationRequest) {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
|
-
StartMigrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
|
-
})(StartMigrationRequest || (StartMigrationRequest = {}));
|
|
933
|
-
export var StartMigrationResponse;
|
|
934
|
-
(function (StartMigrationResponse) {
|
|
935
|
-
/**
|
|
936
|
-
* @internal
|
|
937
|
-
*/
|
|
938
|
-
StartMigrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
|
-
})(StartMigrationResponse || (StartMigrationResponse = {}));
|
|
940
|
-
export var TagResourceRequest;
|
|
941
|
-
(function (TagResourceRequest) {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
947
|
-
export var TagResourceResponse;
|
|
948
|
-
(function (TagResourceResponse) {
|
|
949
|
-
/**
|
|
950
|
-
* @internal
|
|
951
|
-
*/
|
|
952
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
954
|
-
export var UntagResourceRequest;
|
|
955
|
-
(function (UntagResourceRequest) {
|
|
956
|
-
/**
|
|
957
|
-
* @internal
|
|
958
|
-
*/
|
|
959
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
960
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
961
|
-
export var UntagResourceResponse;
|
|
962
|
-
(function (UntagResourceResponse) {
|
|
963
|
-
/**
|
|
964
|
-
* @internal
|
|
965
|
-
*/
|
|
966
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
968
|
-
//# sourceMappingURL=models_0.js.map
|