@aws-sdk/client-lex-models-v2 3.344.0 → 3.347.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/README.md +112 -0
- package/dist-cjs/LexModelsV2.js +28 -0
- package/dist-cjs/commands/CreateTestSetDiscrepancyReportCommand.js +46 -0
- package/dist-cjs/commands/DeleteTestSetCommand.js +46 -0
- package/dist-cjs/commands/DescribeTestExecutionCommand.js +46 -0
- package/dist-cjs/commands/DescribeTestSetCommand.js +46 -0
- package/dist-cjs/commands/DescribeTestSetDiscrepancyReportCommand.js +46 -0
- package/dist-cjs/commands/DescribeTestSetGenerationCommand.js +46 -0
- package/dist-cjs/commands/GetTestExecutionArtifactsUrlCommand.js +46 -0
- package/dist-cjs/commands/ListTestExecutionResultItemsCommand.js +46 -0
- package/dist-cjs/commands/ListTestExecutionsCommand.js +46 -0
- package/dist-cjs/commands/ListTestSetRecordsCommand.js +46 -0
- package/dist-cjs/commands/ListTestSetsCommand.js +46 -0
- package/dist-cjs/commands/StartBotRecommendationCommand.js +3 -3
- package/dist-cjs/commands/StartImportCommand.js +2 -2
- package/dist-cjs/commands/StartTestExecutionCommand.js +46 -0
- package/dist-cjs/commands/StartTestSetGenerationCommand.js +46 -0
- package/dist-cjs/commands/UpdateTestSetCommand.js +46 -0
- package/dist-cjs/commands/index.js +14 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +52 -50
- package/dist-cjs/models/models_1.js +64 -1
- package/dist-cjs/pagination/ListTestExecutionResultItemsPaginator.js +29 -0
- package/dist-cjs/pagination/ListTestExecutionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListTestSetRecordsPaginator.js +29 -0
- package/dist-cjs/pagination/ListTestSetsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1395 -146
- package/dist-es/LexModelsV2.js +28 -0
- package/dist-es/commands/CreateTestSetDiscrepancyReportCommand.js +42 -0
- package/dist-es/commands/DeleteTestSetCommand.js +42 -0
- package/dist-es/commands/DescribeTestExecutionCommand.js +42 -0
- package/dist-es/commands/DescribeTestSetCommand.js +42 -0
- package/dist-es/commands/DescribeTestSetDiscrepancyReportCommand.js +42 -0
- package/dist-es/commands/DescribeTestSetGenerationCommand.js +42 -0
- package/dist-es/commands/GetTestExecutionArtifactsUrlCommand.js +42 -0
- package/dist-es/commands/ListTestExecutionResultItemsCommand.js +42 -0
- package/dist-es/commands/ListTestExecutionsCommand.js +42 -0
- package/dist-es/commands/ListTestSetRecordsCommand.js +42 -0
- package/dist-es/commands/ListTestSetsCommand.js +42 -0
- package/dist-es/commands/StartBotRecommendationCommand.js +1 -1
- package/dist-es/commands/StartImportCommand.js +1 -1
- package/dist-es/commands/StartTestExecutionCommand.js +42 -0
- package/dist-es/commands/StartTestSetGenerationCommand.js +42 -0
- package/dist-es/commands/UpdateTestSetCommand.js +42 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +50 -45
- package/dist-es/models/models_1.js +60 -0
- package/dist-es/pagination/ListTestExecutionResultItemsPaginator.js +25 -0
- package/dist-es/pagination/ListTestExecutionsPaginator.js +25 -0
- package/dist-es/pagination/ListTestSetRecordsPaginator.js +25 -0
- package/dist-es/pagination/ListTestSetsPaginator.js +25 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +1360 -140
- package/dist-types/LexModelsV2.d.ts +98 -0
- package/dist-types/LexModelsV2Client.d.ts +16 -2
- package/dist-types/commands/CreateExportCommand.d.ts +8 -2
- package/dist-types/commands/CreateTestSetDiscrepancyReportCommand.d.ts +113 -0
- package/dist-types/commands/DeleteTestSetCommand.d.ts +96 -0
- package/dist-types/commands/DescribeExportCommand.d.ts +4 -1
- package/dist-types/commands/DescribeImportCommand.d.ts +18 -0
- package/dist-types/commands/DescribeTestExecutionCommand.d.ts +109 -0
- package/dist-types/commands/DescribeTestSetCommand.d.ts +105 -0
- package/dist-types/commands/DescribeTestSetDiscrepancyReportCommand.d.ts +122 -0
- package/dist-types/commands/DescribeTestSetGenerationCommand.d.ts +119 -0
- package/dist-types/commands/GetTestExecutionArtifactsUrlCommand.d.ts +93 -0
- package/dist-types/commands/ListBotAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotLocalesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListBotVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +1 -1
- package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +1 -1
- package/dist-types/commands/ListExportsCommand.d.ts +5 -2
- package/dist-types/commands/ListImportsCommand.d.ts +2 -2
- package/dist-types/commands/ListIntentsCommand.d.ts +1 -1
- package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +1 -1
- package/dist-types/commands/ListSlotTypesCommand.d.ts +1 -1
- package/dist-types/commands/ListSlotsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTestExecutionResultItemsCommand.d.ts +291 -0
- package/dist-types/commands/ListTestExecutionsCommand.d.ts +112 -0
- package/dist-types/commands/ListTestSetRecordsCommand.d.ts +180 -0
- package/dist-types/commands/ListTestSetsCommand.d.ts +111 -0
- package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +1 -1
- package/dist-types/commands/StartBotRecommendationCommand.d.ts +1 -1
- package/dist-types/commands/StartImportCommand.d.ts +37 -1
- package/dist-types/commands/StartTestExecutionCommand.d.ts +117 -0
- package/dist-types/commands/StartTestSetGenerationCommand.d.ts +144 -0
- package/dist-types/commands/StopBotRecommendationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateExportCommand.d.ts +4 -1
- package/dist-types/commands/UpdateTestSetCommand.d.ts +113 -0
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1054 -1714
- package/dist-types/models/models_1.d.ts +2465 -18
- package/dist-types/pagination/ListTestExecutionResultItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTestExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTestSetRecordsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTestSetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/LexModelsV2.d.ts +238 -0
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +86 -2
- package/dist-types/ts3.4/commands/CreateTestSetDiscrepancyReportCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteTestSetCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/DescribeTestExecutionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTestSetCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeTestSetDiscrepancyReportCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTestSetGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetTestExecutionArtifactsUrlCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomVocabularyItemsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTestExecutionResultItemsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTestExecutionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTestSetRecordsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTestSetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTestExecutionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StartTestSetGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UpdateTestSetCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +293 -362
- package/dist-types/ts3.4/models/models_1.d.ts +646 -0
- package/dist-types/ts3.4/pagination/ListTestExecutionResultItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTestExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTestSetRecordsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTestSetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +29 -29
|
@@ -13,6 +13,7 @@ import { CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput } f
|
|
|
13
13
|
import { CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput } from "./commands/CreateResourcePolicyStatementCommand";
|
|
14
14
|
import { CreateSlotCommandInput, CreateSlotCommandOutput } from "./commands/CreateSlotCommand";
|
|
15
15
|
import { CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput } from "./commands/CreateSlotTypeCommand";
|
|
16
|
+
import { CreateTestSetDiscrepancyReportCommandInput, CreateTestSetDiscrepancyReportCommandOutput } from "./commands/CreateTestSetDiscrepancyReportCommand";
|
|
16
17
|
import { CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput } from "./commands/CreateUploadUrlCommand";
|
|
17
18
|
import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
|
|
18
19
|
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
@@ -26,6 +27,7 @@ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } f
|
|
|
26
27
|
import { DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput } from "./commands/DeleteResourcePolicyStatementCommand";
|
|
27
28
|
import { DeleteSlotCommandInput, DeleteSlotCommandOutput } from "./commands/DeleteSlotCommand";
|
|
28
29
|
import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
|
|
30
|
+
import { DeleteTestSetCommandInput, DeleteTestSetCommandOutput } from "./commands/DeleteTestSetCommand";
|
|
29
31
|
import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
|
|
30
32
|
import { DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput } from "./commands/DescribeBotAliasCommand";
|
|
31
33
|
import { DescribeBotCommandInput, DescribeBotCommandOutput } from "./commands/DescribeBotCommand";
|
|
@@ -39,6 +41,11 @@ import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "./comma
|
|
|
39
41
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
|
|
40
42
|
import { DescribeSlotCommandInput, DescribeSlotCommandOutput } from "./commands/DescribeSlotCommand";
|
|
41
43
|
import { DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput } from "./commands/DescribeSlotTypeCommand";
|
|
44
|
+
import { DescribeTestExecutionCommandInput, DescribeTestExecutionCommandOutput } from "./commands/DescribeTestExecutionCommand";
|
|
45
|
+
import { DescribeTestSetCommandInput, DescribeTestSetCommandOutput } from "./commands/DescribeTestSetCommand";
|
|
46
|
+
import { DescribeTestSetDiscrepancyReportCommandInput, DescribeTestSetDiscrepancyReportCommandOutput } from "./commands/DescribeTestSetDiscrepancyReportCommand";
|
|
47
|
+
import { DescribeTestSetGenerationCommandInput, DescribeTestSetGenerationCommandOutput } from "./commands/DescribeTestSetGenerationCommand";
|
|
48
|
+
import { GetTestExecutionArtifactsUrlCommandInput, GetTestExecutionArtifactsUrlCommandOutput } from "./commands/GetTestExecutionArtifactsUrlCommand";
|
|
42
49
|
import { ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput } from "./commands/ListAggregatedUtterancesCommand";
|
|
43
50
|
import { ListBotAliasesCommandInput, ListBotAliasesCommandOutput } from "./commands/ListBotAliasesCommand";
|
|
44
51
|
import { ListBotLocalesCommandInput, ListBotLocalesCommandOutput } from "./commands/ListBotLocalesCommand";
|
|
@@ -55,9 +62,15 @@ import { ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput
|
|
|
55
62
|
import { ListSlotsCommandInput, ListSlotsCommandOutput } from "./commands/ListSlotsCommand";
|
|
56
63
|
import { ListSlotTypesCommandInput, ListSlotTypesCommandOutput } from "./commands/ListSlotTypesCommand";
|
|
57
64
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
65
|
+
import { ListTestExecutionResultItemsCommandInput, ListTestExecutionResultItemsCommandOutput } from "./commands/ListTestExecutionResultItemsCommand";
|
|
66
|
+
import { ListTestExecutionsCommandInput, ListTestExecutionsCommandOutput } from "./commands/ListTestExecutionsCommand";
|
|
67
|
+
import { ListTestSetRecordsCommandInput, ListTestSetRecordsCommandOutput } from "./commands/ListTestSetRecordsCommand";
|
|
68
|
+
import { ListTestSetsCommandInput, ListTestSetsCommandOutput } from "./commands/ListTestSetsCommand";
|
|
58
69
|
import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "./commands/SearchAssociatedTranscriptsCommand";
|
|
59
70
|
import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "./commands/StartBotRecommendationCommand";
|
|
60
71
|
import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
|
|
72
|
+
import { StartTestExecutionCommandInput, StartTestExecutionCommandOutput } from "./commands/StartTestExecutionCommand";
|
|
73
|
+
import { StartTestSetGenerationCommandInput, StartTestSetGenerationCommandOutput } from "./commands/StartTestSetGenerationCommand";
|
|
61
74
|
import { StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput } from "./commands/StopBotRecommendationCommand";
|
|
62
75
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
63
76
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -70,6 +83,7 @@ import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "./commands/
|
|
|
70
83
|
import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "./commands/UpdateResourcePolicyCommand";
|
|
71
84
|
import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "./commands/UpdateSlotCommand";
|
|
72
85
|
import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "./commands/UpdateSlotTypeCommand";
|
|
86
|
+
import { UpdateTestSetCommandInput, UpdateTestSetCommandOutput } from "./commands/UpdateTestSetCommand";
|
|
73
87
|
import { LexModelsV2Client } from "./LexModelsV2Client";
|
|
74
88
|
export interface LexModelsV2 {
|
|
75
89
|
/**
|
|
@@ -156,6 +170,12 @@ export interface LexModelsV2 {
|
|
|
156
170
|
createSlotType(args: CreateSlotTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateSlotTypeCommandOutput>;
|
|
157
171
|
createSlotType(args: CreateSlotTypeCommandInput, cb: (err: any, data?: CreateSlotTypeCommandOutput) => void): void;
|
|
158
172
|
createSlotType(args: CreateSlotTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSlotTypeCommandOutput) => void): void;
|
|
173
|
+
/**
|
|
174
|
+
* @see {@link CreateTestSetDiscrepancyReportCommand}
|
|
175
|
+
*/
|
|
176
|
+
createTestSetDiscrepancyReport(args: CreateTestSetDiscrepancyReportCommandInput, options?: __HttpHandlerOptions): Promise<CreateTestSetDiscrepancyReportCommandOutput>;
|
|
177
|
+
createTestSetDiscrepancyReport(args: CreateTestSetDiscrepancyReportCommandInput, cb: (err: any, data?: CreateTestSetDiscrepancyReportCommandOutput) => void): void;
|
|
178
|
+
createTestSetDiscrepancyReport(args: CreateTestSetDiscrepancyReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTestSetDiscrepancyReportCommandOutput) => void): void;
|
|
159
179
|
/**
|
|
160
180
|
* @see {@link CreateUploadUrlCommand}
|
|
161
181
|
*/
|
|
@@ -234,6 +254,12 @@ export interface LexModelsV2 {
|
|
|
234
254
|
deleteSlotType(args: DeleteSlotTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSlotTypeCommandOutput>;
|
|
235
255
|
deleteSlotType(args: DeleteSlotTypeCommandInput, cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void): void;
|
|
236
256
|
deleteSlotType(args: DeleteSlotTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void): void;
|
|
257
|
+
/**
|
|
258
|
+
* @see {@link DeleteTestSetCommand}
|
|
259
|
+
*/
|
|
260
|
+
deleteTestSet(args: DeleteTestSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTestSetCommandOutput>;
|
|
261
|
+
deleteTestSet(args: DeleteTestSetCommandInput, cb: (err: any, data?: DeleteTestSetCommandOutput) => void): void;
|
|
262
|
+
deleteTestSet(args: DeleteTestSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTestSetCommandOutput) => void): void;
|
|
237
263
|
/**
|
|
238
264
|
* @see {@link DeleteUtterancesCommand}
|
|
239
265
|
*/
|
|
@@ -312,6 +338,36 @@ export interface LexModelsV2 {
|
|
|
312
338
|
describeSlotType(args: DescribeSlotTypeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSlotTypeCommandOutput>;
|
|
313
339
|
describeSlotType(args: DescribeSlotTypeCommandInput, cb: (err: any, data?: DescribeSlotTypeCommandOutput) => void): void;
|
|
314
340
|
describeSlotType(args: DescribeSlotTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSlotTypeCommandOutput) => void): void;
|
|
341
|
+
/**
|
|
342
|
+
* @see {@link DescribeTestExecutionCommand}
|
|
343
|
+
*/
|
|
344
|
+
describeTestExecution(args: DescribeTestExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTestExecutionCommandOutput>;
|
|
345
|
+
describeTestExecution(args: DescribeTestExecutionCommandInput, cb: (err: any, data?: DescribeTestExecutionCommandOutput) => void): void;
|
|
346
|
+
describeTestExecution(args: DescribeTestExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTestExecutionCommandOutput) => void): void;
|
|
347
|
+
/**
|
|
348
|
+
* @see {@link DescribeTestSetCommand}
|
|
349
|
+
*/
|
|
350
|
+
describeTestSet(args: DescribeTestSetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTestSetCommandOutput>;
|
|
351
|
+
describeTestSet(args: DescribeTestSetCommandInput, cb: (err: any, data?: DescribeTestSetCommandOutput) => void): void;
|
|
352
|
+
describeTestSet(args: DescribeTestSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTestSetCommandOutput) => void): void;
|
|
353
|
+
/**
|
|
354
|
+
* @see {@link DescribeTestSetDiscrepancyReportCommand}
|
|
355
|
+
*/
|
|
356
|
+
describeTestSetDiscrepancyReport(args: DescribeTestSetDiscrepancyReportCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTestSetDiscrepancyReportCommandOutput>;
|
|
357
|
+
describeTestSetDiscrepancyReport(args: DescribeTestSetDiscrepancyReportCommandInput, cb: (err: any, data?: DescribeTestSetDiscrepancyReportCommandOutput) => void): void;
|
|
358
|
+
describeTestSetDiscrepancyReport(args: DescribeTestSetDiscrepancyReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTestSetDiscrepancyReportCommandOutput) => void): void;
|
|
359
|
+
/**
|
|
360
|
+
* @see {@link DescribeTestSetGenerationCommand}
|
|
361
|
+
*/
|
|
362
|
+
describeTestSetGeneration(args: DescribeTestSetGenerationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTestSetGenerationCommandOutput>;
|
|
363
|
+
describeTestSetGeneration(args: DescribeTestSetGenerationCommandInput, cb: (err: any, data?: DescribeTestSetGenerationCommandOutput) => void): void;
|
|
364
|
+
describeTestSetGeneration(args: DescribeTestSetGenerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTestSetGenerationCommandOutput) => void): void;
|
|
365
|
+
/**
|
|
366
|
+
* @see {@link GetTestExecutionArtifactsUrlCommand}
|
|
367
|
+
*/
|
|
368
|
+
getTestExecutionArtifactsUrl(args: GetTestExecutionArtifactsUrlCommandInput, options?: __HttpHandlerOptions): Promise<GetTestExecutionArtifactsUrlCommandOutput>;
|
|
369
|
+
getTestExecutionArtifactsUrl(args: GetTestExecutionArtifactsUrlCommandInput, cb: (err: any, data?: GetTestExecutionArtifactsUrlCommandOutput) => void): void;
|
|
370
|
+
getTestExecutionArtifactsUrl(args: GetTestExecutionArtifactsUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTestExecutionArtifactsUrlCommandOutput) => void): void;
|
|
315
371
|
/**
|
|
316
372
|
* @see {@link ListAggregatedUtterancesCommand}
|
|
317
373
|
*/
|
|
@@ -408,6 +464,30 @@ export interface LexModelsV2 {
|
|
|
408
464
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
409
465
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
410
466
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
467
|
+
/**
|
|
468
|
+
* @see {@link ListTestExecutionResultItemsCommand}
|
|
469
|
+
*/
|
|
470
|
+
listTestExecutionResultItems(args: ListTestExecutionResultItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestExecutionResultItemsCommandOutput>;
|
|
471
|
+
listTestExecutionResultItems(args: ListTestExecutionResultItemsCommandInput, cb: (err: any, data?: ListTestExecutionResultItemsCommandOutput) => void): void;
|
|
472
|
+
listTestExecutionResultItems(args: ListTestExecutionResultItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestExecutionResultItemsCommandOutput) => void): void;
|
|
473
|
+
/**
|
|
474
|
+
* @see {@link ListTestExecutionsCommand}
|
|
475
|
+
*/
|
|
476
|
+
listTestExecutions(args: ListTestExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestExecutionsCommandOutput>;
|
|
477
|
+
listTestExecutions(args: ListTestExecutionsCommandInput, cb: (err: any, data?: ListTestExecutionsCommandOutput) => void): void;
|
|
478
|
+
listTestExecutions(args: ListTestExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestExecutionsCommandOutput) => void): void;
|
|
479
|
+
/**
|
|
480
|
+
* @see {@link ListTestSetRecordsCommand}
|
|
481
|
+
*/
|
|
482
|
+
listTestSetRecords(args: ListTestSetRecordsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestSetRecordsCommandOutput>;
|
|
483
|
+
listTestSetRecords(args: ListTestSetRecordsCommandInput, cb: (err: any, data?: ListTestSetRecordsCommandOutput) => void): void;
|
|
484
|
+
listTestSetRecords(args: ListTestSetRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestSetRecordsCommandOutput) => void): void;
|
|
485
|
+
/**
|
|
486
|
+
* @see {@link ListTestSetsCommand}
|
|
487
|
+
*/
|
|
488
|
+
listTestSets(args: ListTestSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestSetsCommandOutput>;
|
|
489
|
+
listTestSets(args: ListTestSetsCommandInput, cb: (err: any, data?: ListTestSetsCommandOutput) => void): void;
|
|
490
|
+
listTestSets(args: ListTestSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestSetsCommandOutput) => void): void;
|
|
411
491
|
/**
|
|
412
492
|
* @see {@link SearchAssociatedTranscriptsCommand}
|
|
413
493
|
*/
|
|
@@ -426,6 +506,18 @@ export interface LexModelsV2 {
|
|
|
426
506
|
startImport(args: StartImportCommandInput, options?: __HttpHandlerOptions): Promise<StartImportCommandOutput>;
|
|
427
507
|
startImport(args: StartImportCommandInput, cb: (err: any, data?: StartImportCommandOutput) => void): void;
|
|
428
508
|
startImport(args: StartImportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImportCommandOutput) => void): void;
|
|
509
|
+
/**
|
|
510
|
+
* @see {@link StartTestExecutionCommand}
|
|
511
|
+
*/
|
|
512
|
+
startTestExecution(args: StartTestExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartTestExecutionCommandOutput>;
|
|
513
|
+
startTestExecution(args: StartTestExecutionCommandInput, cb: (err: any, data?: StartTestExecutionCommandOutput) => void): void;
|
|
514
|
+
startTestExecution(args: StartTestExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTestExecutionCommandOutput) => void): void;
|
|
515
|
+
/**
|
|
516
|
+
* @see {@link StartTestSetGenerationCommand}
|
|
517
|
+
*/
|
|
518
|
+
startTestSetGeneration(args: StartTestSetGenerationCommandInput, options?: __HttpHandlerOptions): Promise<StartTestSetGenerationCommandOutput>;
|
|
519
|
+
startTestSetGeneration(args: StartTestSetGenerationCommandInput, cb: (err: any, data?: StartTestSetGenerationCommandOutput) => void): void;
|
|
520
|
+
startTestSetGeneration(args: StartTestSetGenerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTestSetGenerationCommandOutput) => void): void;
|
|
429
521
|
/**
|
|
430
522
|
* @see {@link StopBotRecommendationCommand}
|
|
431
523
|
*/
|
|
@@ -498,6 +590,12 @@ export interface LexModelsV2 {
|
|
|
498
590
|
updateSlotType(args: UpdateSlotTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSlotTypeCommandOutput>;
|
|
499
591
|
updateSlotType(args: UpdateSlotTypeCommandInput, cb: (err: any, data?: UpdateSlotTypeCommandOutput) => void): void;
|
|
500
592
|
updateSlotType(args: UpdateSlotTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSlotTypeCommandOutput) => void): void;
|
|
593
|
+
/**
|
|
594
|
+
* @see {@link UpdateTestSetCommand}
|
|
595
|
+
*/
|
|
596
|
+
updateTestSet(args: UpdateTestSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTestSetCommandOutput>;
|
|
597
|
+
updateTestSet(args: UpdateTestSetCommandInput, cb: (err: any, data?: UpdateTestSetCommandOutput) => void): void;
|
|
598
|
+
updateTestSet(args: UpdateTestSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTestSetCommandOutput) => void): void;
|
|
501
599
|
}
|
|
502
600
|
/**
|
|
503
601
|
* @public
|
|
@@ -22,6 +22,7 @@ import { CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput } f
|
|
|
22
22
|
import { CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput } from "./commands/CreateResourcePolicyStatementCommand";
|
|
23
23
|
import { CreateSlotCommandInput, CreateSlotCommandOutput } from "./commands/CreateSlotCommand";
|
|
24
24
|
import { CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput } from "./commands/CreateSlotTypeCommand";
|
|
25
|
+
import { CreateTestSetDiscrepancyReportCommandInput, CreateTestSetDiscrepancyReportCommandOutput } from "./commands/CreateTestSetDiscrepancyReportCommand";
|
|
25
26
|
import { CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput } from "./commands/CreateUploadUrlCommand";
|
|
26
27
|
import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
|
|
27
28
|
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
@@ -35,6 +36,7 @@ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } f
|
|
|
35
36
|
import { DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput } from "./commands/DeleteResourcePolicyStatementCommand";
|
|
36
37
|
import { DeleteSlotCommandInput, DeleteSlotCommandOutput } from "./commands/DeleteSlotCommand";
|
|
37
38
|
import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
|
|
39
|
+
import { DeleteTestSetCommandInput, DeleteTestSetCommandOutput } from "./commands/DeleteTestSetCommand";
|
|
38
40
|
import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
|
|
39
41
|
import { DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput } from "./commands/DescribeBotAliasCommand";
|
|
40
42
|
import { DescribeBotCommandInput, DescribeBotCommandOutput } from "./commands/DescribeBotCommand";
|
|
@@ -48,6 +50,11 @@ import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "./comma
|
|
|
48
50
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
|
|
49
51
|
import { DescribeSlotCommandInput, DescribeSlotCommandOutput } from "./commands/DescribeSlotCommand";
|
|
50
52
|
import { DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput } from "./commands/DescribeSlotTypeCommand";
|
|
53
|
+
import { DescribeTestExecutionCommandInput, DescribeTestExecutionCommandOutput } from "./commands/DescribeTestExecutionCommand";
|
|
54
|
+
import { DescribeTestSetCommandInput, DescribeTestSetCommandOutput } from "./commands/DescribeTestSetCommand";
|
|
55
|
+
import { DescribeTestSetDiscrepancyReportCommandInput, DescribeTestSetDiscrepancyReportCommandOutput } from "./commands/DescribeTestSetDiscrepancyReportCommand";
|
|
56
|
+
import { DescribeTestSetGenerationCommandInput, DescribeTestSetGenerationCommandOutput } from "./commands/DescribeTestSetGenerationCommand";
|
|
57
|
+
import { GetTestExecutionArtifactsUrlCommandInput, GetTestExecutionArtifactsUrlCommandOutput } from "./commands/GetTestExecutionArtifactsUrlCommand";
|
|
51
58
|
import { ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput } from "./commands/ListAggregatedUtterancesCommand";
|
|
52
59
|
import { ListBotAliasesCommandInput, ListBotAliasesCommandOutput } from "./commands/ListBotAliasesCommand";
|
|
53
60
|
import { ListBotLocalesCommandInput, ListBotLocalesCommandOutput } from "./commands/ListBotLocalesCommand";
|
|
@@ -64,9 +71,15 @@ import { ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput
|
|
|
64
71
|
import { ListSlotsCommandInput, ListSlotsCommandOutput } from "./commands/ListSlotsCommand";
|
|
65
72
|
import { ListSlotTypesCommandInput, ListSlotTypesCommandOutput } from "./commands/ListSlotTypesCommand";
|
|
66
73
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
74
|
+
import { ListTestExecutionResultItemsCommandInput, ListTestExecutionResultItemsCommandOutput } from "./commands/ListTestExecutionResultItemsCommand";
|
|
75
|
+
import { ListTestExecutionsCommandInput, ListTestExecutionsCommandOutput } from "./commands/ListTestExecutionsCommand";
|
|
76
|
+
import { ListTestSetRecordsCommandInput, ListTestSetRecordsCommandOutput } from "./commands/ListTestSetRecordsCommand";
|
|
77
|
+
import { ListTestSetsCommandInput, ListTestSetsCommandOutput } from "./commands/ListTestSetsCommand";
|
|
67
78
|
import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "./commands/SearchAssociatedTranscriptsCommand";
|
|
68
79
|
import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "./commands/StartBotRecommendationCommand";
|
|
69
80
|
import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
|
|
81
|
+
import { StartTestExecutionCommandInput, StartTestExecutionCommandOutput } from "./commands/StartTestExecutionCommand";
|
|
82
|
+
import { StartTestSetGenerationCommandInput, StartTestSetGenerationCommandOutput } from "./commands/StartTestSetGenerationCommand";
|
|
70
83
|
import { StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput } from "./commands/StopBotRecommendationCommand";
|
|
71
84
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
72
85
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -79,16 +92,17 @@ import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "./commands/
|
|
|
79
92
|
import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "./commands/UpdateResourcePolicyCommand";
|
|
80
93
|
import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "./commands/UpdateSlotCommand";
|
|
81
94
|
import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "./commands/UpdateSlotTypeCommand";
|
|
95
|
+
import { UpdateTestSetCommandInput, UpdateTestSetCommandOutput } from "./commands/UpdateTestSetCommand";
|
|
82
96
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
83
97
|
export { __Client };
|
|
84
98
|
/**
|
|
85
99
|
* @public
|
|
86
100
|
*/
|
|
87
|
-
export type ServiceInputTypes = BatchCreateCustomVocabularyItemCommandInput | BatchDeleteCustomVocabularyItemCommandInput | BatchUpdateCustomVocabularyItemCommandInput | 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 | ListCustomVocabularyItemsCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListIntentsCommandInput | ListRecommendedIntentsCommandInput | ListSlotTypesCommandInput | ListSlotsCommandInput | ListTagsForResourceCommandInput | SearchAssociatedTranscriptsCommandInput | StartBotRecommendationCommandInput | StartImportCommandInput | StopBotRecommendationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBotAliasCommandInput | UpdateBotCommandInput | UpdateBotLocaleCommandInput | UpdateBotRecommendationCommandInput | UpdateExportCommandInput | UpdateIntentCommandInput | UpdateResourcePolicyCommandInput | UpdateSlotCommandInput | UpdateSlotTypeCommandInput;
|
|
101
|
+
export type ServiceInputTypes = BatchCreateCustomVocabularyItemCommandInput | BatchDeleteCustomVocabularyItemCommandInput | BatchUpdateCustomVocabularyItemCommandInput | BuildBotLocaleCommandInput | CreateBotAliasCommandInput | CreateBotCommandInput | CreateBotLocaleCommandInput | CreateBotVersionCommandInput | CreateExportCommandInput | CreateIntentCommandInput | CreateResourcePolicyCommandInput | CreateResourcePolicyStatementCommandInput | CreateSlotCommandInput | CreateSlotTypeCommandInput | CreateTestSetDiscrepancyReportCommandInput | CreateUploadUrlCommandInput | DeleteBotAliasCommandInput | DeleteBotCommandInput | DeleteBotLocaleCommandInput | DeleteBotVersionCommandInput | DeleteCustomVocabularyCommandInput | DeleteExportCommandInput | DeleteImportCommandInput | DeleteIntentCommandInput | DeleteResourcePolicyCommandInput | DeleteResourcePolicyStatementCommandInput | DeleteSlotCommandInput | DeleteSlotTypeCommandInput | DeleteTestSetCommandInput | DeleteUtterancesCommandInput | DescribeBotAliasCommandInput | DescribeBotCommandInput | DescribeBotLocaleCommandInput | DescribeBotRecommendationCommandInput | DescribeBotVersionCommandInput | DescribeCustomVocabularyMetadataCommandInput | DescribeExportCommandInput | DescribeImportCommandInput | DescribeIntentCommandInput | DescribeResourcePolicyCommandInput | DescribeSlotCommandInput | DescribeSlotTypeCommandInput | DescribeTestExecutionCommandInput | DescribeTestSetCommandInput | DescribeTestSetDiscrepancyReportCommandInput | DescribeTestSetGenerationCommandInput | GetTestExecutionArtifactsUrlCommandInput | ListAggregatedUtterancesCommandInput | ListBotAliasesCommandInput | ListBotLocalesCommandInput | ListBotRecommendationsCommandInput | ListBotVersionsCommandInput | ListBotsCommandInput | ListBuiltInIntentsCommandInput | ListBuiltInSlotTypesCommandInput | ListCustomVocabularyItemsCommandInput | ListExportsCommandInput | ListImportsCommandInput | ListIntentsCommandInput | ListRecommendedIntentsCommandInput | ListSlotTypesCommandInput | ListSlotsCommandInput | ListTagsForResourceCommandInput | ListTestExecutionResultItemsCommandInput | ListTestExecutionsCommandInput | ListTestSetRecordsCommandInput | ListTestSetsCommandInput | SearchAssociatedTranscriptsCommandInput | StartBotRecommendationCommandInput | StartImportCommandInput | StartTestExecutionCommandInput | StartTestSetGenerationCommandInput | StopBotRecommendationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBotAliasCommandInput | UpdateBotCommandInput | UpdateBotLocaleCommandInput | UpdateBotRecommendationCommandInput | UpdateExportCommandInput | UpdateIntentCommandInput | UpdateResourcePolicyCommandInput | UpdateSlotCommandInput | UpdateSlotTypeCommandInput | UpdateTestSetCommandInput;
|
|
88
102
|
/**
|
|
89
103
|
* @public
|
|
90
104
|
*/
|
|
91
|
-
export type ServiceOutputTypes = BatchCreateCustomVocabularyItemCommandOutput | BatchDeleteCustomVocabularyItemCommandOutput | BatchUpdateCustomVocabularyItemCommandOutput | 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 | ListCustomVocabularyItemsCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListIntentsCommandOutput | ListRecommendedIntentsCommandOutput | ListSlotTypesCommandOutput | ListSlotsCommandOutput | ListTagsForResourceCommandOutput | SearchAssociatedTranscriptsCommandOutput | StartBotRecommendationCommandOutput | StartImportCommandOutput | StopBotRecommendationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBotAliasCommandOutput | UpdateBotCommandOutput | UpdateBotLocaleCommandOutput | UpdateBotRecommendationCommandOutput | UpdateExportCommandOutput | UpdateIntentCommandOutput | UpdateResourcePolicyCommandOutput | UpdateSlotCommandOutput | UpdateSlotTypeCommandOutput;
|
|
105
|
+
export type ServiceOutputTypes = BatchCreateCustomVocabularyItemCommandOutput | BatchDeleteCustomVocabularyItemCommandOutput | BatchUpdateCustomVocabularyItemCommandOutput | BuildBotLocaleCommandOutput | CreateBotAliasCommandOutput | CreateBotCommandOutput | CreateBotLocaleCommandOutput | CreateBotVersionCommandOutput | CreateExportCommandOutput | CreateIntentCommandOutput | CreateResourcePolicyCommandOutput | CreateResourcePolicyStatementCommandOutput | CreateSlotCommandOutput | CreateSlotTypeCommandOutput | CreateTestSetDiscrepancyReportCommandOutput | CreateUploadUrlCommandOutput | DeleteBotAliasCommandOutput | DeleteBotCommandOutput | DeleteBotLocaleCommandOutput | DeleteBotVersionCommandOutput | DeleteCustomVocabularyCommandOutput | DeleteExportCommandOutput | DeleteImportCommandOutput | DeleteIntentCommandOutput | DeleteResourcePolicyCommandOutput | DeleteResourcePolicyStatementCommandOutput | DeleteSlotCommandOutput | DeleteSlotTypeCommandOutput | DeleteTestSetCommandOutput | DeleteUtterancesCommandOutput | DescribeBotAliasCommandOutput | DescribeBotCommandOutput | DescribeBotLocaleCommandOutput | DescribeBotRecommendationCommandOutput | DescribeBotVersionCommandOutput | DescribeCustomVocabularyMetadataCommandOutput | DescribeExportCommandOutput | DescribeImportCommandOutput | DescribeIntentCommandOutput | DescribeResourcePolicyCommandOutput | DescribeSlotCommandOutput | DescribeSlotTypeCommandOutput | DescribeTestExecutionCommandOutput | DescribeTestSetCommandOutput | DescribeTestSetDiscrepancyReportCommandOutput | DescribeTestSetGenerationCommandOutput | GetTestExecutionArtifactsUrlCommandOutput | ListAggregatedUtterancesCommandOutput | ListBotAliasesCommandOutput | ListBotLocalesCommandOutput | ListBotRecommendationsCommandOutput | ListBotVersionsCommandOutput | ListBotsCommandOutput | ListBuiltInIntentsCommandOutput | ListBuiltInSlotTypesCommandOutput | ListCustomVocabularyItemsCommandOutput | ListExportsCommandOutput | ListImportsCommandOutput | ListIntentsCommandOutput | ListRecommendedIntentsCommandOutput | ListSlotTypesCommandOutput | ListSlotsCommandOutput | ListTagsForResourceCommandOutput | ListTestExecutionResultItemsCommandOutput | ListTestExecutionsCommandOutput | ListTestSetRecordsCommandOutput | ListTestSetsCommandOutput | SearchAssociatedTranscriptsCommandOutput | StartBotRecommendationCommandOutput | StartImportCommandOutput | StartTestExecutionCommandOutput | StartTestSetGenerationCommandOutput | StopBotRecommendationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBotAliasCommandOutput | UpdateBotCommandOutput | UpdateBotLocaleCommandOutput | UpdateBotRecommendationCommandOutput | UpdateExportCommandOutput | UpdateIntentCommandOutput | UpdateResourcePolicyCommandOutput | UpdateSlotCommandOutput | UpdateSlotTypeCommandOutput | UpdateTestSetCommandOutput;
|
|
92
106
|
/**
|
|
93
107
|
* @public
|
|
94
108
|
*/
|
|
@@ -55,8 +55,11 @@ export interface CreateExportCommandOutput extends CreateExportResponse, __Metad
|
|
|
55
55
|
* botVersion: "STRING_VALUE", // required
|
|
56
56
|
* localeId: "STRING_VALUE", // required
|
|
57
57
|
* },
|
|
58
|
+
* testSetExportSpecification: { // TestSetExportSpecification
|
|
59
|
+
* testSetId: "STRING_VALUE", // required
|
|
60
|
+
* },
|
|
58
61
|
* },
|
|
59
|
-
* fileFormat: "LexJson" || "TSV", // required
|
|
62
|
+
* fileFormat: "LexJson" || "TSV" || "CSV", // required
|
|
60
63
|
* filePassword: "STRING_VALUE",
|
|
61
64
|
* };
|
|
62
65
|
* const command = new CreateExportCommand(input);
|
|
@@ -78,8 +81,11 @@ export interface CreateExportCommandOutput extends CreateExportResponse, __Metad
|
|
|
78
81
|
* // botVersion: "STRING_VALUE", // required
|
|
79
82
|
* // localeId: "STRING_VALUE", // required
|
|
80
83
|
* // },
|
|
84
|
+
* // testSetExportSpecification: { // TestSetExportSpecification
|
|
85
|
+
* // testSetId: "STRING_VALUE", // required
|
|
86
|
+
* // },
|
|
81
87
|
* // },
|
|
82
|
-
* // fileFormat: "LexJson" || "TSV",
|
|
88
|
+
* // fileFormat: "LexJson" || "TSV" || "CSV",
|
|
83
89
|
* // exportStatus: "InProgress" || "Completed" || "Failed" || "Deleting",
|
|
84
90
|
* // creationDateTime: new Date("TIMESTAMP"),
|
|
85
91
|
* // };
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
|
+
import { CreateTestSetDiscrepancyReportRequest, CreateTestSetDiscrepancyReportResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateTestSetDiscrepancyReportCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateTestSetDiscrepancyReportCommandInput extends CreateTestSetDiscrepancyReportRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateTestSetDiscrepancyReportCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateTestSetDiscrepancyReportCommandOutput extends CreateTestSetDiscrepancyReportResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Create a report that describes the differences between the bot and the test set.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { LexModelsV2Client, CreateTestSetDiscrepancyReportCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import
|
|
31
|
+
* // const { LexModelsV2Client, CreateTestSetDiscrepancyReportCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import
|
|
32
|
+
* const client = new LexModelsV2Client(config);
|
|
33
|
+
* const input = { // CreateTestSetDiscrepancyReportRequest
|
|
34
|
+
* testSetId: "STRING_VALUE", // required
|
|
35
|
+
* target: { // TestSetDiscrepancyReportResourceTarget
|
|
36
|
+
* botAliasTarget: { // TestSetDiscrepancyReportBotAliasTarget
|
|
37
|
+
* botId: "STRING_VALUE", // required
|
|
38
|
+
* botAliasId: "STRING_VALUE", // required
|
|
39
|
+
* localeId: "STRING_VALUE", // required
|
|
40
|
+
* },
|
|
41
|
+
* },
|
|
42
|
+
* };
|
|
43
|
+
* const command = new CreateTestSetDiscrepancyReportCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // CreateTestSetDiscrepancyReportResponse
|
|
46
|
+
* // testSetDiscrepancyReportId: "STRING_VALUE",
|
|
47
|
+
* // creationDateTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // testSetId: "STRING_VALUE",
|
|
49
|
+
* // target: { // TestSetDiscrepancyReportResourceTarget
|
|
50
|
+
* // botAliasTarget: { // TestSetDiscrepancyReportBotAliasTarget
|
|
51
|
+
* // botId: "STRING_VALUE", // required
|
|
52
|
+
* // botAliasId: "STRING_VALUE", // required
|
|
53
|
+
* // localeId: "STRING_VALUE", // required
|
|
54
|
+
* // },
|
|
55
|
+
* // },
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @param CreateTestSetDiscrepancyReportCommandInput - {@link CreateTestSetDiscrepancyReportCommandInput}
|
|
61
|
+
* @returns {@link CreateTestSetDiscrepancyReportCommandOutput}
|
|
62
|
+
* @see {@link CreateTestSetDiscrepancyReportCommandInput} for command's `input` shape.
|
|
63
|
+
* @see {@link CreateTestSetDiscrepancyReportCommandOutput} for command's `response` shape.
|
|
64
|
+
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ConflictException} (client fault)
|
|
67
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
68
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
69
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InternalServerException} (server fault)
|
|
72
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
73
|
+
* again.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
77
|
+
* resource that you are requesting and try again.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
80
|
+
* <p>You have reached a quota for your bot. </p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
83
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
84
|
+
* requests.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ValidationException} (client fault)
|
|
87
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
88
|
+
* parameters and try your request again.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link LexModelsV2ServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from LexModelsV2 service.</p>
|
|
92
|
+
*
|
|
93
|
+
*/
|
|
94
|
+
export declare class CreateTestSetDiscrepancyReportCommand extends $Command<CreateTestSetDiscrepancyReportCommandInput, CreateTestSetDiscrepancyReportCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
95
|
+
readonly input: CreateTestSetDiscrepancyReportCommandInput;
|
|
96
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
constructor(input: CreateTestSetDiscrepancyReportCommandInput);
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTestSetDiscrepancyReportCommandInput, CreateTestSetDiscrepancyReportCommandOutput>;
|
|
105
|
+
/**
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
108
|
+
private serialize;
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
*/
|
|
112
|
+
private deserialize;
|
|
113
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
|
+
import { DeleteTestSetRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteTestSetCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteTestSetCommandInput extends DeleteTestSetRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteTestSetCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteTestSetCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>The action to delete the selected test set.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { LexModelsV2Client, DeleteTestSetCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import
|
|
31
|
+
* // const { LexModelsV2Client, DeleteTestSetCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import
|
|
32
|
+
* const client = new LexModelsV2Client(config);
|
|
33
|
+
* const input = { // DeleteTestSetRequest
|
|
34
|
+
* testSetId: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
36
|
+
* const command = new DeleteTestSetCommand(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @param DeleteTestSetCommandInput - {@link DeleteTestSetCommandInput}
|
|
43
|
+
* @returns {@link DeleteTestSetCommandOutput}
|
|
44
|
+
* @see {@link DeleteTestSetCommandInput} for command's `input` shape.
|
|
45
|
+
* @see {@link DeleteTestSetCommandOutput} for command's `response` shape.
|
|
46
|
+
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ConflictException} (client fault)
|
|
49
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
50
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
51
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InternalServerException} (server fault)
|
|
54
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
55
|
+
* again.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
58
|
+
* <p>Your request couldn't be completed because one or more request
|
|
59
|
+
* fields aren't valid. Check the fields in your request and try
|
|
60
|
+
* again.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
63
|
+
* <p>You have reached a quota for your bot. </p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
66
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
67
|
+
* requests.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ValidationException} (client fault)
|
|
70
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
71
|
+
* parameters and try your request again.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link LexModelsV2ServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from LexModelsV2 service.</p>
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
export declare class DeleteTestSetCommand extends $Command<DeleteTestSetCommandInput, DeleteTestSetCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
78
|
+
readonly input: DeleteTestSetCommandInput;
|
|
79
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
constructor(input: DeleteTestSetCommandInput);
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
87
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTestSetCommandInput, DeleteTestSetCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
private deserialize;
|
|
96
|
+
}
|
|
@@ -52,8 +52,11 @@ export interface DescribeExportCommandOutput extends DescribeExportResponse, __M
|
|
|
52
52
|
* // botVersion: "STRING_VALUE", // required
|
|
53
53
|
* // localeId: "STRING_VALUE", // required
|
|
54
54
|
* // },
|
|
55
|
+
* // testSetExportSpecification: { // TestSetExportSpecification
|
|
56
|
+
* // testSetId: "STRING_VALUE", // required
|
|
57
|
+
* // },
|
|
55
58
|
* // },
|
|
56
|
-
* // fileFormat: "LexJson" || "TSV",
|
|
59
|
+
* // fileFormat: "LexJson" || "TSV" || "CSV",
|
|
57
60
|
* // exportStatus: "InProgress" || "Completed" || "Failed" || "Deleting",
|
|
58
61
|
* // failureReasons: [ // FailureReasons
|
|
59
62
|
* // "STRING_VALUE",
|
|
@@ -67,6 +67,24 @@ export interface DescribeImportCommandOutput extends DescribeImportResponse, __M
|
|
|
67
67
|
* // botVersion: "STRING_VALUE", // required
|
|
68
68
|
* // localeId: "STRING_VALUE", // required
|
|
69
69
|
* // },
|
|
70
|
+
* // testSetImportResourceSpecification: { // TestSetImportResourceSpecification
|
|
71
|
+
* // testSetName: "STRING_VALUE", // required
|
|
72
|
+
* // description: "STRING_VALUE",
|
|
73
|
+
* // roleArn: "STRING_VALUE", // required
|
|
74
|
+
* // storageLocation: { // TestSetStorageLocation
|
|
75
|
+
* // s3BucketName: "STRING_VALUE", // required
|
|
76
|
+
* // s3Path: "STRING_VALUE", // required
|
|
77
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // importInputLocation: { // TestSetImportInputLocation
|
|
80
|
+
* // s3BucketName: "STRING_VALUE", // required
|
|
81
|
+
* // s3Path: "STRING_VALUE", // required
|
|
82
|
+
* // },
|
|
83
|
+
* // modality: "Text" || "Audio", // required
|
|
84
|
+
* // testSetTags: {
|
|
85
|
+
* // "<keys>": "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // },
|
|
70
88
|
* // },
|
|
71
89
|
* // importedResourceId: "STRING_VALUE",
|
|
72
90
|
* // importedResourceName: "STRING_VALUE",
|