/proc/self/root/var/runtime/node_modules/@aws-sdk/client-fis/dist-cjs/models
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 /.
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.ValidationException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.ConflictException = void 0;const FisServiceException_1 = require("./FisServiceException");class ConflictException extends FisServiceException_1.FisServiceException { name = "ConflictException"; $fault = "client"; constructor(opts) { super({ name: "ConflictException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConflictException.prototype); }}exports.ConflictException = ConflictException;class ResourceNotFoundException extends FisServiceException_1.FisServiceException { name = "ResourceNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "ResourceNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceNotFoundException.prototype); }}exports.ResourceNotFoundException = ResourceNotFoundException;class ServiceQuotaExceededException extends FisServiceException_1.FisServiceException { name = "ServiceQuotaExceededException"; $fault = "client"; constructor(opts) { super({ name: "ServiceQuotaExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype); }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class ValidationException extends FisServiceException_1.FisServiceException { name = "ValidationException"; $fault = "client"; constructor(opts) { super({ name: "ValidationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ValidationException.prototype); }}exports.ValidationException = ValidationException;