@aws-sdk/client-lex-model-building-service 3.1045.0 → 3.1047.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
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const m = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { "fn": f, "argv": [i, "name"] }, k = {}, l = [{ [m]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class LexModelBuildingServiceServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultLexModelBuildingServiceHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
|
|
@@ -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 { CreateBotVersionRequest, CreateBotVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateBotVersionCommandInput extends CreateBotVersionRequest {
|
|
|
22
22
|
export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateBotVersionCommand_base: {
|
|
25
|
-
new (input: CreateBotVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateBotVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateBotVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateBotVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new version of the bot based on the <code>$LATEST</code>
|
|
@@ -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 { CreateIntentVersionRequest, CreateIntentVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateIntentVersionCommandInput extends CreateIntentVersionRequ
|
|
|
22
22
|
export interface CreateIntentVersionCommandOutput extends CreateIntentVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateIntentVersionCommand_base: {
|
|
25
|
-
new (input: CreateIntentVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateIntentVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new version of an intent based on 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 { CreateSlotTypeVersionRequest, CreateSlotTypeVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateSlotTypeVersionCommandInput extends CreateSlotTypeVersion
|
|
|
22
22
|
export interface CreateSlotTypeVersionCommandOutput extends CreateSlotTypeVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSlotTypeVersionCommand_base: {
|
|
25
|
-
new (input: CreateSlotTypeVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateSlotTypeVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new version of a slot type based on 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 { DeleteBotAliasRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBotAliasCommandInput extends DeleteBotAliasRequest {
|
|
|
22
22
|
export interface DeleteBotAliasCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBotAliasCommand_base: {
|
|
25
|
-
new (input: DeleteBotAliasCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBotAliasCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteBotAliasCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteBotAliasCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an alias for the specified bot. </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 { DeleteBotChannelAssociationRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBotChannelAssociationCommandInput extends DeleteBotChanne
|
|
|
22
22
|
export interface DeleteBotChannelAssociationCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBotChannelAssociationCommand_base: {
|
|
25
|
-
new (input: DeleteBotChannelAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBotChannelAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteBotChannelAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteBotChannelAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the association between an Amazon Lex bot and a messaging
|
|
@@ -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 { DeleteBotRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBotCommandInput extends DeleteBotRequest {
|
|
|
22
22
|
export interface DeleteBotCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBotCommand_base: {
|
|
25
|
-
new (input: DeleteBotCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBotCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes all versions of the bot, including the <code>$LATEST</code>
|
|
@@ -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 { DeleteBotVersionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBotVersionCommandInput extends DeleteBotVersionRequest {
|
|
|
22
22
|
export interface DeleteBotVersionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBotVersionCommand_base: {
|
|
25
|
-
new (input: DeleteBotVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBotVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteBotVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteBotVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a specific version of a bot. To delete all versions of a
|
|
@@ -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 { DeleteIntentRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteIntentCommandInput extends DeleteIntentRequest {
|
|
|
22
22
|
export interface DeleteIntentCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIntentCommand_base: {
|
|
25
|
-
new (input: DeleteIntentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteIntentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteIntentCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteIntentCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes all versions of the intent, including 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 { DeleteIntentVersionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteIntentVersionCommandInput extends DeleteIntentVersionRequ
|
|
|
22
22
|
export interface DeleteIntentVersionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIntentVersionCommand_base: {
|
|
25
|
-
new (input: DeleteIntentVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteIntentVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a specific version of an intent. To delete all versions of
|
|
@@ -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 { DeleteSlotTypeRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSlotTypeCommandInput extends DeleteSlotTypeRequest {
|
|
|
22
22
|
export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSlotTypeCommand_base: {
|
|
25
|
-
new (input: DeleteSlotTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSlotTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes all versions of the slot type, including 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 { DeleteSlotTypeVersionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSlotTypeVersionCommandInput extends DeleteSlotTypeVersion
|
|
|
22
22
|
export interface DeleteSlotTypeVersionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSlotTypeVersionCommand_base: {
|
|
25
|
-
new (input: DeleteSlotTypeVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSlotTypeVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a specific version of a slot type. To delete all versions
|
|
@@ -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 { DeleteUtterancesRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteUtterancesCommandInput extends DeleteUtterancesRequest {
|
|
|
22
22
|
export interface DeleteUtterancesCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteUtterancesCommand_base: {
|
|
25
|
-
new (input: DeleteUtterancesCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteUtterancesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteUtterancesCommandInput): import("@smithy/core/client").CommandImpl<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteUtterancesCommandInput): import("@smithy/core/client").CommandImpl<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes stored utterances.</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 { GetBotAliasRequest, GetBotAliasResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBotAliasCommandInput extends GetBotAliasRequest {
|
|
|
22
22
|
export interface GetBotAliasCommandOutput extends GetBotAliasResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBotAliasCommand_base: {
|
|
25
|
-
new (input: GetBotAliasCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBotAliasCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about an Amazon Lex bot alias. For more 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 { GetBotAliasesRequest, GetBotAliasesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBotAliasesCommandInput extends GetBotAliasesRequest {
|
|
|
22
22
|
export interface GetBotAliasesCommandOutput extends GetBotAliasesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBotAliasesCommand_base: {
|
|
25
|
-
new (input: GetBotAliasesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBotAliasesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of aliases for a specified Amazon Lex bot.</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 { GetBotChannelAssociationRequest, GetBotChannelAssociationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBotChannelAssociationCommandInput extends GetBotChannelAssoc
|
|
|
22
22
|
export interface GetBotChannelAssociationCommandOutput extends GetBotChannelAssociationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBotChannelAssociationCommand_base: {
|
|
25
|
-
new (input: GetBotChannelAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBotChannelAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the association between an Amazon Lex bot and
|
|
@@ -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 { GetBotChannelAssociationsRequest, GetBotChannelAssociationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBotChannelAssociationsCommandInput extends GetBotChannelAsso
|
|
|
22
22
|
export interface GetBotChannelAssociationsCommandOutput extends GetBotChannelAssociationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBotChannelAssociationsCommand_base: {
|
|
25
|
-
new (input: GetBotChannelAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBotChannelAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Returns a list of all of the channels associated 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 { GetBotRequest, GetBotResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBotCommandInput extends GetBotRequest {
|
|
|
22
22
|
export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBotCommand_base: {
|
|
25
|
-
new (input: GetBotCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBotCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns metadata information for a specific bot. You must provide
|
|
@@ -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 { GetBotVersionsRequest, GetBotVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBotVersionsCommandInput extends GetBotVersionsRequest {
|
|
|
22
22
|
export interface GetBotVersionsCommandOutput extends GetBotVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBotVersionsCommand_base: {
|
|
25
|
-
new (input: GetBotVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBotVersionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about all of the versions of a bot.</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 { GetBotsRequest, GetBotsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBotsCommandInput extends GetBotsRequest {
|
|
|
22
22
|
export interface GetBotsCommandOutput extends GetBotsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBotsCommand_base: {
|
|
25
|
-
new (input: GetBotsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetBotsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns bot 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 { GetBuiltinIntentRequest, GetBuiltinIntentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBuiltinIntentCommandInput extends GetBuiltinIntentRequest {
|
|
|
22
22
|
export interface GetBuiltinIntentCommandOutput extends GetBuiltinIntentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBuiltinIntentCommand_base: {
|
|
25
|
-
new (input: GetBuiltinIntentCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBuiltinIntentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a built-in 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 { GetBuiltinIntentsRequest, GetBuiltinIntentsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBuiltinIntentsCommandInput extends GetBuiltinIntentsRequest
|
|
|
22
22
|
export interface GetBuiltinIntentsCommandOutput extends GetBuiltinIntentsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBuiltinIntentsCommand_base: {
|
|
25
|
-
new (input: GetBuiltinIntentsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetBuiltinIntentsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a list of built-in intents that meet the specified
|