Module Awso_rds_data_asyncSource

include module type of struct include Awso_rds_data.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval 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.ArrayOfArray

Contains an array.

module ArrayValueList = Awso_rds_data.Values.ArrayValueList

A structure value returned by a call. This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.

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

Sourcemodule BatchExecuteStatementRequest = Awso_rds_data.Values.BatchExecuteStatementRequest

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

The response elements represent the results of an update.

Sourcemodule TransactionNotFoundException = Awso_rds_data.Values.TransactionNotFoundException

The transaction ID wasn't found.

Sourcemodule StatementTimeoutException = Awso_rds_data.Values.StatementTimeoutException

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.

Sourcemodule InvalidResourceStateException = Awso_rds_data.Values.InvalidResourceStateException

The resource is in an invalid state.

Sourcemodule InternalServerErrorException = Awso_rds_data.Values.InternalServerErrorException

An internal error occurred.

Sourcemodule HttpEndpointNotEnabledException = Awso_rds_data.Values.HttpEndpointNotEnabledException

The HTTP endpoint for using RDS Data API isn't enabled for the DB cluster.

There are insufficient privileges to make the call.

Sourcemodule DatabaseUnavailableException = Awso_rds_data.Values.DatabaseUnavailableException

The writer instance in the DB cluster isn't available.

Sourcemodule DatabaseResumingException = Awso_rds_data.Values.DatabaseResumingException

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.

Sourcemodule DatabaseNotFoundException = Awso_rds_data.Values.DatabaseNotFoundException

The DB cluster doesn't have a DB instance.

There was an error in processing the SQL statement.

Sourcemodule BatchExecuteStatementResponse = Awso_rds_data.Values.BatchExecuteStatementResponse

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.

Sourcemodule BeginTransactionResponse = Awso_rds_data.Values.BeginTransactionResponse

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

Contains the metadata for a column.

Sourcemodule CommitTransactionRequest = Awso_rds_data.Values.CommitTransactionRequest

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

The resourceArn, secretArn, or transactionId value can't be found.

Sourcemodule CommitTransactionResponse = Awso_rds_data.Values.CommitTransactionResponse

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.

Sourcemodule UnsupportedResultException = Awso_rds_data.Values.UnsupportedResultException

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.

Sourcemodule ExecuteStatementResponse = Awso_rds_data.Values.ExecuteStatementResponse

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

Sourcemodule RollbackTransactionRequest = Awso_rds_data.Values.RollbackTransactionRequest

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

Sourcemodule RollbackTransactionResponse = Awso_rds_data.Values.RollbackTransactionResponse

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

Sourcemodule Cli : sig ... end