UNPKG

@aws-sdk/types

Version:
13 lines (10 loc) 460 B
const { EndpointURLScheme, HttpAuthLocation, RequestHandlerProtocol } = require("@smithy/types"); exports.EndpointURLScheme = EndpointURLScheme; exports.HttpAuthLocation = HttpAuthLocation; exports.RequestHandlerProtocol = RequestHandlerProtocol; var HostAddressType; (function (HostAddressType) { HostAddressType["AAAA"] = "AAAA"; HostAddressType["A"] = "A"; })(HostAddressType || (HostAddressType = {})); exports.HostAddressType = HostAddressType;