aws_sdk_dynamodbstreams/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `DescribeStream` operation.
5pub mod describe_stream;
6
7/// Types for the `GetRecords` operation.
8pub mod get_records;
9
10/// Types for the `GetShardIterator` operation.
11pub mod get_shard_iterator;
12
13/// Types for the `ListStreams` operation.
14pub mod list_streams;