pub(crate) mod service;
pub(crate) mod state;
pub mod streams;
pub mod streams_dataplane;
pub mod ttl;
pub use service::DynamoDbService;
pub use state::{
AttributeDefinition, DynamoDbSnapshot, DynamoDbState, DynamoTable, KeySchemaElement,
OnDemandThroughput, ProvisionedThroughput, SharedDynamoDbState,
DYNAMODB_SNAPSHOT_SCHEMA_VERSION,
};
pub use streams_dataplane::DynamoDbStreamsService;