RdsDataClient
RDS Data API
Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora DB cluster. To run these statements, you use the RDS Data API (Data API).
Data API is available with the following types of Aurora databases:
Aurora PostgreSQL - Serverless v2, provisioned, and Serverless v1
Aurora MySQL - Serverless v2, provisioned, and Serverless v1
For more information about the Data API, see Using RDS Data API in the Amazon Aurora User Guide.
Functions
Runs a batch SQL statement over an array of data.
Starts a SQL transaction.
Ends a SQL transaction started with the BeginTransaction
operation and commits the changes.
Runs a SQL statement against a database.
Performs a rollback of a transaction. Rolling back a transaction cancels its changes.
Inherited functions
Runs a batch SQL statement over an array of data.
Starts a SQL transaction.
Ends a SQL transaction started with the BeginTransaction
operation and commits the changes.
Runs a SQL statement against a database.
Performs a rollback of a transaction. Rolling back a transaction cancels its changes.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.