File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-datazone/dist-cjs/endpoint

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

bdd.js1.5 KB · 42 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.bdd = void 0;const endpoints_1 = require("@smithy/core/endpoints");const j = "ref";const a = true, b = "isSet", c = "PartitionResult", d = "booleanEquals", e = "getAttr", f = { [j]: "Endpoint" }, g = { [j]: c }, h = {}, i = [{ [j]: "Region" }];const _data = {    conditions: [        [b, [f]],        [b, i],        ["aws.partition", i, c],        [d, [{ [j]: "UseFIPS" }, a]],        [d, [{ fn: e, argv: [g, "supportsFIPS"] }, a]],        [d, [{ fn: e, argv: [g, "supportsDualStack"] }, a]]    ],    results: [        [-1],        [-1, "Invalid Configuration: FIPS and custom endpoint are not supported"],        [f, h],        ["https://datazone-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", h],        [-1, "FIPS is enabled but this partition does not support FIPS"],        ["https://datazone.{Region}.{PartitionResult#dualStackDnsSuffix}", h],        ["https://datazone-fips.{Region}.{PartitionResult#dnsSuffix}", h],        ["https://datazone.{Region}.{PartitionResult#dnsSuffix}", h],        [-1, "Invalid Configuration: Missing Region"]    ]};const root = 2;const r = 100_000_000;const nodes = new Int32Array([    -1, 1, -1,    0, 9, 3,    1, 4, r + 8,    2, 5, r + 8,    3, 7, 6,    5, r + 5, r + 7,    4, 8, r + 4,    5, r + 3, r + 6,    3, r + 1, r + 2,]);exports.bdd = endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);