Skip to main content

Module state

Module state 

Source
Expand description

Account-partitioned, serializable state for AWS Database Migration Service’s (dms) control plane.

Every DMS resource is stored as an already-output-valid JSON object (serde_json::Value) keyed by its ARN or identifier. Storing the wire shape directly keeps per-engine endpoint settings and other nested configuration objects round-tripping verbatim and guarantees the Describe responses echo exactly what was persisted.

Structs§

DmsData
Per-account DMS state. Each map is keyed by the resource’s ARN (or, for resources without an ARN in their describe shape, their identifier) and holds the resource’s already-output-valid JSON object.
DmsSnapshot

Constants§

DMS_SNAPSHOT_SCHEMA_VERSION

Type Aliases§

SharedDmsState