import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException"; /** *

The nonce was specified in an invalid format.

* @public */ export declare class InvalidNonceException extends __BaseException { readonly name: "InvalidNonceException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The job was specified in an invalid format or cannot be found.

* @public */ export declare class JobNotFoundException extends __BaseException { readonly name: "JobNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The validation was specified in an invalid format.

* @public */ export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The client token was specified in an invalid format

* @public */ export declare class InvalidClientTokenException extends __BaseException { readonly name: "InvalidClientTokenException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The action execution was not found.

* @public */ export declare class ActionExecutionNotFoundException extends __BaseException { readonly name: "ActionExecutionNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified action cannot be found.

* @public */ export declare class ActionNotFoundException extends __BaseException { readonly name: "ActionNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified action type cannot be found.

* @public */ export declare class ActionTypeNotFoundException extends __BaseException { readonly name: "ActionTypeNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The approval action has already been approved or rejected.

* @public */ export declare class ApprovalAlreadyCompletedException extends __BaseException { readonly name: "ApprovalAlreadyCompletedException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Unable to modify the tag due to a simultaneous update request.

* @public */ export declare class ConcurrentModificationException extends __BaseException { readonly name: "ConcurrentModificationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified resource tags are invalid.

* @public */ export declare class InvalidTagsException extends __BaseException { readonly name: "InvalidTagsException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The number of pipelines associated with the Amazon Web Services account has exceeded * the limit allowed for the account.

* @public */ export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The tags limit for a resource has been exceeded.

* @public */ export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The action declaration was specified in an invalid format.

* @public */ export declare class InvalidActionDeclarationException extends __BaseException { readonly name: "InvalidActionDeclarationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Reserved for future use.

* @public */ export declare class InvalidBlockerDeclarationException extends __BaseException { readonly name: "InvalidBlockerDeclarationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The stage declaration was specified in an invalid format.

* @public */ export declare class InvalidStageDeclarationException extends __BaseException { readonly name: "InvalidStageDeclarationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The structure was specified in an invalid format.

* @public */ export declare class InvalidStructureException extends __BaseException { readonly name: "InvalidStructureException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified pipeline name is already in use.

* @public */ export declare class PipelineNameInUseException extends __BaseException { readonly name: "PipelineNameInUseException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified webhook was entered in an invalid format or cannot be * found.

* @public */ export declare class WebhookNotFoundException extends __BaseException { readonly name: "WebhookNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The pipeline was specified in an invalid format or cannot be found.

* @public */ export declare class PipelineNotFoundException extends __BaseException { readonly name: "PipelineNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The stage was specified in an invalid format or cannot be found.

* @public */ export declare class StageNotFoundException extends __BaseException { readonly name: "StageNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The pipeline version was specified in an invalid format or cannot be * found.

* @public */ export declare class PipelineVersionNotFoundException extends __BaseException { readonly name: "PipelineVersionNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The pipeline execution was specified in an invalid format or cannot be found, or an * execution ID does not belong to the specified pipeline.

* @public */ export declare class PipelineExecutionNotFoundException extends __BaseException { readonly name: "PipelineExecutionNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The job was specified in an invalid format or cannot be found.

* @public */ export declare class InvalidJobException extends __BaseException { readonly name: "InvalidJobException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The next token was specified in an invalid format. Make sure that the next token * you provide is the token returned by a previous call.

* @public */ export declare class InvalidNextTokenException extends __BaseException { readonly name: "InvalidNextTokenException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified resource ARN is invalid.

* @public */ export declare class InvalidArnException extends __BaseException { readonly name: "InvalidArnException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The resource was specified in an invalid format.

* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The pipeline has reached the limit for concurrent pipeline executions.

* @public */ export declare class ConcurrentPipelineExecutionsLimitExceededException extends __BaseException { readonly name: "ConcurrentPipelineExecutionsLimitExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Unable to override because the condition does not allow overrides.

* @public */ export declare class ConditionNotOverridableException extends __BaseException { readonly name: "ConditionNotOverridableException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Your request cannot be handled because the pipeline is busy handling ongoing * activities. Try again later.

* @public */ export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The stage has failed in a later run of the pipeline and the * pipelineExecutionId associated with the request is out of * date.

* @public */ export declare class NotLatestPipelineExecutionException extends __BaseException { readonly name: "NotLatestPipelineExecutionException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The approval request already received a response or has expired.

* @public */ export declare class InvalidApprovalTokenException extends __BaseException { readonly name: "InvalidApprovalTokenException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The job state was specified in an invalid format.

* @public */ export declare class InvalidJobStateException extends __BaseException { readonly name: "InvalidJobStateException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Exceeded the total size limit for all variables in the pipeline.

* @public */ export declare class OutputVariablesSizeExceededException extends __BaseException { readonly name: "OutputVariablesSizeExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified authentication type is in an invalid format.

* @public */ export declare class InvalidWebhookAuthenticationParametersException extends __BaseException { readonly name: "InvalidWebhookAuthenticationParametersException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified event filter rule is in an invalid format.

* @public */ export declare class InvalidWebhookFilterPatternException extends __BaseException { readonly name: "InvalidWebhookFilterPatternException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Unable to retry. The pipeline structure or stage state might have changed while * actions awaited retry, or the stage contains no failed * actions.

* @public */ export declare class StageNotRetryableException extends __BaseException { readonly name: "StageNotRetryableException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified pipeline execution is outdated and cannot be used as a target pipeline * execution for rollback.

* @public */ export declare class PipelineExecutionOutdatedException extends __BaseException { readonly name: "PipelineExecutionOutdatedException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Unable to roll back the stage. The cause might be if the pipeline version has changed * since the target pipeline execution was deployed, the stage is currently running, or an * incorrect target pipeline execution ID was provided.

* @public */ export declare class UnableToRollbackStageException extends __BaseException { readonly name: "UnableToRollbackStageException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The pipeline execution is already in a Stopping state. If you already * chose to stop and wait, you cannot make that request again. You can choose to stop and * abandon now, but be aware that this option can lead to failed tasks or out of sequence * tasks. If you already chose to stop and abandon, you cannot make that request * again.

* @public */ export declare class DuplicatedStopRequestException extends __BaseException { readonly name: "DuplicatedStopRequestException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Unable to stop the pipeline execution. The execution might already be in a * Stopped state, or it might no longer be in progress.

* @public */ export declare class PipelineExecutionNotStoppableException extends __BaseException { readonly name: "PipelineExecutionNotStoppableException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The request failed because of an unknown error, exception, or failure.

* @public */ export declare class RequestFailedException extends __BaseException { readonly name: "RequestFailedException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); }