/proc/self/root/var/runtime/node_modules/@aws-sdk/client-pricing/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.ResourceNotFoundException = exports.ThrottlingException = exports.NotFoundException = exports.InvalidParameterException = exports.InvalidNextTokenException = exports.InternalErrorException = exports.ExpiredNextTokenException = exports.AccessDeniedException = void 0;const PricingServiceException_1 = require("./PricingServiceException");class AccessDeniedException extends PricingServiceException_1.PricingServiceException { name = "AccessDeniedException"; $fault = "client"; Message; constructor(opts) { super({ name: "AccessDeniedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, AccessDeniedException.prototype); this.Message = opts.Message; }}exports.AccessDeniedException = AccessDeniedException;class ExpiredNextTokenException extends PricingServiceException_1.PricingServiceException { name = "ExpiredNextTokenException"; $fault = "client"; Message; constructor(opts) { super({ name: "ExpiredNextTokenException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ExpiredNextTokenException.prototype); this.Message = opts.Message; }}exports.ExpiredNextTokenException = ExpiredNextTokenException;class InternalErrorException extends PricingServiceException_1.PricingServiceException { name = "InternalErrorException"; $fault = "server"; $retryable = {}; Message; constructor(opts) { super({ name: "InternalErrorException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, InternalErrorException.prototype); this.Message = opts.Message; }}exports.InternalErrorException = InternalErrorException;class InvalidNextTokenException extends PricingServiceException_1.PricingServiceException { name = "InvalidNextTokenException"; $fault = "client"; Message; constructor(opts) { super({ name: "InvalidNextTokenException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidNextTokenException.prototype); this.Message = opts.Message; }}exports.InvalidNextTokenException = InvalidNextTokenException;class InvalidParameterException extends PricingServiceException_1.PricingServiceException { name = "InvalidParameterException"; $fault = "client"; Message; constructor(opts) { super({ name: "InvalidParameterException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidParameterException.prototype); this.Message = opts.Message; }}exports.InvalidParameterException = InvalidParameterException;class NotFoundException extends PricingServiceException_1.PricingServiceException { name = "NotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "NotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NotFoundException.prototype); this.Message = opts.Message; }}exports.NotFoundException = NotFoundException;class ThrottlingException extends PricingServiceException_1.PricingServiceException { name = "ThrottlingException"; $fault = "client"; $retryable = { throttling: true, }; Message; constructor(opts) { super({ name: "ThrottlingException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ThrottlingException.prototype); this.Message = opts.Message; }}exports.ThrottlingException = ThrottlingException;class ResourceNotFoundException extends PricingServiceException_1.PricingServiceException { name = "ResourceNotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "ResourceNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceNotFoundException.prototype); this.Message = opts.Message; }}exports.ResourceNotFoundException = ResourceNotFoundException;