Skip to main content

Module state

Module state 

Source
Expand description

Account-partitioned, serializable state for AWS CodePipeline.

Resources are stored as assembled response-shaped JSON values so a read returns exactly what was written (round-trip fidelity). A pipeline execution settles purely from its own stored status: a read after StartPipelineExecution advances a non-terminal execution one step toward a terminal state (InProgress -> Succeeded, Stopping -> Stopped), and a terminal execution is never re-settled. No separate counter is kept.

Structs§

CodePipelineSnapshot
CodePipelineState
The account-scoped CodePipeline state for one AWS account.

Constants§

CODEPIPELINE_SNAPSHOT_SCHEMA_VERSION

Type Aliases§

SharedCodePipelineState