@aws-sdk/client-lex-model-building-service 3.186.0 → 3.188.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 +8 -0
- package/dist-es/LexModelBuildingService.js +170 -177
- package/dist-es/LexModelBuildingServiceClient.js +22 -28
- package/dist-es/commands/CreateBotVersionCommand.js +21 -28
- package/dist-es/commands/CreateIntentVersionCommand.js +21 -28
- package/dist-es/commands/CreateSlotTypeVersionCommand.js +21 -28
- package/dist-es/commands/DeleteBotAliasCommand.js +22 -29
- package/dist-es/commands/DeleteBotChannelAssociationCommand.js +22 -29
- package/dist-es/commands/DeleteBotCommand.js +22 -29
- package/dist-es/commands/DeleteBotVersionCommand.js +22 -29
- package/dist-es/commands/DeleteIntentCommand.js +22 -29
- package/dist-es/commands/DeleteIntentVersionCommand.js +22 -29
- package/dist-es/commands/DeleteSlotTypeCommand.js +22 -29
- package/dist-es/commands/DeleteSlotTypeVersionCommand.js +22 -29
- package/dist-es/commands/DeleteUtterancesCommand.js +22 -29
- package/dist-es/commands/GetBotAliasCommand.js +21 -28
- package/dist-es/commands/GetBotAliasesCommand.js +21 -28
- package/dist-es/commands/GetBotChannelAssociationCommand.js +21 -28
- package/dist-es/commands/GetBotChannelAssociationsCommand.js +21 -28
- package/dist-es/commands/GetBotCommand.js +21 -28
- package/dist-es/commands/GetBotVersionsCommand.js +21 -28
- package/dist-es/commands/GetBotsCommand.js +21 -28
- package/dist-es/commands/GetBuiltinIntentCommand.js +21 -28
- package/dist-es/commands/GetBuiltinIntentsCommand.js +21 -28
- package/dist-es/commands/GetBuiltinSlotTypesCommand.js +21 -28
- package/dist-es/commands/GetExportCommand.js +21 -28
- package/dist-es/commands/GetImportCommand.js +21 -28
- package/dist-es/commands/GetIntentCommand.js +21 -28
- package/dist-es/commands/GetIntentVersionsCommand.js +21 -28
- package/dist-es/commands/GetIntentsCommand.js +21 -28
- package/dist-es/commands/GetMigrationCommand.js +21 -28
- package/dist-es/commands/GetMigrationsCommand.js +21 -28
- package/dist-es/commands/GetSlotTypeCommand.js +21 -28
- package/dist-es/commands/GetSlotTypeVersionsCommand.js +21 -28
- package/dist-es/commands/GetSlotTypesCommand.js +21 -28
- package/dist-es/commands/GetUtterancesViewCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/PutBotAliasCommand.js +21 -28
- package/dist-es/commands/PutBotCommand.js +21 -28
- package/dist-es/commands/PutIntentCommand.js +21 -28
- package/dist-es/commands/PutSlotTypeCommand.js +21 -28
- package/dist-es/commands/StartImportCommand.js +21 -28
- package/dist-es/commands/StartMigrationCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/LexModelBuildingServiceServiceException.js +5 -10
- package/dist-es/models/models_0.js +423 -203
- package/dist-es/pagination/GetBotAliasesPaginator.js +25 -68
- package/dist-es/pagination/GetBotChannelAssociationsPaginator.js +25 -68
- package/dist-es/pagination/GetBotVersionsPaginator.js +25 -68
- package/dist-es/pagination/GetBotsPaginator.js +25 -68
- package/dist-es/pagination/GetBuiltinIntentsPaginator.js +25 -68
- package/dist-es/pagination/GetBuiltinSlotTypesPaginator.js +25 -68
- package/dist-es/pagination/GetIntentVersionsPaginator.js +25 -68
- package/dist-es/pagination/GetIntentsPaginator.js +25 -68
- package/dist-es/pagination/GetMigrationsPaginator.js +25 -68
- package/dist-es/pagination/GetSlotTypeVersionsPaginator.js +25 -68
- package/dist-es/pagination/GetSlotTypesPaginator.js +25 -68
- package/dist-es/protocols/Aws_restJson1.js +3645 -4874
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-lex-model-building-service
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-lex-model-building-service
|