Smaws_Client_RDS.PurchaseReservedDBInstancesOfferingPurchases a reserved DB instance offering.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ReservedDBInstanceAlreadyExistsFault of
Types.reserved_db_instance_already_exists_fault
| `ReservedDBInstanceQuotaExceededFault of
Types.reserved_db_instance_quota_exceeded_fault
| `ReservedDBInstancesOfferingNotFoundFault of
Types.reserved_db_instances_offering_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.purchase_reserved_db_instances_offering_message ->
(Types.purchase_reserved_db_instances_offering_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ReservedDBInstanceAlreadyExistsFault of
Types.reserved_db_instance_already_exists_fault
| `ReservedDBInstanceQuotaExceededFault of
Types.reserved_db_instance_quota_exceeded_fault
| `ReservedDBInstancesOfferingNotFoundFault of
Types.reserved_db_instances_offering_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.purchase_reserved_db_instances_offering_message ->
(Types.purchase_reserved_db_instances_offering_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ReservedDBInstanceAlreadyExistsFault of
Types.reserved_db_instance_already_exists_fault
| `ReservedDBInstanceQuotaExceededFault of
Types.reserved_db_instance_quota_exceeded_fault
| `ReservedDBInstancesOfferingNotFoundFault of
Types.reserved_db_instances_offering_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result