Module Awso_rds_data.ValuesSource

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 ]
Sourcemodule ErrorMessage : sig ... end
Sourcemodule AccessDeniedException : sig ... end

You don't have sufficient access to perform this action.

Sourcemodule Arn : sig ... end
Sourcemodule String_ : sig ... end
Sourcemodule StringArray : sig ... end
Sourcemodule BoxedLong : sig ... end
Sourcemodule LongArray : sig ... end
Sourcemodule BoxedDouble : sig ... end
Sourcemodule DoubleArray : sig ... end
Sourcemodule BoxedBoolean : sig ... end
Sourcemodule BooleanArray : sig ... end
module ArrayOfArray : sig ... end
module ArrayValue : sig ... end

Contains an array.

Sourcemodule BoxedInteger : sig ... end
Sourcemodule BoxedFloat : sig ... end
Sourcemodule Blob : sig ... end
module ArrayValueList : sig ... end
module StructValue : sig ... end

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.

module Value : sig ... end

Contains the value of a column. This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.

Sourcemodule BadRequestException : sig ... end

There is an error in the call or in a SQL statement. (This error only appears in calls from Aurora Serverless v1 databases.)

Sourcemodule SqlStatement : sig ... end
Sourcemodule TypeHint : sig ... end
Sourcemodule ParameterName : sig ... end
Sourcemodule Field : sig ... end

Contains a value.

Sourcemodule SqlParameter : sig ... end

A parameter used in a SQL statement.

Sourcemodule SqlParametersList : sig ... end
Sourcemodule SqlParameterSets : sig ... end
Sourcemodule Id : sig ... end
Sourcemodule DbName : sig ... end

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

Sourcemodule FieldList : sig ... end
Sourcemodule UpdateResult : sig ... end

The response elements represent the results of an update.

Sourcemodule UpdateResults : sig ... end

The transaction ID wasn't found.

Sourcemodule Long : sig ... end
Sourcemodule StatementTimeoutException : sig ... end

The execution of the SQL statement timed out.

Sourcemodule ServiceUnavailableError : sig ... end

The service specified by the resourceArn parameter isn't available.

Sourcemodule SecretsErrorException : sig ... end

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.

Sourcemodule InvalidSecretException : sig ... end

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.

Sourcemodule ForbiddenException : sig ... end

There are insufficient privileges to make the call.

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

Sourcemodule DatabaseResumingException : sig ... end

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 : sig ... end

The DB cluster doesn't have a DB instance.

Sourcemodule DatabaseErrorException : sig ... end

There was an error in processing the SQL statement.

The response elements represent the output of a SQL statement over an array of data.

Sourcemodule BeginTransactionRequest : sig ... end

The request parameters represent the input of a request to start a SQL transaction.

Sourcemodule BeginTransactionResponse : sig ... end

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

Sourcemodule Boolean : sig ... end
Sourcemodule Integer : sig ... end
Sourcemodule ColumnMetadata : sig ... end

Contains the metadata for a column.

Sourcemodule CommitTransactionRequest : sig ... end

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

Sourcemodule TransactionStatus : sig ... end
Sourcemodule NotFoundException : sig ... end

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

Sourcemodule CommitTransactionResponse : sig ... end

The response elements represent the output of a commit transaction request.

Sourcemodule DecimalReturnType : sig ... end
Sourcemodule ExecuteSqlRequest : sig ... end

The request parameters represent the input of a request to run one or more SQL statements.

Sourcemodule Metadata : sig ... end
Sourcemodule ResultSetMetadata : sig ... end

The metadata of the result set returned by a SQL statement.

Sourcemodule Row : sig ... end
Sourcemodule Record : sig ... end

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

Sourcemodule Records : sig ... end
Sourcemodule ResultFrame : sig ... end

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.

Sourcemodule RecordsUpdated : sig ... end
Sourcemodule SqlStatementResult : sig ... end

The result of a SQL statement. This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.

Sourcemodule SqlStatementResults : sig ... end
Sourcemodule ExecuteSqlResponse : sig ... end

The response elements represent the output of a request to run one or more SQL statements.

Sourcemodule LongReturnType : sig ... end
Sourcemodule ResultSetOptions : sig ... end

Options that control how the result set is returned.

Sourcemodule RecordsFormatType : sig ... end
Sourcemodule ExecuteStatementRequest : sig ... end

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.

Sourcemodule SqlRecords : sig ... end
Sourcemodule FormattedSqlRecords : sig ... end
Sourcemodule ExecuteStatementResponse : sig ... end

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.