/proc/self/root/var/runtime/node_modules/@aws-sdk/client-cloudcontrol/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.UnsupportedActionException = exports.TypeNotFoundException = exports.ThrottlingException = exports.ServiceLimitExceededException = exports.ServiceInternalErrorException = exports.ResourceNotFoundException = exports.ResourceConflictException = exports.PrivateTypeException = exports.NotUpdatableException = exports.NotStabilizedException = exports.NetworkFailureException = exports.InvalidRequestException = exports.InvalidCredentialsException = exports.HandlerInternalFailureException = exports.HandlerFailureException = exports.GeneralServiceException = exports.ConcurrentOperationException = exports.ClientTokenConflictException = exports.RequestTokenNotFoundException = exports.ConcurrentModificationException = exports.AlreadyExistsException = void 0;const CloudControlServiceException_1 = require("./CloudControlServiceException");class AlreadyExistsException extends CloudControlServiceException_1.CloudControlServiceException { name = "AlreadyExistsException"; $fault = "client"; Message; constructor(opts) { super({ name: "AlreadyExistsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, AlreadyExistsException.prototype); this.Message = opts.Message; }}exports.AlreadyExistsException = AlreadyExistsException;class ConcurrentModificationException extends CloudControlServiceException_1.CloudControlServiceException { name = "ConcurrentModificationException"; $fault = "server"; Message; constructor(opts) { super({ name: "ConcurrentModificationException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, ConcurrentModificationException.prototype); this.Message = opts.Message; }}exports.ConcurrentModificationException = ConcurrentModificationException;class RequestTokenNotFoundException extends CloudControlServiceException_1.CloudControlServiceException { name = "RequestTokenNotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "RequestTokenNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, RequestTokenNotFoundException.prototype); this.Message = opts.Message; }}exports.RequestTokenNotFoundException = RequestTokenNotFoundException;class ClientTokenConflictException extends CloudControlServiceException_1.CloudControlServiceException { name = "ClientTokenConflictException"; $fault = "client"; Message; constructor(opts) { super({ name: "ClientTokenConflictException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ClientTokenConflictException.prototype); this.Message = opts.Message; }}exports.ClientTokenConflictException = ClientTokenConflictException;class ConcurrentOperationException extends CloudControlServiceException_1.CloudControlServiceException { name = "ConcurrentOperationException"; $fault = "client"; Message; constructor(opts) { super({ name: "ConcurrentOperationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConcurrentOperationException.prototype); this.Message = opts.Message; }}exports.ConcurrentOperationException = ConcurrentOperationException;class GeneralServiceException extends CloudControlServiceException_1.CloudControlServiceException { name = "GeneralServiceException"; $fault = "client"; Message; constructor(opts) { super({ name: "GeneralServiceException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, GeneralServiceException.prototype); this.Message = opts.Message; }}exports.GeneralServiceException = GeneralServiceException;class HandlerFailureException extends CloudControlServiceException_1.CloudControlServiceException { name = "HandlerFailureException"; $fault = "server"; Message; constructor(opts) { super({ name: "HandlerFailureException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, HandlerFailureException.prototype); this.Message = opts.Message; }}exports.HandlerFailureException = HandlerFailureException;class HandlerInternalFailureException extends CloudControlServiceException_1.CloudControlServiceException { name = "HandlerInternalFailureException"; $fault = "server"; Message; constructor(opts) { super({ name: "HandlerInternalFailureException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, HandlerInternalFailureException.prototype); this.Message = opts.Message; }}exports.HandlerInternalFailureException = HandlerInternalFailureException;class InvalidCredentialsException extends CloudControlServiceException_1.CloudControlServiceException { name = "InvalidCredentialsException"; $fault = "client"; Message; constructor(opts) { super({ name: "InvalidCredentialsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidCredentialsException.prototype); this.Message = opts.Message; }}exports.InvalidCredentialsException = InvalidCredentialsException;class InvalidRequestException extends CloudControlServiceException_1.CloudControlServiceException { name = "InvalidRequestException"; $fault = "client"; Message; constructor(opts) { super({ name: "InvalidRequestException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidRequestException.prototype); this.Message = opts.Message; }}exports.InvalidRequestException = InvalidRequestException;class NetworkFailureException extends CloudControlServiceException_1.CloudControlServiceException { name = "NetworkFailureException"; $fault = "server"; Message; constructor(opts) { super({ name: "NetworkFailureException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, NetworkFailureException.prototype); this.Message = opts.Message; }}exports.NetworkFailureException = NetworkFailureException;class NotStabilizedException extends CloudControlServiceException_1.CloudControlServiceException { name = "NotStabilizedException"; $fault = "client"; Message; constructor(opts) { super({ name: "NotStabilizedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NotStabilizedException.prototype); this.Message = opts.Message; }}exports.NotStabilizedException = NotStabilizedException;class NotUpdatableException extends CloudControlServiceException_1.CloudControlServiceException { name = "NotUpdatableException"; $fault = "client"; Message; constructor(opts) { super({ name: "NotUpdatableException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NotUpdatableException.prototype); this.Message = opts.Message; }}exports.NotUpdatableException = NotUpdatableException;class PrivateTypeException extends CloudControlServiceException_1.CloudControlServiceException { name = "PrivateTypeException"; $fault = "client"; Message; constructor(opts) { super({ name: "PrivateTypeException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, PrivateTypeException.prototype); this.Message = opts.Message; }}exports.PrivateTypeException = PrivateTypeException;class ResourceConflictException extends CloudControlServiceException_1.CloudControlServiceException { name = "ResourceConflictException"; $fault = "client"; Message; constructor(opts) { super({ name: "ResourceConflictException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceConflictException.prototype); this.Message = opts.Message; }}exports.ResourceConflictException = ResourceConflictException;class ResourceNotFoundException extends CloudControlServiceException_1.CloudControlServiceException { 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;class ServiceInternalErrorException extends CloudControlServiceException_1.CloudControlServiceException { name = "ServiceInternalErrorException"; $fault = "server"; Message; constructor(opts) { super({ name: "ServiceInternalErrorException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, ServiceInternalErrorException.prototype); this.Message = opts.Message; }}exports.ServiceInternalErrorException = ServiceInternalErrorException;class ServiceLimitExceededException extends CloudControlServiceException_1.CloudControlServiceException { name = "ServiceLimitExceededException"; $fault = "client"; Message; constructor(opts) { super({ name: "ServiceLimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ServiceLimitExceededException.prototype); this.Message = opts.Message; }}exports.ServiceLimitExceededException = ServiceLimitExceededException;class ThrottlingException extends CloudControlServiceException_1.CloudControlServiceException { name = "ThrottlingException"; $fault = "client"; Message; constructor(opts) { super({ name: "ThrottlingException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ThrottlingException.prototype); this.Message = opts.Message; }}exports.ThrottlingException = ThrottlingException;class TypeNotFoundException extends CloudControlServiceException_1.CloudControlServiceException { name = "TypeNotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "TypeNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TypeNotFoundException.prototype); this.Message = opts.Message; }}exports.TypeNotFoundException = TypeNotFoundException;class UnsupportedActionException extends CloudControlServiceException_1.CloudControlServiceException { name = "UnsupportedActionException"; $fault = "client"; Message; constructor(opts) { super({ name: "UnsupportedActionException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, UnsupportedActionException.prototype); this.Message = opts.Message; }}exports.UnsupportedActionException = UnsupportedActionException;