aws-sdk-dynamodbstreams 0.32.0

AWS SDK for Amazon DynamoDB Streams
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_stream::Stream;

pub use crate::types::_shard_iterator_type::ShardIteratorType;

pub use crate::types::_record::Record;

pub use crate::types::_identity::Identity;

pub use crate::types::_stream_record::StreamRecord;

pub use crate::types::_stream_view_type::StreamViewType;

pub use crate::types::_attribute_value::AttributeValue;

pub use crate::types::_operation_type::OperationType;

pub use crate::types::_stream_description::StreamDescription;

pub use crate::types::_shard::Shard;

pub use crate::types::_sequence_number_range::SequenceNumberRange;

pub use crate::types::_key_schema_element::KeySchemaElement;

pub use crate::types::_key_type::KeyType;

pub use crate::types::_stream_status::StreamStatus;

mod _attribute_value;

mod _identity;

mod _key_schema_element;

mod _key_type;

mod _operation_type;

mod _record;

mod _sequence_number_range;

mod _shard;

mod _shard_iterator_type;

mod _stream;

mod _stream_description;

mod _stream_record;

mod _stream_status;

mod _stream_view_type;

/// Builders
pub mod builders;

/// Error types that Amazon DynamoDB Streams can respond with.
pub mod error;