Module Values.RollbackTransactionResponseSource

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

Sourcetype nonrec t = {
  1. transactionStatus : TransactionStatus.t option;
    (*

    The status of the rollback operation.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `BadRequestException of BadRequestException.t
  3. | `DatabaseErrorException of DatabaseErrorException.t
  4. | `DatabaseNotFoundException of DatabaseNotFoundException.t
  5. | `DatabaseUnavailableException of DatabaseUnavailableException.t
  6. | `ForbiddenException of ForbiddenException.t
  7. | `HttpEndpointNotEnabledException of HttpEndpointNotEnabledException.t
  8. | `InternalServerErrorException of InternalServerErrorException.t
  9. | `InvalidResourceStateException of InvalidResourceStateException.t
  10. | `InvalidSecretException of InvalidSecretException.t
  11. | `NotFoundException of NotFoundException.t
  12. | `SecretsErrorException of SecretsErrorException.t
  13. | `ServiceUnavailableError of ServiceUnavailableError.t
  14. | `StatementTimeoutException of StatementTimeoutException.t
  15. | `TransactionNotFoundException of TransactionNotFoundException.t
  16. | `Unknown_operation_error of string * string option
]
Sourceval make : ?transactionStatus:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `BadRequestException of BadRequestException.t | `DatabaseErrorException of DatabaseErrorException.t | `DatabaseNotFoundException of DatabaseNotFoundException.t | `DatabaseUnavailableException of unit | `ForbiddenException of ForbiddenException.t | `HttpEndpointNotEnabledException of HttpEndpointNotEnabledException.t | `InternalServerErrorException of unit | `InvalidResourceStateException of InvalidResourceStateException.t | `InvalidSecretException of InvalidSecretException.t | `NotFoundException of NotFoundException.t | `SecretsErrorException of SecretsErrorException.t | `ServiceUnavailableError of unit | `StatementTimeoutException of StatementTimeoutException.t | `TransactionNotFoundException of TransactionNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `BadRequestException of BadRequestException.t | `DatabaseErrorException of DatabaseErrorException.t | `DatabaseNotFoundException of DatabaseNotFoundException.t | `DatabaseUnavailableException of unit | `ForbiddenException of ForbiddenException.t | `HttpEndpointNotEnabledException of HttpEndpointNotEnabledException.t | `InternalServerErrorException of unit | `InvalidResourceStateException of InvalidResourceStateException.t | `InvalidSecretException of InvalidSecretException.t | `NotFoundException of NotFoundException.t | `SecretsErrorException of SecretsErrorException.t | `ServiceUnavailableError of unit | `StatementTimeoutException of StatementTimeoutException.t | `TransactionNotFoundException of TransactionNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TransactionStatus.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t