@aws-sdk/client-lex-models-v2 3.47.2 → 3.48.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 +11 -0
- package/dist-cjs/LexModelsV2.js +30 -0
- package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +36 -0
- package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +67 -6
- package/dist-cjs/protocols/Aws_restJson1.js +368 -3
- package/dist-es/LexModelsV2.js +30 -0
- package/dist-es/commands/DeleteCustomVocabularyCommand.js +39 -0
- package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +47 -0
- package/dist-es/protocols/Aws_restJson1.js +395 -7
- package/dist-types/LexModelsV2.d.ts +21 -6
- package/dist-types/LexModelsV2Client.d.ts +4 -2
- package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +36 -0
- package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +35 -0
- package/dist-types/commands/ListExportsCommand.d.ts +2 -2
- package/dist-types/commands/ListImportsCommand.d.ts +2 -2
- package/dist-types/commands/StartImportCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +264 -24
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/LexModelsV2.d.ts +10 -0
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +124 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +3 -3
|
@@ -16,6 +16,7 @@ import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "../comm
|
|
|
16
16
|
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "../commands/DeleteBotCommand";
|
|
17
17
|
import { DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput } from "../commands/DeleteBotLocaleCommand";
|
|
18
18
|
import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "../commands/DeleteBotVersionCommand";
|
|
19
|
+
import { DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput } from "../commands/DeleteCustomVocabularyCommand";
|
|
19
20
|
import { DeleteExportCommandInput, DeleteExportCommandOutput } from "../commands/DeleteExportCommand";
|
|
20
21
|
import { DeleteImportCommandInput, DeleteImportCommandOutput } from "../commands/DeleteImportCommand";
|
|
21
22
|
import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "../commands/DeleteIntentCommand";
|
|
@@ -29,6 +30,7 @@ import { DescribeBotCommandInput, DescribeBotCommandOutput } from "../commands/D
|
|
|
29
30
|
import { DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput } from "../commands/DescribeBotLocaleCommand";
|
|
30
31
|
import { DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput } from "../commands/DescribeBotRecommendationCommand";
|
|
31
32
|
import { DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput } from "../commands/DescribeBotVersionCommand";
|
|
33
|
+
import { DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput } from "../commands/DescribeCustomVocabularyMetadataCommand";
|
|
32
34
|
import { DescribeExportCommandInput, DescribeExportCommandOutput } from "../commands/DescribeExportCommand";
|
|
33
35
|
import { DescribeImportCommandInput, DescribeImportCommandOutput } from "../commands/DescribeImportCommand";
|
|
34
36
|
import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "../commands/DescribeIntentCommand";
|
|
@@ -80,6 +82,7 @@ export declare const serializeAws_restJson1DeleteBotCommand: (input: DeleteBotCo
|
|
|
80
82
|
export declare const serializeAws_restJson1DeleteBotAliasCommand: (input: DeleteBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
83
|
export declare const serializeAws_restJson1DeleteBotLocaleCommand: (input: DeleteBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
84
|
export declare const serializeAws_restJson1DeleteBotVersionCommand: (input: DeleteBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_restJson1DeleteCustomVocabularyCommand: (input: DeleteCustomVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
86
|
export declare const serializeAws_restJson1DeleteExportCommand: (input: DeleteExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
87
|
export declare const serializeAws_restJson1DeleteImportCommand: (input: DeleteImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
88
|
export declare const serializeAws_restJson1DeleteIntentCommand: (input: DeleteIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -93,6 +96,7 @@ export declare const serializeAws_restJson1DescribeBotAliasCommand: (input: Desc
|
|
|
93
96
|
export declare const serializeAws_restJson1DescribeBotLocaleCommand: (input: DescribeBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
97
|
export declare const serializeAws_restJson1DescribeBotRecommendationCommand: (input: DescribeBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
98
|
export declare const serializeAws_restJson1DescribeBotVersionCommand: (input: DescribeBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_restJson1DescribeCustomVocabularyMetadataCommand: (input: DescribeCustomVocabularyMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
100
|
export declare const serializeAws_restJson1DescribeExportCommand: (input: DescribeExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
101
|
export declare const serializeAws_restJson1DescribeImportCommand: (input: DescribeImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
102
|
export declare const serializeAws_restJson1DescribeIntentCommand: (input: DescribeIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -144,6 +148,7 @@ export declare const deserializeAws_restJson1DeleteBotCommand: (output: __HttpRe
|
|
|
144
148
|
export declare const deserializeAws_restJson1DeleteBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotAliasCommandOutput>;
|
|
145
149
|
export declare const deserializeAws_restJson1DeleteBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotLocaleCommandOutput>;
|
|
146
150
|
export declare const deserializeAws_restJson1DeleteBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotVersionCommandOutput>;
|
|
151
|
+
export declare const deserializeAws_restJson1DeleteCustomVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomVocabularyCommandOutput>;
|
|
147
152
|
export declare const deserializeAws_restJson1DeleteExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExportCommandOutput>;
|
|
148
153
|
export declare const deserializeAws_restJson1DeleteImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImportCommandOutput>;
|
|
149
154
|
export declare const deserializeAws_restJson1DeleteIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntentCommandOutput>;
|
|
@@ -157,6 +162,7 @@ export declare const deserializeAws_restJson1DescribeBotAliasCommand: (output: _
|
|
|
157
162
|
export declare const deserializeAws_restJson1DescribeBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotLocaleCommandOutput>;
|
|
158
163
|
export declare const deserializeAws_restJson1DescribeBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotRecommendationCommandOutput>;
|
|
159
164
|
export declare const deserializeAws_restJson1DescribeBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotVersionCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomVocabularyMetadataCommandOutput>;
|
|
160
166
|
export declare const deserializeAws_restJson1DescribeExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportCommandOutput>;
|
|
161
167
|
export declare const deserializeAws_restJson1DescribeImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImportCommandOutput>;
|
|
162
168
|
export declare const deserializeAws_restJson1DescribeIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIntentCommandOutput>;
|
|
@@ -15,6 +15,7 @@ import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./comma
|
|
|
15
15
|
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
16
16
|
import { DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput } from "./commands/DeleteBotLocaleCommand";
|
|
17
17
|
import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
|
|
18
|
+
import { DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput } from "./commands/DeleteCustomVocabularyCommand";
|
|
18
19
|
import { DeleteExportCommandInput, DeleteExportCommandOutput } from "./commands/DeleteExportCommand";
|
|
19
20
|
import { DeleteImportCommandInput, DeleteImportCommandOutput } from "./commands/DeleteImportCommand";
|
|
20
21
|
import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
|
|
@@ -28,6 +29,7 @@ import { DescribeBotCommandInput, DescribeBotCommandOutput } from "./commands/De
|
|
|
28
29
|
import { DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput } from "./commands/DescribeBotLocaleCommand";
|
|
29
30
|
import { DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput } from "./commands/DescribeBotRecommendationCommand";
|
|
30
31
|
import { DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput } from "./commands/DescribeBotVersionCommand";
|
|
32
|
+
import { DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput } from "./commands/DescribeCustomVocabularyMetadataCommand";
|
|
31
33
|
import { DescribeExportCommandInput, DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
|
|
32
34
|
import { DescribeImportCommandInput, DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
|
|
33
35
|
import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "./commands/DescribeIntentCommand";
|
|
@@ -131,6 +133,10 @@ export declare class LexModelsV2 extends LexModelsV2Client {
|
|
|
131
133
|
deleteBotVersion(args: DeleteBotVersionCommandInput, cb: (err: any, data?: DeleteBotVersionCommandOutput) => void): void;
|
|
132
134
|
deleteBotVersion(args: DeleteBotVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBotVersionCommandOutput) => void): void;
|
|
133
135
|
|
|
136
|
+
deleteCustomVocabulary(args: DeleteCustomVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomVocabularyCommandOutput>;
|
|
137
|
+
deleteCustomVocabulary(args: DeleteCustomVocabularyCommandInput, cb: (err: any, data?: DeleteCustomVocabularyCommandOutput) => void): void;
|
|
138
|
+
deleteCustomVocabulary(args: DeleteCustomVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomVocabularyCommandOutput) => void): void;
|
|
139
|
+
|
|
134
140
|
deleteExport(args: DeleteExportCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExportCommandOutput>;
|
|
135
141
|
deleteExport(args: DeleteExportCommandInput, cb: (err: any, data?: DeleteExportCommandOutput) => void): void;
|
|
136
142
|
deleteExport(args: DeleteExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExportCommandOutput) => void): void;
|
|
@@ -183,6 +189,10 @@ export declare class LexModelsV2 extends LexModelsV2Client {
|
|
|
183
189
|
describeBotVersion(args: DescribeBotVersionCommandInput, cb: (err: any, data?: DescribeBotVersionCommandOutput) => void): void;
|
|
184
190
|
describeBotVersion(args: DescribeBotVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBotVersionCommandOutput) => void): void;
|
|
185
191
|
|
|
192
|
+
describeCustomVocabularyMetadata(args: DescribeCustomVocabularyMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomVocabularyMetadataCommandOutput>;
|
|
193
|
+
describeCustomVocabularyMetadata(args: DescribeCustomVocabularyMetadataCommandInput, cb: (err: any, data?: DescribeCustomVocabularyMetadataCommandOutput) => void): void;
|
|
194
|
+
describeCustomVocabularyMetadata(args: DescribeCustomVocabularyMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomVocabularyMetadataCommandOutput) => void): void;
|
|
195
|
+
|
|
186
196
|
describeExport(args: DescribeExportCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportCommandOutput>;
|
|
187
197
|
describeExport(args: DescribeExportCommandInput, cb: (err: any, data?: DescribeExportCommandOutput) => void): void;
|
|
188
198
|
describeExport(args: DescribeExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportCommandOutput) => void): void;
|
|
@@ -22,6 +22,7 @@ import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./comma
|
|
|
22
22
|
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
23
23
|
import { DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput } from "./commands/DeleteBotLocaleCommand";
|
|
24
24
|
import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
|
|
25
|
+
import { DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput } from "./commands/DeleteCustomVocabularyCommand";
|
|
25
26
|
import { DeleteExportCommandInput, DeleteExportCommandOutput } from "./commands/DeleteExportCommand";
|
|
26
27
|
import { DeleteImportCommandInput, DeleteImportCommandOutput } from "./commands/DeleteImportCommand";
|
|
27
28
|
import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
|
|
@@ -35,6 +36,7 @@ import { DescribeBotCommandInput, DescribeBotCommandOutput } from "./commands/De
|
|
|
35
36
|
import { DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput } from "./commands/DescribeBotLocaleCommand";
|
|
36
37
|
import { DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput } from "./commands/DescribeBotRecommendationCommand";
|
|
37
38
|
import { DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput } from "./commands/DescribeBotVersionCommand";
|
|
39
|
+
import { DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput } from "./commands/DescribeCustomVocabularyMetadataCommand";
|
|
38
40
|
import { DescribeExportCommandInput, DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
|
|
39
41
|
import { DescribeImportCommandInput, DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
|
|
40
42
|
import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "./commands/DescribeIntentCommand";
|
|
@@ -70,8 +72,8 @@ import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "./commands/
|
|
|
70
72
|
import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "./commands/UpdateResourcePolicyCommand";
|
|
71
73
|
import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "./commands/UpdateSlotCommand";
|
|
72
74
|
import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "./commands/UpdateSlotTypeCommand";
|
|
73
|
-
export declare type ServiceInputTypes = BuildBotLocaleCommandInput | CreateBotAliasCommandInput | CreateBotCommandInput | CreateBotLocaleCommandInput | CreateBotVersionCommandInput | CreateExportCommandInput | CreateIntentCommandInput | CreateResourcePolicyCommandInput | CreateResourcePolicyStatementCommandInput | CreateSlotCommandInput | CreateSlotTypeCommandInput | CreateUploadUrlCommandInput | DeleteBotAliasCommandInput | DeleteBotCommandInput | DeleteBotLocaleCommandInput | DeleteBotVersionCommandInput | DeleteExportCommandInput | DeleteImportCommandInput | DeleteIntentCommandInput | DeleteResourcePolicyCommandInput | DeleteResourcePolicyStatementCommandInput | DeleteSlotCommandInput | DeleteSlotTypeCommandInput | DeleteUtterancesCommandInput | DescribeBotAliasCommandInput | DescribeBotCommandInput | DescribeBotLocaleCommandInput | DescribeBotRecommendationCommandInput | DescribeBotVersionCommandInput | DescribeExportCommandInput | DescribeImportCommandInput | DescribeIntentCommandInput | DescribeResourcePolicyCommandInput | DescribeSlotCommandInput | DescribeSlotTypeCommandInput | ListAggregatedUtterancesCommandInput | ListBotAliasesCommandInput | ListBotLocalesCommandInput | ListBotRecommendationsCommandInput | ListBotVersionsCommandInput | ListBotsCommandInput | ListBuiltInIntentsCommandInput | ListBuiltInSlotTypesCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListIntentsCommandInput | ListRecommendedIntentsCommandInput | ListSlotTypesCommandInput | ListSlotsCommandInput | ListTagsForResourceCommandInput | SearchAssociatedTranscriptsCommandInput | StartBotRecommendationCommandInput | StartImportCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBotAliasCommandInput | UpdateBotCommandInput | UpdateBotLocaleCommandInput | UpdateBotRecommendationCommandInput | UpdateExportCommandInput | UpdateIntentCommandInput | UpdateResourcePolicyCommandInput | UpdateSlotCommandInput | UpdateSlotTypeCommandInput;
|
|
74
|
-
export declare type ServiceOutputTypes = BuildBotLocaleCommandOutput | CreateBotAliasCommandOutput | CreateBotCommandOutput | CreateBotLocaleCommandOutput | CreateBotVersionCommandOutput | CreateExportCommandOutput | CreateIntentCommandOutput | CreateResourcePolicyCommandOutput | CreateResourcePolicyStatementCommandOutput | CreateSlotCommandOutput | CreateSlotTypeCommandOutput | CreateUploadUrlCommandOutput | DeleteBotAliasCommandOutput | DeleteBotCommandOutput | DeleteBotLocaleCommandOutput | DeleteBotVersionCommandOutput | DeleteExportCommandOutput | DeleteImportCommandOutput | DeleteIntentCommandOutput | DeleteResourcePolicyCommandOutput | DeleteResourcePolicyStatementCommandOutput | DeleteSlotCommandOutput | DeleteSlotTypeCommandOutput | DeleteUtterancesCommandOutput | DescribeBotAliasCommandOutput | DescribeBotCommandOutput | DescribeBotLocaleCommandOutput | DescribeBotRecommendationCommandOutput | DescribeBotVersionCommandOutput | DescribeExportCommandOutput | DescribeImportCommandOutput | DescribeIntentCommandOutput | DescribeResourcePolicyCommandOutput | DescribeSlotCommandOutput | DescribeSlotTypeCommandOutput | ListAggregatedUtterancesCommandOutput | ListBotAliasesCommandOutput | ListBotLocalesCommandOutput | ListBotRecommendationsCommandOutput | ListBotVersionsCommandOutput | ListBotsCommandOutput | ListBuiltInIntentsCommandOutput | ListBuiltInSlotTypesCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListIntentsCommandOutput | ListRecommendedIntentsCommandOutput | ListSlotTypesCommandOutput | ListSlotsCommandOutput | ListTagsForResourceCommandOutput | SearchAssociatedTranscriptsCommandOutput | StartBotRecommendationCommandOutput | StartImportCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBotAliasCommandOutput | UpdateBotCommandOutput | UpdateBotLocaleCommandOutput | UpdateBotRecommendationCommandOutput | UpdateExportCommandOutput | UpdateIntentCommandOutput | UpdateResourcePolicyCommandOutput | UpdateSlotCommandOutput | UpdateSlotTypeCommandOutput;
|
|
75
|
+
export declare type ServiceInputTypes = BuildBotLocaleCommandInput | CreateBotAliasCommandInput | CreateBotCommandInput | CreateBotLocaleCommandInput | CreateBotVersionCommandInput | CreateExportCommandInput | CreateIntentCommandInput | CreateResourcePolicyCommandInput | CreateResourcePolicyStatementCommandInput | CreateSlotCommandInput | CreateSlotTypeCommandInput | CreateUploadUrlCommandInput | DeleteBotAliasCommandInput | DeleteBotCommandInput | DeleteBotLocaleCommandInput | DeleteBotVersionCommandInput | DeleteCustomVocabularyCommandInput | DeleteExportCommandInput | DeleteImportCommandInput | DeleteIntentCommandInput | DeleteResourcePolicyCommandInput | DeleteResourcePolicyStatementCommandInput | DeleteSlotCommandInput | DeleteSlotTypeCommandInput | DeleteUtterancesCommandInput | DescribeBotAliasCommandInput | DescribeBotCommandInput | DescribeBotLocaleCommandInput | DescribeBotRecommendationCommandInput | DescribeBotVersionCommandInput | DescribeCustomVocabularyMetadataCommandInput | DescribeExportCommandInput | DescribeImportCommandInput | DescribeIntentCommandInput | DescribeResourcePolicyCommandInput | DescribeSlotCommandInput | DescribeSlotTypeCommandInput | ListAggregatedUtterancesCommandInput | ListBotAliasesCommandInput | ListBotLocalesCommandInput | ListBotRecommendationsCommandInput | ListBotVersionsCommandInput | ListBotsCommandInput | ListBuiltInIntentsCommandInput | ListBuiltInSlotTypesCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListIntentsCommandInput | ListRecommendedIntentsCommandInput | ListSlotTypesCommandInput | ListSlotsCommandInput | ListTagsForResourceCommandInput | SearchAssociatedTranscriptsCommandInput | StartBotRecommendationCommandInput | StartImportCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBotAliasCommandInput | UpdateBotCommandInput | UpdateBotLocaleCommandInput | UpdateBotRecommendationCommandInput | UpdateExportCommandInput | UpdateIntentCommandInput | UpdateResourcePolicyCommandInput | UpdateSlotCommandInput | UpdateSlotTypeCommandInput;
|
|
76
|
+
export declare type ServiceOutputTypes = BuildBotLocaleCommandOutput | CreateBotAliasCommandOutput | CreateBotCommandOutput | CreateBotLocaleCommandOutput | CreateBotVersionCommandOutput | CreateExportCommandOutput | CreateIntentCommandOutput | CreateResourcePolicyCommandOutput | CreateResourcePolicyStatementCommandOutput | CreateSlotCommandOutput | CreateSlotTypeCommandOutput | CreateUploadUrlCommandOutput | DeleteBotAliasCommandOutput | DeleteBotCommandOutput | DeleteBotLocaleCommandOutput | DeleteBotVersionCommandOutput | DeleteCustomVocabularyCommandOutput | DeleteExportCommandOutput | DeleteImportCommandOutput | DeleteIntentCommandOutput | DeleteResourcePolicyCommandOutput | DeleteResourcePolicyStatementCommandOutput | DeleteSlotCommandOutput | DeleteSlotTypeCommandOutput | DeleteUtterancesCommandOutput | DescribeBotAliasCommandOutput | DescribeBotCommandOutput | DescribeBotLocaleCommandOutput | DescribeBotRecommendationCommandOutput | DescribeBotVersionCommandOutput | DescribeCustomVocabularyMetadataCommandOutput | DescribeExportCommandOutput | DescribeImportCommandOutput | DescribeIntentCommandOutput | DescribeResourcePolicyCommandOutput | DescribeSlotCommandOutput | DescribeSlotTypeCommandOutput | ListAggregatedUtterancesCommandOutput | ListBotAliasesCommandOutput | ListBotLocalesCommandOutput | ListBotRecommendationsCommandOutput | ListBotVersionsCommandOutput | ListBotsCommandOutput | ListBuiltInIntentsCommandOutput | ListBuiltInSlotTypesCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListIntentsCommandOutput | ListRecommendedIntentsCommandOutput | ListSlotTypesCommandOutput | ListSlotsCommandOutput | ListTagsForResourceCommandOutput | SearchAssociatedTranscriptsCommandOutput | StartBotRecommendationCommandOutput | StartImportCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBotAliasCommandOutput | UpdateBotCommandOutput | UpdateBotLocaleCommandOutput | UpdateBotRecommendationCommandOutput | UpdateExportCommandOutput | UpdateIntentCommandOutput | UpdateResourcePolicyCommandOutput | UpdateSlotCommandOutput | UpdateSlotTypeCommandOutput;
|
|
75
77
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
76
78
|
|
|
77
79
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
+
import { DeleteCustomVocabularyRequest, DeleteCustomVocabularyResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteCustomVocabularyCommandInput extends DeleteCustomVocabularyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteCustomVocabularyCommandOutput extends DeleteCustomVocabularyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteCustomVocabularyCommand extends $Command<DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteCustomVocabularyCommandInput;
|
|
12
|
+
constructor(input: DeleteCustomVocabularyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
4
|
+
import { DescribeCustomVocabularyMetadataRequest, DescribeCustomVocabularyMetadataResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeCustomVocabularyMetadataCommandInput extends DescribeCustomVocabularyMetadataRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeCustomVocabularyMetadataCommandOutput extends DescribeCustomVocabularyMetadataResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeCustomVocabularyMetadataCommand extends $Command<DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeCustomVocabularyMetadataCommandInput;
|
|
12
|
+
constructor(input: DescribeCustomVocabularyMetadataCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -14,6 +14,7 @@ export * from "./DeleteBotAliasCommand";
|
|
|
14
14
|
export * from "./DeleteBotCommand";
|
|
15
15
|
export * from "./DeleteBotLocaleCommand";
|
|
16
16
|
export * from "./DeleteBotVersionCommand";
|
|
17
|
+
export * from "./DeleteCustomVocabularyCommand";
|
|
17
18
|
export * from "./DeleteExportCommand";
|
|
18
19
|
export * from "./DeleteImportCommand";
|
|
19
20
|
export * from "./DeleteIntentCommand";
|
|
@@ -27,6 +28,7 @@ export * from "./DescribeBotCommand";
|
|
|
27
28
|
export * from "./DescribeBotLocaleCommand";
|
|
28
29
|
export * from "./DescribeBotRecommendationCommand";
|
|
29
30
|
export * from "./DescribeBotVersionCommand";
|
|
31
|
+
export * from "./DescribeCustomVocabularyMetadataCommand";
|
|
30
32
|
export * from "./DescribeExportCommand";
|
|
31
33
|
export * from "./DescribeImportCommand";
|
|
32
34
|
export * from "./DescribeIntentCommand";
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
export declare enum AudioRecognitionStrategy {
|
|
3
|
+
UseSlotValuesAsCustomVocabulary = "UseSlotValuesAsCustomVocabulary"
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
export interface AdvancedRecognitionSetting {
|
|
7
|
+
|
|
8
|
+
audioRecognitionStrategy?: AudioRecognitionStrategy | string;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace AdvancedRecognitionSetting {
|
|
11
|
+
|
|
12
|
+
const filterSensitiveLog: (obj: AdvancedRecognitionSetting) => any;
|
|
13
|
+
}
|
|
2
14
|
export declare enum AggregatedUtterancesFilterName {
|
|
3
15
|
Utterance = "Utterance"
|
|
4
16
|
}
|
|
@@ -882,7 +894,21 @@ export declare namespace CreateBotVersionResponse {
|
|
|
882
894
|
const filterSensitiveLog: (obj: CreateBotVersionResponse) => any;
|
|
883
895
|
}
|
|
884
896
|
export declare enum ImportExportFileFormat {
|
|
885
|
-
LexJson = "LexJson"
|
|
897
|
+
LexJson = "LexJson",
|
|
898
|
+
TSV = "TSV"
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
export interface CustomVocabularyExportSpecification {
|
|
902
|
+
|
|
903
|
+
botId: string | undefined;
|
|
904
|
+
|
|
905
|
+
botVersion: string | undefined;
|
|
906
|
+
|
|
907
|
+
localeId: string | undefined;
|
|
908
|
+
}
|
|
909
|
+
export declare namespace CustomVocabularyExportSpecification {
|
|
910
|
+
|
|
911
|
+
const filterSensitiveLog: (obj: CustomVocabularyExportSpecification) => any;
|
|
886
912
|
}
|
|
887
913
|
|
|
888
914
|
export interface ExportResourceSpecification {
|
|
@@ -890,6 +916,8 @@ export interface ExportResourceSpecification {
|
|
|
890
916
|
botExportSpecification?: BotExportSpecification;
|
|
891
917
|
|
|
892
918
|
botLocaleExportSpecification?: BotLocaleExportSpecification;
|
|
919
|
+
|
|
920
|
+
customVocabularyExportSpecification?: CustomVocabularyExportSpecification;
|
|
893
921
|
}
|
|
894
922
|
export declare namespace ExportResourceSpecification {
|
|
895
923
|
|
|
@@ -1529,6 +1557,8 @@ export interface SlotValueSelectionSetting {
|
|
|
1529
1557
|
resolutionStrategy: SlotValueResolutionStrategy | string | undefined;
|
|
1530
1558
|
|
|
1531
1559
|
regexFilter?: SlotValueRegexFilter;
|
|
1560
|
+
|
|
1561
|
+
advancedRecognitionSetting?: AdvancedRecognitionSetting;
|
|
1532
1562
|
}
|
|
1533
1563
|
export declare namespace SlotValueSelectionSetting {
|
|
1534
1564
|
|
|
@@ -1603,6 +1633,26 @@ export declare namespace CreateUploadUrlResponse {
|
|
|
1603
1633
|
const filterSensitiveLog: (obj: CreateUploadUrlResponse) => any;
|
|
1604
1634
|
}
|
|
1605
1635
|
|
|
1636
|
+
export interface CustomVocabularyImportSpecification {
|
|
1637
|
+
|
|
1638
|
+
botId: string | undefined;
|
|
1639
|
+
|
|
1640
|
+
botVersion: string | undefined;
|
|
1641
|
+
|
|
1642
|
+
localeId: string | undefined;
|
|
1643
|
+
}
|
|
1644
|
+
export declare namespace CustomVocabularyImportSpecification {
|
|
1645
|
+
|
|
1646
|
+
const filterSensitiveLog: (obj: CustomVocabularyImportSpecification) => any;
|
|
1647
|
+
}
|
|
1648
|
+
export declare enum CustomVocabularyStatus {
|
|
1649
|
+
Creating = "Creating",
|
|
1650
|
+
Deleting = "Deleting",
|
|
1651
|
+
Exporting = "Exporting",
|
|
1652
|
+
Importing = "Importing",
|
|
1653
|
+
Ready = "Ready"
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1606
1656
|
export interface DateRangeFilter {
|
|
1607
1657
|
|
|
1608
1658
|
startDateTime: Date | undefined;
|
|
@@ -1707,6 +1757,32 @@ export declare namespace DeleteBotVersionResponse {
|
|
|
1707
1757
|
|
|
1708
1758
|
const filterSensitiveLog: (obj: DeleteBotVersionResponse) => any;
|
|
1709
1759
|
}
|
|
1760
|
+
export interface DeleteCustomVocabularyRequest {
|
|
1761
|
+
|
|
1762
|
+
botId: string | undefined;
|
|
1763
|
+
|
|
1764
|
+
botVersion: string | undefined;
|
|
1765
|
+
|
|
1766
|
+
localeId: string | undefined;
|
|
1767
|
+
}
|
|
1768
|
+
export declare namespace DeleteCustomVocabularyRequest {
|
|
1769
|
+
|
|
1770
|
+
const filterSensitiveLog: (obj: DeleteCustomVocabularyRequest) => any;
|
|
1771
|
+
}
|
|
1772
|
+
export interface DeleteCustomVocabularyResponse {
|
|
1773
|
+
|
|
1774
|
+
botId?: string;
|
|
1775
|
+
|
|
1776
|
+
botVersion?: string;
|
|
1777
|
+
|
|
1778
|
+
localeId?: string;
|
|
1779
|
+
|
|
1780
|
+
customVocabularyStatus?: CustomVocabularyStatus | string;
|
|
1781
|
+
}
|
|
1782
|
+
export declare namespace DeleteCustomVocabularyResponse {
|
|
1783
|
+
|
|
1784
|
+
const filterSensitiveLog: (obj: DeleteCustomVocabularyResponse) => any;
|
|
1785
|
+
}
|
|
1710
1786
|
export interface DeleteExportRequest {
|
|
1711
1787
|
|
|
1712
1788
|
exportId: string | undefined;
|
|
@@ -2126,6 +2202,36 @@ export declare namespace DescribeBotVersionResponse {
|
|
|
2126
2202
|
|
|
2127
2203
|
const filterSensitiveLog: (obj: DescribeBotVersionResponse) => any;
|
|
2128
2204
|
}
|
|
2205
|
+
export interface DescribeCustomVocabularyMetadataRequest {
|
|
2206
|
+
|
|
2207
|
+
botId: string | undefined;
|
|
2208
|
+
|
|
2209
|
+
botVersion: string | undefined;
|
|
2210
|
+
|
|
2211
|
+
localeId: string | undefined;
|
|
2212
|
+
}
|
|
2213
|
+
export declare namespace DescribeCustomVocabularyMetadataRequest {
|
|
2214
|
+
|
|
2215
|
+
const filterSensitiveLog: (obj: DescribeCustomVocabularyMetadataRequest) => any;
|
|
2216
|
+
}
|
|
2217
|
+
export interface DescribeCustomVocabularyMetadataResponse {
|
|
2218
|
+
|
|
2219
|
+
botId?: string;
|
|
2220
|
+
|
|
2221
|
+
botVersion?: string;
|
|
2222
|
+
|
|
2223
|
+
localeId?: string;
|
|
2224
|
+
|
|
2225
|
+
customVocabularyStatus?: CustomVocabularyStatus | string;
|
|
2226
|
+
|
|
2227
|
+
creationDateTime?: Date;
|
|
2228
|
+
|
|
2229
|
+
lastUpdatedDateTime?: Date;
|
|
2230
|
+
}
|
|
2231
|
+
export declare namespace DescribeCustomVocabularyMetadataResponse {
|
|
2232
|
+
|
|
2233
|
+
const filterSensitiveLog: (obj: DescribeCustomVocabularyMetadataResponse) => any;
|
|
2234
|
+
}
|
|
2129
2235
|
export interface DescribeExportRequest {
|
|
2130
2236
|
|
|
2131
2237
|
exportId: string | undefined;
|
|
@@ -2175,6 +2281,8 @@ export interface ImportResourceSpecification {
|
|
|
2175
2281
|
botImportSpecification?: BotImportSpecification;
|
|
2176
2282
|
|
|
2177
2283
|
botLocaleImportSpecification?: BotLocaleImportSpecification;
|
|
2284
|
+
|
|
2285
|
+
customVocabularyImportSpecification?: CustomVocabularyImportSpecification;
|
|
2178
2286
|
}
|
|
2179
2287
|
export declare namespace ImportResourceSpecification {
|
|
2180
2288
|
|
|
@@ -2456,6 +2564,11 @@ export declare namespace ImportFilter {
|
|
|
2456
2564
|
|
|
2457
2565
|
const filterSensitiveLog: (obj: ImportFilter) => any;
|
|
2458
2566
|
}
|
|
2567
|
+
export declare enum ImportResourceType {
|
|
2568
|
+
Bot = "Bot",
|
|
2569
|
+
BotLocale = "BotLocale",
|
|
2570
|
+
CustomVocabulary = "CustomVocabulary"
|
|
2571
|
+
}
|
|
2459
2572
|
export declare enum ImportSortAttribute {
|
|
2460
2573
|
LastUpdatedDateTime = "LastUpdatedDateTime"
|
|
2461
2574
|
}
|
|
@@ -2486,6 +2599,8 @@ export interface ImportSummary {
|
|
|
2486
2599
|
creationDateTime?: Date;
|
|
2487
2600
|
|
|
2488
2601
|
lastUpdatedDateTime?: Date;
|
|
2602
|
+
|
|
2603
|
+
importedResourceType?: ImportResourceType | string;
|
|
2489
2604
|
}
|
|
2490
2605
|
export declare namespace ImportSummary {
|
|
2491
2606
|
|
|
@@ -2825,6 +2940,8 @@ export interface ListExportsRequest {
|
|
|
2825
2940
|
maxResults?: number;
|
|
2826
2941
|
|
|
2827
2942
|
nextToken?: string;
|
|
2943
|
+
|
|
2944
|
+
localeId?: string;
|
|
2828
2945
|
}
|
|
2829
2946
|
export declare namespace ListExportsRequest {
|
|
2830
2947
|
|
|
@@ -2839,6 +2956,8 @@ export interface ListExportsResponse {
|
|
|
2839
2956
|
exportSummaries?: ExportSummary[];
|
|
2840
2957
|
|
|
2841
2958
|
nextToken?: string;
|
|
2959
|
+
|
|
2960
|
+
localeId?: string;
|
|
2842
2961
|
}
|
|
2843
2962
|
export declare namespace ListExportsResponse {
|
|
2844
2963
|
|
|
@@ -2857,6 +2976,8 @@ export interface ListImportsRequest {
|
|
|
2857
2976
|
maxResults?: number;
|
|
2858
2977
|
|
|
2859
2978
|
nextToken?: string;
|
|
2979
|
+
|
|
2980
|
+
localeId?: string;
|
|
2860
2981
|
}
|
|
2861
2982
|
export declare namespace ListImportsRequest {
|
|
2862
2983
|
|
|
@@ -2871,6 +2992,8 @@ export interface ListImportsResponse {
|
|
|
2871
2992
|
importSummaries?: ImportSummary[];
|
|
2872
2993
|
|
|
2873
2994
|
nextToken?: string;
|
|
2995
|
+
|
|
2996
|
+
localeId?: string;
|
|
2874
2997
|
}
|
|
2875
2998
|
export declare namespace ListImportsResponse {
|
|
2876
2999
|
|
|
@@ -16,6 +16,7 @@ import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "../comm
|
|
|
16
16
|
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "../commands/DeleteBotCommand";
|
|
17
17
|
import { DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput } from "../commands/DeleteBotLocaleCommand";
|
|
18
18
|
import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "../commands/DeleteBotVersionCommand";
|
|
19
|
+
import { DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput } from "../commands/DeleteCustomVocabularyCommand";
|
|
19
20
|
import { DeleteExportCommandInput, DeleteExportCommandOutput } from "../commands/DeleteExportCommand";
|
|
20
21
|
import { DeleteImportCommandInput, DeleteImportCommandOutput } from "../commands/DeleteImportCommand";
|
|
21
22
|
import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "../commands/DeleteIntentCommand";
|
|
@@ -29,6 +30,7 @@ import { DescribeBotCommandInput, DescribeBotCommandOutput } from "../commands/D
|
|
|
29
30
|
import { DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput } from "../commands/DescribeBotLocaleCommand";
|
|
30
31
|
import { DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput } from "../commands/DescribeBotRecommendationCommand";
|
|
31
32
|
import { DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput } from "../commands/DescribeBotVersionCommand";
|
|
33
|
+
import { DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput } from "../commands/DescribeCustomVocabularyMetadataCommand";
|
|
32
34
|
import { DescribeExportCommandInput, DescribeExportCommandOutput } from "../commands/DescribeExportCommand";
|
|
33
35
|
import { DescribeImportCommandInput, DescribeImportCommandOutput } from "../commands/DescribeImportCommand";
|
|
34
36
|
import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "../commands/DescribeIntentCommand";
|
|
@@ -80,6 +82,7 @@ export declare const serializeAws_restJson1DeleteBotCommand: (input: DeleteBotCo
|
|
|
80
82
|
export declare const serializeAws_restJson1DeleteBotAliasCommand: (input: DeleteBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
83
|
export declare const serializeAws_restJson1DeleteBotLocaleCommand: (input: DeleteBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
84
|
export declare const serializeAws_restJson1DeleteBotVersionCommand: (input: DeleteBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_restJson1DeleteCustomVocabularyCommand: (input: DeleteCustomVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
86
|
export declare const serializeAws_restJson1DeleteExportCommand: (input: DeleteExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
87
|
export declare const serializeAws_restJson1DeleteImportCommand: (input: DeleteImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
88
|
export declare const serializeAws_restJson1DeleteIntentCommand: (input: DeleteIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -93,6 +96,7 @@ export declare const serializeAws_restJson1DescribeBotAliasCommand: (input: Desc
|
|
|
93
96
|
export declare const serializeAws_restJson1DescribeBotLocaleCommand: (input: DescribeBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
97
|
export declare const serializeAws_restJson1DescribeBotRecommendationCommand: (input: DescribeBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
98
|
export declare const serializeAws_restJson1DescribeBotVersionCommand: (input: DescribeBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_restJson1DescribeCustomVocabularyMetadataCommand: (input: DescribeCustomVocabularyMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
100
|
export declare const serializeAws_restJson1DescribeExportCommand: (input: DescribeExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
101
|
export declare const serializeAws_restJson1DescribeImportCommand: (input: DescribeImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
102
|
export declare const serializeAws_restJson1DescribeIntentCommand: (input: DescribeIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -144,6 +148,7 @@ export declare const deserializeAws_restJson1DeleteBotCommand: (output: __HttpRe
|
|
|
144
148
|
export declare const deserializeAws_restJson1DeleteBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotAliasCommandOutput>;
|
|
145
149
|
export declare const deserializeAws_restJson1DeleteBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotLocaleCommandOutput>;
|
|
146
150
|
export declare const deserializeAws_restJson1DeleteBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotVersionCommandOutput>;
|
|
151
|
+
export declare const deserializeAws_restJson1DeleteCustomVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomVocabularyCommandOutput>;
|
|
147
152
|
export declare const deserializeAws_restJson1DeleteExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExportCommandOutput>;
|
|
148
153
|
export declare const deserializeAws_restJson1DeleteImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImportCommandOutput>;
|
|
149
154
|
export declare const deserializeAws_restJson1DeleteIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntentCommandOutput>;
|
|
@@ -157,6 +162,7 @@ export declare const deserializeAws_restJson1DescribeBotAliasCommand: (output: _
|
|
|
157
162
|
export declare const deserializeAws_restJson1DescribeBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotLocaleCommandOutput>;
|
|
158
163
|
export declare const deserializeAws_restJson1DescribeBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotRecommendationCommandOutput>;
|
|
159
164
|
export declare const deserializeAws_restJson1DescribeBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotVersionCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomVocabularyMetadataCommandOutput>;
|
|
160
166
|
export declare const deserializeAws_restJson1DescribeExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportCommandOutput>;
|
|
161
167
|
export declare const deserializeAws_restJson1DescribeImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImportCommandOutput>;
|
|
162
168
|
export declare const deserializeAws_restJson1DescribeIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIntentCommandOutput>;
|
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.48.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",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.48.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.48.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
25
|
"@aws-sdk/hash-node": "3.47.2",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.47.2",
|