Skip to main content

Crate awsim_qldb

Crate awsim_qldb 

Source
Expand description

Amazon QLDB emulator. Stores ledger metadata only — the journal/ION query data plane is not implemented.

Structs§

JournalKinesisStream
JournalS3Export
Ledger
QldbService
QldbSnapshot
QldbState

Functions§

capacity_exceeded
Constructs a QLDB CapacityExceededException. Reserved for future throttling enforcement; surfacing it now keeps the wire-level catalogue stable for clients that already retry on the code.
rate_exceeded
Constructs a QLDB RateExceededException. Paired with capacity_exceeded in the documented throttling catalogue.