Metzploreur/node_modules/@smithy/types/dist-cjs/endpoint.js
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

8 lines
337 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EndpointURLScheme = void 0;
var EndpointURLScheme;
(function (EndpointURLScheme) {
EndpointURLScheme["HTTP"] = "http";
EndpointURLScheme["HTTPS"] = "https";
})(EndpointURLScheme = exports.EndpointURLScheme || (exports.EndpointURLScheme = {}));