File Explorer

/var/runtime/node_modules/@aws-sdk/client-imagebuilder/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.js10.0 KB · 265 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.InvalidParameterValueException = exports.InvalidParameterException = exports.InvalidPaginationTokenException = exports.TooManyRequestsException = exports.ResourceNotFoundException = exports.ResourceDependencyException = exports.ResourceAlreadyExistsException = exports.ServiceQuotaExceededException = exports.InvalidVersionNumberException = exports.InvalidParameterCombinationException = exports.DryRunOperationException = exports.ServiceUnavailableException = exports.ServiceException = exports.ResourceInUseException = exports.InvalidRequestException = exports.IdempotentParameterMismatchException = exports.ForbiddenException = exports.ClientException = exports.CallRateLimitExceededException = exports.AccessDeniedException = void 0;const ImagebuilderServiceException_1 = require("./ImagebuilderServiceException");class AccessDeniedException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "AccessDeniedException";    $fault = "client";    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);    }}exports.AccessDeniedException = AccessDeniedException;class CallRateLimitExceededException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "CallRateLimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "CallRateLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CallRateLimitExceededException.prototype);    }}exports.CallRateLimitExceededException = CallRateLimitExceededException;class ClientException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "ClientException";    $fault = "client";    constructor(opts) {        super({            name: "ClientException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ClientException.prototype);    }}exports.ClientException = ClientException;class ForbiddenException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "ForbiddenException";    $fault = "client";    constructor(opts) {        super({            name: "ForbiddenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ForbiddenException.prototype);    }}exports.ForbiddenException = ForbiddenException;class IdempotentParameterMismatchException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "IdempotentParameterMismatchException";    $fault = "client";    constructor(opts) {        super({            name: "IdempotentParameterMismatchException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);    }}exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;class InvalidRequestException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "InvalidRequestException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidRequestException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidRequestException.prototype);    }}exports.InvalidRequestException = InvalidRequestException;class ResourceInUseException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "ResourceInUseException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceInUseException.prototype);    }}exports.ResourceInUseException = ResourceInUseException;class ServiceException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "ServiceException";    $fault = "server";    constructor(opts) {        super({            name: "ServiceException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ServiceException.prototype);    }}exports.ServiceException = ServiceException;class ServiceUnavailableException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "ServiceUnavailableException";    $fault = "server";    constructor(opts) {        super({            name: "ServiceUnavailableException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ServiceUnavailableException.prototype);    }}exports.ServiceUnavailableException = ServiceUnavailableException;class DryRunOperationException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "DryRunOperationException";    $fault = "client";    constructor(opts) {        super({            name: "DryRunOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DryRunOperationException.prototype);    }}exports.DryRunOperationException = DryRunOperationException;class InvalidParameterCombinationException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "InvalidParameterCombinationException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidParameterCombinationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);    }}exports.InvalidParameterCombinationException = InvalidParameterCombinationException;class InvalidVersionNumberException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "InvalidVersionNumberException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidVersionNumberException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidVersionNumberException.prototype);    }}exports.InvalidVersionNumberException = InvalidVersionNumberException;class ServiceQuotaExceededException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "ServiceQuotaExceededException";    $fault = "client";    constructor(opts) {        super({            name: "ServiceQuotaExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);    }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class ResourceAlreadyExistsException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "ResourceAlreadyExistsException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);    }}exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;class ResourceDependencyException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "ResourceDependencyException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceDependencyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceDependencyException.prototype);    }}exports.ResourceDependencyException = ResourceDependencyException;class ResourceNotFoundException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "ResourceNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);    }}exports.ResourceNotFoundException = ResourceNotFoundException;class TooManyRequestsException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "TooManyRequestsException";    $fault = "client";    constructor(opts) {        super({            name: "TooManyRequestsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyRequestsException.prototype);    }}exports.TooManyRequestsException = TooManyRequestsException;class InvalidPaginationTokenException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "InvalidPaginationTokenException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidPaginationTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);    }}exports.InvalidPaginationTokenException = InvalidPaginationTokenException;class InvalidParameterException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "InvalidParameterException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidParameterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterException.prototype);    }}exports.InvalidParameterException = InvalidParameterException;class InvalidParameterValueException extends ImagebuilderServiceException_1.ImagebuilderServiceException {    name = "InvalidParameterValueException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidParameterValueException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterValueException.prototype);    }}exports.InvalidParameterValueException = InvalidParameterValueException;