/var/runtime/node_modules/@aws-sdk/client-codepipeline/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.RequestFailedException = exports.PipelineExecutionNotStoppableException = exports.DuplicatedStopRequestException = exports.UnableToRollbackStageException = exports.PipelineExecutionOutdatedException = exports.StageNotRetryableException = exports.InvalidWebhookFilterPatternException = exports.InvalidWebhookAuthenticationParametersException = exports.OutputVariablesSizeExceededException = exports.InvalidJobStateException = exports.InvalidApprovalTokenException = exports.NotLatestPipelineExecutionException = exports.ConflictException = exports.ConditionNotOverridableException = exports.ConcurrentPipelineExecutionsLimitExceededException = exports.ResourceNotFoundException = exports.InvalidArnException = exports.InvalidNextTokenException = exports.InvalidJobException = exports.PipelineExecutionNotFoundException = exports.PipelineVersionNotFoundException = exports.StageNotFoundException = exports.PipelineNotFoundException = exports.WebhookNotFoundException = exports.PipelineNameInUseException = exports.InvalidStructureException = exports.InvalidStageDeclarationException = exports.InvalidBlockerDeclarationException = exports.InvalidActionDeclarationException = exports.TooManyTagsException = exports.LimitExceededException = exports.InvalidTagsException = exports.ConcurrentModificationException = exports.ApprovalAlreadyCompletedException = exports.ActionTypeNotFoundException = exports.ActionNotFoundException = exports.ActionExecutionNotFoundException = exports.InvalidClientTokenException = exports.ValidationException = exports.JobNotFoundException = exports.InvalidNonceException = void 0;const CodePipelineServiceException_1 = require("./CodePipelineServiceException");class InvalidNonceException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidNonceException"; $fault = "client"; constructor(opts) { super({ name: "InvalidNonceException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidNonceException.prototype); }}exports.InvalidNonceException = InvalidNonceException;class JobNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "JobNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "JobNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, JobNotFoundException.prototype); }}exports.JobNotFoundException = JobNotFoundException;class ValidationException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "ValidationException"; $fault = "client"; constructor(opts) { super({ name: "ValidationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ValidationException.prototype); }}exports.ValidationException = ValidationException;class InvalidClientTokenException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidClientTokenException"; $fault = "client"; constructor(opts) { super({ name: "InvalidClientTokenException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidClientTokenException.prototype); }}exports.InvalidClientTokenException = InvalidClientTokenException;class ActionExecutionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "ActionExecutionNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "ActionExecutionNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ActionExecutionNotFoundException.prototype); }}exports.ActionExecutionNotFoundException = ActionExecutionNotFoundException;class ActionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "ActionNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "ActionNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ActionNotFoundException.prototype); }}exports.ActionNotFoundException = ActionNotFoundException;class ActionTypeNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "ActionTypeNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "ActionTypeNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ActionTypeNotFoundException.prototype); }}exports.ActionTypeNotFoundException = ActionTypeNotFoundException;class ApprovalAlreadyCompletedException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "ApprovalAlreadyCompletedException"; $fault = "client"; constructor(opts) { super({ name: "ApprovalAlreadyCompletedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ApprovalAlreadyCompletedException.prototype); }}exports.ApprovalAlreadyCompletedException = ApprovalAlreadyCompletedException;class ConcurrentModificationException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "ConcurrentModificationException"; $fault = "client"; constructor(opts) { super({ name: "ConcurrentModificationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConcurrentModificationException.prototype); }}exports.ConcurrentModificationException = ConcurrentModificationException;class InvalidTagsException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidTagsException"; $fault = "client"; constructor(opts) { super({ name: "InvalidTagsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidTagsException.prototype); }}exports.InvalidTagsException = InvalidTagsException;class LimitExceededException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "LimitExceededException"; $fault = "client"; constructor(opts) { super({ name: "LimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, LimitExceededException.prototype); }}exports.LimitExceededException = LimitExceededException;class TooManyTagsException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "TooManyTagsException"; $fault = "client"; constructor(opts) { super({ name: "TooManyTagsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyTagsException.prototype); }}exports.TooManyTagsException = TooManyTagsException;class InvalidActionDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidActionDeclarationException"; $fault = "client"; constructor(opts) { super({ name: "InvalidActionDeclarationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidActionDeclarationException.prototype); }}exports.InvalidActionDeclarationException = InvalidActionDeclarationException;class InvalidBlockerDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidBlockerDeclarationException"; $fault = "client"; constructor(opts) { super({ name: "InvalidBlockerDeclarationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidBlockerDeclarationException.prototype); }}exports.InvalidBlockerDeclarationException = InvalidBlockerDeclarationException;class InvalidStageDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidStageDeclarationException"; $fault = "client"; constructor(opts) { super({ name: "InvalidStageDeclarationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidStageDeclarationException.prototype); }}exports.InvalidStageDeclarationException = InvalidStageDeclarationException;class InvalidStructureException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidStructureException"; $fault = "client"; constructor(opts) { super({ name: "InvalidStructureException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidStructureException.prototype); }}exports.InvalidStructureException = InvalidStructureException;class PipelineNameInUseException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "PipelineNameInUseException"; $fault = "client"; constructor(opts) { super({ name: "PipelineNameInUseException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, PipelineNameInUseException.prototype); }}exports.PipelineNameInUseException = PipelineNameInUseException;class WebhookNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "WebhookNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "WebhookNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, WebhookNotFoundException.prototype); }}exports.WebhookNotFoundException = WebhookNotFoundException;class PipelineNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "PipelineNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "PipelineNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, PipelineNotFoundException.prototype); }}exports.PipelineNotFoundException = PipelineNotFoundException;class StageNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "StageNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "StageNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, StageNotFoundException.prototype); }}exports.StageNotFoundException = StageNotFoundException;class PipelineVersionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "PipelineVersionNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "PipelineVersionNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, PipelineVersionNotFoundException.prototype); }}exports.PipelineVersionNotFoundException = PipelineVersionNotFoundException;class PipelineExecutionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "PipelineExecutionNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "PipelineExecutionNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, PipelineExecutionNotFoundException.prototype); }}exports.PipelineExecutionNotFoundException = PipelineExecutionNotFoundException;class InvalidJobException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidJobException"; $fault = "client"; constructor(opts) { super({ name: "InvalidJobException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidJobException.prototype); }}exports.InvalidJobException = InvalidJobException;class InvalidNextTokenException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidNextTokenException"; $fault = "client"; constructor(opts) { super({ name: "InvalidNextTokenException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidNextTokenException.prototype); }}exports.InvalidNextTokenException = InvalidNextTokenException;class InvalidArnException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidArnException"; $fault = "client"; constructor(opts) { super({ name: "InvalidArnException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidArnException.prototype); }}exports.InvalidArnException = InvalidArnException;class ResourceNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "ResourceNotFoundException"; $fault = "client"; constructor(opts) { super({ name: "ResourceNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceNotFoundException.prototype); }}exports.ResourceNotFoundException = ResourceNotFoundException;class ConcurrentPipelineExecutionsLimitExceededException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "ConcurrentPipelineExecutionsLimitExceededException"; $fault = "client"; constructor(opts) { super({ name: "ConcurrentPipelineExecutionsLimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConcurrentPipelineExecutionsLimitExceededException.prototype); }}exports.ConcurrentPipelineExecutionsLimitExceededException = ConcurrentPipelineExecutionsLimitExceededException;class ConditionNotOverridableException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "ConditionNotOverridableException"; $fault = "client"; constructor(opts) { super({ name: "ConditionNotOverridableException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConditionNotOverridableException.prototype); }}exports.ConditionNotOverridableException = ConditionNotOverridableException;class ConflictException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "ConflictException"; $fault = "client"; constructor(opts) { super({ name: "ConflictException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConflictException.prototype); }}exports.ConflictException = ConflictException;class NotLatestPipelineExecutionException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "NotLatestPipelineExecutionException"; $fault = "client"; constructor(opts) { super({ name: "NotLatestPipelineExecutionException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NotLatestPipelineExecutionException.prototype); }}exports.NotLatestPipelineExecutionException = NotLatestPipelineExecutionException;class InvalidApprovalTokenException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidApprovalTokenException"; $fault = "client"; constructor(opts) { super({ name: "InvalidApprovalTokenException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidApprovalTokenException.prototype); }}exports.InvalidApprovalTokenException = InvalidApprovalTokenException;class InvalidJobStateException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidJobStateException"; $fault = "client"; constructor(opts) { super({ name: "InvalidJobStateException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidJobStateException.prototype); }}exports.InvalidJobStateException = InvalidJobStateException;class OutputVariablesSizeExceededException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "OutputVariablesSizeExceededException"; $fault = "client"; constructor(opts) { super({ name: "OutputVariablesSizeExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, OutputVariablesSizeExceededException.prototype); }}exports.OutputVariablesSizeExceededException = OutputVariablesSizeExceededException;class InvalidWebhookAuthenticationParametersException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidWebhookAuthenticationParametersException"; $fault = "client"; constructor(opts) { super({ name: "InvalidWebhookAuthenticationParametersException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidWebhookAuthenticationParametersException.prototype); }}exports.InvalidWebhookAuthenticationParametersException = InvalidWebhookAuthenticationParametersException;class InvalidWebhookFilterPatternException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "InvalidWebhookFilterPatternException"; $fault = "client"; constructor(opts) { super({ name: "InvalidWebhookFilterPatternException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidWebhookFilterPatternException.prototype); }}exports.InvalidWebhookFilterPatternException = InvalidWebhookFilterPatternException;class StageNotRetryableException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "StageNotRetryableException"; $fault = "client"; constructor(opts) { super({ name: "StageNotRetryableException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, StageNotRetryableException.prototype); }}exports.StageNotRetryableException = StageNotRetryableException;class PipelineExecutionOutdatedException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "PipelineExecutionOutdatedException"; $fault = "client"; constructor(opts) { super({ name: "PipelineExecutionOutdatedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, PipelineExecutionOutdatedException.prototype); }}exports.PipelineExecutionOutdatedException = PipelineExecutionOutdatedException;class UnableToRollbackStageException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "UnableToRollbackStageException"; $fault = "client"; constructor(opts) { super({ name: "UnableToRollbackStageException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, UnableToRollbackStageException.prototype); }}exports.UnableToRollbackStageException = UnableToRollbackStageException;class DuplicatedStopRequestException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "DuplicatedStopRequestException"; $fault = "client"; constructor(opts) { super({ name: "DuplicatedStopRequestException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DuplicatedStopRequestException.prototype); }}exports.DuplicatedStopRequestException = DuplicatedStopRequestException;class PipelineExecutionNotStoppableException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "PipelineExecutionNotStoppableException"; $fault = "client"; constructor(opts) { super({ name: "PipelineExecutionNotStoppableException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, PipelineExecutionNotStoppableException.prototype); }}exports.PipelineExecutionNotStoppableException = PipelineExecutionNotStoppableException;class RequestFailedException extends CodePipelineServiceException_1.CodePipelineServiceException { name = "RequestFailedException"; $fault = "client"; constructor(opts) { super({ name: "RequestFailedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, RequestFailedException.prototype); }}exports.RequestFailedException = RequestFailedException;