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§
- Code
Deploy Snapshot - Code
Deploy State - The account-scoped CodeDeploy state for one AWS account.