@aws-sdk/client-lex-model-building-service 3.1076.0 → 3.1078.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 +53 -425
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateBotVersionCommand.js +2 -14
- package/dist-es/commands/CreateIntentVersionCommand.js +2 -14
- package/dist-es/commands/CreateSlotTypeVersionCommand.js +2 -14
- package/dist-es/commands/DeleteBotAliasCommand.js +2 -14
- package/dist-es/commands/DeleteBotChannelAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteBotCommand.js +2 -14
- package/dist-es/commands/DeleteBotVersionCommand.js +2 -14
- package/dist-es/commands/DeleteIntentCommand.js +2 -14
- package/dist-es/commands/DeleteIntentVersionCommand.js +2 -14
- package/dist-es/commands/DeleteSlotTypeCommand.js +2 -14
- package/dist-es/commands/DeleteSlotTypeVersionCommand.js +2 -14
- package/dist-es/commands/DeleteUtterancesCommand.js +2 -14
- package/dist-es/commands/GetBotAliasCommand.js +2 -14
- package/dist-es/commands/GetBotAliasesCommand.js +2 -14
- package/dist-es/commands/GetBotChannelAssociationCommand.js +2 -14
- package/dist-es/commands/GetBotChannelAssociationsCommand.js +2 -14
- package/dist-es/commands/GetBotCommand.js +2 -14
- package/dist-es/commands/GetBotVersionsCommand.js +2 -14
- package/dist-es/commands/GetBotsCommand.js +2 -14
- package/dist-es/commands/GetBuiltinIntentCommand.js +2 -14
- package/dist-es/commands/GetBuiltinIntentsCommand.js +2 -14
- package/dist-es/commands/GetBuiltinSlotTypesCommand.js +2 -14
- package/dist-es/commands/GetExportCommand.js +2 -14
- package/dist-es/commands/GetImportCommand.js +2 -14
- package/dist-es/commands/GetIntentCommand.js +2 -14
- package/dist-es/commands/GetIntentVersionsCommand.js +2 -14
- package/dist-es/commands/GetIntentsCommand.js +2 -14
- package/dist-es/commands/GetMigrationCommand.js +2 -14
- package/dist-es/commands/GetMigrationsCommand.js +2 -14
- package/dist-es/commands/GetSlotTypeCommand.js +2 -14
- package/dist-es/commands/GetSlotTypeVersionsCommand.js +2 -14
- package/dist-es/commands/GetSlotTypesCommand.js +2 -14
- package/dist-es/commands/GetUtterancesViewCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutBotAliasCommand.js +2 -14
- package/dist-es/commands/PutBotCommand.js +2 -14
- package/dist-es/commands/PutIntentCommand.js +2 -14
- package/dist-es/commands/PutSlotTypeCommand.js +2 -14
- package/dist-es/commands/StartImportCommand.js +2 -14
- package/dist-es/commands/StartMigrationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateBotVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateIntentVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIntentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIntentVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +3 -8
- package/dist-types/commands/GetBotAliasCommand.d.ts +3 -8
- package/dist-types/commands/GetBotAliasesCommand.d.ts +3 -8
- package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/GetBotCommand.d.ts +3 -8
- package/dist-types/commands/GetBotVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetBotsCommand.d.ts +3 -8
- package/dist-types/commands/GetBuiltinIntentCommand.d.ts +3 -8
- package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +3 -8
- package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetExportCommand.d.ts +3 -8
- package/dist-types/commands/GetImportCommand.d.ts +3 -8
- package/dist-types/commands/GetIntentCommand.d.ts +3 -8
- package/dist-types/commands/GetIntentVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetIntentsCommand.d.ts +3 -8
- package/dist-types/commands/GetMigrationCommand.d.ts +3 -8
- package/dist-types/commands/GetMigrationsCommand.d.ts +3 -8
- package/dist-types/commands/GetSlotTypeCommand.d.ts +3 -8
- package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetSlotTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetUtterancesViewCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutBotAliasCommand.d.ts +3 -8
- package/dist-types/commands/PutBotCommand.d.ts +3 -8
- package/dist-types/commands/PutIntentCommand.d.ts +3 -8
- package/dist-types/commands/PutSlotTypeCommand.d.ts +3 -8
- package/dist-types/commands/StartImportCommand.d.ts +3 -8
- package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetBotAliasRequest, GetBotAliasResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBotAliasCommandInput extends GetBotAliasRequest {
|
|
|
22
19
|
export interface GetBotAliasCommandOutput extends GetBotAliasResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBotAliasCommand_base: {
|
|
25
|
-
new (input: GetBotAliasCommandInput): import("@smithy/core/client").CommandImpl<GetBotAliasCommandInput, GetBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBotAliasCommandInput): import("@smithy/core/client").CommandImpl<GetBotAliasCommandInput, GetBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBotAliasCommandInput): import("@smithy/core/client").CommandImpl<GetBotAliasCommandInput, GetBotAliasCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBotAliasCommandInput): import("@smithy/core/client").CommandImpl<GetBotAliasCommandInput, GetBotAliasCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about an Amazon Lex bot alias. For more information
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetBotAliasesRequest, GetBotAliasesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBotAliasesCommandInput extends GetBotAliasesRequest {
|
|
|
22
19
|
export interface GetBotAliasesCommandOutput extends GetBotAliasesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBotAliasesCommand_base: {
|
|
25
|
-
new (input: GetBotAliasesCommandInput): import("@smithy/core/client").CommandImpl<GetBotAliasesCommandInput, GetBotAliasesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBotAliasesCommandInput): import("@smithy/core/client").CommandImpl<GetBotAliasesCommandInput, GetBotAliasesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBotAliasesCommandInput): import("@smithy/core/client").CommandImpl<GetBotAliasesCommandInput, GetBotAliasesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBotAliasesCommandInput): import("@smithy/core/client").CommandImpl<GetBotAliasesCommandInput, GetBotAliasesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of aliases for a specified Amazon Lex bot.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetBotChannelAssociationRequest, GetBotChannelAssociationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBotChannelAssociationCommandInput extends GetBotChannelAssoc
|
|
|
22
19
|
export interface GetBotChannelAssociationCommandOutput extends GetBotChannelAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBotChannelAssociationCommand_base: {
|
|
25
|
-
new (input: GetBotChannelAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBotChannelAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBotChannelAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBotChannelAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the association between an Amazon Lex bot and
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetBotChannelAssociationsRequest, GetBotChannelAssociationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBotChannelAssociationsCommandInput extends GetBotChannelAsso
|
|
|
22
19
|
export interface GetBotChannelAssociationsCommandOutput extends GetBotChannelAssociationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBotChannelAssociationsCommand_base: {
|
|
25
|
-
new (input: GetBotChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBotChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBotChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBotChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns a list of all of the channels associated with the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetBotRequest, GetBotResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBotCommandInput extends GetBotRequest {
|
|
|
22
19
|
export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBotCommand_base: {
|
|
25
|
-
new (input: GetBotCommandInput): import("@smithy/core/client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBotCommandInput): import("@smithy/core/client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBotCommandInput): import("@smithy/core/client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBotCommandInput): import("@smithy/core/client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns metadata information for a specific bot. You must provide
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetBotVersionsRequest, GetBotVersionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBotVersionsCommandInput extends GetBotVersionsRequest {
|
|
|
22
19
|
export interface GetBotVersionsCommandOutput extends GetBotVersionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBotVersionsCommand_base: {
|
|
25
|
-
new (input: GetBotVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBotVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBotVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBotVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetBotVersionsCommandInput, GetBotVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about all of the versions of a bot.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetBotsRequest, GetBotsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBotsCommandInput extends GetBotsRequest {
|
|
|
22
19
|
export interface GetBotsCommandOutput extends GetBotsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBotsCommand_base: {
|
|
25
|
-
new (input: GetBotsCommandInput): import("@smithy/core/client").CommandImpl<GetBotsCommandInput, GetBotsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetBotsCommandInput]): import("@smithy/core/client").CommandImpl<GetBotsCommandInput, GetBotsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBotsCommandInput): import("@smithy/core/client").CommandImpl<GetBotsCommandInput, GetBotsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetBotsCommandInput]): import("@smithy/core/client").CommandImpl<GetBotsCommandInput, GetBotsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns bot information as follows: </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetBuiltinIntentRequest, GetBuiltinIntentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBuiltinIntentCommandInput extends GetBuiltinIntentRequest {
|
|
|
22
19
|
export interface GetBuiltinIntentCommandOutput extends GetBuiltinIntentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBuiltinIntentCommand_base: {
|
|
25
|
-
new (input: GetBuiltinIntentCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBuiltinIntentCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBuiltinIntentCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBuiltinIntentCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a built-in intent.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetBuiltinIntentsRequest, GetBuiltinIntentsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBuiltinIntentsCommandInput extends GetBuiltinIntentsRequest
|
|
|
22
19
|
export interface GetBuiltinIntentsCommandOutput extends GetBuiltinIntentsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBuiltinIntentsCommand_base: {
|
|
25
|
-
new (input: GetBuiltinIntentsCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetBuiltinIntentsCommandInput]): import("@smithy/core/client").CommandImpl<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBuiltinIntentsCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetBuiltinIntentsCommandInput]): import("@smithy/core/client").CommandImpl<GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of built-in intents that meet the specified
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetBuiltinSlotTypesRequest, GetBuiltinSlotTypesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBuiltinSlotTypesCommandInput extends GetBuiltinSlotTypesRequ
|
|
|
22
19
|
export interface GetBuiltinSlotTypesCommandOutput extends GetBuiltinSlotTypesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBuiltinSlotTypesCommand_base: {
|
|
25
|
-
new (input: GetBuiltinSlotTypesCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetBuiltinSlotTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBuiltinSlotTypesCommandInput): import("@smithy/core/client").CommandImpl<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetBuiltinSlotTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of built-in slot types that meet the specified
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetExportRequest, GetExportResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetExportCommandInput extends GetExportRequest {
|
|
|
22
19
|
export interface GetExportCommandOutput extends GetExportResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetExportCommand_base: {
|
|
25
|
-
new (input: GetExportCommandInput): import("@smithy/core/client").CommandImpl<GetExportCommandInput, GetExportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetExportCommandInput): import("@smithy/core/client").CommandImpl<GetExportCommandInput, GetExportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetExportCommandInput): import("@smithy/core/client").CommandImpl<GetExportCommandInput, GetExportCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetExportCommandInput): import("@smithy/core/client").CommandImpl<GetExportCommandInput, GetExportCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Exports the contents of a Amazon Lex resource in a specified format.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetImportRequest, GetImportResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetImportCommandInput extends GetImportRequest {
|
|
|
22
19
|
export interface GetImportCommandOutput extends GetImportResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetImportCommand_base: {
|
|
25
|
-
new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about an import job started with the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetIntentRequest, GetIntentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetIntentCommandInput extends GetIntentRequest {
|
|
|
22
19
|
export interface GetIntentCommandOutput extends GetIntentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetIntentCommand_base: {
|
|
25
|
-
new (input: GetIntentCommandInput): import("@smithy/core/client").CommandImpl<GetIntentCommandInput, GetIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetIntentCommandInput): import("@smithy/core/client").CommandImpl<GetIntentCommandInput, GetIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetIntentCommandInput): import("@smithy/core/client").CommandImpl<GetIntentCommandInput, GetIntentCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetIntentCommandInput): import("@smithy/core/client").CommandImpl<GetIntentCommandInput, GetIntentCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns information about an intent. In addition to the intent
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetIntentVersionsRequest, GetIntentVersionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetIntentVersionsCommandInput extends GetIntentVersionsRequest
|
|
|
22
19
|
export interface GetIntentVersionsCommandOutput extends GetIntentVersionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetIntentVersionsCommand_base: {
|
|
25
|
-
new (input: GetIntentVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetIntentVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetIntentVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetIntentVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about all of the versions of an intent.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetIntentsRequest, GetIntentsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetIntentsCommandInput extends GetIntentsRequest {
|
|
|
22
19
|
export interface GetIntentsCommandOutput extends GetIntentsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetIntentsCommand_base: {
|
|
25
|
-
new (input: GetIntentsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentsCommandInput, GetIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetIntentsCommandInput]): import("@smithy/core/client").CommandImpl<GetIntentsCommandInput, GetIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetIntentsCommandInput): import("@smithy/core/client").CommandImpl<GetIntentsCommandInput, GetIntentsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetIntentsCommandInput]): import("@smithy/core/client").CommandImpl<GetIntentsCommandInput, GetIntentsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns intent information as follows: </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetMigrationRequest, GetMigrationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetMigrationCommandInput extends GetMigrationRequest {
|
|
|
22
19
|
export interface GetMigrationCommandOutput extends GetMigrationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMigrationCommand_base: {
|
|
25
|
-
new (input: GetMigrationCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationCommandInput, GetMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetMigrationCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationCommandInput, GetMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetMigrationCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationCommandInput, GetMigrationCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMigrationCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationCommandInput, GetMigrationCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about an ongoing or complete migration from an
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetMigrationsRequest, GetMigrationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetMigrationsCommandInput extends GetMigrationsRequest {
|
|
|
22
19
|
export interface GetMigrationsCommandOutput extends GetMigrationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMigrationsCommand_base: {
|
|
25
|
-
new (input: GetMigrationsCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationsCommandInput, GetMigrationsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetMigrationsCommandInput]): import("@smithy/core/client").CommandImpl<GetMigrationsCommandInput, GetMigrationsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetMigrationsCommandInput): import("@smithy/core/client").CommandImpl<GetMigrationsCommandInput, GetMigrationsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetMigrationsCommandInput]): import("@smithy/core/client").CommandImpl<GetMigrationsCommandInput, GetMigrationsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetSlotTypeRequest, GetSlotTypeResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSlotTypeCommandInput extends GetSlotTypeRequest {
|
|
|
22
19
|
export interface GetSlotTypeCommandOutput extends GetSlotTypeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSlotTypeCommand_base: {
|
|
25
|
-
new (input: GetSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeCommandInput, GetSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeCommandInput, GetSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeCommandInput, GetSlotTypeCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeCommandInput, GetSlotTypeCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a specific version of a slot type. In
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetSlotTypeVersionsRequest, GetSlotTypeVersionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSlotTypeVersionsCommandInput extends GetSlotTypeVersionsRequ
|
|
|
22
19
|
export interface GetSlotTypeVersionsCommandOutput extends GetSlotTypeVersionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSlotTypeVersionsCommand_base: {
|
|
25
|
-
new (input: GetSlotTypeVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSlotTypeVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSlotTypeVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSlotTypeVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about all versions of a slot type.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetSlotTypesRequest, GetSlotTypesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSlotTypesCommandInput extends GetSlotTypesRequest {
|
|
|
22
19
|
export interface GetSlotTypesCommandOutput extends GetSlotTypesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSlotTypesCommand_base: {
|
|
25
|
-
new (input: GetSlotTypesCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypesCommandInput, GetSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetSlotTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetSlotTypesCommandInput, GetSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSlotTypesCommandInput): import("@smithy/core/client").CommandImpl<GetSlotTypesCommandInput, GetSlotTypesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetSlotTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetSlotTypesCommandInput, GetSlotTypesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns slot type information as follows: </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
2
|
import type { GetUtterancesViewRequest, GetUtterancesViewResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetUtterancesViewCommandInput extends GetUtterancesViewRequest
|
|
|
22
19
|
export interface GetUtterancesViewCommandOutput extends GetUtterancesViewResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetUtterancesViewCommand_base: {
|
|
25
|
-
new (input: GetUtterancesViewCommandInput): import("@smithy/core/client").CommandImpl<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetUtterancesViewCommandInput): import("@smithy/core/client").CommandImpl<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetUtterancesViewCommandInput): import("@smithy/core/client").CommandImpl<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetUtterancesViewCommandInput): import("@smithy/core/client").CommandImpl<GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Use the <code>GetUtterancesView</code> operation to get information
|