@aws-sdk/config-resolver
Version:
[](https://www.npmjs.com/package/@aws-sdk/config-resolver) [](https://www.npmjs.com/package/@aws-sd
6 lines (5 loc) • 388 B
TypeScript
import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider";
export declare const ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT";
export declare const CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint";
export declare const DEFAULT_USE_DUALSTACK_ENDPOINT = false;
export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>;