Expand description
Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora Serverless DB cluster. To run these statements, you work with the Data Service API.
For more information about the Data Service API, see Using the Data API for Aurora Serverless in the Amazon Aurora User Guide.
If you’re using the service, you’re probably looking for RdsDataClient and RdsData.
Structs§
- Array
Value Contains an array.
- Batch
Execute Statement Request The request parameters represent the input of a SQL statement over an array of data.
- Batch
Execute Statement Response The response elements represent the output of a SQL statement over an array of data.
- Begin
Transaction Request The request parameters represent the input of a request to start a SQL transaction.
- Begin
Transaction Response The response elements represent the output of a request to start a SQL transaction.
- Column
Metadata Contains the metadata for a column.
- Commit
Transaction Request The request parameters represent the input of a commit transaction request.
- Commit
Transaction Response The response elements represent the output of a commit transaction request.
- Execute
SqlRequest The request parameters represent the input of a request to run one or more SQL statements.
- Execute
SqlResponse The response elements represent the output of a request to run one or more SQL statements.
- Execute
Statement Request The request parameters represent the input of a request to run a SQL statement against a database.
- Execute
Statement Response The response elements represent the output of a request to run a SQL statement against a database.
- Field
Contains a value.
- RdsData
Client - A client for the AWS RDS DataService API.
- Record
A record returned by a call.
- Result
Frame The result set returned by a SQL statement.
- Result
SetMetadata The metadata of the result set returned by a SQL statement.
- Result
SetOptions Options that control how the result set is returned.
- Rollback
Transaction Request The request parameters represent the input of a request to perform a rollback of a transaction.
- Rollback
Transaction Response The response elements represent the output of a request to perform a rollback of a transaction.
- SqlParameter
A parameter used in a SQL statement.
- SqlStatement
Result The result of a SQL statement.
<important> <p>This data type is deprecated.</p> </important>
- Struct
Value A structure value returned by a call.
- Update
Result The response elements represent the results of an update.
- Value
Contains the value of a column.
<important> <p>This data type is deprecated.</p> </important>
Enums§
- Batch
Execute Statement Error - Errors returned by BatchExecuteStatement
- Begin
Transaction Error - Errors returned by BeginTransaction
- Commit
Transaction Error - Errors returned by CommitTransaction
- Execute
SqlError - Errors returned by ExecuteSql
- Execute
Statement Error - Errors returned by ExecuteStatement
- Rollback
Transaction Error - Errors returned by RollbackTransaction
Traits§
- RdsData
- Trait representing the capabilities of the AWS RDS DataService API. AWS RDS DataService clients implement this trait.