@aws-sdk/client-lex-models-v2 3.183.0 → 3.186.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 +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/LexModelsV2.js +277 -270
- package/dist-es/LexModelsV2Client.js +28 -22
- package/dist-es/commands/BuildBotLocaleCommand.js +28 -21
- package/dist-es/commands/CreateBotAliasCommand.js +28 -21
- package/dist-es/commands/CreateBotCommand.js +28 -21
- package/dist-es/commands/CreateBotLocaleCommand.js +28 -21
- package/dist-es/commands/CreateBotVersionCommand.js +28 -21
- package/dist-es/commands/CreateExportCommand.js +28 -21
- package/dist-es/commands/CreateIntentCommand.js +28 -21
- package/dist-es/commands/CreateResourcePolicyCommand.js +28 -21
- package/dist-es/commands/CreateResourcePolicyStatementCommand.js +28 -21
- package/dist-es/commands/CreateSlotCommand.js +28 -21
- package/dist-es/commands/CreateSlotTypeCommand.js +28 -21
- package/dist-es/commands/CreateUploadUrlCommand.js +28 -21
- package/dist-es/commands/DeleteBotAliasCommand.js +28 -21
- package/dist-es/commands/DeleteBotCommand.js +28 -21
- package/dist-es/commands/DeleteBotLocaleCommand.js +28 -21
- package/dist-es/commands/DeleteBotVersionCommand.js +28 -21
- package/dist-es/commands/DeleteCustomVocabularyCommand.js +28 -21
- package/dist-es/commands/DeleteExportCommand.js +28 -21
- package/dist-es/commands/DeleteImportCommand.js +28 -21
- package/dist-es/commands/DeleteIntentCommand.js +29 -22
- package/dist-es/commands/DeleteResourcePolicyCommand.js +28 -21
- package/dist-es/commands/DeleteResourcePolicyStatementCommand.js +28 -21
- package/dist-es/commands/DeleteSlotCommand.js +29 -22
- package/dist-es/commands/DeleteSlotTypeCommand.js +29 -22
- package/dist-es/commands/DeleteUtterancesCommand.js +28 -21
- package/dist-es/commands/DescribeBotAliasCommand.js +28 -21
- package/dist-es/commands/DescribeBotCommand.js +28 -21
- package/dist-es/commands/DescribeBotLocaleCommand.js +28 -21
- package/dist-es/commands/DescribeBotRecommendationCommand.js +28 -21
- package/dist-es/commands/DescribeBotVersionCommand.js +28 -21
- package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +28 -21
- package/dist-es/commands/DescribeExportCommand.js +28 -21
- package/dist-es/commands/DescribeImportCommand.js +28 -21
- package/dist-es/commands/DescribeIntentCommand.js +28 -21
- package/dist-es/commands/DescribeResourcePolicyCommand.js +28 -21
- package/dist-es/commands/DescribeSlotCommand.js +28 -21
- package/dist-es/commands/DescribeSlotTypeCommand.js +28 -21
- package/dist-es/commands/ListAggregatedUtterancesCommand.js +28 -21
- package/dist-es/commands/ListBotAliasesCommand.js +28 -21
- package/dist-es/commands/ListBotLocalesCommand.js +28 -21
- package/dist-es/commands/ListBotRecommendationsCommand.js +28 -21
- package/dist-es/commands/ListBotVersionsCommand.js +28 -21
- package/dist-es/commands/ListBotsCommand.js +28 -21
- package/dist-es/commands/ListBuiltInIntentsCommand.js +28 -21
- package/dist-es/commands/ListBuiltInSlotTypesCommand.js +28 -21
- package/dist-es/commands/ListExportsCommand.js +28 -21
- package/dist-es/commands/ListImportsCommand.js +28 -21
- package/dist-es/commands/ListIntentsCommand.js +28 -21
- package/dist-es/commands/ListRecommendedIntentsCommand.js +28 -21
- package/dist-es/commands/ListSlotTypesCommand.js +28 -21
- package/dist-es/commands/ListSlotsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/SearchAssociatedTranscriptsCommand.js +28 -21
- package/dist-es/commands/StartBotRecommendationCommand.js +28 -21
- package/dist-es/commands/StartImportCommand.js +28 -21
- package/dist-es/commands/StopBotRecommendationCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateBotAliasCommand.js +28 -21
- package/dist-es/commands/UpdateBotCommand.js +28 -21
- package/dist-es/commands/UpdateBotLocaleCommand.js +28 -21
- package/dist-es/commands/UpdateBotRecommendationCommand.js +28 -21
- package/dist-es/commands/UpdateExportCommand.js +28 -21
- package/dist-es/commands/UpdateIntentCommand.js +28 -21
- package/dist-es/commands/UpdateResourcePolicyCommand.js +28 -21
- package/dist-es/commands/UpdateSlotCommand.js +28 -21
- package/dist-es/commands/UpdateSlotTypeCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/LexModelsV2ServiceException.js +10 -5
- package/dist-es/models/models_0.js +319 -808
- package/dist-es/models/models_1.js +27 -78
- package/dist-es/pagination/ListAggregatedUtterancesPaginator.js +68 -25
- package/dist-es/pagination/ListBotAliasesPaginator.js +68 -25
- package/dist-es/pagination/ListBotLocalesPaginator.js +68 -25
- package/dist-es/pagination/ListBotRecommendationsPaginator.js +68 -25
- package/dist-es/pagination/ListBotVersionsPaginator.js +68 -25
- package/dist-es/pagination/ListBotsPaginator.js +68 -25
- package/dist-es/pagination/ListBuiltInIntentsPaginator.js +68 -25
- package/dist-es/pagination/ListBuiltInSlotTypesPaginator.js +68 -25
- package/dist-es/pagination/ListExportsPaginator.js +68 -25
- package/dist-es/pagination/ListImportsPaginator.js +68 -25
- package/dist-es/pagination/ListIntentsPaginator.js +68 -25
- package/dist-es/pagination/ListRecommendedIntentsPaginator.js +68 -25
- package/dist-es/pagination/ListSlotTypesPaginator.js +68 -25
- package/dist-es/pagination/ListSlotsPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +8745 -7151
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForBotAliasAvailable.js +65 -45
- package/dist-es/waiters/waitForBotAvailable.js +74 -54
- package/dist-es/waiters/waitForBotExportCompleted.js +65 -45
- package/dist-es/waiters/waitForBotImportCompleted.js +65 -45
- package/dist-es/waiters/waitForBotLocaleBuilt.js +74 -54
- package/dist-es/waiters/waitForBotLocaleCreated.js +83 -63
- package/dist-es/waiters/waitForBotLocaleExpressTestingAvailable.js +83 -63
- package/dist-es/waiters/waitForBotVersionAvailable.js +68 -48
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-lex-models-v2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-lex-models-v2
|
|
@@ -8779,10 +8779,10 @@ const deserializeAws_restJson1WaitAndContinueSpecification = (output, context) =
|
|
|
8779
8779
|
};
|
|
8780
8780
|
};
|
|
8781
8781
|
const deserializeMetadata = (output) => {
|
|
8782
|
-
var _a;
|
|
8782
|
+
var _a, _b;
|
|
8783
8783
|
return ({
|
|
8784
8784
|
httpStatusCode: output.statusCode,
|
|
8785
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
8785
|
+
requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
|
|
8786
8786
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
8787
8787
|
cfId: output.headers["x-amz-cf-id"],
|
|
8788
8788
|
});
|