@aws-sdk/client-lex-model-building-service 3.1087.0 → 3.1089.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/LexModelBuildingService.d.ts +152 -215
- package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +20 -75
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/pagination/GetBotsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetIntentsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetBotChannelAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBotChannelAssociationsCommandInput
|
|
8
|
-
extends GetBotChannelAssociationsRequest {}
|
|
7
|
+
export interface GetBotChannelAssociationsCommandInput extends GetBotChannelAssociationsRequest {}
|
|
9
8
|
export interface GetBotChannelAssociationsCommandOutput
|
|
10
|
-
extends GetBotChannelAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetBotChannelAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetBotChannelAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBotChannelAssociationsCommandInput
|
|
12
|
+
input: GetBotChannelAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBotChannelAssociationsCommandInput,
|
|
17
15
|
GetBotChannelAssociationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBotChannelAssociationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBotChannelAssociationsCommandInput
|
|
21
|
+
input: GetBotChannelAssociationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBotChannelAssociationsCommandInput,
|
|
26
24
|
GetBotChannelAssociationsCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetBotCommandInput extends GetBotRequest {}
|
|
5
5
|
export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {}
|
|
6
6
|
declare const GetBotCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetBotCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetBotCommandInput,
|
|
9
11
|
GetBotCommandOutput,
|
|
10
12
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetBotCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetBotCommandInput,
|
|
16
20
|
GetBotCommandOutput,
|
|
17
21
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBotVersionsRequest,
|
|
4
|
-
GetBotVersionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBotVersionsRequest, GetBotVersionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetBotVersionsCommandInput extends GetBotVersionsRequest {}
|
|
8
|
-
export interface GetBotVersionsCommandOutput
|
|
9
|
-
extends GetBotVersionsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBotVersionsCommandOutput extends GetBotVersionsResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetBotVersionsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetBotVersionsCommandInput
|
|
8
|
+
input: GetBotVersionsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetBotVersionsCommandInput,
|
|
16
11
|
GetBotVersionsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetBotVersionsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetBotVersionsCommandInput
|
|
17
|
+
input: GetBotVersionsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetBotVersionsCommandInput,
|
|
25
20
|
GetBotVersionsCommandOutput,
|
|
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetBotsRequest, GetBotsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetBotsCommandInput extends GetBotsRequest {}
|
|
5
|
-
export interface GetBotsCommandOutput
|
|
6
|
-
extends GetBotsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBotsCommandOutput extends GetBotsResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetBotsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetBotsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetBotsCommandInput,
|
|
11
11
|
GetBotsCommandOutput,
|
|
12
12
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBuiltinIntentRequest,
|
|
4
|
-
GetBuiltinIntentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBuiltinIntentRequest, GetBuiltinIntentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetBuiltinIntentCommandInput extends GetBuiltinIntentRequest {}
|
|
8
|
-
export interface GetBuiltinIntentCommandOutput
|
|
9
|
-
extends GetBuiltinIntentResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBuiltinIntentCommandOutput extends GetBuiltinIntentResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetBuiltinIntentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetBuiltinIntentCommandInput
|
|
8
|
+
input: GetBuiltinIntentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetBuiltinIntentCommandInput,
|
|
16
11
|
GetBuiltinIntentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetBuiltinIntentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetBuiltinIntentCommandInput
|
|
17
|
+
input: GetBuiltinIntentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetBuiltinIntentCommandInput,
|
|
25
20
|
GetBuiltinIntentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBuiltinIntentsRequest,
|
|
4
|
-
GetBuiltinIntentsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBuiltinIntentsRequest, GetBuiltinIntentsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBuiltinIntentsCommandInput
|
|
8
|
-
extends GetBuiltinIntentsRequest {}
|
|
4
|
+
export interface GetBuiltinIntentsCommandInput extends GetBuiltinIntentsRequest {}
|
|
9
5
|
export interface GetBuiltinIntentsCommandOutput
|
|
10
|
-
extends GetBuiltinIntentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBuiltinIntentsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetBuiltinIntentsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBuiltinIntentsCommandInput
|
|
9
|
+
input: GetBuiltinIntentsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBuiltinIntentsCommandInput,
|
|
17
12
|
GetBuiltinIntentsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBuiltinSlotTypesRequest,
|
|
4
|
-
GetBuiltinSlotTypesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBuiltinSlotTypesRequest, GetBuiltinSlotTypesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBuiltinSlotTypesCommandInput
|
|
8
|
-
extends GetBuiltinSlotTypesRequest {}
|
|
4
|
+
export interface GetBuiltinSlotTypesCommandInput extends GetBuiltinSlotTypesRequest {}
|
|
9
5
|
export interface GetBuiltinSlotTypesCommandOutput
|
|
10
|
-
extends GetBuiltinSlotTypesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBuiltinSlotTypesResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetBuiltinSlotTypesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBuiltinSlotTypesCommandInput
|
|
9
|
+
input: GetBuiltinSlotTypesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBuiltinSlotTypesCommandInput,
|
|
17
12
|
GetBuiltinSlotTypesCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetExportRequest, GetExportResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetExportCommandInput extends GetExportRequest {}
|
|
5
|
-
export interface GetExportCommandOutput
|
|
6
|
-
extends GetExportResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetExportCommandOutput extends GetExportResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetExportCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetExportCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetExportCommandInput,
|
|
11
11
|
GetExportCommandOutput,
|
|
12
12
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetExportCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetExportCommandInput,
|
|
18
20
|
GetExportCommandOutput,
|
|
19
21
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetImportRequest, GetImportResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetImportCommandInput extends GetImportRequest {}
|
|
5
|
-
export interface GetImportCommandOutput
|
|
6
|
-
extends GetImportResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetImportCommandOutput extends GetImportResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetImportCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetImportCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetImportCommandInput,
|
|
11
11
|
GetImportCommandOutput,
|
|
12
12
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetImportCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetImportCommandInput,
|
|
18
20
|
GetImportCommandOutput,
|
|
19
21
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetIntentRequest, GetIntentResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetIntentCommandInput extends GetIntentRequest {}
|
|
5
|
-
export interface GetIntentCommandOutput
|
|
6
|
-
extends GetIntentResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetIntentCommandOutput extends GetIntentResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetIntentCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetIntentCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetIntentCommandInput,
|
|
11
11
|
GetIntentCommandOutput,
|
|
12
12
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetIntentCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetIntentCommandInput,
|
|
18
20
|
GetIntentCommandOutput,
|
|
19
21
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetIntentVersionsRequest,
|
|
4
|
-
GetIntentVersionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetIntentVersionsRequest, GetIntentVersionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetIntentVersionsCommandInput
|
|
8
|
-
extends GetIntentVersionsRequest {}
|
|
4
|
+
export interface GetIntentVersionsCommandInput extends GetIntentVersionsRequest {}
|
|
9
5
|
export interface GetIntentVersionsCommandOutput
|
|
10
|
-
extends GetIntentVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetIntentVersionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetIntentVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetIntentVersionsCommandInput
|
|
9
|
+
input: GetIntentVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetIntentVersionsCommandInput,
|
|
17
12
|
GetIntentVersionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetIntentVersionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetIntentVersionsCommandInput
|
|
18
|
+
input: GetIntentVersionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetIntentVersionsCommandInput,
|
|
26
21
|
GetIntentVersionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetIntentsRequest, GetIntentsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetIntentsCommandInput extends GetIntentsRequest {}
|
|
5
|
-
export interface GetIntentsCommandOutput
|
|
6
|
-
extends GetIntentsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetIntentsCommandOutput extends GetIntentsResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetIntentsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetIntentsCommandInput
|
|
8
|
+
input: GetIntentsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetIntentsCommandInput,
|
|
13
11
|
GetIntentsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetMigrationRequest, GetMigrationResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetMigrationCommandInput extends GetMigrationRequest {}
|
|
5
|
-
export interface GetMigrationCommandOutput
|
|
6
|
-
extends GetMigrationResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetMigrationCommandOutput extends GetMigrationResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetMigrationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetMigrationCommandInput
|
|
8
|
+
input: GetMigrationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetMigrationCommandInput,
|
|
13
11
|
GetMigrationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetMigrationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetMigrationCommandInput
|
|
17
|
+
input: GetMigrationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetMigrationCommandInput,
|
|
22
20
|
GetMigrationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetMigrationsRequest,
|
|
4
|
-
GetMigrationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetMigrationsRequest, GetMigrationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetMigrationsCommandInput extends GetMigrationsRequest {}
|
|
8
|
-
export interface GetMigrationsCommandOutput
|
|
9
|
-
extends GetMigrationsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetMigrationsCommandOutput extends GetMigrationsResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetMigrationsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetMigrationsCommandInput
|
|
8
|
+
input: GetMigrationsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetMigrationsCommandInput,
|
|
16
11
|
GetMigrationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetSlotTypeRequest, GetSlotTypeResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetSlotTypeCommandInput extends GetSlotTypeRequest {}
|
|
5
|
-
export interface GetSlotTypeCommandOutput
|
|
6
|
-
extends GetSlotTypeResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSlotTypeCommandOutput extends GetSlotTypeResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetSlotTypeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetSlotTypeCommandInput
|
|
8
|
+
input: GetSlotTypeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetSlotTypeCommandInput,
|
|
13
11
|
GetSlotTypeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetSlotTypeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetSlotTypeCommandInput
|
|
17
|
+
input: GetSlotTypeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetSlotTypeCommandInput,
|
|
22
20
|
GetSlotTypeCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSlotTypeVersionsRequest,
|
|
4
|
-
GetSlotTypeVersionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSlotTypeVersionsRequest, GetSlotTypeVersionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSlotTypeVersionsCommandInput
|
|
8
|
-
extends GetSlotTypeVersionsRequest {}
|
|
4
|
+
export interface GetSlotTypeVersionsCommandInput extends GetSlotTypeVersionsRequest {}
|
|
9
5
|
export interface GetSlotTypeVersionsCommandOutput
|
|
10
|
-
extends GetSlotTypeVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetSlotTypeVersionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetSlotTypeVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetSlotTypeVersionsCommandInput
|
|
9
|
+
input: GetSlotTypeVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetSlotTypeVersionsCommandInput,
|
|
17
12
|
GetSlotTypeVersionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetSlotTypeVersionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetSlotTypeVersionsCommandInput
|
|
18
|
+
input: GetSlotTypeVersionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetSlotTypeVersionsCommandInput,
|
|
26
21
|
GetSlotTypeVersionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetSlotTypesRequest, GetSlotTypesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetSlotTypesCommandInput extends GetSlotTypesRequest {}
|
|
5
|
-
export interface GetSlotTypesCommandOutput
|
|
6
|
-
extends GetSlotTypesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSlotTypesCommandOutput extends GetSlotTypesResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetSlotTypesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetSlotTypesCommandInput
|
|
8
|
+
input: GetSlotTypesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetSlotTypesCommandInput,
|
|
13
11
|
GetSlotTypesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetUtterancesViewRequest,
|
|
4
|
-
GetUtterancesViewResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetUtterancesViewRequest, GetUtterancesViewResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetUtterancesViewCommandInput
|
|
8
|
-
extends GetUtterancesViewRequest {}
|
|
4
|
+
export interface GetUtterancesViewCommandInput extends GetUtterancesViewRequest {}
|
|
9
5
|
export interface GetUtterancesViewCommandOutput
|
|
10
|
-
extends GetUtterancesViewResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetUtterancesViewResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetUtterancesViewCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetUtterancesViewCommandInput
|
|
9
|
+
input: GetUtterancesViewCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetUtterancesViewCommandInput,
|
|
17
12
|
GetUtterancesViewCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetUtterancesViewCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetUtterancesViewCommandInput
|
|
18
|
+
input: GetUtterancesViewCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetUtterancesViewCommandInput,
|
|
26
21
|
GetUtterancesViewCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutBotAliasRequest, PutBotAliasResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutBotAliasCommandInput extends PutBotAliasRequest {}
|
|
5
|
-
export interface PutBotAliasCommandOutput
|
|
6
|
-
extends PutBotAliasResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutBotAliasCommandOutput extends PutBotAliasResponse, __MetadataBearer {}
|
|
8
6
|
declare const PutBotAliasCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutBotAliasCommandInput
|
|
8
|
+
input: PutBotAliasCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutBotAliasCommandInput,
|
|
13
11
|
PutBotAliasCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutBotAliasCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutBotAliasCommandInput
|
|
17
|
+
input: PutBotAliasCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutBotAliasCommandInput,
|
|
22
20
|
PutBotAliasCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface PutBotCommandInput extends PutBotRequest {}
|
|
5
5
|
export interface PutBotCommandOutput extends PutBotResponse, __MetadataBearer {}
|
|
6
6
|
declare const PutBotCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: PutBotCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
PutBotCommandInput,
|
|
9
11
|
PutBotCommandOutput,
|
|
10
12
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: PutBotCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
PutBotCommandInput,
|
|
16
20
|
PutBotCommandOutput,
|
|
17
21
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutIntentRequest, PutIntentResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutIntentCommandInput extends PutIntentRequest {}
|
|
5
|
-
export interface PutIntentCommandOutput
|
|
6
|
-
extends PutIntentResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutIntentCommandOutput extends PutIntentResponse, __MetadataBearer {}
|
|
8
6
|
declare const PutIntentCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: PutIntentCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutIntentCommandInput,
|
|
11
11
|
PutIntentCommandOutput,
|
|
12
12
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: PutIntentCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
PutIntentCommandInput,
|
|
18
20
|
PutIntentCommandOutput,
|
|
19
21
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutSlotTypeRequest, PutSlotTypeResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutSlotTypeCommandInput extends PutSlotTypeRequest {}
|
|
5
|
-
export interface PutSlotTypeCommandOutput
|
|
6
|
-
extends PutSlotTypeResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutSlotTypeCommandOutput extends PutSlotTypeResponse, __MetadataBearer {}
|
|
8
6
|
declare const PutSlotTypeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutSlotTypeCommandInput
|
|
8
|
+
input: PutSlotTypeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutSlotTypeCommandInput,
|
|
13
11
|
PutSlotTypeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutSlotTypeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutSlotTypeCommandInput
|
|
17
|
+
input: PutSlotTypeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutSlotTypeCommandInput,
|
|
22
20
|
PutSlotTypeCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StartImportRequest, StartImportResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StartImportCommandInput extends StartImportRequest {}
|
|
5
|
-
export interface StartImportCommandOutput
|
|
6
|
-
extends StartImportResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartImportCommandOutput extends StartImportResponse, __MetadataBearer {}
|
|
8
6
|
declare const StartImportCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartImportCommandInput
|
|
8
|
+
input: StartImportCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartImportCommandInput,
|
|
13
11
|
StartImportCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StartImportCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StartImportCommandInput
|
|
17
|
+
input: StartImportCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StartImportCommandInput,
|
|
22
20
|
StartImportCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartMigrationRequest,
|
|
4
|
-
StartMigrationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartMigrationRequest, StartMigrationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartMigrationCommandInput extends StartMigrationRequest {}
|
|
8
|
-
export interface StartMigrationCommandOutput
|
|
9
|
-
extends StartMigrationResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartMigrationCommandOutput extends StartMigrationResponse, __MetadataBearer {}
|
|
11
6
|
declare const StartMigrationCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartMigrationCommandInput
|
|
8
|
+
input: StartMigrationCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartMigrationCommandInput,
|
|
16
11
|
StartMigrationCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartMigrationCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartMigrationCommandInput
|
|
17
|
+
input: StartMigrationCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartMigrationCommandInput,
|
|
25
20
|
StartMigrationCommandOutput,
|