Skip to main content

Module state

Module state 

Source
Expand description

Account-partitioned, serializable state for AWS Transfer Family’s (transfer) control plane.

Every Transfer resource is stored as an already-output-valid JSON object (serde_json::Value) keyed by its identifier. Storing the wire shape directly keeps nested configuration objects (endpoint details, identity-provider details, connector config, workflow steps) round-tripping verbatim and guarantees the Describe responses echo exactly what was persisted.

Structs§

TransferData
Per-account Transfer Family state. Each resource is stored as its already-output-valid DescribedX JSON object.
TransferSnapshot

Constants§

TRANSFER_SNAPSHOT_SCHEMA_VERSION

Type Aliases§

SharedTransferState