UNPKG

@aws-sdk/config-resolver

Version:

[![NPM version](https://img.shields.io/npm/v/@aws-sdk/config-resolver/latest.svg)](https://www.npmjs.com/package/@aws-sdk/config-resolver) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/config-resolver.svg)](https://www.npmjs.com/package/@aws-sd

6 lines (5 loc) 186 B
/** * The tag which mentions which area variant is providing information for. * Can be either "fips" or "dualstack". */ export declare type EndpointVariantTag = "fips" | "dualstack";