Class | Description |
---|---|
ArrayValue |
Contains an array.
|
BatchExecuteStatementRequest |
The request parameters represent the input of a SQL statement over an array of data.
|
BatchExecuteStatementResult |
The response elements represent the output of a SQL statement over an array of data.
|
BeginTransactionRequest |
The request parameters represent the input of a request to start a SQL transaction.
|
BeginTransactionResult |
The response elements represent the output of a request to start a SQL transaction.
|
ColumnMetadata |
Contains the metadata for a column.
|
CommitTransactionRequest |
The request parameters represent the input of a commit transaction request.
|
CommitTransactionResult |
The response elements represent the output of a commit transaction request.
|
ExecuteSqlRequest |
The request parameters represent the input of a request to run one or more SQL statements.
|
ExecuteSqlResult |
The response elements represent the output of a request to run one or more SQL statements.
|
ExecuteStatementRequest |
The request parameters represent the input of a request to run a SQL statement against a database.
|
ExecuteStatementResult |
The response elements represent the output of a request to run a SQL statement against a database.
|
Field |
Contains a value.
|
Record |
A record returned by a call.
|
ResultFrame |
The result set returned by a SQL statement.
|
ResultSetMetadata |
The metadata of the result set returned by a SQL statement.
|
ResultSetOptions |
Options that control how the result set is returned.
|
RollbackTransactionRequest |
The request parameters represent the input of a request to perform a rollback of a transaction.
|
RollbackTransactionResult |
The response elements represent the output of a request to perform a rollback of a transaction.
|
SqlParameter |
A parameter used in a SQL statement.
|
SqlStatementResult |
The result of a SQL statement.
|
StructValue |
A structure value returned by a call.
|
UpdateResult |
The response elements represent the results of an update.
|
Value |
Contains the value of a column.
|
Enum | Description |
---|---|
DecimalReturnType | |
LongReturnType | |
RecordsFormatType | |
TypeHint |
Exception | Description |
---|---|
AccessDeniedException |
You don't have sufficient access to perform this action.
|
AWSRDSDataException |
Base exception for all service exceptions thrown by AWS RDS DataService
|
BadRequestException |
There is an error in the call or in a SQL statement.
|
DatabaseErrorException |
There was an error in processing the SQL statement.
|
DatabaseNotFoundException |
The DB cluster doesn't have a DB instance.
|
DatabaseUnavailableException |
The writer instance in the DB cluster isn't available.
|
ForbiddenException |
There are insufficient privileges to make the call.
|
HttpEndpointNotEnabledException |
The HTTP endpoint for using RDS Data API isn't enabled for the DB cluster.
|
InternalServerErrorException |
An internal error occurred.
|
InvalidSecretException |
The Secrets Manager secret used with the request isn't valid.
|
NotFoundException |
The
resourceArn , secretArn , or transactionId value can't be found. |
SecretsErrorException |
There was a problem with the Secrets Manager secret used with the request, caused by one of the following conditions:
|
ServiceUnavailableErrorException |
The service specified by the
resourceArn parameter isn't available. |
StatementTimeoutException |
The execution of the SQL statement timed out.
|
TransactionNotFoundException |
The transaction ID wasn't found.
|
UnsupportedResultException |
There was a problem with the result because of one of the following conditions:
|