Package-level declarations

Types

Link copied to clipboard

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).

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

Runs a batch SQL statement over an array of data.

Link copied to clipboard

Starts a SQL transaction.

Link copied to clipboard

Ends a SQL transaction started with the BeginTransaction operation and commits the changes.

Link copied to clipboard

Runs a SQL statement against a database.

Link copied to clipboard

Performs a rollback of a transaction. Rolling back a transaction cancels its changes.

Link copied to clipboard

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.