@aws-sdk/client-lex-model-building-service 3.34.0 → 3.37.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 +47 -0
- package/{dist/cjs → dist-cjs}/LexModelBuildingService.js +4 -11
- package/{dist/cjs → dist-cjs}/LexModelBuildingServiceClient.js +8 -20
- package/dist-cjs/commands/CreateBotVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateIntentVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateSlotTypeVersionCommand.js +36 -0
- package/dist-cjs/commands/DeleteBotAliasCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteBotChannelAssociationCommand.js +2 -30
- package/dist-cjs/commands/DeleteBotCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteBotVersionCommand.js +2 -30
- package/dist-cjs/commands/DeleteIntentCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteIntentVersionCommand.js +2 -30
- package/dist-cjs/commands/DeleteSlotTypeCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteSlotTypeVersionCommand.js +2 -30
- package/dist-cjs/commands/DeleteUtterancesCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/GetBotAliasCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/GetBotAliasesCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetBotChannelAssociationCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/GetBotChannelAssociationsCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/GetBotCommand.js +2 -30
- package/dist-cjs/commands/GetBotVersionsCommand.js +36 -0
- package/dist-cjs/commands/GetBotsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/GetBuiltinIntentCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetBuiltinIntentsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/GetBuiltinSlotTypesCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/GetExportCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetImportCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetIntentCommand.js +2 -30
- package/dist-cjs/commands/GetIntentVersionsCommand.js +36 -0
- package/dist-cjs/commands/GetIntentsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/GetMigrationCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetMigrationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetSlotTypeCommand.js +2 -31
- package/dist-cjs/commands/GetSlotTypeVersionsCommand.js +36 -0
- package/dist-cjs/commands/GetSlotTypesCommand.js +36 -0
- package/dist-cjs/commands/GetUtterancesViewCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/PutBotAliasCommand.js +2 -32
- package/dist-cjs/commands/PutBotCommand.js +36 -0
- package/dist-cjs/commands/PutIntentCommand.js +36 -0
- package/dist-cjs/commands/PutSlotTypeCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/StartImportCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartMigrationCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -352
- package/{dist/cjs → dist-cjs}/pagination/GetBotAliasesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetBotChannelAssociationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetBotVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetBotsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetBuiltinIntentsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetBuiltinSlotTypesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetIntentVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetIntentsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetMigrationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetSlotTypeVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetSlotTypesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +9 -15
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/LexModelBuildingService.js +4 -5
- package/{dist/es → dist-es}/LexModelBuildingServiceClient.js +1 -2
- package/{dist/es → dist-es}/commands/CreateBotVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateIntentVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateSlotTypeVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteBotAliasCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteBotChannelAssociationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteBotCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteBotVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteIntentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteIntentVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteSlotTypeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteSlotTypeVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteUtterancesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBotAliasCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBotAliasesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBotChannelAssociationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBotChannelAssociationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBotCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBotVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBotsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBuiltinIntentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBuiltinIntentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBuiltinSlotTypesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetExportCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetImportCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetIntentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetIntentVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetIntentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetMigrationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetMigrationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetSlotTypeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetSlotTypeVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetSlotTypesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetUtterancesViewCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutBotAliasCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutBotCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutIntentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutSlotTypeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartImportCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartMigrationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/GetBotAliasesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetBotChannelAssociationsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetBotVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetBotsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetBuiltinIntentsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetBuiltinSlotTypesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetIntentVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetIntentsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetMigrationsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetSlotTypeVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetSlotTypesPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/LexModelBuildingService.d.ts +5 -5
- package/{dist/types → dist-types}/LexModelBuildingServiceClient.d.ts +11 -11
- package/{dist/types → dist-types}/commands/CreateBotVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateIntentVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateSlotTypeVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteBotAliasCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteBotChannelAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteBotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteBotVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteIntentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteIntentVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSlotTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSlotTypeVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteUtterancesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBotAliasCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBotAliasesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBotChannelAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBotChannelAssociationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBotVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBotsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBuiltinIntentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBuiltinIntentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBuiltinSlotTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetExportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetImportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetIntentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetIntentVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetIntentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetMigrationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetMigrationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSlotTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSlotTypeVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSlotTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetUtterancesViewCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutBotAliasCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutBotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutIntentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutSlotTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartImportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartMigrationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetBotAliasesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetBotChannelAssociationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetBotVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetBotsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetBuiltinIntentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetBuiltinSlotTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetIntentVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetIntentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetMigrationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetSlotTypeVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetSlotTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +5 -5
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +3 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/LexModelBuildingService.d.ts +215 -0
- package/{dist/types → dist-types}/ts3.4/LexModelBuildingServiceClient.d.ts +35 -103
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -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/ts3.4/models/models_0.d.ts +1884 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetBotAliasesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetBotChannelAssociationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetBotVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetBotsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetBuiltinIntentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetBuiltinSlotTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetIntentVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetIntentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetMigrationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetSlotTypeVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetSlotTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +5 -5
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +2 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- 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.map +0 -1
- 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.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.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.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.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.map +0 -1
- package/dist/cjs/commands/GetBotAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/GetBotChannelAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/GetBotChannelAssociationsCommand.js.map +0 -1
- 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.map +0 -1
- package/dist/cjs/commands/GetBuiltinIntentsCommand.js.map +0 -1
- package/dist/cjs/commands/GetBuiltinSlotTypesCommand.js.map +0 -1
- package/dist/cjs/commands/GetExportCommand.js.map +0 -1
- package/dist/cjs/commands/GetImportCommand.js.map +0 -1
- 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.map +0 -1
- package/dist/cjs/commands/GetMigrationsCommand.js.map +0 -1
- 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.map +0 -1
- 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.map +0 -1
- package/dist/cjs/commands/StartMigrationCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetBotAliasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetBotChannelAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetBotVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetBuiltinIntentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetBuiltinSlotTypesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetIntentVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetIntentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetMigrationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetSlotTypeVersionsPaginator.js.map +0 -1
- 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.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/LexModelBuildingService.js.map +0 -1
- package/dist/es/LexModelBuildingServiceClient.js.map +0 -1
- package/dist/es/commands/CreateBotVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateIntentVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateSlotTypeVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotChannelAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotCommand.js.map +0 -1
- package/dist/es/commands/DeleteBotVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntentCommand.js.map +0 -1
- package/dist/es/commands/DeleteIntentVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteSlotTypeCommand.js.map +0 -1
- package/dist/es/commands/DeleteSlotTypeVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteUtterancesCommand.js.map +0 -1
- package/dist/es/commands/GetBotAliasCommand.js.map +0 -1
- package/dist/es/commands/GetBotAliasesCommand.js.map +0 -1
- package/dist/es/commands/GetBotChannelAssociationCommand.js.map +0 -1
- package/dist/es/commands/GetBotChannelAssociationsCommand.js.map +0 -1
- package/dist/es/commands/GetBotCommand.js.map +0 -1
- package/dist/es/commands/GetBotVersionsCommand.js.map +0 -1
- package/dist/es/commands/GetBotsCommand.js.map +0 -1
- package/dist/es/commands/GetBuiltinIntentCommand.js.map +0 -1
- package/dist/es/commands/GetBuiltinIntentsCommand.js.map +0 -1
- package/dist/es/commands/GetBuiltinSlotTypesCommand.js.map +0 -1
- package/dist/es/commands/GetExportCommand.js.map +0 -1
- package/dist/es/commands/GetImportCommand.js.map +0 -1
- package/dist/es/commands/GetIntentCommand.js.map +0 -1
- package/dist/es/commands/GetIntentVersionsCommand.js.map +0 -1
- package/dist/es/commands/GetIntentsCommand.js.map +0 -1
- package/dist/es/commands/GetMigrationCommand.js.map +0 -1
- package/dist/es/commands/GetMigrationsCommand.js.map +0 -1
- package/dist/es/commands/GetSlotTypeCommand.js.map +0 -1
- package/dist/es/commands/GetSlotTypeVersionsCommand.js.map +0 -1
- package/dist/es/commands/GetSlotTypesCommand.js.map +0 -1
- package/dist/es/commands/GetUtterancesViewCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutBotAliasCommand.js.map +0 -1
- package/dist/es/commands/PutBotCommand.js.map +0 -1
- package/dist/es/commands/PutIntentCommand.js.map +0 -1
- package/dist/es/commands/PutSlotTypeCommand.js.map +0 -1
- package/dist/es/commands/StartImportCommand.js.map +0 -1
- package/dist/es/commands/StartMigrationCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -58
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetBotAliasesPaginator.js.map +0 -1
- package/dist/es/pagination/GetBotChannelAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBotVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBotsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBuiltinIntentsPaginator.js.map +0 -1
- package/dist/es/pagination/GetBuiltinSlotTypesPaginator.js.map +0 -1
- package/dist/es/pagination/GetIntentVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/GetIntentsPaginator.js.map +0 -1
- package/dist/es/pagination/GetMigrationsPaginator.js.map +0 -1
- package/dist/es/pagination/GetSlotTypeVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/GetSlotTypesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/LexModelBuildingService.d.ts +0 -655
- 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/models/models_0.d.ts +0 -4362
- package/endpoints.ts +0 -72
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5241
- 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
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
34
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
35
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
47
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
7
54
|
|
|
8
55
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.LexModelBuildingService = void 0;
|
|
4
|
-
const LexModelBuildingServiceClient_1 = require("./LexModelBuildingServiceClient");
|
|
5
4
|
const CreateBotVersionCommand_1 = require("./commands/CreateBotVersionCommand");
|
|
6
5
|
const CreateIntentVersionCommand_1 = require("./commands/CreateIntentVersionCommand");
|
|
7
6
|
const CreateSlotTypeVersionCommand_1 = require("./commands/CreateSlotTypeVersionCommand");
|
|
@@ -19,21 +18,21 @@ const GetBotAliasesCommand_1 = require("./commands/GetBotAliasesCommand");
|
|
|
19
18
|
const GetBotChannelAssociationCommand_1 = require("./commands/GetBotChannelAssociationCommand");
|
|
20
19
|
const GetBotChannelAssociationsCommand_1 = require("./commands/GetBotChannelAssociationsCommand");
|
|
21
20
|
const GetBotCommand_1 = require("./commands/GetBotCommand");
|
|
22
|
-
const GetBotVersionsCommand_1 = require("./commands/GetBotVersionsCommand");
|
|
23
21
|
const GetBotsCommand_1 = require("./commands/GetBotsCommand");
|
|
22
|
+
const GetBotVersionsCommand_1 = require("./commands/GetBotVersionsCommand");
|
|
24
23
|
const GetBuiltinIntentCommand_1 = require("./commands/GetBuiltinIntentCommand");
|
|
25
24
|
const GetBuiltinIntentsCommand_1 = require("./commands/GetBuiltinIntentsCommand");
|
|
26
25
|
const GetBuiltinSlotTypesCommand_1 = require("./commands/GetBuiltinSlotTypesCommand");
|
|
27
26
|
const GetExportCommand_1 = require("./commands/GetExportCommand");
|
|
28
27
|
const GetImportCommand_1 = require("./commands/GetImportCommand");
|
|
29
28
|
const GetIntentCommand_1 = require("./commands/GetIntentCommand");
|
|
30
|
-
const GetIntentVersionsCommand_1 = require("./commands/GetIntentVersionsCommand");
|
|
31
29
|
const GetIntentsCommand_1 = require("./commands/GetIntentsCommand");
|
|
30
|
+
const GetIntentVersionsCommand_1 = require("./commands/GetIntentVersionsCommand");
|
|
32
31
|
const GetMigrationCommand_1 = require("./commands/GetMigrationCommand");
|
|
33
32
|
const GetMigrationsCommand_1 = require("./commands/GetMigrationsCommand");
|
|
34
33
|
const GetSlotTypeCommand_1 = require("./commands/GetSlotTypeCommand");
|
|
35
|
-
const GetSlotTypeVersionsCommand_1 = require("./commands/GetSlotTypeVersionsCommand");
|
|
36
34
|
const GetSlotTypesCommand_1 = require("./commands/GetSlotTypesCommand");
|
|
35
|
+
const GetSlotTypeVersionsCommand_1 = require("./commands/GetSlotTypeVersionsCommand");
|
|
37
36
|
const GetUtterancesViewCommand_1 = require("./commands/GetUtterancesViewCommand");
|
|
38
37
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
39
38
|
const PutBotAliasCommand_1 = require("./commands/PutBotAliasCommand");
|
|
@@ -44,12 +43,7 @@ const StartImportCommand_1 = require("./commands/StartImportCommand");
|
|
|
44
43
|
const StartMigrationCommand_1 = require("./commands/StartMigrationCommand");
|
|
45
44
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
46
45
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
47
|
-
|
|
48
|
-
* <fullname>Amazon Lex Build-Time Actions</fullname>
|
|
49
|
-
* <p> Amazon Lex is an AWS service for building conversational voice and text
|
|
50
|
-
* interfaces. Use these actions to create, update, and delete conversational
|
|
51
|
-
* bots for new and existing client applications. </p>
|
|
52
|
-
*/
|
|
46
|
+
const LexModelBuildingServiceClient_1 = require("./LexModelBuildingServiceClient");
|
|
53
47
|
class LexModelBuildingService extends LexModelBuildingServiceClient_1.LexModelBuildingServiceClient {
|
|
54
48
|
createBotVersion(args, optionsOrCb, cb) {
|
|
55
49
|
const command = new CreateBotVersionCommand_1.CreateBotVersionCommand(args);
|
|
@@ -641,4 +635,3 @@ class LexModelBuildingService extends LexModelBuildingServiceClient_1.LexModelBu
|
|
|
641
635
|
}
|
|
642
636
|
}
|
|
643
637
|
exports.LexModelBuildingService = LexModelBuildingService;
|
|
644
|
-
//# sourceMappingURL=LexModelBuildingService.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.LexModelBuildingServiceClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,21 +9,16 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
13
|
-
|
|
14
|
-
* <fullname>Amazon Lex Build-Time Actions</fullname>
|
|
15
|
-
* <p> Amazon Lex is an AWS service for building conversational voice and text
|
|
16
|
-
* interfaces. Use these actions to create, update, and delete conversational
|
|
17
|
-
* bots for new and existing client applications. </p>
|
|
18
|
-
*/
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
19
13
|
class LexModelBuildingServiceClient extends smithy_client_1.Client {
|
|
20
14
|
constructor(configuration) {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
15
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
16
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
17
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
18
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
19
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
20
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
21
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
28
22
|
super(_config_6);
|
|
29
23
|
this.config = _config_6;
|
|
30
24
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -34,14 +28,8 @@ class LexModelBuildingServiceClient extends smithy_client_1.Client {
|
|
|
34
28
|
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
35
29
|
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
36
30
|
}
|
|
37
|
-
/**
|
|
38
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
39
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
40
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
41
|
-
*/
|
|
42
31
|
destroy() {
|
|
43
32
|
super.destroy();
|
|
44
33
|
}
|
|
45
34
|
}
|
|
46
35
|
exports.LexModelBuildingServiceClient = LexModelBuildingServiceClient;
|
|
47
|
-
//# sourceMappingURL=LexModelBuildingServiceClient.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateBotVersionCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class CreateBotVersionCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "LexModelBuildingServiceClient";
|
|
18
|
+
const commandName = "CreateBotVersionCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateBotVersionRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateBotVersionResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1CreateBotVersionCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1CreateBotVersionCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateBotVersionCommand = CreateBotVersionCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateIntentVersionCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class CreateIntentVersionCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "LexModelBuildingServiceClient";
|
|
18
|
+
const commandName = "CreateIntentVersionCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateIntentVersionRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateIntentVersionResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1CreateIntentVersionCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1CreateIntentVersionCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateIntentVersionCommand = CreateIntentVersionCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateSlotTypeVersionCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class CreateSlotTypeVersionCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "LexModelBuildingServiceClient";
|
|
18
|
+
const commandName = "CreateSlotTypeVersionCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateSlotTypeVersionRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateSlotTypeVersionResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1CreateSlotTypeVersionCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1CreateSlotTypeVersionCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateSlotTypeVersionCommand = CreateSlotTypeVersionCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteBotAliasCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class DeleteBotAliasCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "LexModelBuildingServiceClient";
|
|
18
|
+
const commandName = "DeleteBotAliasCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteBotAliasRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: (output) => output,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1DeleteBotAliasCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1DeleteBotAliasCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DeleteBotAliasCommand = DeleteBotAliasCommand;
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteBotChannelAssociationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* platform.</p>
|
|
11
|
-
* <p>This operation requires permission for the
|
|
12
|
-
* <code>lex:DeleteBotChannelAssociation</code> action.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LexModelBuildingServiceClient, DeleteBotChannelAssociationCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
17
|
-
* // const { LexModelBuildingServiceClient, DeleteBotChannelAssociationCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
18
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
19
|
-
* const command = new DeleteBotChannelAssociationCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteBotChannelAssociationCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteBotChannelAssociationCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
28
8
|
class DeleteBotChannelAssociationCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class DeleteBotChannelAssociationCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.DeleteBotChannelAssociationCommand = DeleteBotChannelAssociationCommand;
|
|
64
|
-
//# sourceMappingURL=DeleteBotChannelAssociationCommand.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteBotCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class DeleteBotCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "LexModelBuildingServiceClient";
|
|
18
|
+
const commandName = "DeleteBotCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteBotRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: (output) => output,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1DeleteBotCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1DeleteBotCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DeleteBotCommand = DeleteBotCommand;
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteBotVersionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* bot, use the <a>DeleteBot</a> operation. </p>
|
|
11
|
-
* <p>This operation requires permissions for the
|
|
12
|
-
* <code>lex:DeleteBotVersion</code> action.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LexModelBuildingServiceClient, DeleteBotVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
17
|
-
* // const { LexModelBuildingServiceClient, DeleteBotVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
18
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
19
|
-
* const command = new DeleteBotVersionCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteBotVersionCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteBotVersionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
28
8
|
class DeleteBotVersionCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class DeleteBotVersionCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.DeleteBotVersionCommand = DeleteBotVersionCommand;
|
|
64
|
-
//# sourceMappingURL=DeleteBotVersionCommand.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteIntentCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class DeleteIntentCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "LexModelBuildingServiceClient";
|
|
18
|
+
const commandName = "DeleteIntentCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteIntentRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: (output) => output,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1DeleteIntentCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1DeleteIntentCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DeleteIntentCommand = DeleteIntentCommand;
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteIntentVersionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* a intent, use the <a>DeleteIntent</a> operation. </p>
|
|
11
|
-
* <p>This operation requires permissions for the
|
|
12
|
-
* <code>lex:DeleteIntentVersion</code> action.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LexModelBuildingServiceClient, DeleteIntentVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
17
|
-
* // const { LexModelBuildingServiceClient, DeleteIntentVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
18
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
19
|
-
* const command = new DeleteIntentVersionCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteIntentVersionCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteIntentVersionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
28
8
|
class DeleteIntentVersionCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class DeleteIntentVersionCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.DeleteIntentVersionCommand = DeleteIntentVersionCommand;
|
|
64
|
-
//# sourceMappingURL=DeleteIntentVersionCommand.js.map
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteSlotTypeCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class DeleteSlotTypeCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "LexModelBuildingServiceClient";
|
|
18
|
+
const commandName = "DeleteSlotTypeCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteSlotTypeRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: (output) => output,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1DeleteSlotTypeCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1DeleteSlotTypeCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DeleteSlotTypeCommand = DeleteSlotTypeCommand;
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteSlotTypeVersionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* of a slot type, use the <a>DeleteSlotType</a> operation. </p>
|
|
11
|
-
* <p>This operation requires permissions for the
|
|
12
|
-
* <code>lex:DeleteSlotTypeVersion</code> action.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LexModelBuildingServiceClient, DeleteSlotTypeVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
17
|
-
* // const { LexModelBuildingServiceClient, DeleteSlotTypeVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
18
|
-
* const client = new LexModelBuildingServiceClient(config);
|
|
19
|
-
* const command = new DeleteSlotTypeVersionCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteSlotTypeVersionCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteSlotTypeVersionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LexModelBuildingServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
28
8
|
class DeleteSlotTypeVersionCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class DeleteSlotTypeVersionCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.DeleteSlotTypeVersionCommand = DeleteSlotTypeVersionCommand;
|
|
64
|
-
//# sourceMappingURL=DeleteSlotTypeVersionCommand.js.map
|