@aws-sdk/client-lex-runtime-service
Version:
AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native
29 lines (28 loc) • 1.41 kB
TypeScript
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
import type { LexRuntimeServiceClientConfig } from "./LexRuntimeServiceClient";
/**
* @internal
*/
export declare const getRuntimeConfig: (config: LexRuntimeServiceClientConfig) => {
apiVersion: string;
base64Decoder: import("@smithy/types").Decoder;
base64Encoder: (_input: Uint8Array | string) => string;
disableHostPrefix: boolean;
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
logger?: import("@smithy/types").Logger;
}) => import("@smithy/types").EndpointV2;
extensions: import("./runtimeExtensions").RuntimeExtension[];
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LexRuntimeServiceHttpAuthSchemeProvider;
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
logger: import("@smithy/types").Logger;
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
protocolSettings: {
[setting: string]: unknown;
defaultNamespace?: string;
};
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
serviceId: string;
urlParser: import("@smithy/types").UrlParser;
utf8Decoder: import("@smithy/types").Decoder;
utf8Encoder: (input: Uint8Array | string) => string;
};