UNPKG

388 BTypeScriptView Raw
1import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider";
2export declare const ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT";
3export declare const CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint";
4export declare const DEFAULT_USE_DUALSTACK_ENDPOINT = false;
5export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>;