@aws-sdk/client-lex-models-v2 3.288.0 → 3.290.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/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +20 -0
- package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +20 -0
- package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +20 -0
- package/dist-types/commands/BuildBotLocaleCommand.d.ts +26 -0
- package/dist-types/commands/CreateBotAliasCommand.d.ts +26 -0
- package/dist-types/commands/CreateBotCommand.d.ts +26 -0
- package/dist-types/commands/CreateBotLocaleCommand.d.ts +26 -0
- package/dist-types/commands/CreateBotVersionCommand.d.ts +26 -0
- package/dist-types/commands/CreateExportCommand.d.ts +25 -0
- package/dist-types/commands/CreateIntentCommand.d.ts +26 -0
- package/dist-types/commands/CreateResourcePolicyCommand.d.ts +25 -0
- package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +30 -0
- package/dist-types/commands/CreateSlotCommand.d.ts +26 -0
- package/dist-types/commands/CreateSlotTypeCommand.d.ts +26 -0
- package/dist-types/commands/CreateUploadUrlCommand.d.ts +22 -0
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +26 -0
- package/dist-types/commands/DeleteBotCommand.d.ts +26 -0
- package/dist-types/commands/DeleteBotLocaleCommand.d.ts +26 -0
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +26 -0
- package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +26 -0
- package/dist-types/commands/DeleteExportCommand.d.ts +21 -0
- package/dist-types/commands/DeleteImportCommand.d.ts +21 -0
- package/dist-types/commands/DeleteIntentCommand.d.ts +26 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -0
- package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +18 -0
- package/dist-types/commands/DeleteSlotCommand.d.ts +26 -0
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +26 -0
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeBotAliasCommand.d.ts +20 -0
- package/dist-types/commands/DescribeBotCommand.d.ts +20 -0
- package/dist-types/commands/DescribeBotLocaleCommand.d.ts +20 -0
- package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +17 -0
- package/dist-types/commands/DescribeBotVersionCommand.d.ts +20 -0
- package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +20 -0
- package/dist-types/commands/DescribeExportCommand.d.ts +17 -0
- package/dist-types/commands/DescribeImportCommand.d.ts +17 -0
- package/dist-types/commands/DescribeIntentCommand.d.ts +20 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +13 -0
- package/dist-types/commands/DescribeSlotCommand.d.ts +20 -0
- package/dist-types/commands/DescribeSlotTypeCommand.d.ts +20 -0
- package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +18 -0
- package/dist-types/commands/ListBotAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListBotLocalesCommand.d.ts +16 -0
- package/dist-types/commands/ListBotRecommendationsCommand.d.ts +17 -0
- package/dist-types/commands/ListBotVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListBotsCommand.d.ts +16 -0
- package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +16 -0
- package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +20 -0
- package/dist-types/commands/ListExportsCommand.d.ts +13 -0
- package/dist-types/commands/ListImportsCommand.d.ts +13 -0
- package/dist-types/commands/ListIntentsCommand.d.ts +16 -0
- package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +20 -0
- package/dist-types/commands/ListSlotTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListSlotsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +20 -0
- package/dist-types/commands/StartBotRecommendationCommand.d.ts +30 -0
- package/dist-types/commands/StartImportCommand.d.ts +25 -0
- package/dist-types/commands/StopBotRecommendationCommand.d.ts +30 -0
- package/dist-types/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/commands/UpdateBotAliasCommand.d.ts +26 -0
- package/dist-types/commands/UpdateBotCommand.d.ts +26 -0
- package/dist-types/commands/UpdateBotLocaleCommand.d.ts +26 -0
- package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +30 -0
- package/dist-types/commands/UpdateExportCommand.d.ts +25 -0
- package/dist-types/commands/UpdateIntentCommand.d.ts +26 -0
- package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +25 -0
- package/dist-types/commands/UpdateSlotCommand.d.ts +26 -0
- package/dist-types/commands/UpdateSlotTypeCommand.d.ts +26 -0
- package/package.json +30 -30
|
@@ -29,6 +29,32 @@ export interface UpdateIntentCommandOutput extends UpdateIntentResponse, __Metad
|
|
|
29
29
|
* @see {@link UpdateIntentCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
34
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
35
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
39
|
+
* again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
42
|
+
* <p>Your request couldn't be completed because one or more request
|
|
43
|
+
* fields aren't valid. Check the fields in your request and try
|
|
44
|
+
* again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
+
* <p>You have reached a quota for your bot. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
55
|
+
* parameters and try your request again.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class UpdateIntentCommand extends $Command<UpdateIntentCommandInput, UpdateIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
60
|
readonly input: UpdateIntentCommandInput;
|
|
@@ -31,6 +31,31 @@ export interface UpdateResourcePolicyCommandOutput extends UpdateResourcePolicyR
|
|
|
31
31
|
* @see {@link UpdateResourcePolicyCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerException} (server fault)
|
|
35
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
36
|
+
* again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
39
|
+
* <p>Your request couldn't be completed because one or more request
|
|
40
|
+
* fields aren't valid. Check the fields in your request and try
|
|
41
|
+
* again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
45
|
+
* resource that you are requesting and try again.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
48
|
+
* <p>You have reached a quota for your bot. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
52
|
+
* requests.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ValidationException} (client fault)
|
|
55
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
56
|
+
* parameters and try your request again.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
34
59
|
*/
|
|
35
60
|
export declare class UpdateResourcePolicyCommand extends $Command<UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
36
61
|
readonly input: UpdateResourcePolicyCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface UpdateSlotCommandOutput extends UpdateSlotResponse, __MetadataB
|
|
|
29
29
|
* @see {@link UpdateSlotCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
34
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
35
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
39
|
+
* again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
42
|
+
* <p>Your request couldn't be completed because one or more request
|
|
43
|
+
* fields aren't valid. Check the fields in your request and try
|
|
44
|
+
* again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
+
* <p>You have reached a quota for your bot. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
55
|
+
* parameters and try your request again.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class UpdateSlotCommand extends $Command<UpdateSlotCommandInput, UpdateSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
60
|
readonly input: UpdateSlotCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface UpdateSlotTypeCommandOutput extends UpdateSlotTypeResponse, __M
|
|
|
29
29
|
* @see {@link UpdateSlotTypeCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
34
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
35
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
39
|
+
* again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
42
|
+
* <p>Your request couldn't be completed because one or more request
|
|
43
|
+
* fields aren't valid. Check the fields in your request and try
|
|
44
|
+
* again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
+
* <p>You have reached a quota for your bot. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
55
|
+
* parameters and try your request again.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class UpdateSlotTypeCommand extends $Command<UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
60
|
readonly input: UpdateSlotTypeCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-models-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.290.0",
|
|
56
56
|
"tslib": "^2.3.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|