//! DynamoDB model types for Rustack.
//!
//! This crate provides all DynamoDB API types needed for the Rustack DynamoDB
//! implementation. Unlike the S3 model crate which is auto-generated from Smithy,
//! these types are hand-written since DynamoDB's JSON protocol makes serde derives
//! trivial.
// "DynamoDB" appears in virtually every doc comment in this crate.
pub use AttributeValue;
pub use ;
pub use DynamoDBOperation;