UNPKG

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