@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
|
@@ -36,6 +36,22 @@ export interface ListBotVersionsCommandOutput extends ListBotVersionsResponse, _
|
|
|
36
36
|
* @see {@link ListBotVersionsCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
38
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 ServiceQuotaExceededException} (client fault)
|
|
44
|
+
* <p>You have reached a quota for your bot. </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
|
+
*
|
|
39
55
|
*/
|
|
40
56
|
export declare class ListBotVersionsCommand extends $Command<ListBotVersionsCommandInput, ListBotVersionsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
41
57
|
readonly input: ListBotVersionsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
|
|
|
29
29
|
* @see {@link ListBotsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
34
|
+
* again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
37
|
+
* <p>You have reached a quota for your bot. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
41
|
+
* requests.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
45
|
+
* parameters and try your request again.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListBotsCommand extends $Command<ListBotsCommandInput, ListBotsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
50
|
readonly input: ListBotsCommandInput;
|
|
@@ -34,6 +34,22 @@ export interface ListBuiltInIntentsCommandOutput extends ListBuiltInIntentsRespo
|
|
|
34
34
|
* @see {@link ListBuiltInIntentsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
36
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 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
|
+
*
|
|
37
53
|
*/
|
|
38
54
|
export declare class ListBuiltInIntentsCommand extends $Command<ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
39
55
|
readonly input: ListBuiltInIntentsCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface ListBuiltInSlotTypesCommandOutput extends ListBuiltInSlotTypesR
|
|
|
30
30
|
* @see {@link ListBuiltInSlotTypesCommandOutput} 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 ServiceQuotaExceededException} (client fault)
|
|
38
|
+
* <p>You have reached a quota for your bot. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
41
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
42
|
+
* requests.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
46
|
+
* parameters and try your request again.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class ListBuiltInSlotTypesCommand extends $Command<ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
51
|
readonly input: ListBuiltInSlotTypesCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface ListCustomVocabularyItemsCommandOutput extends ListCustomVocabu
|
|
|
30
30
|
* @see {@link ListCustomVocabularyItemsCommandOutput} 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 ListCustomVocabularyItemsCommand extends $Command<ListCustomVocabularyItemsCommandInput, ListCustomVocabularyItemsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
55
|
readonly input: ListCustomVocabularyItemsCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface ListExportsCommandOutput extends ListExportsResponse, __Metadat
|
|
|
30
30
|
* @see {@link ListExportsCommandOutput} 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 ThrottlingException} (client fault)
|
|
38
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
39
|
+
* requests.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
43
|
+
* parameters and try your request again.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class ListExportsCommand extends $Command<ListExportsCommandInput, ListExportsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
48
|
readonly input: ListExportsCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface ListImportsCommandOutput extends ListImportsResponse, __Metadat
|
|
|
30
30
|
* @see {@link ListImportsCommandOutput} 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 ThrottlingException} (client fault)
|
|
38
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
39
|
+
* requests.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
43
|
+
* parameters and try your request again.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class ListImportsCommand extends $Command<ListImportsCommandInput, ListImportsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
48
|
readonly input: ListImportsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListIntentsCommandOutput extends ListIntentsResponse, __Metadat
|
|
|
29
29
|
* @see {@link ListIntentsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
34
|
+
* again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
37
|
+
* <p>You have reached a quota for your bot. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
41
|
+
* requests.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
45
|
+
* parameters and try your request again.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListIntentsCommand extends $Command<ListIntentsCommandInput, ListIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
50
|
readonly input: ListIntentsCommandInput;
|
|
@@ -31,6 +31,26 @@ export interface ListRecommendedIntentsCommandOutput extends ListRecommendedInte
|
|
|
31
31
|
* @see {@link ListRecommendedIntentsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerException} (server fault)
|
|
35
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
36
|
+
* again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
40
|
+
* resource that you are requesting and try again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
43
|
+
* <p>You have reached a quota for your bot. </p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
47
|
+
* requests.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
51
|
+
* parameters and try your request again.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
34
54
|
*/
|
|
35
55
|
export declare class ListRecommendedIntentsCommand extends $Command<ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
36
56
|
readonly input: ListRecommendedIntentsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListSlotTypesCommandOutput extends ListSlotTypesResponse, __Met
|
|
|
29
29
|
* @see {@link ListSlotTypesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
34
|
+
* again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
37
|
+
* <p>You have reached a quota for your bot. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
41
|
+
* requests.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
45
|
+
* parameters and try your request again.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListSlotTypesCommand extends $Command<ListSlotTypesCommandInput, ListSlotTypesCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
50
|
readonly input: ListSlotTypesCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListSlotsCommandOutput extends ListSlotsResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link ListSlotsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
34
|
+
* again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
37
|
+
* <p>You have reached a quota for your bot. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
41
|
+
* requests.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
45
|
+
* parameters and try your request again.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListSlotsCommand extends $Command<ListSlotsCommandInput, ListSlotsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
50
|
readonly input: ListSlotsCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
30
30
|
* @see {@link ListTagsForResourceCommandOutput} 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 ThrottlingException} (client fault)
|
|
42
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
43
|
+
* requests.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
47
|
+
* parameters and try your request again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
52
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface SearchAssociatedTranscriptsCommandOutput extends SearchAssociat
|
|
|
30
30
|
* @see {@link SearchAssociatedTranscriptsCommandOutput} 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 SearchAssociatedTranscriptsCommand extends $Command<SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
55
|
readonly input: SearchAssociatedTranscriptsCommandInput;
|
|
@@ -30,6 +30,36 @@ export interface StartBotRecommendationCommandOutput extends StartBotRecommendat
|
|
|
30
30
|
* @see {@link StartBotRecommendationCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
49
|
+
* resource that you are requesting and try 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
|
+
*
|
|
33
63
|
*/
|
|
34
64
|
export declare class StartBotRecommendationCommand extends $Command<StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
65
|
readonly input: StartBotRecommendationCommandInput;
|
|
@@ -30,6 +30,31 @@ export interface StartImportCommandOutput extends StartImportResponse, __Metadat
|
|
|
30
30
|
* @see {@link StartImportCommandOutput} 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 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 StartImportCommand extends $Command<StartImportCommandInput, StartImportCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
35
60
|
readonly input: StartImportCommandInput;
|
|
@@ -29,6 +29,36 @@ export interface StopBotRecommendationCommandOutput extends StopBotRecommendatio
|
|
|
29
29
|
* @see {@link StopBotRecommendationCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
48
|
+
* resource that you are requesting and try 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
|
+
*
|
|
32
62
|
*/
|
|
33
63
|
export declare class StopBotRecommendationCommand extends $Command<StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
64
|
readonly input: StopBotRecommendationCommandInput;
|
|
@@ -32,6 +32,23 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
32
32
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
37
|
+
* again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
41
|
+
* resource that you are requesting and try again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
45
|
+
* requests.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
49
|
+
* parameters and try your request again.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
35
52
|
*/
|
|
36
53
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
37
54
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The service encountered an unexpected condition. Try your request
|
|
34
|
+
* again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
38
|
+
* resource that you are requesting and try again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
41
|
+
* <p>Your request rate is too high. Reduce the frequency of
|
|
42
|
+
* requests.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>One of the input parameters in your request isn't valid. Check the
|
|
46
|
+
* parameters and try your request again.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
51
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface UpdateBotAliasCommandOutput extends UpdateBotAliasResponse, __M
|
|
|
29
29
|
* @see {@link UpdateBotAliasCommandOutput} 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 UpdateBotAliasCommand extends $Command<UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
60
|
readonly input: UpdateBotAliasCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link UpdateBotCommandOutput} 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 UpdateBotCommand extends $Command<UpdateBotCommandInput, UpdateBotCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
60
|
readonly input: UpdateBotCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface UpdateBotLocaleCommandOutput extends UpdateBotLocaleResponse, _
|
|
|
29
29
|
* @see {@link UpdateBotLocaleCommandOutput} 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 UpdateBotLocaleCommand extends $Command<UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
60
|
readonly input: UpdateBotLocaleCommandInput;
|
|
@@ -29,6 +29,36 @@ export interface UpdateBotRecommendationCommandOutput extends UpdateBotRecommend
|
|
|
29
29
|
* @see {@link UpdateBotRecommendationCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
48
|
+
* resource that you are requesting and try 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
|
+
*
|
|
32
62
|
*/
|
|
33
63
|
export declare class UpdateBotRecommendationCommand extends $Command<UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
34
64
|
readonly input: UpdateBotRecommendationCommandInput;
|
|
@@ -33,6 +33,31 @@ export interface UpdateExportCommandOutput extends UpdateExportResponse, __Metad
|
|
|
33
33
|
* @see {@link UpdateExportCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>You asked to describe a resource that doesn't exist. Check the
|
|
47
|
+
* resource that you are requesting and try 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
|
+
*
|
|
36
61
|
*/
|
|
37
62
|
export declare class UpdateExportCommand extends $Command<UpdateExportCommandInput, UpdateExportCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
38
63
|
readonly input: UpdateExportCommandInput;
|