Skip to main content

Module state

Module state 

Source
Expand description

Account-partitioned, serializable state for AWS CodeDeploy.

Resources are stored as assembled response-shaped JSON values so a read returns exactly what was written (round-trip fidelity). Deployments carry a separate deployment_settle step counter so the first reads after CreateDeployment can advance them from Created through InProgress to a terminal Succeeded state deterministically, without leaking an internal counter into the response shape.

Structs§

CodeDeploySnapshot
CodeDeployState
The account-scoped CodeDeploy state for one AWS account.

Constants§

CODEDEPLOY_SNAPSHOT_SCHEMA_VERSION

Type Aliases§

SharedCodeDeployState