@aws-sdk/client-lex-models-v2 3.288.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +20 -0
- package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +20 -0
- package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +20 -0
- package/dist-types/commands/BuildBotLocaleCommand.d.ts +26 -0
- package/dist-types/commands/CreateBotAliasCommand.d.ts +26 -0
- package/dist-types/commands/CreateBotCommand.d.ts +26 -0
- package/dist-types/commands/CreateBotLocaleCommand.d.ts +26 -0
- package/dist-types/commands/CreateBotVersionCommand.d.ts +26 -0
- package/dist-types/commands/CreateExportCommand.d.ts +25 -0
- package/dist-types/commands/CreateIntentCommand.d.ts +26 -0
- package/dist-types/commands/CreateResourcePolicyCommand.d.ts +25 -0
- package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +30 -0
- package/dist-types/commands/CreateSlotCommand.d.ts +26 -0
- package/dist-types/commands/CreateSlotTypeCommand.d.ts +26 -0
- package/dist-types/commands/CreateUploadUrlCommand.d.ts +22 -0
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +26 -0
- package/dist-types/commands/DeleteBotCommand.d.ts +26 -0
- package/dist-types/commands/DeleteBotLocaleCommand.d.ts +26 -0
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +26 -0
- package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +26 -0
- package/dist-types/commands/DeleteExportCommand.d.ts +21 -0
- package/dist-types/commands/DeleteImportCommand.d.ts +21 -0
- package/dist-types/commands/DeleteIntentCommand.d.ts +26 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -0
- package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +18 -0
- package/dist-types/commands/DeleteSlotCommand.d.ts +26 -0
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +26 -0
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeBotAliasCommand.d.ts +20 -0
- package/dist-types/commands/DescribeBotCommand.d.ts +20 -0
- package/dist-types/commands/DescribeBotLocaleCommand.d.ts +20 -0
- package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +17 -0
- package/dist-types/commands/DescribeBotVersionCommand.d.ts +20 -0
- package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +20 -0
- package/dist-types/commands/DescribeExportCommand.d.ts +17 -0
- package/dist-types/commands/DescribeImportCommand.d.ts +17 -0
- package/dist-types/commands/DescribeIntentCommand.d.ts +20 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +13 -0
- package/dist-types/commands/DescribeSlotCommand.d.ts +20 -0
- package/dist-types/commands/DescribeSlotTypeCommand.d.ts +20 -0
- package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +18 -0
- package/dist-types/commands/ListBotAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListBotLocalesCommand.d.ts +16 -0
- package/dist-types/commands/ListBotRecommendationsCommand.d.ts +17 -0
- package/dist-types/commands/ListBotVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListBotsCommand.d.ts +16 -0
- package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +16 -0
- package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +20 -0
- package/dist-types/commands/ListExportsCommand.d.ts +13 -0
- package/dist-types/commands/ListImportsCommand.d.ts +13 -0
- package/dist-types/commands/ListIntentsCommand.d.ts +16 -0
- package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +20 -0
- package/dist-types/commands/ListSlotTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListSlotsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +20 -0
- package/dist-types/commands/StartBotRecommendationCommand.d.ts +30 -0
- package/dist-types/commands/StartImportCommand.d.ts +25 -0
- package/dist-types/commands/StopBotRecommendationCommand.d.ts +30 -0
- package/dist-types/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/commands/UpdateBotAliasCommand.d.ts +26 -0
- package/dist-types/commands/UpdateBotCommand.d.ts +26 -0
- package/dist-types/commands/UpdateBotLocaleCommand.d.ts +26 -0
- package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +30 -0
- package/dist-types/commands/UpdateExportCommand.d.ts +25 -0
- package/dist-types/commands/UpdateIntentCommand.d.ts +26 -0
- package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +25 -0
- package/dist-types/commands/UpdateSlotCommand.d.ts +26 -0
- package/dist-types/commands/UpdateSlotTypeCommand.d.ts +26 -0
- package/package.json +30 -30
|
@@ -30,6 +30,26 @@ export interface BatchCreateCustomVocabularyItemCommandOutput extends BatchCreat
|
|
|
30
30
|
* @see {@link BatchCreateCustomVocabularyItemCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
35
|
+
* again.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
39
|
+
* resource that you are requesting and try again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p>You have reached a quota for your bot. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
46
|
+
* requests.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
50
|
+
* parameters and try your request again.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class BatchCreateCustomVocabularyItemCommand extends $Command<BatchCreateCustomVocabularyItemCommandInput, BatchCreateCustomVocabularyItemCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
55
|
readonly input: BatchCreateCustomVocabularyItemCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface BatchDeleteCustomVocabularyItemCommandOutput extends BatchDelet
|
|
|
30
30
|
* @see {@link BatchDeleteCustomVocabularyItemCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
35
|
+
* again.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
39
|
+
* resource that you are requesting and try again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p>You have reached a quota for your bot. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
46
|
+
* requests.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
50
|
+
* parameters and try your request again.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class BatchDeleteCustomVocabularyItemCommand extends $Command<BatchDeleteCustomVocabularyItemCommandInput, BatchDeleteCustomVocabularyItemCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
55
|
readonly input: BatchDeleteCustomVocabularyItemCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface BatchUpdateCustomVocabularyItemCommandOutput extends BatchUpdat
|
|
|
30
30
|
* @see {@link BatchUpdateCustomVocabularyItemCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
35
|
+
* again.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
39
|
+
* resource that you are requesting and try again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p>You have reached a quota for your bot. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
46
|
+
* requests.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
50
|
+
* parameters and try your request again.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class BatchUpdateCustomVocabularyItemCommand extends $Command<BatchUpdateCustomVocabularyItemCommandInput, BatchUpdateCustomVocabularyItemCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
55
|
readonly input: BatchUpdateCustomVocabularyItemCommandInput;
|
|
@@ -31,6 +31,32 @@ export interface BuildBotLocaleCommandOutput extends BuildBotLocaleResponse, __M
|
|
|
31
31
|
* @see {@link BuildBotLocaleCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ConflictException} (client fault)
|
|
35
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
36
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
37
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
41
|
+
* again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
44
|
+
* <p>Your request couldn't be completed because one or more request
|
|
45
|
+
* fields aren't valid. Check the fields in your request and try
|
|
46
|
+
* again.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
49
|
+
* <p>You have reached a quota for your bot. </p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
53
|
+
* requests.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
57
|
+
* parameters and try your request again.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
34
60
|
*/
|
|
35
61
|
export declare class BuildBotLocaleCommand extends $Command<BuildBotLocaleCommandInput, BuildBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
36
62
|
readonly input: BuildBotLocaleCommandInput;
|
|
@@ -33,6 +33,32 @@ export interface CreateBotAliasCommandOutput extends CreateBotAliasResponse, __M
|
|
|
33
33
|
* @see {@link CreateBotAliasCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
38
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
39
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
43
|
+
* again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
46
|
+
* <p>Your request couldn't be completed because one or more request
|
|
47
|
+
* fields aren't valid. Check the fields in your request and try
|
|
48
|
+
* again.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
51
|
+
* <p>You have reached a quota for your bot. </p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
55
|
+
* requests.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ValidationException} (client fault)
|
|
58
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
59
|
+
* parameters and try your request again.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
36
62
|
*/
|
|
37
63
|
export declare class CreateBotAliasCommand extends $Command<CreateBotAliasCommandInput, CreateBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
38
64
|
readonly input: CreateBotAliasCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link CreateBotCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
34
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
35
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
39
|
+
* again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
42
|
+
* <p>Your request couldn't be completed because one or more request
|
|
43
|
+
* fields aren't valid. Check the fields in your request and try
|
|
44
|
+
* again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
+
* <p>You have reached a quota for your bot. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
55
|
+
* parameters and try your request again.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class CreateBotCommand extends $Command<CreateBotCommandInput, CreateBotCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
60
|
readonly input: CreateBotCommandInput;
|
|
@@ -32,6 +32,32 @@ export interface CreateBotLocaleCommandOutput extends CreateBotLocaleResponse, _
|
|
|
32
32
|
* @see {@link CreateBotLocaleCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
37
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
38
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
42
|
+
* again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
45
|
+
* <p>Your request couldn't be completed because one or more request
|
|
46
|
+
* fields aren't valid. Check the fields in your request and try
|
|
47
|
+
* again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
50
|
+
* <p>You have reached a quota for your bot. </p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
54
|
+
* requests.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
58
|
+
* parameters and try your request again.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
35
61
|
*/
|
|
36
62
|
export declare class CreateBotLocaleCommand extends $Command<CreateBotLocaleCommandInput, CreateBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
37
63
|
readonly input: CreateBotLocaleCommandInput;
|
|
@@ -34,6 +34,32 @@ export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse,
|
|
|
34
34
|
* @see {@link CreateBotVersionCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link ConflictException} (client fault)
|
|
38
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
39
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
40
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
44
|
+
* again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
47
|
+
* <p>Your request couldn't be completed because one or more request
|
|
48
|
+
* fields aren't valid. Check the fields in your request and try
|
|
49
|
+
* again.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
52
|
+
* <p>You have reached a quota for your bot. </p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
55
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
56
|
+
* requests.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ValidationException} (client fault)
|
|
59
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
60
|
+
* parameters and try your request again.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
37
63
|
*/
|
|
38
64
|
export declare class CreateBotVersionCommand extends $Command<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
39
65
|
readonly input: CreateBotVersionCommandInput;
|
|
@@ -38,6 +38,31 @@ export interface CreateExportCommandOutput extends CreateExportResponse, __Metad
|
|
|
38
38
|
* @see {@link CreateExportCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link ConflictException} (client fault)
|
|
42
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
43
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
44
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalServerException} (server fault)
|
|
47
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
48
|
+
* again.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
52
|
+
* resource that you are requesting and try again.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
55
|
+
* <p>You have reached a quota for your bot. </p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
59
|
+
* requests.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
63
|
+
* parameters and try your request again.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
41
66
|
*/
|
|
42
67
|
export declare class CreateExportCommand extends $Command<CreateExportCommandInput, CreateExportCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
43
68
|
readonly input: CreateExportCommandInput;
|
|
@@ -66,6 +66,32 @@ export interface CreateIntentCommandOutput extends CreateIntentResponse, __Metad
|
|
|
66
66
|
* @see {@link CreateIntentCommandOutput} for command's `response` shape.
|
|
67
67
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link ConflictException} (client fault)
|
|
70
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
71
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
72
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InternalServerException} (server fault)
|
|
75
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
76
|
+
* again.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
79
|
+
* <p>Your request couldn't be completed because one or more request
|
|
80
|
+
* fields aren't valid. Check the fields in your request and try
|
|
81
|
+
* again.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
84
|
+
* <p>You have reached a quota for your bot. </p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
87
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
88
|
+
* requests.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ValidationException} (client fault)
|
|
91
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
92
|
+
* parameters and try your request again.</p>
|
|
93
|
+
*
|
|
94
|
+
*
|
|
69
95
|
*/
|
|
70
96
|
export declare class CreateIntentCommand extends $Command<CreateIntentCommandInput, CreateIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
71
97
|
readonly input: CreateIntentCommandInput;
|
|
@@ -30,6 +30,31 @@ export interface CreateResourcePolicyCommandOutput extends CreateResourcePolicyR
|
|
|
30
30
|
* @see {@link CreateResourcePolicyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
35
|
+
* again.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
38
|
+
* <p>Your request couldn't be completed because one or more request
|
|
39
|
+
* fields aren't valid. Check the fields in your request and try
|
|
40
|
+
* again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
44
|
+
* resource that you are requesting and try again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
+
* <p>You have reached a quota for your bot. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
55
|
+
* parameters and try your request again.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
33
58
|
*/
|
|
34
59
|
export declare class CreateResourcePolicyCommand extends $Command<CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
60
|
readonly input: CreateResourcePolicyCommandInput;
|
|
@@ -33,6 +33,36 @@ export interface CreateResourcePolicyStatementCommandOutput extends CreateResour
|
|
|
33
33
|
* @see {@link CreateResourcePolicyStatementCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
38
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
39
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
43
|
+
* again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
46
|
+
* <p>Your request couldn't be completed because one or more request
|
|
47
|
+
* fields aren't valid. Check the fields in your request and try
|
|
48
|
+
* again.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
52
|
+
* resource that you are requesting and try again.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
55
|
+
* <p>You have reached a quota for your bot. </p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
59
|
+
* requests.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
63
|
+
* parameters and try your request again.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
36
66
|
*/
|
|
37
67
|
export declare class CreateResourcePolicyStatementCommand extends $Command<CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
38
68
|
readonly input: CreateResourcePolicyStatementCommandInput;
|
|
@@ -33,6 +33,32 @@ export interface CreateSlotCommandOutput extends CreateSlotResponse, __MetadataB
|
|
|
33
33
|
* @see {@link CreateSlotCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
38
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
39
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
43
|
+
* again.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
46
|
+
* <p>Your request couldn't be completed because one or more request
|
|
47
|
+
* fields aren't valid. Check the fields in your request and try
|
|
48
|
+
* again.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
51
|
+
* <p>You have reached a quota for your bot. </p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
55
|
+
* requests.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ValidationException} (client fault)
|
|
58
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
59
|
+
* parameters and try your request again.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
36
62
|
*/
|
|
37
63
|
export declare class CreateSlotCommand extends $Command<CreateSlotCommandInput, CreateSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
38
64
|
readonly input: CreateSlotCommandInput;
|
|
@@ -32,6 +32,32 @@ export interface CreateSlotTypeCommandOutput extends CreateSlotTypeResponse, __M
|
|
|
32
32
|
* @see {@link CreateSlotTypeCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
37
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
38
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
42
|
+
* again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
45
|
+
* <p>Your request couldn't be completed because one or more request
|
|
46
|
+
* fields aren't valid. Check the fields in your request and try
|
|
47
|
+
* again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
50
|
+
* <p>You have reached a quota for your bot. </p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
54
|
+
* requests.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
58
|
+
* parameters and try your request again.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
35
61
|
*/
|
|
36
62
|
export declare class CreateSlotTypeCommand extends $Command<CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
37
63
|
readonly input: CreateSlotTypeCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface CreateUploadUrlCommandOutput extends CreateUploadUrlResponse, _
|
|
|
30
30
|
* @see {@link CreateUploadUrlCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConflictException} (client fault)
|
|
34
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
35
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
36
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
40
|
+
* again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
44
|
+
* resource that you are requesting and try again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
48
|
+
* requests.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
52
|
+
* parameters and try your request again.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class CreateUploadUrlCommand extends $Command<CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
57
|
readonly input: CreateUploadUrlCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface DeleteBotAliasCommandOutput extends DeleteBotAliasResponse, __M
|
|
|
29
29
|
* @see {@link DeleteBotAliasCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
34
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
35
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
39
|
+
* again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
42
|
+
* <p>Your request couldn't be completed because one or more request
|
|
43
|
+
* fields aren't valid. Check the fields in your request and try
|
|
44
|
+
* again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
+
* <p>You have reached a quota for your bot. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
51
|
+
* requests.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
55
|
+
* parameters and try your request again.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class DeleteBotAliasCommand extends $Command<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
60
|
readonly input: DeleteBotAliasCommandInput;
|
|
@@ -38,6 +38,32 @@ export interface DeleteBotCommandOutput extends DeleteBotResponse, __MetadataBea
|
|
|
38
38
|
* @see {@link DeleteBotCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link ConflictException} (client fault)
|
|
42
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
43
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
44
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalServerException} (server fault)
|
|
47
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
48
|
+
* again.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
51
|
+
* <p>Your request couldn't be completed because one or more request
|
|
52
|
+
* fields aren't valid. Check the fields in your request and try
|
|
53
|
+
* again.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
56
|
+
* <p>You have reached a quota for your bot. </p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
59
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
60
|
+
* requests.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ValidationException} (client fault)
|
|
63
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
64
|
+
* parameters and try your request again.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
41
67
|
*/
|
|
42
68
|
export declare class DeleteBotCommand extends $Command<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
43
69
|
readonly input: DeleteBotCommandInput;
|
|
@@ -31,6 +31,32 @@ export interface DeleteBotLocaleCommandOutput extends DeleteBotLocaleResponse, _
|
|
|
31
31
|
* @see {@link DeleteBotLocaleCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ConflictException} (client fault)
|
|
35
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
36
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
37
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
41
|
+
* again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
44
|
+
* <p>Your request couldn't be completed because one or more request
|
|
45
|
+
* fields aren't valid. Check the fields in your request and try
|
|
46
|
+
* again.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
49
|
+
* <p>You have reached a quota for your bot. </p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
53
|
+
* requests.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
57
|
+
* parameters and try your request again.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
34
60
|
*/
|
|
35
61
|
export declare class DeleteBotLocaleCommand extends $Command<DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
36
62
|
readonly input: DeleteBotLocaleCommandInput;
|
|
@@ -30,6 +30,32 @@ export interface DeleteBotVersionCommandOutput extends DeleteBotVersionResponse,
|
|
|
30
30
|
* @see {@link DeleteBotVersionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConflictException} (client fault)
|
|
34
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
35
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
36
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
40
|
+
* again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
43
|
+
* <p>Your request couldn't be completed because one or more request
|
|
44
|
+
* fields aren't valid. Check the fields in your request and try
|
|
45
|
+
* again.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
48
|
+
* <p>You have reached a quota for your bot. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
52
|
+
* requests.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ValidationException} (client fault)
|
|
55
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
56
|
+
* parameters and try your request again.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
33
59
|
*/
|
|
34
60
|
export declare class DeleteBotVersionCommand extends $Command<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
61
|
readonly input: DeleteBotVersionCommandInput;
|
|
@@ -30,6 +30,32 @@ export interface DeleteCustomVocabularyCommandOutput extends DeleteCustomVocabul
|
|
|
30
30
|
* @see {@link DeleteCustomVocabularyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConflictException} (client fault)
|
|
34
|
+
* <p>The action that you tried to perform couldn't be completed because
|
|
35
|
+
* the resource is in a conflicting state. For example, deleting a bot
|
|
36
|
+
* that is in the CREATING state. Try your request again. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
40
|
+
* again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
43
|
+
* <p>Your request couldn't be completed because one or more request
|
|
44
|
+
* fields aren't valid. Check the fields in your request and try
|
|
45
|
+
* again.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
48
|
+
* <p>You have reached a quota for your bot. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
52
|
+
* requests.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ValidationException} (client fault)
|
|
55
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
56
|
+
* parameters and try your request again.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
33
59
|
*/
|
|
34
60
|
export declare class DeleteCustomVocabularyCommand extends $Command<DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
61
|
readonly input: DeleteCustomVocabularyCommandInput;
|