/proc/self/root/var/runtime/node_modules/@aws-sdk/client-workmail/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.TooManyTagsException = exports.InvalidConfigurationException = exports.EntityAlreadyRegisteredException = exports.MailDomainInUseException = exports.InvalidCustomSesConfigurationException = exports.InvalidPasswordException = exports.DirectoryInUseException = exports.ReservedNameException = exports.NameAvailabilityException = exports.MailDomainStateException = exports.MailDomainNotFoundException = exports.LimitExceededException = exports.EmailAddressInUseException = exports.ResourceNotFoundException = exports.DirectoryUnavailableException = exports.DirectoryServiceAuthenticationFailedException = exports.UnsupportedOperationException = exports.OrganizationStateException = exports.OrganizationNotFoundException = exports.InvalidParameterException = exports.EntityStateException = exports.EntityNotFoundException = void 0;const WorkMailServiceException_1 = require("./WorkMailServiceException");class EntityNotFoundException extends WorkMailServiceException_1.WorkMailServiceException { name = "EntityNotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "EntityNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, EntityNotFoundException.prototype); this.Message = opts.Message; }}exports.EntityNotFoundException = EntityNotFoundException;class EntityStateException extends WorkMailServiceException_1.WorkMailServiceException { name = "EntityStateException"; $fault = "client"; Message; constructor(opts) { super({ name: "EntityStateException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, EntityStateException.prototype); this.Message = opts.Message; }}exports.EntityStateException = EntityStateException;class InvalidParameterException extends WorkMailServiceException_1.WorkMailServiceException { 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 OrganizationNotFoundException extends WorkMailServiceException_1.WorkMailServiceException { name = "OrganizationNotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "OrganizationNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, OrganizationNotFoundException.prototype); this.Message = opts.Message; }}exports.OrganizationNotFoundException = OrganizationNotFoundException;class OrganizationStateException extends WorkMailServiceException_1.WorkMailServiceException { name = "OrganizationStateException"; $fault = "client"; Message; constructor(opts) { super({ name: "OrganizationStateException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, OrganizationStateException.prototype); this.Message = opts.Message; }}exports.OrganizationStateException = OrganizationStateException;class UnsupportedOperationException extends WorkMailServiceException_1.WorkMailServiceException { name = "UnsupportedOperationException"; $fault = "client"; Message; constructor(opts) { super({ name: "UnsupportedOperationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, UnsupportedOperationException.prototype); this.Message = opts.Message; }}exports.UnsupportedOperationException = UnsupportedOperationException;class DirectoryServiceAuthenticationFailedException extends WorkMailServiceException_1.WorkMailServiceException { name = "DirectoryServiceAuthenticationFailedException"; $fault = "client"; Message; constructor(opts) { super({ name: "DirectoryServiceAuthenticationFailedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DirectoryServiceAuthenticationFailedException.prototype); this.Message = opts.Message; }}exports.DirectoryServiceAuthenticationFailedException = DirectoryServiceAuthenticationFailedException;class DirectoryUnavailableException extends WorkMailServiceException_1.WorkMailServiceException { name = "DirectoryUnavailableException"; $fault = "client"; Message; constructor(opts) { super({ name: "DirectoryUnavailableException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DirectoryUnavailableException.prototype); this.Message = opts.Message; }}exports.DirectoryUnavailableException = DirectoryUnavailableException;class ResourceNotFoundException extends WorkMailServiceException_1.WorkMailServiceException { 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 EmailAddressInUseException extends WorkMailServiceException_1.WorkMailServiceException { name = "EmailAddressInUseException"; $fault = "client"; Message; constructor(opts) { super({ name: "EmailAddressInUseException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, EmailAddressInUseException.prototype); this.Message = opts.Message; }}exports.EmailAddressInUseException = EmailAddressInUseException;class LimitExceededException extends WorkMailServiceException_1.WorkMailServiceException { name = "LimitExceededException"; $fault = "client"; Message; constructor(opts) { super({ name: "LimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, LimitExceededException.prototype); this.Message = opts.Message; }}exports.LimitExceededException = LimitExceededException;class MailDomainNotFoundException extends WorkMailServiceException_1.WorkMailServiceException { name = "MailDomainNotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "MailDomainNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, MailDomainNotFoundException.prototype); this.Message = opts.Message; }}exports.MailDomainNotFoundException = MailDomainNotFoundException;class MailDomainStateException extends WorkMailServiceException_1.WorkMailServiceException { name = "MailDomainStateException"; $fault = "client"; Message; constructor(opts) { super({ name: "MailDomainStateException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, MailDomainStateException.prototype); this.Message = opts.Message; }}exports.MailDomainStateException = MailDomainStateException;class NameAvailabilityException extends WorkMailServiceException_1.WorkMailServiceException { name = "NameAvailabilityException"; $fault = "client"; Message; constructor(opts) { super({ name: "NameAvailabilityException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NameAvailabilityException.prototype); this.Message = opts.Message; }}exports.NameAvailabilityException = NameAvailabilityException;class ReservedNameException extends WorkMailServiceException_1.WorkMailServiceException { name = "ReservedNameException"; $fault = "client"; Message; constructor(opts) { super({ name: "ReservedNameException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ReservedNameException.prototype); this.Message = opts.Message; }}exports.ReservedNameException = ReservedNameException;class DirectoryInUseException extends WorkMailServiceException_1.WorkMailServiceException { name = "DirectoryInUseException"; $fault = "client"; Message; constructor(opts) { super({ name: "DirectoryInUseException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DirectoryInUseException.prototype); this.Message = opts.Message; }}exports.DirectoryInUseException = DirectoryInUseException;class InvalidPasswordException extends WorkMailServiceException_1.WorkMailServiceException { name = "InvalidPasswordException"; $fault = "client"; Message; constructor(opts) { super({ name: "InvalidPasswordException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidPasswordException.prototype); this.Message = opts.Message; }}exports.InvalidPasswordException = InvalidPasswordException;class InvalidCustomSesConfigurationException extends WorkMailServiceException_1.WorkMailServiceException { name = "InvalidCustomSesConfigurationException"; $fault = "client"; Message; constructor(opts) { super({ name: "InvalidCustomSesConfigurationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidCustomSesConfigurationException.prototype); this.Message = opts.Message; }}exports.InvalidCustomSesConfigurationException = InvalidCustomSesConfigurationException;class MailDomainInUseException extends WorkMailServiceException_1.WorkMailServiceException { name = "MailDomainInUseException"; $fault = "client"; Message; constructor(opts) { super({ name: "MailDomainInUseException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, MailDomainInUseException.prototype); this.Message = opts.Message; }}exports.MailDomainInUseException = MailDomainInUseException;class EntityAlreadyRegisteredException extends WorkMailServiceException_1.WorkMailServiceException { name = "EntityAlreadyRegisteredException"; $fault = "client"; Message; constructor(opts) { super({ name: "EntityAlreadyRegisteredException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, EntityAlreadyRegisteredException.prototype); this.Message = opts.Message; }}exports.EntityAlreadyRegisteredException = EntityAlreadyRegisteredException;class InvalidConfigurationException extends WorkMailServiceException_1.WorkMailServiceException { name = "InvalidConfigurationException"; $fault = "client"; Message; constructor(opts) { super({ name: "InvalidConfigurationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidConfigurationException.prototype); this.Message = opts.Message; }}exports.InvalidConfigurationException = InvalidConfigurationException;class TooManyTagsException extends WorkMailServiceException_1.WorkMailServiceException { name = "TooManyTagsException"; $fault = "client"; Message; constructor(opts) { super({ name: "TooManyTagsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyTagsException.prototype); this.Message = opts.Message; }}exports.TooManyTagsException = TooManyTagsException;