/var/runtime/node_modules/@aws-sdk/client-workspaces/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.WorkspacesDefaultRoleNotFoundException = exports.UnsupportedNetworkConfigurationException = exports.UnsupportedWorkspaceConfigurationException = exports.OperationInProgressException = exports.InvalidParameterCombinationException = exports.ResourceCreationFailedException = exports.ResourceUnavailableException = exports.ResourceInUseException = exports.ResourceAlreadyExistsException = exports.OperatingSystemNotCompatibleException = exports.IncompatibleApplicationsException = exports.ComputeNotCompatibleException = exports.ResourceLimitExceededException = exports.ResourceAssociatedException = exports.OperationNotSupportedException = exports.InvalidResourceStateException = exports.InvalidParameterValuesException = exports.ApplicationNotSupportedException = exports.ValidationException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;const WorkSpacesServiceException_1 = require("./WorkSpacesServiceException");class AccessDeniedException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "AccessDeniedException"; $fault = "client"; constructor(opts) { super({ name: "AccessDeniedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, AccessDeniedException.prototype); }}exports.AccessDeniedException = AccessDeniedException;class ConflictException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "ConflictException"; $fault = "client"; constructor(opts) { super({ name: "ConflictException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConflictException.prototype); }}exports.ConflictException = ConflictException;class InternalServerException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "InternalServerException"; $fault = "client"; constructor(opts) { super({ name: "InternalServerException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InternalServerException.prototype); }}exports.InternalServerException = InternalServerException;class ResourceNotFoundException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "ResourceNotFoundException"; $fault = "client"; ResourceId; constructor(opts) { super({ name: "ResourceNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceNotFoundException.prototype); this.ResourceId = opts.ResourceId; }}exports.ResourceNotFoundException = ResourceNotFoundException;class ValidationException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "ValidationException"; $fault = "client"; constructor(opts) { super({ name: "ValidationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ValidationException.prototype); }}exports.ValidationException = ValidationException;class ApplicationNotSupportedException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "ApplicationNotSupportedException"; $fault = "client"; constructor(opts) { super({ name: "ApplicationNotSupportedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ApplicationNotSupportedException.prototype); }}exports.ApplicationNotSupportedException = ApplicationNotSupportedException;class InvalidParameterValuesException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "InvalidParameterValuesException"; $fault = "client"; constructor(opts) { super({ name: "InvalidParameterValuesException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidParameterValuesException.prototype); }}exports.InvalidParameterValuesException = InvalidParameterValuesException;class InvalidResourceStateException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "InvalidResourceStateException"; $fault = "client"; constructor(opts) { super({ name: "InvalidResourceStateException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidResourceStateException.prototype); }}exports.InvalidResourceStateException = InvalidResourceStateException;class OperationNotSupportedException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "OperationNotSupportedException"; $fault = "client"; reason; constructor(opts) { super({ name: "OperationNotSupportedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, OperationNotSupportedException.prototype); this.reason = opts.reason; }}exports.OperationNotSupportedException = OperationNotSupportedException;class ResourceAssociatedException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "ResourceAssociatedException"; $fault = "client"; constructor(opts) { super({ name: "ResourceAssociatedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceAssociatedException.prototype); }}exports.ResourceAssociatedException = ResourceAssociatedException;class ResourceLimitExceededException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "ResourceLimitExceededException"; $fault = "client"; constructor(opts) { super({ name: "ResourceLimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceLimitExceededException.prototype); }}exports.ResourceLimitExceededException = ResourceLimitExceededException;class ComputeNotCompatibleException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "ComputeNotCompatibleException"; $fault = "client"; constructor(opts) { super({ name: "ComputeNotCompatibleException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ComputeNotCompatibleException.prototype); }}exports.ComputeNotCompatibleException = ComputeNotCompatibleException;class IncompatibleApplicationsException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "IncompatibleApplicationsException"; $fault = "client"; constructor(opts) { super({ name: "IncompatibleApplicationsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, IncompatibleApplicationsException.prototype); }}exports.IncompatibleApplicationsException = IncompatibleApplicationsException;class OperatingSystemNotCompatibleException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "OperatingSystemNotCompatibleException"; $fault = "client"; constructor(opts) { super({ name: "OperatingSystemNotCompatibleException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, OperatingSystemNotCompatibleException.prototype); }}exports.OperatingSystemNotCompatibleException = OperatingSystemNotCompatibleException;class ResourceAlreadyExistsException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "ResourceAlreadyExistsException"; $fault = "client"; constructor(opts) { super({ name: "ResourceAlreadyExistsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype); }}exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;class ResourceInUseException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "ResourceInUseException"; $fault = "client"; ResourceId; constructor(opts) { super({ name: "ResourceInUseException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceInUseException.prototype); this.ResourceId = opts.ResourceId; }}exports.ResourceInUseException = ResourceInUseException;class ResourceUnavailableException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "ResourceUnavailableException"; $fault = "client"; ResourceId; constructor(opts) { super({ name: "ResourceUnavailableException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceUnavailableException.prototype); this.ResourceId = opts.ResourceId; }}exports.ResourceUnavailableException = ResourceUnavailableException;class ResourceCreationFailedException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "ResourceCreationFailedException"; $fault = "client"; constructor(opts) { super({ name: "ResourceCreationFailedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceCreationFailedException.prototype); }}exports.ResourceCreationFailedException = ResourceCreationFailedException;class InvalidParameterCombinationException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "InvalidParameterCombinationException"; $fault = "client"; constructor(opts) { super({ name: "InvalidParameterCombinationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype); }}exports.InvalidParameterCombinationException = InvalidParameterCombinationException;class OperationInProgressException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "OperationInProgressException"; $fault = "client"; constructor(opts) { super({ name: "OperationInProgressException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, OperationInProgressException.prototype); }}exports.OperationInProgressException = OperationInProgressException;class UnsupportedWorkspaceConfigurationException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "UnsupportedWorkspaceConfigurationException"; $fault = "client"; constructor(opts) { super({ name: "UnsupportedWorkspaceConfigurationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, UnsupportedWorkspaceConfigurationException.prototype); }}exports.UnsupportedWorkspaceConfigurationException = UnsupportedWorkspaceConfigurationException;class UnsupportedNetworkConfigurationException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "UnsupportedNetworkConfigurationException"; $fault = "client"; constructor(opts) { super({ name: "UnsupportedNetworkConfigurationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, UnsupportedNetworkConfigurationException.prototype); }}exports.UnsupportedNetworkConfigurationException = UnsupportedNetworkConfigurationException;class WorkspacesDefaultRoleNotFoundException extends WorkSpacesServiceException_1.WorkSpacesServiceException { name = "WorkspacesDefaultRoleNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "WorkspacesDefaultRoleNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, WorkspacesDefaultRoleNotFoundException.prototype); }}exports.WorkspacesDefaultRoleNotFoundException = WorkspacesDefaultRoleNotFoundException;