@aws-sdk/client-lex-model-building-service 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +100 -101
- package/dist-cjs/models/LexModelBuildingServiceServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/LexModelBuildingService.js +1 -1
- package/dist-es/LexModelBuildingServiceClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateBotVersionCommand.js +2 -2
- package/dist-es/commands/CreateIntentVersionCommand.js +2 -2
- package/dist-es/commands/CreateSlotTypeVersionCommand.js +2 -2
- package/dist-es/commands/DeleteBotAliasCommand.js +2 -2
- package/dist-es/commands/DeleteBotChannelAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteBotCommand.js +2 -2
- package/dist-es/commands/DeleteBotVersionCommand.js +2 -2
- package/dist-es/commands/DeleteIntentCommand.js +2 -2
- package/dist-es/commands/DeleteIntentVersionCommand.js +2 -2
- package/dist-es/commands/DeleteSlotTypeCommand.js +2 -2
- package/dist-es/commands/DeleteSlotTypeVersionCommand.js +2 -2
- package/dist-es/commands/DeleteUtterancesCommand.js +2 -2
- package/dist-es/commands/GetBotAliasCommand.js +2 -2
- package/dist-es/commands/GetBotAliasesCommand.js +2 -2
- package/dist-es/commands/GetBotChannelAssociationCommand.js +2 -2
- package/dist-es/commands/GetBotChannelAssociationsCommand.js +2 -2
- package/dist-es/commands/GetBotCommand.js +2 -2
- package/dist-es/commands/GetBotVersionsCommand.js +2 -2
- package/dist-es/commands/GetBotsCommand.js +2 -2
- package/dist-es/commands/GetBuiltinIntentCommand.js +2 -2
- package/dist-es/commands/GetBuiltinIntentsCommand.js +2 -2
- package/dist-es/commands/GetBuiltinSlotTypesCommand.js +2 -2
- package/dist-es/commands/GetExportCommand.js +2 -2
- package/dist-es/commands/GetImportCommand.js +2 -2
- package/dist-es/commands/GetIntentCommand.js +2 -2
- package/dist-es/commands/GetIntentVersionsCommand.js +2 -2
- package/dist-es/commands/GetIntentsCommand.js +2 -2
- package/dist-es/commands/GetMigrationCommand.js +2 -2
- package/dist-es/commands/GetMigrationsCommand.js +2 -2
- package/dist-es/commands/GetSlotTypeCommand.js +2 -2
- package/dist-es/commands/GetSlotTypeVersionsCommand.js +2 -2
- package/dist-es/commands/GetSlotTypesCommand.js +2 -2
- package/dist-es/commands/GetUtterancesViewCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutBotAliasCommand.js +2 -2
- package/dist-es/commands/PutBotCommand.js +2 -2
- package/dist-es/commands/PutIntentCommand.js +2 -2
- package/dist-es/commands/PutSlotTypeCommand.js +2 -2
- package/dist-es/commands/StartImportCommand.js +2 -2
- package/dist-es/commands/StartMigrationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/LexModelBuildingServiceServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/LexModelBuildingServiceClient.d.ts +5 -5
- package/dist-types/commands/CreateBotVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateIntentVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBotCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIntentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIntentVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +6 -4
- package/dist-types/commands/GetBotAliasCommand.d.ts +6 -4
- package/dist-types/commands/GetBotAliasesCommand.d.ts +6 -4
- package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/GetBotCommand.d.ts +6 -4
- package/dist-types/commands/GetBotVersionsCommand.d.ts +6 -4
- package/dist-types/commands/GetBotsCommand.d.ts +6 -4
- package/dist-types/commands/GetBuiltinIntentCommand.d.ts +6 -4
- package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +6 -4
- package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +6 -4
- package/dist-types/commands/GetExportCommand.d.ts +6 -4
- package/dist-types/commands/GetImportCommand.d.ts +6 -4
- package/dist-types/commands/GetIntentCommand.d.ts +6 -4
- package/dist-types/commands/GetIntentVersionsCommand.d.ts +6 -4
- package/dist-types/commands/GetIntentsCommand.d.ts +6 -4
- package/dist-types/commands/GetMigrationCommand.d.ts +6 -4
- package/dist-types/commands/GetMigrationsCommand.d.ts +6 -4
- package/dist-types/commands/GetSlotTypeCommand.d.ts +6 -4
- package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +6 -4
- package/dist-types/commands/GetSlotTypesCommand.d.ts +6 -4
- package/dist-types/commands/GetUtterancesViewCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutBotAliasCommand.d.ts +6 -4
- package/dist-types/commands/PutBotCommand.d.ts +6 -4
- package/dist-types/commands/PutIntentCommand.d.ts +6 -4
- package/dist-types/commands/PutSlotTypeCommand.d.ts +6 -4
- package/dist-types/commands/StartImportCommand.d.ts +6 -4
- package/dist-types/commands/StartMigrationCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/LexModelBuildingServiceServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutBotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/LexModelBuildingServiceServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetBuiltinSlotTypesRequest, GetBuiltinSlotTypesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBuiltinSlotTypesCommandInput extends GetBuiltinSlotTypesRequ
|
|
|
22
22
|
export interface GetBuiltinSlotTypesCommandOutput extends GetBuiltinSlotTypesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBuiltinSlotTypesCommand_base: {
|
|
25
|
-
new (input: GetBuiltinSlotTypesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetBuiltinSlotTypesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a list of built-in slot types that meet the specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetExportRequest, GetExportResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetExportCommandInput extends GetExportRequest {
|
|
|
22
22
|
export interface GetExportCommandOutput extends GetExportResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetExportCommand_base: {
|
|
25
|
-
new (input: GetExportCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetExportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Exports the contents of a Amazon Lex resource in a specified format.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetImportRequest, GetImportResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetImportCommandInput extends GetImportRequest {
|
|
|
22
22
|
export interface GetImportCommandOutput extends GetImportResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetImportCommand_base: {
|
|
25
|
-
new (input: GetImportCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetImportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about an import job started with the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetIntentRequest, GetIntentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIntentCommandInput extends GetIntentRequest {
|
|
|
22
22
|
export interface GetIntentCommandOutput extends GetIntentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIntentCommand_base: {
|
|
25
|
-
new (input: GetIntentCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIntentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Returns information about an intent. In addition to the intent
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetIntentVersionsRequest, GetIntentVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIntentVersionsCommandInput extends GetIntentVersionsRequest
|
|
|
22
22
|
export interface GetIntentVersionsCommandOutput extends GetIntentVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIntentVersionsCommand_base: {
|
|
25
|
-
new (input: GetIntentVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIntentVersionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about all of the versions of an intent.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetIntentsRequest, GetIntentsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIntentsCommandInput extends GetIntentsRequest {
|
|
|
22
22
|
export interface GetIntentsCommandOutput extends GetIntentsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIntentsCommand_base: {
|
|
25
|
-
new (input: GetIntentsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetIntentsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns intent information as follows: </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetMigrationRequest, GetMigrationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMigrationCommandInput extends GetMigrationRequest {
|
|
|
22
22
|
export interface GetMigrationCommandOutput extends GetMigrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMigrationCommand_base: {
|
|
25
|
-
new (input: GetMigrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMigrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about an ongoing or complete migration from an
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetMigrationsRequest, GetMigrationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMigrationsCommandInput extends GetMigrationsRequest {
|
|
|
22
22
|
export interface GetMigrationsCommandOutput extends GetMigrationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMigrationsCommand_base: {
|
|
25
|
-
new (input: GetMigrationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetMigrationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetSlotTypeRequest, GetSlotTypeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSlotTypeCommandInput extends GetSlotTypeRequest {
|
|
|
22
22
|
export interface GetSlotTypeCommandOutput extends GetSlotTypeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSlotTypeCommand_base: {
|
|
25
|
-
new (input: GetSlotTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSlotTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a specific version of a slot type. In
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetSlotTypeVersionsRequest, GetSlotTypeVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSlotTypeVersionsCommandInput extends GetSlotTypeVersionsRequ
|
|
|
22
22
|
export interface GetSlotTypeVersionsCommandOutput extends GetSlotTypeVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSlotTypeVersionsCommand_base: {
|
|
25
|
-
new (input: GetSlotTypeVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSlotTypeVersionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about all versions of a slot type.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetSlotTypesRequest, GetSlotTypesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSlotTypesCommandInput extends GetSlotTypesRequest {
|
|
|
22
22
|
export interface GetSlotTypesCommandOutput extends GetSlotTypesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSlotTypesCommand_base: {
|
|
25
|
-
new (input: GetSlotTypesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetSlotTypesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns slot type information as follows: </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { GetUtterancesViewRequest, GetUtterancesViewResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetUtterancesViewCommandInput extends GetUtterancesViewRequest
|
|
|
22
22
|
export interface GetUtterancesViewCommandOutput extends GetUtterancesViewResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetUtterancesViewCommand_base: {
|
|
25
|
-
new (input: GetUtterancesViewCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetUtterancesViewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Use the <code>GetUtterancesView</code> operation to get information
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a list of tags associated with the specified resource. Only bots,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { PutBotAliasRequest, PutBotAliasResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutBotAliasCommandInput extends PutBotAliasRequest {
|
|
|
22
22
|
export interface PutBotAliasCommandOutput extends PutBotAliasResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutBotAliasCommand_base: {
|
|
25
|
-
new (input: PutBotAliasCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutBotAliasCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutBotAliasCommandInput): import("@smithy/core/client").CommandImpl<PutBotAliasCommandInput, PutBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutBotAliasCommandInput): import("@smithy/core/client").CommandImpl<PutBotAliasCommandInput, PutBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an alias for the specified version of the bot or replaces
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { PutBotRequest, PutBotResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutBotCommandInput extends PutBotRequest {
|
|
|
22
22
|
export interface PutBotCommandOutput extends PutBotResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutBotCommand_base: {
|
|
25
|
-
new (input: PutBotCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutBotCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutBotCommandInput): import("@smithy/core/client").CommandImpl<PutBotCommandInput, PutBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutBotCommandInput): import("@smithy/core/client").CommandImpl<PutBotCommandInput, PutBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an Amazon Lex conversational bot or replaces an existing bot.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { PutIntentRequest, PutIntentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutIntentCommandInput extends PutIntentRequest {
|
|
|
22
22
|
export interface PutIntentCommandOutput extends PutIntentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutIntentCommand_base: {
|
|
25
|
-
new (input: PutIntentCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutIntentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutIntentCommandInput): import("@smithy/core/client").CommandImpl<PutIntentCommandInput, PutIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutIntentCommandInput): import("@smithy/core/client").CommandImpl<PutIntentCommandInput, PutIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an intent or replaces an existing intent.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { PutSlotTypeRequest, PutSlotTypeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutSlotTypeCommandInput extends PutSlotTypeRequest {
|
|
|
22
22
|
export interface PutSlotTypeCommandOutput extends PutSlotTypeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutSlotTypeCommand_base: {
|
|
25
|
-
new (input: PutSlotTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutSlotTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<PutSlotTypeCommandInput, PutSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<PutSlotTypeCommandInput, PutSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a custom slot type or replaces an existing custom slot
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { StartImportRequest, StartImportResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartImportCommandInput extends StartImportRequest {
|
|
|
22
22
|
export interface StartImportCommandOutput extends StartImportResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartImportCommand_base: {
|
|
25
|
-
new (input: StartImportCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartImportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartImportCommandInput): import("@smithy/core/client").CommandImpl<StartImportCommandInput, StartImportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartImportCommandInput): import("@smithy/core/client").CommandImpl<StartImportCommandInput, StartImportCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts a job to import a resource to Amazon Lex.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { StartMigrationRequest, StartMigrationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartMigrationCommandInput extends StartMigrationRequest {
|
|
|
22
22
|
export interface StartMigrationCommandOutput extends StartMigrationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartMigrationCommand_base: {
|
|
25
|
-
new (input: StartMigrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartMigrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartMigrationCommandInput): import("@smithy/core/client").CommandImpl<StartMigrationCommandInput, StartMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartMigrationCommandInput): import("@smithy/core/client").CommandImpl<StartMigrationCommandInput, StartMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts migrating a bot from Amazon Lex V1 to Amazon Lex V2. Migrate your bot when
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds the specified tags to the specified resource. If a tag key
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes tags from a bot, bot alias or bot channel.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import type { ReferenceType } from "./enums";
|
|
3
3
|
import { LexModelBuildingServiceServiceException as __BaseException } from "./LexModelBuildingServiceServiceException";
|
|
4
4
|
import type { ResourceReference } from "./models_0";
|
|
@@ -5,13 +5,13 @@ import type { LexModelBuildingServiceClientConfig } from "./LexModelBuildingServ
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: LexModelBuildingServiceClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { LexModelBuildingServiceClientConfig } from "./LexModelBuildingServ
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: LexModelBuildingServiceClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { LexModelBuildingServiceClientConfig } from "./LexModelBuildingServ
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: LexModelBuildingServiceClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: LexModelBuildingServiceClientCon
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|