@aws-sdk/types
Version:
Types for the AWS SDK
23 lines (19 loc) • 671 B
JavaScript
;
var types = require('@smithy/types');
exports.HostAddressType = void 0;
(function (HostAddressType) {
HostAddressType["AAAA"] = "AAAA";
HostAddressType["A"] = "A";
})(exports.HostAddressType || (exports.HostAddressType = {}));
Object.defineProperty(exports, "EndpointURLScheme", {
enumerable: true,
get: function () { return types.EndpointURLScheme; }
});
Object.defineProperty(exports, "HttpAuthLocation", {
enumerable: true,
get: function () { return types.HttpAuthLocation; }
});
Object.defineProperty(exports, "RequestHandlerProtocol", {
enumerable: true,
get: function () { return types.RequestHandlerProtocol; }
});