File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-glue/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.js26.4 KB · 733 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.VersionMismatchException = exports.MaterializedViewRefreshTaskStoppingException = exports.MaterializedViewRefreshTaskNotRunningException = exports.SchedulerNotRunningException = exports.CrawlerStoppingException = exports.CrawlerNotRunningException = exports.ColumnStatisticsTaskStoppingException = exports.ColumnStatisticsTaskNotRunningException = exports.MLTransformNotReadyException = exports.MaterializedViewRefreshTaskRunningException = exports.SchedulerRunningException = exports.NoScheduleException = exports.IllegalBlueprintStateException = exports.IllegalWorkflowStateException = exports.ConcurrentRunsExceededException = exports.PermissionTypeMismatchException = exports.TargetResourceNotFound = exports.ConditionCheckFailureException = exports.InvalidIntegrationStateFault = exports.IntegrationNotFoundFault = exports.SchedulerTransitioningException = exports.CrawlerRunningException = exports.OperationNotSupportedException = exports.ResourceNotFoundException = exports.KMSKeyNotAccessibleFault = exports.InternalServerException = exports.IntegrationQuotaExceededFault = exports.IntegrationConflictOperationFault = exports.ConflictException = exports.ValidationException = exports.IdempotentParameterMismatchException = exports.ColumnStatisticsTaskRunningException = exports.FederatedResourceAlreadyExistsException = exports.ConcurrentModificationException = exports.IllegalSessionStateException = exports.ThrottlingException = exports.InvalidStateException = exports.FederationSourceRetryableException = exports.FederationSourceException = exports.ResourceNotReadyException = exports.ResourceNumberLimitExceededException = exports.OperationTimeoutException = exports.InvalidInputException = exports.InternalServiceException = exports.GlueEncryptionException = exports.EntityNotFoundException = exports.AlreadyExistsException = exports.AccessDeniedException = void 0;const GlueServiceException_1 = require("./GlueServiceException");class AccessDeniedException extends GlueServiceException_1.GlueServiceException {    name = "AccessDeniedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);        this.Message = opts.Message;    }}exports.AccessDeniedException = AccessDeniedException;class AlreadyExistsException extends GlueServiceException_1.GlueServiceException {    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 EntityNotFoundException extends GlueServiceException_1.GlueServiceException {    name = "EntityNotFoundException";    $fault = "client";    Message;    FromFederationSource;    constructor(opts) {        super({            name: "EntityNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EntityNotFoundException.prototype);        this.Message = opts.Message;        this.FromFederationSource = opts.FromFederationSource;    }}exports.EntityNotFoundException = EntityNotFoundException;class GlueEncryptionException extends GlueServiceException_1.GlueServiceException {    name = "GlueEncryptionException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "GlueEncryptionException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, GlueEncryptionException.prototype);        this.Message = opts.Message;    }}exports.GlueEncryptionException = GlueEncryptionException;class InternalServiceException extends GlueServiceException_1.GlueServiceException {    name = "InternalServiceException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "InternalServiceException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServiceException.prototype);        this.Message = opts.Message;    }}exports.InternalServiceException = InternalServiceException;class InvalidInputException extends GlueServiceException_1.GlueServiceException {    name = "InvalidInputException";    $fault = "client";    Message;    FromFederationSource;    constructor(opts) {        super({            name: "InvalidInputException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInputException.prototype);        this.Message = opts.Message;        this.FromFederationSource = opts.FromFederationSource;    }}exports.InvalidInputException = InvalidInputException;class OperationTimeoutException extends GlueServiceException_1.GlueServiceException {    name = "OperationTimeoutException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "OperationTimeoutException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OperationTimeoutException.prototype);        this.Message = opts.Message;    }}exports.OperationTimeoutException = OperationTimeoutException;class ResourceNumberLimitExceededException extends GlueServiceException_1.GlueServiceException {    name = "ResourceNumberLimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceNumberLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNumberLimitExceededException.prototype);        this.Message = opts.Message;    }}exports.ResourceNumberLimitExceededException = ResourceNumberLimitExceededException;class ResourceNotReadyException extends GlueServiceException_1.GlueServiceException {    name = "ResourceNotReadyException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceNotReadyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotReadyException.prototype);        this.Message = opts.Message;    }}exports.ResourceNotReadyException = ResourceNotReadyException;class FederationSourceException extends GlueServiceException_1.GlueServiceException {    name = "FederationSourceException";    $fault = "client";    FederationSourceErrorCode;    Message;    constructor(opts) {        super({            name: "FederationSourceException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, FederationSourceException.prototype);        this.FederationSourceErrorCode = opts.FederationSourceErrorCode;        this.Message = opts.Message;    }}exports.FederationSourceException = FederationSourceException;class FederationSourceRetryableException extends GlueServiceException_1.GlueServiceException {    name = "FederationSourceRetryableException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "FederationSourceRetryableException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, FederationSourceRetryableException.prototype);        this.Message = opts.Message;    }}exports.FederationSourceRetryableException = FederationSourceRetryableException;class InvalidStateException extends GlueServiceException_1.GlueServiceException {    name = "InvalidStateException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidStateException.prototype);        this.Message = opts.Message;    }}exports.InvalidStateException = InvalidStateException;class ThrottlingException extends GlueServiceException_1.GlueServiceException {    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 IllegalSessionStateException extends GlueServiceException_1.GlueServiceException {    name = "IllegalSessionStateException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "IllegalSessionStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IllegalSessionStateException.prototype);        this.Message = opts.Message;    }}exports.IllegalSessionStateException = IllegalSessionStateException;class ConcurrentModificationException extends GlueServiceException_1.GlueServiceException {    name = "ConcurrentModificationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConcurrentModificationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConcurrentModificationException.prototype);        this.Message = opts.Message;    }}exports.ConcurrentModificationException = ConcurrentModificationException;class FederatedResourceAlreadyExistsException extends GlueServiceException_1.GlueServiceException {    name = "FederatedResourceAlreadyExistsException";    $fault = "client";    Message;    AssociatedGlueResource;    constructor(opts) {        super({            name: "FederatedResourceAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, FederatedResourceAlreadyExistsException.prototype);        this.Message = opts.Message;        this.AssociatedGlueResource = opts.AssociatedGlueResource;    }}exports.FederatedResourceAlreadyExistsException = FederatedResourceAlreadyExistsException;class ColumnStatisticsTaskRunningException extends GlueServiceException_1.GlueServiceException {    name = "ColumnStatisticsTaskRunningException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ColumnStatisticsTaskRunningException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ColumnStatisticsTaskRunningException.prototype);        this.Message = opts.Message;    }}exports.ColumnStatisticsTaskRunningException = ColumnStatisticsTaskRunningException;class IdempotentParameterMismatchException extends GlueServiceException_1.GlueServiceException {    name = "IdempotentParameterMismatchException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "IdempotentParameterMismatchException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);        this.Message = opts.Message;    }}exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;class ValidationException extends GlueServiceException_1.GlueServiceException {    name = "ValidationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ValidationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ValidationException.prototype);        this.Message = opts.Message;    }}exports.ValidationException = ValidationException;class ConflictException extends GlueServiceException_1.GlueServiceException {    name = "ConflictException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);        this.Message = opts.Message;    }}exports.ConflictException = ConflictException;class IntegrationConflictOperationFault extends GlueServiceException_1.GlueServiceException {    name = "IntegrationConflictOperationFault";    $fault = "client";    Message;    constructor(opts) {        super({            name: "IntegrationConflictOperationFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IntegrationConflictOperationFault.prototype);        this.Message = opts.Message;    }}exports.IntegrationConflictOperationFault = IntegrationConflictOperationFault;class IntegrationQuotaExceededFault extends GlueServiceException_1.GlueServiceException {    name = "IntegrationQuotaExceededFault";    $fault = "client";    Message;    constructor(opts) {        super({            name: "IntegrationQuotaExceededFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IntegrationQuotaExceededFault.prototype);        this.Message = opts.Message;    }}exports.IntegrationQuotaExceededFault = IntegrationQuotaExceededFault;class InternalServerException extends GlueServiceException_1.GlueServiceException {    name = "InternalServerException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "InternalServerException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServerException.prototype);        this.Message = opts.Message;    }}exports.InternalServerException = InternalServerException;class KMSKeyNotAccessibleFault extends GlueServiceException_1.GlueServiceException {    name = "KMSKeyNotAccessibleFault";    $fault = "client";    Message;    constructor(opts) {        super({            name: "KMSKeyNotAccessibleFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);        this.Message = opts.Message;    }}exports.KMSKeyNotAccessibleFault = KMSKeyNotAccessibleFault;class ResourceNotFoundException extends GlueServiceException_1.GlueServiceException {    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 OperationNotSupportedException extends GlueServiceException_1.GlueServiceException {    name = "OperationNotSupportedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "OperationNotSupportedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OperationNotSupportedException.prototype);        this.Message = opts.Message;    }}exports.OperationNotSupportedException = OperationNotSupportedException;class CrawlerRunningException extends GlueServiceException_1.GlueServiceException {    name = "CrawlerRunningException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "CrawlerRunningException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CrawlerRunningException.prototype);        this.Message = opts.Message;    }}exports.CrawlerRunningException = CrawlerRunningException;class SchedulerTransitioningException extends GlueServiceException_1.GlueServiceException {    name = "SchedulerTransitioningException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "SchedulerTransitioningException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SchedulerTransitioningException.prototype);        this.Message = opts.Message;    }}exports.SchedulerTransitioningException = SchedulerTransitioningException;class IntegrationNotFoundFault extends GlueServiceException_1.GlueServiceException {    name = "IntegrationNotFoundFault";    $fault = "client";    Message;    constructor(opts) {        super({            name: "IntegrationNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IntegrationNotFoundFault.prototype);        this.Message = opts.Message;    }}exports.IntegrationNotFoundFault = IntegrationNotFoundFault;class InvalidIntegrationStateFault extends GlueServiceException_1.GlueServiceException {    name = "InvalidIntegrationStateFault";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidIntegrationStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidIntegrationStateFault.prototype);        this.Message = opts.Message;    }}exports.InvalidIntegrationStateFault = InvalidIntegrationStateFault;class ConditionCheckFailureException extends GlueServiceException_1.GlueServiceException {    name = "ConditionCheckFailureException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConditionCheckFailureException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConditionCheckFailureException.prototype);        this.Message = opts.Message;    }}exports.ConditionCheckFailureException = ConditionCheckFailureException;class TargetResourceNotFound extends GlueServiceException_1.GlueServiceException {    name = "TargetResourceNotFound";    $fault = "client";    Message;    constructor(opts) {        super({            name: "TargetResourceNotFound",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TargetResourceNotFound.prototype);        this.Message = opts.Message;    }}exports.TargetResourceNotFound = TargetResourceNotFound;class PermissionTypeMismatchException extends GlueServiceException_1.GlueServiceException {    name = "PermissionTypeMismatchException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "PermissionTypeMismatchException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, PermissionTypeMismatchException.prototype);        this.Message = opts.Message;    }}exports.PermissionTypeMismatchException = PermissionTypeMismatchException;class ConcurrentRunsExceededException extends GlueServiceException_1.GlueServiceException {    name = "ConcurrentRunsExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConcurrentRunsExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConcurrentRunsExceededException.prototype);        this.Message = opts.Message;    }}exports.ConcurrentRunsExceededException = ConcurrentRunsExceededException;class IllegalWorkflowStateException extends GlueServiceException_1.GlueServiceException {    name = "IllegalWorkflowStateException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "IllegalWorkflowStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IllegalWorkflowStateException.prototype);        this.Message = opts.Message;    }}exports.IllegalWorkflowStateException = IllegalWorkflowStateException;class IllegalBlueprintStateException extends GlueServiceException_1.GlueServiceException {    name = "IllegalBlueprintStateException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "IllegalBlueprintStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IllegalBlueprintStateException.prototype);        this.Message = opts.Message;    }}exports.IllegalBlueprintStateException = IllegalBlueprintStateException;class NoScheduleException extends GlueServiceException_1.GlueServiceException {    name = "NoScheduleException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "NoScheduleException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NoScheduleException.prototype);        this.Message = opts.Message;    }}exports.NoScheduleException = NoScheduleException;class SchedulerRunningException extends GlueServiceException_1.GlueServiceException {    name = "SchedulerRunningException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "SchedulerRunningException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SchedulerRunningException.prototype);        this.Message = opts.Message;    }}exports.SchedulerRunningException = SchedulerRunningException;class MaterializedViewRefreshTaskRunningException extends GlueServiceException_1.GlueServiceException {    name = "MaterializedViewRefreshTaskRunningException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "MaterializedViewRefreshTaskRunningException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MaterializedViewRefreshTaskRunningException.prototype);        this.Message = opts.Message;    }}exports.MaterializedViewRefreshTaskRunningException = MaterializedViewRefreshTaskRunningException;class MLTransformNotReadyException extends GlueServiceException_1.GlueServiceException {    name = "MLTransformNotReadyException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "MLTransformNotReadyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MLTransformNotReadyException.prototype);        this.Message = opts.Message;    }}exports.MLTransformNotReadyException = MLTransformNotReadyException;class ColumnStatisticsTaskNotRunningException extends GlueServiceException_1.GlueServiceException {    name = "ColumnStatisticsTaskNotRunningException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ColumnStatisticsTaskNotRunningException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ColumnStatisticsTaskNotRunningException.prototype);        this.Message = opts.Message;    }}exports.ColumnStatisticsTaskNotRunningException = ColumnStatisticsTaskNotRunningException;class ColumnStatisticsTaskStoppingException extends GlueServiceException_1.GlueServiceException {    name = "ColumnStatisticsTaskStoppingException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ColumnStatisticsTaskStoppingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ColumnStatisticsTaskStoppingException.prototype);        this.Message = opts.Message;    }}exports.ColumnStatisticsTaskStoppingException = ColumnStatisticsTaskStoppingException;class CrawlerNotRunningException extends GlueServiceException_1.GlueServiceException {    name = "CrawlerNotRunningException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "CrawlerNotRunningException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CrawlerNotRunningException.prototype);        this.Message = opts.Message;    }}exports.CrawlerNotRunningException = CrawlerNotRunningException;class CrawlerStoppingException extends GlueServiceException_1.GlueServiceException {    name = "CrawlerStoppingException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "CrawlerStoppingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CrawlerStoppingException.prototype);        this.Message = opts.Message;    }}exports.CrawlerStoppingException = CrawlerStoppingException;class SchedulerNotRunningException extends GlueServiceException_1.GlueServiceException {    name = "SchedulerNotRunningException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "SchedulerNotRunningException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SchedulerNotRunningException.prototype);        this.Message = opts.Message;    }}exports.SchedulerNotRunningException = SchedulerNotRunningException;class MaterializedViewRefreshTaskNotRunningException extends GlueServiceException_1.GlueServiceException {    name = "MaterializedViewRefreshTaskNotRunningException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "MaterializedViewRefreshTaskNotRunningException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MaterializedViewRefreshTaskNotRunningException.prototype);        this.Message = opts.Message;    }}exports.MaterializedViewRefreshTaskNotRunningException = MaterializedViewRefreshTaskNotRunningException;class MaterializedViewRefreshTaskStoppingException extends GlueServiceException_1.GlueServiceException {    name = "MaterializedViewRefreshTaskStoppingException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "MaterializedViewRefreshTaskStoppingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MaterializedViewRefreshTaskStoppingException.prototype);        this.Message = opts.Message;    }}exports.MaterializedViewRefreshTaskStoppingException = MaterializedViewRefreshTaskStoppingException;class VersionMismatchException extends GlueServiceException_1.GlueServiceException {    name = "VersionMismatchException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "VersionMismatchException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, VersionMismatchException.prototype);        this.Message = opts.Message;    }}exports.VersionMismatchException = VersionMismatchException;