@aws-sdk/types
Version:
Types for the AWS SDK
13 lines (10 loc) • 460 B
JavaScript
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;