logo
Expand description

Amazon RDS Data Service

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

Contains an array.

The request parameters represent the input of a SQL statement over an array of data.

The response elements represent the output of a SQL statement over an array of data.

The request parameters represent the input of a request to start a SQL transaction.

The response elements represent the output of a request to start a SQL transaction.

Contains the metadata for a column.

The request parameters represent the input of a commit transaction request.

The response elements represent the output of a commit transaction request.

The request parameters represent the input of a request to run one or more SQL statements.

The response elements represent the output of a request to run one or more SQL statements.

The request parameters represent the input of a request to run a SQL statement against a database.

The response elements represent the output of a request to run a SQL statement against a database.

Contains a value.

A client for the AWS RDS DataService API.

A record returned by a call.

The result set returned by a SQL statement.

The metadata of the result set returned by a SQL statement.

Options that control how the result set is returned.

The request parameters represent the input of a request to perform a rollback of a transaction.

The response elements represent the output of a request to perform a rollback of a transaction.

A parameter used in a SQL statement.

The result of a SQL statement.

 <important> <p>This data type is deprecated.</p> </important> 

A structure value returned by a call.

The response elements represent the results of an update.

Contains the value of a column.

 <important> <p>This data type is deprecated.</p> </important> 

Enums

Errors returned by BatchExecuteStatement

Errors returned by BeginTransaction

Errors returned by CommitTransaction

Errors returned by ExecuteSql

Errors returned by ExecuteStatement

Errors returned by RollbackTransaction

Traits

Trait representing the capabilities of the AWS RDS DataService API. AWS RDS DataService clients implement this trait.