@aws-sdk/client-lex-models-v2 3.345.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
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTestExecutionResultItemsCommandInput,
|
|
4
|
+
ListTestExecutionResultItemsCommandOutput,
|
|
5
|
+
} from "../commands/ListTestExecutionResultItemsCommand";
|
|
6
|
+
import { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTestExecutionResultItems(
|
|
8
|
+
config: LexModelsV2PaginationConfiguration,
|
|
9
|
+
input: ListTestExecutionResultItemsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTestExecutionResultItemsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTestExecutionsCommandInput,
|
|
4
|
+
ListTestExecutionsCommandOutput,
|
|
5
|
+
} from "../commands/ListTestExecutionsCommand";
|
|
6
|
+
import { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTestExecutions(
|
|
8
|
+
config: LexModelsV2PaginationConfiguration,
|
|
9
|
+
input: ListTestExecutionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTestExecutionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTestSetRecordsCommandInput,
|
|
4
|
+
ListTestSetRecordsCommandOutput,
|
|
5
|
+
} from "../commands/ListTestSetRecordsCommand";
|
|
6
|
+
import { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTestSetRecords(
|
|
8
|
+
config: LexModelsV2PaginationConfiguration,
|
|
9
|
+
input: ListTestSetRecordsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTestSetRecordsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTestSetsCommandInput,
|
|
4
|
+
ListTestSetsCommandOutput,
|
|
5
|
+
} from "../commands/ListTestSetsCommand";
|
|
6
|
+
import { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTestSets(
|
|
8
|
+
config: LexModelsV2PaginationConfiguration,
|
|
9
|
+
input: ListTestSetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTestSetsCommandOutput>;
|
|
@@ -14,3 +14,7 @@ export * from "./ListIntentsPaginator";
|
|
|
14
14
|
export * from "./ListRecommendedIntentsPaginator";
|
|
15
15
|
export * from "./ListSlotTypesPaginator";
|
|
16
16
|
export * from "./ListSlotsPaginator";
|
|
17
|
+
export * from "./ListTestExecutionResultItemsPaginator";
|
|
18
|
+
export * from "./ListTestExecutionsPaginator";
|
|
19
|
+
export * from "./ListTestSetRecordsPaginator";
|
|
20
|
+
export * from "./ListTestSetsPaginator";
|
|
@@ -59,6 +59,10 @@ import {
|
|
|
59
59
|
CreateSlotTypeCommandInput,
|
|
60
60
|
CreateSlotTypeCommandOutput,
|
|
61
61
|
} from "../commands/CreateSlotTypeCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateTestSetDiscrepancyReportCommandInput,
|
|
64
|
+
CreateTestSetDiscrepancyReportCommandOutput,
|
|
65
|
+
} from "../commands/CreateTestSetDiscrepancyReportCommand";
|
|
62
66
|
import {
|
|
63
67
|
CreateUploadUrlCommandInput,
|
|
64
68
|
CreateUploadUrlCommandOutput,
|
|
@@ -111,6 +115,10 @@ import {
|
|
|
111
115
|
DeleteSlotTypeCommandInput,
|
|
112
116
|
DeleteSlotTypeCommandOutput,
|
|
113
117
|
} from "../commands/DeleteSlotTypeCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteTestSetCommandInput,
|
|
120
|
+
DeleteTestSetCommandOutput,
|
|
121
|
+
} from "../commands/DeleteTestSetCommand";
|
|
114
122
|
import {
|
|
115
123
|
DeleteUtterancesCommandInput,
|
|
116
124
|
DeleteUtterancesCommandOutput,
|
|
@@ -163,6 +171,26 @@ import {
|
|
|
163
171
|
DescribeSlotTypeCommandInput,
|
|
164
172
|
DescribeSlotTypeCommandOutput,
|
|
165
173
|
} from "../commands/DescribeSlotTypeCommand";
|
|
174
|
+
import {
|
|
175
|
+
DescribeTestExecutionCommandInput,
|
|
176
|
+
DescribeTestExecutionCommandOutput,
|
|
177
|
+
} from "../commands/DescribeTestExecutionCommand";
|
|
178
|
+
import {
|
|
179
|
+
DescribeTestSetCommandInput,
|
|
180
|
+
DescribeTestSetCommandOutput,
|
|
181
|
+
} from "../commands/DescribeTestSetCommand";
|
|
182
|
+
import {
|
|
183
|
+
DescribeTestSetDiscrepancyReportCommandInput,
|
|
184
|
+
DescribeTestSetDiscrepancyReportCommandOutput,
|
|
185
|
+
} from "../commands/DescribeTestSetDiscrepancyReportCommand";
|
|
186
|
+
import {
|
|
187
|
+
DescribeTestSetGenerationCommandInput,
|
|
188
|
+
DescribeTestSetGenerationCommandOutput,
|
|
189
|
+
} from "../commands/DescribeTestSetGenerationCommand";
|
|
190
|
+
import {
|
|
191
|
+
GetTestExecutionArtifactsUrlCommandInput,
|
|
192
|
+
GetTestExecutionArtifactsUrlCommandOutput,
|
|
193
|
+
} from "../commands/GetTestExecutionArtifactsUrlCommand";
|
|
166
194
|
import {
|
|
167
195
|
ListAggregatedUtterancesCommandInput,
|
|
168
196
|
ListAggregatedUtterancesCommandOutput,
|
|
@@ -227,6 +255,22 @@ import {
|
|
|
227
255
|
ListTagsForResourceCommandInput,
|
|
228
256
|
ListTagsForResourceCommandOutput,
|
|
229
257
|
} from "../commands/ListTagsForResourceCommand";
|
|
258
|
+
import {
|
|
259
|
+
ListTestExecutionResultItemsCommandInput,
|
|
260
|
+
ListTestExecutionResultItemsCommandOutput,
|
|
261
|
+
} from "../commands/ListTestExecutionResultItemsCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListTestExecutionsCommandInput,
|
|
264
|
+
ListTestExecutionsCommandOutput,
|
|
265
|
+
} from "../commands/ListTestExecutionsCommand";
|
|
266
|
+
import {
|
|
267
|
+
ListTestSetRecordsCommandInput,
|
|
268
|
+
ListTestSetRecordsCommandOutput,
|
|
269
|
+
} from "../commands/ListTestSetRecordsCommand";
|
|
270
|
+
import {
|
|
271
|
+
ListTestSetsCommandInput,
|
|
272
|
+
ListTestSetsCommandOutput,
|
|
273
|
+
} from "../commands/ListTestSetsCommand";
|
|
230
274
|
import {
|
|
231
275
|
SearchAssociatedTranscriptsCommandInput,
|
|
232
276
|
SearchAssociatedTranscriptsCommandOutput,
|
|
@@ -239,6 +283,14 @@ import {
|
|
|
239
283
|
StartImportCommandInput,
|
|
240
284
|
StartImportCommandOutput,
|
|
241
285
|
} from "../commands/StartImportCommand";
|
|
286
|
+
import {
|
|
287
|
+
StartTestExecutionCommandInput,
|
|
288
|
+
StartTestExecutionCommandOutput,
|
|
289
|
+
} from "../commands/StartTestExecutionCommand";
|
|
290
|
+
import {
|
|
291
|
+
StartTestSetGenerationCommandInput,
|
|
292
|
+
StartTestSetGenerationCommandOutput,
|
|
293
|
+
} from "../commands/StartTestSetGenerationCommand";
|
|
242
294
|
import {
|
|
243
295
|
StopBotRecommendationCommandInput,
|
|
244
296
|
StopBotRecommendationCommandOutput,
|
|
@@ -287,6 +339,10 @@ import {
|
|
|
287
339
|
UpdateSlotTypeCommandInput,
|
|
288
340
|
UpdateSlotTypeCommandOutput,
|
|
289
341
|
} from "../commands/UpdateSlotTypeCommand";
|
|
342
|
+
import {
|
|
343
|
+
UpdateTestSetCommandInput,
|
|
344
|
+
UpdateTestSetCommandOutput,
|
|
345
|
+
} from "../commands/UpdateTestSetCommand";
|
|
290
346
|
export declare const se_BatchCreateCustomVocabularyItemCommand: (
|
|
291
347
|
input: BatchCreateCustomVocabularyItemCommandInput,
|
|
292
348
|
context: __SerdeContext
|
|
@@ -343,6 +399,10 @@ export declare const se_CreateSlotTypeCommand: (
|
|
|
343
399
|
input: CreateSlotTypeCommandInput,
|
|
344
400
|
context: __SerdeContext
|
|
345
401
|
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const se_CreateTestSetDiscrepancyReportCommand: (
|
|
403
|
+
input: CreateTestSetDiscrepancyReportCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
346
406
|
export declare const se_CreateUploadUrlCommand: (
|
|
347
407
|
input: CreateUploadUrlCommandInput,
|
|
348
408
|
context: __SerdeContext
|
|
@@ -395,6 +455,10 @@ export declare const se_DeleteSlotTypeCommand: (
|
|
|
395
455
|
input: DeleteSlotTypeCommandInput,
|
|
396
456
|
context: __SerdeContext
|
|
397
457
|
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const se_DeleteTestSetCommand: (
|
|
459
|
+
input: DeleteTestSetCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
398
462
|
export declare const se_DeleteUtterancesCommand: (
|
|
399
463
|
input: DeleteUtterancesCommandInput,
|
|
400
464
|
context: __SerdeContext
|
|
@@ -447,6 +511,26 @@ export declare const se_DescribeSlotTypeCommand: (
|
|
|
447
511
|
input: DescribeSlotTypeCommandInput,
|
|
448
512
|
context: __SerdeContext
|
|
449
513
|
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const se_DescribeTestExecutionCommand: (
|
|
515
|
+
input: DescribeTestExecutionCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const se_DescribeTestSetCommand: (
|
|
519
|
+
input: DescribeTestSetCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const se_DescribeTestSetDiscrepancyReportCommand: (
|
|
523
|
+
input: DescribeTestSetDiscrepancyReportCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const se_DescribeTestSetGenerationCommand: (
|
|
527
|
+
input: DescribeTestSetGenerationCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const se_GetTestExecutionArtifactsUrlCommand: (
|
|
531
|
+
input: GetTestExecutionArtifactsUrlCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
450
534
|
export declare const se_ListAggregatedUtterancesCommand: (
|
|
451
535
|
input: ListAggregatedUtterancesCommandInput,
|
|
452
536
|
context: __SerdeContext
|
|
@@ -511,6 +595,22 @@ export declare const se_ListTagsForResourceCommand: (
|
|
|
511
595
|
input: ListTagsForResourceCommandInput,
|
|
512
596
|
context: __SerdeContext
|
|
513
597
|
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const se_ListTestExecutionResultItemsCommand: (
|
|
599
|
+
input: ListTestExecutionResultItemsCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
602
|
+
export declare const se_ListTestExecutionsCommand: (
|
|
603
|
+
input: ListTestExecutionsCommandInput,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<__HttpRequest>;
|
|
606
|
+
export declare const se_ListTestSetRecordsCommand: (
|
|
607
|
+
input: ListTestSetRecordsCommandInput,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<__HttpRequest>;
|
|
610
|
+
export declare const se_ListTestSetsCommand: (
|
|
611
|
+
input: ListTestSetsCommandInput,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<__HttpRequest>;
|
|
514
614
|
export declare const se_SearchAssociatedTranscriptsCommand: (
|
|
515
615
|
input: SearchAssociatedTranscriptsCommandInput,
|
|
516
616
|
context: __SerdeContext
|
|
@@ -523,6 +623,14 @@ export declare const se_StartImportCommand: (
|
|
|
523
623
|
input: StartImportCommandInput,
|
|
524
624
|
context: __SerdeContext
|
|
525
625
|
) => Promise<__HttpRequest>;
|
|
626
|
+
export declare const se_StartTestExecutionCommand: (
|
|
627
|
+
input: StartTestExecutionCommandInput,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<__HttpRequest>;
|
|
630
|
+
export declare const se_StartTestSetGenerationCommand: (
|
|
631
|
+
input: StartTestSetGenerationCommandInput,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<__HttpRequest>;
|
|
526
634
|
export declare const se_StopBotRecommendationCommand: (
|
|
527
635
|
input: StopBotRecommendationCommandInput,
|
|
528
636
|
context: __SerdeContext
|
|
@@ -571,6 +679,10 @@ export declare const se_UpdateSlotTypeCommand: (
|
|
|
571
679
|
input: UpdateSlotTypeCommandInput,
|
|
572
680
|
context: __SerdeContext
|
|
573
681
|
) => Promise<__HttpRequest>;
|
|
682
|
+
export declare const se_UpdateTestSetCommand: (
|
|
683
|
+
input: UpdateTestSetCommandInput,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<__HttpRequest>;
|
|
574
686
|
export declare const de_BatchCreateCustomVocabularyItemCommand: (
|
|
575
687
|
output: __HttpResponse,
|
|
576
688
|
context: __SerdeContext
|
|
@@ -627,6 +739,10 @@ export declare const de_CreateSlotTypeCommand: (
|
|
|
627
739
|
output: __HttpResponse,
|
|
628
740
|
context: __SerdeContext
|
|
629
741
|
) => Promise<CreateSlotTypeCommandOutput>;
|
|
742
|
+
export declare const de_CreateTestSetDiscrepancyReportCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<CreateTestSetDiscrepancyReportCommandOutput>;
|
|
630
746
|
export declare const de_CreateUploadUrlCommand: (
|
|
631
747
|
output: __HttpResponse,
|
|
632
748
|
context: __SerdeContext
|
|
@@ -679,6 +795,10 @@ export declare const de_DeleteSlotTypeCommand: (
|
|
|
679
795
|
output: __HttpResponse,
|
|
680
796
|
context: __SerdeContext
|
|
681
797
|
) => Promise<DeleteSlotTypeCommandOutput>;
|
|
798
|
+
export declare const de_DeleteTestSetCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<DeleteTestSetCommandOutput>;
|
|
682
802
|
export declare const de_DeleteUtterancesCommand: (
|
|
683
803
|
output: __HttpResponse,
|
|
684
804
|
context: __SerdeContext
|
|
@@ -731,6 +851,26 @@ export declare const de_DescribeSlotTypeCommand: (
|
|
|
731
851
|
output: __HttpResponse,
|
|
732
852
|
context: __SerdeContext
|
|
733
853
|
) => Promise<DescribeSlotTypeCommandOutput>;
|
|
854
|
+
export declare const de_DescribeTestExecutionCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<DescribeTestExecutionCommandOutput>;
|
|
858
|
+
export declare const de_DescribeTestSetCommand: (
|
|
859
|
+
output: __HttpResponse,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<DescribeTestSetCommandOutput>;
|
|
862
|
+
export declare const de_DescribeTestSetDiscrepancyReportCommand: (
|
|
863
|
+
output: __HttpResponse,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<DescribeTestSetDiscrepancyReportCommandOutput>;
|
|
866
|
+
export declare const de_DescribeTestSetGenerationCommand: (
|
|
867
|
+
output: __HttpResponse,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<DescribeTestSetGenerationCommandOutput>;
|
|
870
|
+
export declare const de_GetTestExecutionArtifactsUrlCommand: (
|
|
871
|
+
output: __HttpResponse,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<GetTestExecutionArtifactsUrlCommandOutput>;
|
|
734
874
|
export declare const de_ListAggregatedUtterancesCommand: (
|
|
735
875
|
output: __HttpResponse,
|
|
736
876
|
context: __SerdeContext
|
|
@@ -795,6 +935,22 @@ export declare const de_ListTagsForResourceCommand: (
|
|
|
795
935
|
output: __HttpResponse,
|
|
796
936
|
context: __SerdeContext
|
|
797
937
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
938
|
+
export declare const de_ListTestExecutionResultItemsCommand: (
|
|
939
|
+
output: __HttpResponse,
|
|
940
|
+
context: __SerdeContext
|
|
941
|
+
) => Promise<ListTestExecutionResultItemsCommandOutput>;
|
|
942
|
+
export declare const de_ListTestExecutionsCommand: (
|
|
943
|
+
output: __HttpResponse,
|
|
944
|
+
context: __SerdeContext
|
|
945
|
+
) => Promise<ListTestExecutionsCommandOutput>;
|
|
946
|
+
export declare const de_ListTestSetRecordsCommand: (
|
|
947
|
+
output: __HttpResponse,
|
|
948
|
+
context: __SerdeContext
|
|
949
|
+
) => Promise<ListTestSetRecordsCommandOutput>;
|
|
950
|
+
export declare const de_ListTestSetsCommand: (
|
|
951
|
+
output: __HttpResponse,
|
|
952
|
+
context: __SerdeContext
|
|
953
|
+
) => Promise<ListTestSetsCommandOutput>;
|
|
798
954
|
export declare const de_SearchAssociatedTranscriptsCommand: (
|
|
799
955
|
output: __HttpResponse,
|
|
800
956
|
context: __SerdeContext
|
|
@@ -807,6 +963,14 @@ export declare const de_StartImportCommand: (
|
|
|
807
963
|
output: __HttpResponse,
|
|
808
964
|
context: __SerdeContext
|
|
809
965
|
) => Promise<StartImportCommandOutput>;
|
|
966
|
+
export declare const de_StartTestExecutionCommand: (
|
|
967
|
+
output: __HttpResponse,
|
|
968
|
+
context: __SerdeContext
|
|
969
|
+
) => Promise<StartTestExecutionCommandOutput>;
|
|
970
|
+
export declare const de_StartTestSetGenerationCommand: (
|
|
971
|
+
output: __HttpResponse,
|
|
972
|
+
context: __SerdeContext
|
|
973
|
+
) => Promise<StartTestSetGenerationCommandOutput>;
|
|
810
974
|
export declare const de_StopBotRecommendationCommand: (
|
|
811
975
|
output: __HttpResponse,
|
|
812
976
|
context: __SerdeContext
|
|
@@ -855,3 +1019,7 @@ export declare const de_UpdateSlotTypeCommand: (
|
|
|
855
1019
|
output: __HttpResponse,
|
|
856
1020
|
context: __SerdeContext
|
|
857
1021
|
) => Promise<UpdateSlotTypeCommandOutput>;
|
|
1022
|
+
export declare const de_UpdateTestSetCommand: (
|
|
1023
|
+
output: __HttpResponse,
|
|
1024
|
+
context: __SerdeContext
|
|
1025
|
+
) => Promise<UpdateTestSetCommandOutput>;
|
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.347.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",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.347.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.347.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.347.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.347.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.347.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.347.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.347.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.347.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.347.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.347.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.347.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.347.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.347.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.347.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.347.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.347.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.347.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.347.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.347.0",
|
|
43
|
+
"@aws-sdk/types": "3.347.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.347.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.347.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.347.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.347.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.347.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.347.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.347.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.347.0",
|
|
56
56
|
"@smithy/protocol-http": "^1.0.1",
|
|
57
57
|
"@smithy/types": "^1.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|