@aws-sdk/client-lex-models-v2 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LexModelsV2.d.ts +1143 -340
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +506 -140
- package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +67 -67
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/LexModelsV2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2346 -3193
- package/dist-types/ts3.4/models/models_1.d.ts +329 -510
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +809 -203
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UntagResourceCommand extends $Command<
|
|
22
|
+
UntagResourceCommandInput,
|
|
23
|
+
UntagResourceCommandOutput,
|
|
24
|
+
LexModelsV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UntagResourceCommandInput;
|
|
27
|
+
constructor(input: UntagResourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
UpdateBotAliasRequest,
|
|
15
|
+
UpdateBotAliasResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateBotAliasCommandInput extends UpdateBotAliasRequest {}
|
|
18
|
+
export interface UpdateBotAliasCommandOutput
|
|
19
|
+
extends UpdateBotAliasResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateBotAliasCommand extends $Command<
|
|
22
|
+
UpdateBotAliasCommandInput,
|
|
23
|
+
UpdateBotAliasCommandOutput,
|
|
24
|
+
LexModelsV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateBotAliasCommandInput;
|
|
27
|
+
constructor(input: UpdateBotAliasCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import { UpdateBotRequest, UpdateBotResponse } from "../models/models_0";
|
|
14
|
+
export interface UpdateBotCommandInput extends UpdateBotRequest {}
|
|
15
|
+
export interface UpdateBotCommandOutput
|
|
16
|
+
extends UpdateBotResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UpdateBotCommand extends $Command<
|
|
19
|
+
UpdateBotCommandInput,
|
|
20
|
+
UpdateBotCommandOutput,
|
|
21
|
+
LexModelsV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateBotCommandInput;
|
|
24
|
+
constructor(input: UpdateBotCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateBotCommandInput, UpdateBotCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
UpdateBotLocaleRequest,
|
|
15
|
+
UpdateBotLocaleResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateBotLocaleCommandInput extends UpdateBotLocaleRequest {}
|
|
18
|
+
export interface UpdateBotLocaleCommandOutput
|
|
19
|
+
extends UpdateBotLocaleResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateBotLocaleCommand extends $Command<
|
|
22
|
+
UpdateBotLocaleCommandInput,
|
|
23
|
+
UpdateBotLocaleCommandOutput,
|
|
24
|
+
LexModelsV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateBotLocaleCommandInput;
|
|
27
|
+
constructor(input: UpdateBotLocaleCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
UpdateBotRecommendationRequest,
|
|
15
|
+
UpdateBotRecommendationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateBotRecommendationCommandInput
|
|
18
|
+
extends UpdateBotRecommendationRequest {}
|
|
19
|
+
export interface UpdateBotRecommendationCommandOutput
|
|
20
|
+
extends UpdateBotRecommendationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateBotRecommendationCommand extends $Command<
|
|
23
|
+
UpdateBotRecommendationCommandInput,
|
|
24
|
+
UpdateBotRecommendationCommandOutput,
|
|
25
|
+
LexModelsV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateBotRecommendationCommandInput;
|
|
28
|
+
constructor(input: UpdateBotRecommendationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateBotRecommendationCommandInput,
|
|
35
|
+
UpdateBotRecommendationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import { UpdateExportRequest, UpdateExportResponse } from "../models/models_0";
|
|
14
|
+
export interface UpdateExportCommandInput extends UpdateExportRequest {}
|
|
15
|
+
export interface UpdateExportCommandOutput
|
|
16
|
+
extends UpdateExportResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UpdateExportCommand extends $Command<
|
|
19
|
+
UpdateExportCommandInput,
|
|
20
|
+
UpdateExportCommandOutput,
|
|
21
|
+
LexModelsV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateExportCommandInput;
|
|
24
|
+
constructor(input: UpdateExportCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateExportCommandInput, UpdateExportCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import { UpdateIntentRequest, UpdateIntentResponse } from "../models/models_1";
|
|
14
|
+
export interface UpdateIntentCommandInput extends UpdateIntentRequest {}
|
|
15
|
+
export interface UpdateIntentCommandOutput
|
|
16
|
+
extends UpdateIntentResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UpdateIntentCommand extends $Command<
|
|
19
|
+
UpdateIntentCommandInput,
|
|
20
|
+
UpdateIntentCommandOutput,
|
|
21
|
+
LexModelsV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateIntentCommandInput;
|
|
24
|
+
constructor(input: UpdateIntentCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateIntentCommandInput, UpdateIntentCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
UpdateResourcePolicyRequest,
|
|
15
|
+
UpdateResourcePolicyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateResourcePolicyCommandInput
|
|
18
|
+
extends UpdateResourcePolicyRequest {}
|
|
19
|
+
export interface UpdateResourcePolicyCommandOutput
|
|
20
|
+
extends UpdateResourcePolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateResourcePolicyCommand extends $Command<
|
|
23
|
+
UpdateResourcePolicyCommandInput,
|
|
24
|
+
UpdateResourcePolicyCommandOutput,
|
|
25
|
+
LexModelsV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateResourcePolicyCommandInput;
|
|
28
|
+
constructor(input: UpdateResourcePolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateResourcePolicyCommandInput,
|
|
35
|
+
UpdateResourcePolicyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import { UpdateSlotRequest, UpdateSlotResponse } from "../models/models_1";
|
|
14
|
+
export interface UpdateSlotCommandInput extends UpdateSlotRequest {}
|
|
15
|
+
export interface UpdateSlotCommandOutput
|
|
16
|
+
extends UpdateSlotResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UpdateSlotCommand extends $Command<
|
|
19
|
+
UpdateSlotCommandInput,
|
|
20
|
+
UpdateSlotCommandOutput,
|
|
21
|
+
LexModelsV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateSlotCommandInput;
|
|
24
|
+
constructor(input: UpdateSlotCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateSlotCommandInput, UpdateSlotCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LexModelsV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LexModelsV2Client";
|
|
13
|
+
import {
|
|
14
|
+
UpdateSlotTypeRequest,
|
|
15
|
+
UpdateSlotTypeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateSlotTypeCommandInput extends UpdateSlotTypeRequest {}
|
|
18
|
+
export interface UpdateSlotTypeCommandOutput
|
|
19
|
+
extends UpdateSlotTypeResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateSlotTypeCommand extends $Command<
|
|
22
|
+
UpdateSlotTypeCommandInput,
|
|
23
|
+
UpdateSlotTypeCommandOutput,
|
|
24
|
+
LexModelsV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateSlotTypeCommandInput;
|
|
27
|
+
constructor(input: UpdateSlotTypeCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LexModelsV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|