aws_sdk_rdsdata/
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 `BatchExecuteStatement` operation.
5pub mod batch_execute_statement;
6
7/// Types for the `BeginTransaction` operation.
8pub mod begin_transaction;
9
10/// Types for the `CommitTransaction` operation.
11pub mod commit_transaction;
12
13/// Types for the `ExecuteSql` operation.
14pub mod execute_sql;
15
16/// Types for the `ExecuteStatement` operation.
17pub mod execute_statement;
18
19/// Types for the `RollbackTransaction` operation.
20pub mod rollback_transaction;