UNPKG

@aws-sdk/client-iot

Version:

AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native

22 lines (21 loc) 975 B
import { IoTClientConfig } from "./IoTClient"; /** * @internal */ export declare const getRuntimeConfig: (config: IoTClientConfig) => { apiVersion: string; base64Decoder: import("@smithy/types").Decoder; base64Encoder: (_input: string | Uint8Array) => string; disableHostPrefix: boolean; endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { logger?: import("@smithy/types").Logger | undefined; }) => import("@smithy/types").EndpointV2; extensions: import("./runtimeExtensions").RuntimeExtension[]; httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IoTHttpAuthSchemeProvider; httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; logger: import("@smithy/types").Logger; serviceId: string; urlParser: import("@smithy/types").UrlParser; utf8Decoder: import("@smithy/types").Decoder; utf8Encoder: (input: string | Uint8Array) => string; };