Awso_rds_data_eioSourceval batch_execute_statement :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_rds_data.Values.BatchExecuteStatementRequest.t ->
(Awso_rds_data.Values.BatchExecuteStatementResponse.t,
Awso_rds_data.Values.BatchExecuteStatementResponse.error)
Result.tval begin_transaction :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_rds_data.Values.BeginTransactionRequest.t ->
(Awso_rds_data.Values.BeginTransactionResponse.t,
Awso_rds_data.Values.BeginTransactionResponse.error)
Result.tval commit_transaction :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_rds_data.Values.CommitTransactionRequest.t ->
(Awso_rds_data.Values.CommitTransactionResponse.t,
Awso_rds_data.Values.CommitTransactionResponse.error)
Result.tval execute_sql :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_rds_data.Values.ExecuteSqlRequest.t ->
(Awso_rds_data.Values.ExecuteSqlResponse.t,
Awso_rds_data.Values.ExecuteSqlResponse.error)
Result.tval execute_statement :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_rds_data.Values.ExecuteStatementRequest.t ->
(Awso_rds_data.Values.ExecuteStatementResponse.t,
Awso_rds_data.Values.ExecuteStatementResponse.error)
Result.tval rollback_transaction :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_rds_data.Values.RollbackTransactionRequest.t ->
(Awso_rds_data.Values.RollbackTransactionResponse.t,
Awso_rds_data.Values.RollbackTransactionResponse.error)
Result.tinclude module type of struct include Awso_rds_data.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]You don't have sufficient access to perform this action.
module ArrayOfArray = Awso_rds_data.Values.ArrayOfArraymodule ArrayValue = Awso_rds_data.Values.ArrayValueContains an array.
module ArrayValueList = Awso_rds_data.Values.ArrayValueListmodule StructValue = Awso_rds_data.Values.StructValueA structure value returned by a call. This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.
module Value = Awso_rds_data.Values.ValueContains the value of a column. This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.
There is an error in the call or in a SQL statement. (This error only appears in calls from Aurora Serverless v1 databases.)
Contains a value.
A parameter used in a SQL statement.
The request parameters represent the input of a SQL statement over an array of data.
The response elements represent the results of an update.
The transaction ID wasn't found.
The execution of the SQL statement timed out.
The service specified by the resourceArn parameter isn't available.
There was a problem with the Secrets Manager secret used with the request, caused by one of the following conditions: RDS Data API timed out retrieving the secret. The secret provided wasn't found. The secret couldn't be decrypted.
The Secrets Manager secret used with the request isn't valid.
The resource is in an invalid state.
An internal error occurred.
The HTTP endpoint for using RDS Data API isn't enabled for the DB cluster.
There are insufficient privileges to make the call.
The writer instance in the DB cluster isn't available.
A request was cancelled because the Aurora Serverless v2 DB instance was paused. The Data API request automatically resumes the DB instance. Wait a few seconds and try again.
The DB cluster doesn't have a DB instance.
There was an error in processing the SQL statement.
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 resourceArn, secretArn, or transactionId value can't be found.
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 metadata of the result set returned by a SQL statement.
A record returned by a call. This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.
The result set returned by a SQL statement. This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.
The result of a SQL statement. This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.
The response elements represent the output of a request to run one or more SQL statements.
Options that control how the result set is returned.
The request parameters represent the input of a request to run a SQL statement against a database.
There was a problem with the result because of one of the following conditions: It contained an unsupported data type. It contained a multidimensional array. The size was too large.
The response elements represent the output of a request to run a SQL statement against a database.
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.