UNPKG

194 BTypeScriptView Raw
1/**
2 * @internal
3 *
4 * The tag which mentions which area variant is providing information for.
5 * Can be either "fips" or "dualstack".
6 */
7export type EndpointVariantTag = "fips" | "dualstack";