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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe validation was specified in an invalid format.
* @public */ export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe client token was specified in an invalid format
* @public */ export declare class InvalidClientTokenException extends __BaseException { readonly name: "InvalidClientTokenException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe action execution was not found.
* @public */ export declare class ActionExecutionNotFoundException extends __BaseException { readonly name: "ActionExecutionNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified action cannot be found.
* @public */ export declare class ActionNotFoundException extends __BaseException { readonly name: "ActionNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified action type cannot be found.
* @public */ export declare class ActionTypeNotFoundException extends __BaseException { readonly name: "ActionTypeNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe approval action has already been approved or rejected.
* @public */ export declare class ApprovalAlreadyCompletedException extends __BaseException { readonly name: "ApprovalAlreadyCompletedException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeUnable 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: __ExceptionOptionTypeThe specified resource tags are invalid.
* @public */ export declare class InvalidTagsException extends __BaseException { readonly name: "InvalidTagsException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe tags limit for a resource has been exceeded.
* @public */ export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe action declaration was specified in an invalid format.
* @public */ export declare class InvalidActionDeclarationException extends __BaseException { readonly name: "InvalidActionDeclarationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeReserved for future use.
* @public */ export declare class InvalidBlockerDeclarationException extends __BaseException { readonly name: "InvalidBlockerDeclarationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe stage declaration was specified in an invalid format.
* @public */ export declare class InvalidStageDeclarationException extends __BaseException { readonly name: "InvalidStageDeclarationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe structure was specified in an invalid format.
* @public */ export declare class InvalidStructureException extends __BaseException { readonly name: "InvalidStructureException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified pipeline name is already in use.
* @public */ export declare class PipelineNameInUseException extends __BaseException { readonly name: "PipelineNameInUseException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe specified resource ARN is invalid.
* @public */ export declare class InvalidArnException extends __BaseException { readonly name: "InvalidArnException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe resource was specified in an invalid format.
* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeUnable 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: __ExceptionOptionTypeYour 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: __ExceptionOptionTypeThe stage has failed in a later run of the pipeline and the
* pipelineExecutionId associated with the request is out of
* date.
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: __ExceptionOptionTypeThe job state was specified in an invalid format.
* @public */ export declare class InvalidJobStateException extends __BaseException { readonly name: "InvalidJobStateException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeExceeded 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: __ExceptionOptionTypeThe specified authentication type is in an invalid format.
* @public */ export declare class InvalidWebhookAuthenticationParametersException extends __BaseException { readonly name: "InvalidWebhookAuthenticationParametersException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeUnable 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeUnable 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: __ExceptionOptionTypeThe 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.
Unable to stop the pipeline execution. The execution might already be in a
* Stopped state, or it might no longer be in progress.
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