UNPKG

@aws-sdk/types

Version:
23 lines (19 loc) 671 B
'use strict'; 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; } });