@aws-sdk/client-lex-models-v2 3.296.0 → 3.297.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/LexModelsV2.d.ts +72 -0
- package/dist-types/LexModelsV2Client.d.ts +24 -4
- package/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +16 -0
- package/dist-types/commands/BuildBotLocaleCommand.d.ts +16 -0
- package/dist-types/commands/CreateBotAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateBotCommand.d.ts +16 -0
- package/dist-types/commands/CreateBotLocaleCommand.d.ts +16 -0
- package/dist-types/commands/CreateBotVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateExportCommand.d.ts +16 -0
- package/dist-types/commands/CreateIntentCommand.d.ts +16 -0
- package/dist-types/commands/CreateResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +16 -0
- package/dist-types/commands/CreateSlotCommand.d.ts +16 -0
- package/dist-types/commands/CreateSlotTypeCommand.d.ts +16 -0
- package/dist-types/commands/CreateUploadUrlCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBotLocaleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteExportCommand.d.ts +16 -0
- package/dist-types/commands/DeleteImportCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIntentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSlotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBotAliasCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBotCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBotLocaleCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBotVersionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImportCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIntentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSlotCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSlotTypeCommand.d.ts +16 -0
- package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +16 -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 +16 -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 +16 -0
- package/dist-types/commands/ListExportsCommand.d.ts +16 -0
- package/dist-types/commands/ListImportsCommand.d.ts +16 -0
- package/dist-types/commands/ListIntentsCommand.d.ts +16 -0
- package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +16 -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 +16 -0
- package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +16 -0
- package/dist-types/commands/StartBotRecommendationCommand.d.ts +16 -0
- package/dist-types/commands/StartImportCommand.d.ts +16 -0
- package/dist-types/commands/StopBotRecommendationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBotAliasCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBotCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBotLocaleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateExportCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIntentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSlotCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSlotTypeCommand.d.ts +16 -0
- package/dist-types/models/LexModelsV2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +635 -1
- package/dist-types/models/models_1.d.ts +98 -2
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAggregatedUtterancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBotAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBotLocalesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBotRecommendationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBotVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBotsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBuiltInIntentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBuiltInSlotTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomVocabularyItemsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIntentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecommendedIntentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSlotTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSlotsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateSlotTypeRequest, CreateSlotTypeResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateSlotTypeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateSlotTypeCommandInput extends CreateSlotTypeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateSlotTypeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateSlotTypeCommandOutput extends CreateSlotTypeResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a custom slot type</p>
|
|
18
23
|
* <p> To create a custom slot type, specify a name for the slot type and
|
|
19
24
|
* a set of enumeration values, the values that a slot of this type can
|
|
@@ -28,6 +33,8 @@ export interface CreateSlotTypeCommandOutput extends CreateSlotTypeResponse, __M
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateSlotTypeCommandInput - {@link CreateSlotTypeCommandInput}
|
|
37
|
+
* @returns {@link CreateSlotTypeCommandOutput}
|
|
31
38
|
* @see {@link CreateSlotTypeCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateSlotTypeCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface CreateSlotTypeCommandOutput extends CreateSlotTypeResponse, __M
|
|
|
62
69
|
export declare class CreateSlotTypeCommand extends $Command<CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
63
70
|
readonly input: CreateSlotTypeCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: CreateSlotTypeCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { CreateUploadUrlRequest, CreateUploadUrlResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateUploadUrlCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateUploadUrlCommandInput extends CreateUploadUrlRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateUploadUrlCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateUploadUrlCommandOutput extends CreateUploadUrlResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets a pre-signed S3 write URL that you use to upload the zip
|
|
18
23
|
* archive when importing a bot or a bot locale. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateUploadUrlCommandOutput extends CreateUploadUrlResponse, _
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateUploadUrlCommandInput - {@link CreateUploadUrlCommandInput}
|
|
35
|
+
* @returns {@link CreateUploadUrlCommandOutput}
|
|
29
36
|
* @see {@link CreateUploadUrlCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateUploadUrlCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface CreateUploadUrlCommandOutput extends CreateUploadUrlResponse, _
|
|
|
56
63
|
export declare class CreateUploadUrlCommand extends $Command<CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
57
64
|
readonly input: CreateUploadUrlCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: CreateUploadUrlCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteBotAliasRequest, DeleteBotAliasResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteBotAliasCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteBotAliasCommandInput extends DeleteBotAliasRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteBotAliasCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteBotAliasCommandOutput extends DeleteBotAliasResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified bot alias.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteBotAliasCommandOutput extends DeleteBotAliasResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteBotAliasCommandInput - {@link DeleteBotAliasCommandInput}
|
|
34
|
+
* @returns {@link DeleteBotAliasCommandOutput}
|
|
28
35
|
* @see {@link DeleteBotAliasCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteBotAliasCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface DeleteBotAliasCommandOutput extends DeleteBotAliasResponse, __M
|
|
|
59
66
|
export declare class DeleteBotAliasCommand extends $Command<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
60
67
|
readonly input: DeleteBotAliasCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: DeleteBotAliasCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteBotRequest, DeleteBotResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteBotCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteBotCommandInput extends DeleteBotRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteBotCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteBotCommandOutput extends DeleteBotResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes all versions of a bot, including the <code>Draft</code>
|
|
18
23
|
* version. To delete a specific version, use the
|
|
19
24
|
* <code>DeleteBotVersion</code> operation.</p>
|
|
@@ -34,6 +39,8 @@ export interface DeleteBotCommandOutput extends DeleteBotResponse, __MetadataBea
|
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
42
|
+
* @param DeleteBotCommandInput - {@link DeleteBotCommandInput}
|
|
43
|
+
* @returns {@link DeleteBotCommandOutput}
|
|
37
44
|
* @see {@link DeleteBotCommandInput} for command's `input` shape.
|
|
38
45
|
* @see {@link DeleteBotCommandOutput} for command's `response` shape.
|
|
39
46
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface DeleteBotCommandOutput extends DeleteBotResponse, __MetadataBea
|
|
|
68
75
|
export declare class DeleteBotCommand extends $Command<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
69
76
|
readonly input: DeleteBotCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: DeleteBotCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotCommandInput, DeleteBotCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteBotLocaleRequest, DeleteBotLocaleResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteBotLocaleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteBotLocaleCommandInput extends DeleteBotLocaleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteBotLocaleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteBotLocaleCommandOutput extends DeleteBotLocaleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes a locale from a bot.</p>
|
|
18
23
|
* <p>When you delete a locale, all intents, slots, and slot types defined
|
|
19
24
|
* for the locale are also deleted.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteBotLocaleCommandOutput extends DeleteBotLocaleResponse, _
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteBotLocaleCommandInput - {@link DeleteBotLocaleCommandInput}
|
|
36
|
+
* @returns {@link DeleteBotLocaleCommandOutput}
|
|
30
37
|
* @see {@link DeleteBotLocaleCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteBotLocaleCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface DeleteBotLocaleCommandOutput extends DeleteBotLocaleResponse, _
|
|
|
61
68
|
export declare class DeleteBotLocaleCommand extends $Command<DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
62
69
|
readonly input: DeleteBotLocaleCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: DeleteBotLocaleCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteBotVersionRequest, DeleteBotVersionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteBotVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteBotVersionCommandInput extends DeleteBotVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteBotVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteBotVersionCommandOutput extends DeleteBotVersionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a specific version of a bot. To delete all versions of a bot,
|
|
18
23
|
* use the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DeleteBot.html">DeleteBot</a> operation.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteBotVersionCommandOutput extends DeleteBotVersionResponse,
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteBotVersionCommandInput - {@link DeleteBotVersionCommandInput}
|
|
35
|
+
* @returns {@link DeleteBotVersionCommandOutput}
|
|
29
36
|
* @see {@link DeleteBotVersionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteBotVersionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -60,11 +67,20 @@ export interface DeleteBotVersionCommandOutput extends DeleteBotVersionResponse,
|
|
|
60
67
|
export declare class DeleteBotVersionCommand extends $Command<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
61
68
|
readonly input: DeleteBotVersionCommandInput;
|
|
62
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
63
73
|
constructor(input: DeleteBotVersionCommandInput);
|
|
64
74
|
/**
|
|
65
75
|
* @internal
|
|
66
76
|
*/
|
|
67
77
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
68
81
|
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
69
85
|
private deserialize;
|
|
70
86
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteCustomVocabularyRequest, DeleteCustomVocabularyResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteCustomVocabularyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteCustomVocabularyCommandInput extends DeleteCustomVocabularyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteCustomVocabularyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteCustomVocabularyCommandOutput extends DeleteCustomVocabularyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes a custom vocabulary from the specified locale
|
|
18
23
|
* in the specified bot.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteCustomVocabularyCommandOutput extends DeleteCustomVocabul
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteCustomVocabularyCommandInput - {@link DeleteCustomVocabularyCommandInput}
|
|
35
|
+
* @returns {@link DeleteCustomVocabularyCommandOutput}
|
|
29
36
|
* @see {@link DeleteCustomVocabularyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteCustomVocabularyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -60,11 +67,20 @@ export interface DeleteCustomVocabularyCommandOutput extends DeleteCustomVocabul
|
|
|
60
67
|
export declare class DeleteCustomVocabularyCommand extends $Command<DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
61
68
|
readonly input: DeleteCustomVocabularyCommandInput;
|
|
62
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
63
73
|
constructor(input: DeleteCustomVocabularyCommandInput);
|
|
64
74
|
/**
|
|
65
75
|
* @internal
|
|
66
76
|
*/
|
|
67
77
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
68
81
|
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
69
85
|
private deserialize;
|
|
70
86
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteExportRequest, DeleteExportResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteExportCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteExportCommandInput extends DeleteExportRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteExportCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteExportCommandOutput extends DeleteExportResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes a previous export and the associated files stored in an S3
|
|
18
23
|
* bucket.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteExportCommandOutput extends DeleteExportResponse, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteExportCommandInput - {@link DeleteExportCommandInput}
|
|
35
|
+
* @returns {@link DeleteExportCommandOutput}
|
|
29
36
|
* @see {@link DeleteExportCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteExportCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DeleteExportCommandOutput extends DeleteExportResponse, __Metad
|
|
|
55
62
|
export declare class DeleteExportCommand extends $Command<DeleteExportCommandInput, DeleteExportCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
56
63
|
readonly input: DeleteExportCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DeleteExportCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExportCommandInput, DeleteExportCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteImportRequest, DeleteImportResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteImportCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteImportCommandInput extends DeleteImportRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteImportCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteImportCommandOutput extends DeleteImportResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes a previous import and the associated file stored in an S3
|
|
18
23
|
* bucket.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteImportCommandOutput extends DeleteImportResponse, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteImportCommandInput - {@link DeleteImportCommandInput}
|
|
35
|
+
* @returns {@link DeleteImportCommandOutput}
|
|
29
36
|
* @see {@link DeleteImportCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteImportCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DeleteImportCommandOutput extends DeleteImportResponse, __Metad
|
|
|
55
62
|
export declare class DeleteImportCommand extends $Command<DeleteImportCommandInput, DeleteImportCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
56
63
|
readonly input: DeleteImportCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DeleteImportCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImportCommandInput, DeleteImportCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteIntentRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteIntentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteIntentCommandInput extends DeleteIntentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteIntentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteIntentCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes the specified intent.</p>
|
|
18
23
|
* <p>Deleting an intent also deletes the slots associated with the
|
|
19
24
|
* intent.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteIntentCommandOutput extends __MetadataBearer {
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteIntentCommandInput - {@link DeleteIntentCommandInput}
|
|
36
|
+
* @returns {@link DeleteIntentCommandOutput}
|
|
30
37
|
* @see {@link DeleteIntentCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteIntentCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface DeleteIntentCommandOutput extends __MetadataBearer {
|
|
|
61
68
|
export declare class DeleteIntentCommand extends $Command<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
62
69
|
readonly input: DeleteIntentCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: DeleteIntentCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntentCommandInput, DeleteIntentCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteResourcePolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteResourcePolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes an existing policy from a bot or bot alias. If the resource
|
|
18
23
|
* doesn't have a policy attached, Amazon Lex returns an exception.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
|
|
35
|
+
* @returns {@link DeleteResourcePolicyCommandOutput}
|
|
29
36
|
* @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
52
59
|
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
53
60
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DeleteResourcePolicyCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteResourcePolicyStatementRequest, DeleteResourcePolicyStatementResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteResourcePolicyStatementCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteResourcePolicyStatementCommandInput extends DeleteResourcePolicyStatementRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteResourcePolicyStatementCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteResourcePolicyStatementCommandOutput extends DeleteResourcePolicyStatementResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a policy statement from a resource policy. If you delete the
|
|
18
23
|
* last statement from a policy, the policy is deleted. If you specify a
|
|
19
24
|
* statement ID that doesn't exist in the policy, or if the bot or bot
|
|
@@ -29,6 +34,8 @@ export interface DeleteResourcePolicyStatementCommandOutput extends DeleteResour
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DeleteResourcePolicyStatementCommandInput - {@link DeleteResourcePolicyStatementCommandInput}
|
|
38
|
+
* @returns {@link DeleteResourcePolicyStatementCommandOutput}
|
|
32
39
|
* @see {@link DeleteResourcePolicyStatementCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DeleteResourcePolicyStatementCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DeleteResourcePolicyStatementCommandOutput extends DeleteResour
|
|
|
55
62
|
export declare class DeleteResourcePolicyStatementCommand extends $Command<DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
56
63
|
readonly input: DeleteResourcePolicyStatementCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DeleteResourcePolicyStatementCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
5
|
import { DeleteSlotRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteSlotCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteSlotCommandInput extends DeleteSlotRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteSlotCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteSlotCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified slot from an intent.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteSlotCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteSlotCommandInput - {@link DeleteSlotCommandInput}
|
|
34
|
+
* @returns {@link DeleteSlotCommandOutput}
|
|
28
35
|
* @see {@link DeleteSlotCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteSlotCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface DeleteSlotCommandOutput extends __MetadataBearer {
|
|
|
59
66
|
export declare class DeleteSlotCommand extends $Command<DeleteSlotCommandInput, DeleteSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
|
|
60
67
|
readonly input: DeleteSlotCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: DeleteSlotCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSlotCommandInput, DeleteSlotCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|