File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-ram/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 /.

errors.js14.3 KB · 369 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.UnmatchedPolicyPermissionException = exports.InvalidResourceTypeException = exports.MissingRequiredParameterException = exports.InvalidMaxResultsException = exports.ResourceArnNotFoundException = exports.InvalidNextTokenException = exports.TagPolicyViolationException = exports.TagLimitExceededException = exports.PermissionVersionsLimitExceededException = exports.PermissionLimitExceededException = exports.PermissionAlreadyExistsException = exports.MalformedPolicyTemplateException = exports.InvalidPolicyException = exports.UnknownResourceException = exports.ThrottlingException = exports.ResourceShareLimitExceededException = exports.InvalidStateTransitionException = exports.InvalidParameterException = exports.ServiceUnavailableException = exports.ServerInternalException = exports.ResourceShareInvitationExpiredException = exports.ResourceShareInvitationArnNotFoundException = exports.ResourceShareInvitationAlreadyRejectedException = exports.ResourceShareInvitationAlreadyAcceptedException = exports.OperationNotPermittedException = exports.MalformedArnException = exports.InvalidClientTokenException = exports.IdempotentParameterMismatchException = void 0;const RAMServiceException_1 = require("./RAMServiceException");class IdempotentParameterMismatchException extends RAMServiceException_1.RAMServiceException {    name = "IdempotentParameterMismatchException";    $fault = "client";    constructor(opts) {        super({            name: "IdempotentParameterMismatchException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);    }}exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;class InvalidClientTokenException extends RAMServiceException_1.RAMServiceException {    name = "InvalidClientTokenException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidClientTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidClientTokenException.prototype);    }}exports.InvalidClientTokenException = InvalidClientTokenException;class MalformedArnException extends RAMServiceException_1.RAMServiceException {    name = "MalformedArnException";    $fault = "client";    constructor(opts) {        super({            name: "MalformedArnException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MalformedArnException.prototype);    }}exports.MalformedArnException = MalformedArnException;class OperationNotPermittedException extends RAMServiceException_1.RAMServiceException {    name = "OperationNotPermittedException";    $fault = "client";    constructor(opts) {        super({            name: "OperationNotPermittedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OperationNotPermittedException.prototype);    }}exports.OperationNotPermittedException = OperationNotPermittedException;class ResourceShareInvitationAlreadyAcceptedException extends RAMServiceException_1.RAMServiceException {    name = "ResourceShareInvitationAlreadyAcceptedException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceShareInvitationAlreadyAcceptedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceShareInvitationAlreadyAcceptedException.prototype);    }}exports.ResourceShareInvitationAlreadyAcceptedException = ResourceShareInvitationAlreadyAcceptedException;class ResourceShareInvitationAlreadyRejectedException extends RAMServiceException_1.RAMServiceException {    name = "ResourceShareInvitationAlreadyRejectedException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceShareInvitationAlreadyRejectedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceShareInvitationAlreadyRejectedException.prototype);    }}exports.ResourceShareInvitationAlreadyRejectedException = ResourceShareInvitationAlreadyRejectedException;class ResourceShareInvitationArnNotFoundException extends RAMServiceException_1.RAMServiceException {    name = "ResourceShareInvitationArnNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceShareInvitationArnNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceShareInvitationArnNotFoundException.prototype);    }}exports.ResourceShareInvitationArnNotFoundException = ResourceShareInvitationArnNotFoundException;class ResourceShareInvitationExpiredException extends RAMServiceException_1.RAMServiceException {    name = "ResourceShareInvitationExpiredException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceShareInvitationExpiredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceShareInvitationExpiredException.prototype);    }}exports.ResourceShareInvitationExpiredException = ResourceShareInvitationExpiredException;class ServerInternalException extends RAMServiceException_1.RAMServiceException {    name = "ServerInternalException";    $fault = "server";    constructor(opts) {        super({            name: "ServerInternalException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ServerInternalException.prototype);    }}exports.ServerInternalException = ServerInternalException;class ServiceUnavailableException extends RAMServiceException_1.RAMServiceException {    name = "ServiceUnavailableException";    $fault = "server";    constructor(opts) {        super({            name: "ServiceUnavailableException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ServiceUnavailableException.prototype);    }}exports.ServiceUnavailableException = ServiceUnavailableException;class InvalidParameterException extends RAMServiceException_1.RAMServiceException {    name = "InvalidParameterException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidParameterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterException.prototype);    }}exports.InvalidParameterException = InvalidParameterException;class InvalidStateTransitionException extends RAMServiceException_1.RAMServiceException {    name = "InvalidStateTransitionException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidStateTransitionException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);    }}exports.InvalidStateTransitionException = InvalidStateTransitionException;class ResourceShareLimitExceededException extends RAMServiceException_1.RAMServiceException {    name = "ResourceShareLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceShareLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceShareLimitExceededException.prototype);    }}exports.ResourceShareLimitExceededException = ResourceShareLimitExceededException;class ThrottlingException extends RAMServiceException_1.RAMServiceException {    name = "ThrottlingException";    $fault = "client";    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);    }}exports.ThrottlingException = ThrottlingException;class UnknownResourceException extends RAMServiceException_1.RAMServiceException {    name = "UnknownResourceException";    $fault = "client";    constructor(opts) {        super({            name: "UnknownResourceException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnknownResourceException.prototype);    }}exports.UnknownResourceException = UnknownResourceException;class InvalidPolicyException extends RAMServiceException_1.RAMServiceException {    name = "InvalidPolicyException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidPolicyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidPolicyException.prototype);    }}exports.InvalidPolicyException = InvalidPolicyException;class MalformedPolicyTemplateException extends RAMServiceException_1.RAMServiceException {    name = "MalformedPolicyTemplateException";    $fault = "client";    constructor(opts) {        super({            name: "MalformedPolicyTemplateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MalformedPolicyTemplateException.prototype);    }}exports.MalformedPolicyTemplateException = MalformedPolicyTemplateException;class PermissionAlreadyExistsException extends RAMServiceException_1.RAMServiceException {    name = "PermissionAlreadyExistsException";    $fault = "client";    constructor(opts) {        super({            name: "PermissionAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, PermissionAlreadyExistsException.prototype);    }}exports.PermissionAlreadyExistsException = PermissionAlreadyExistsException;class PermissionLimitExceededException extends RAMServiceException_1.RAMServiceException {    name = "PermissionLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "PermissionLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, PermissionLimitExceededException.prototype);    }}exports.PermissionLimitExceededException = PermissionLimitExceededException;class PermissionVersionsLimitExceededException extends RAMServiceException_1.RAMServiceException {    name = "PermissionVersionsLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "PermissionVersionsLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, PermissionVersionsLimitExceededException.prototype);    }}exports.PermissionVersionsLimitExceededException = PermissionVersionsLimitExceededException;class TagLimitExceededException extends RAMServiceException_1.RAMServiceException {    name = "TagLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "TagLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TagLimitExceededException.prototype);    }}exports.TagLimitExceededException = TagLimitExceededException;class TagPolicyViolationException extends RAMServiceException_1.RAMServiceException {    name = "TagPolicyViolationException";    $fault = "client";    constructor(opts) {        super({            name: "TagPolicyViolationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TagPolicyViolationException.prototype);    }}exports.TagPolicyViolationException = TagPolicyViolationException;class InvalidNextTokenException extends RAMServiceException_1.RAMServiceException {    name = "InvalidNextTokenException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidNextTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidNextTokenException.prototype);    }}exports.InvalidNextTokenException = InvalidNextTokenException;class ResourceArnNotFoundException extends RAMServiceException_1.RAMServiceException {    name = "ResourceArnNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceArnNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceArnNotFoundException.prototype);    }}exports.ResourceArnNotFoundException = ResourceArnNotFoundException;class InvalidMaxResultsException extends RAMServiceException_1.RAMServiceException {    name = "InvalidMaxResultsException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidMaxResultsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);    }}exports.InvalidMaxResultsException = InvalidMaxResultsException;class MissingRequiredParameterException extends RAMServiceException_1.RAMServiceException {    name = "MissingRequiredParameterException";    $fault = "client";    constructor(opts) {        super({            name: "MissingRequiredParameterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MissingRequiredParameterException.prototype);    }}exports.MissingRequiredParameterException = MissingRequiredParameterException;class InvalidResourceTypeException extends RAMServiceException_1.RAMServiceException {    name = "InvalidResourceTypeException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidResourceTypeException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidResourceTypeException.prototype);    }}exports.InvalidResourceTypeException = InvalidResourceTypeException;class UnmatchedPolicyPermissionException extends RAMServiceException_1.RAMServiceException {    name = "UnmatchedPolicyPermissionException";    $fault = "client";    constructor(opts) {        super({            name: "UnmatchedPolicyPermissionException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnmatchedPolicyPermissionException.prototype);    }}exports.UnmatchedPolicyPermissionException = UnmatchedPolicyPermissionException;