Module Values.ModifyDBClusterResultSource

Modify a setting for a DB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.

Sourcetype modifyDBClusterResult = {
  1. dBCluster : DBCluster.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. modifyDBClusterResult : modifyDBClusterResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBClusterAlreadyExistsFault of DBClusterAlreadyExistsFault.t
  2. | `DBClusterNotFoundFault of DBClusterNotFoundFault.t
  3. | `DBClusterParameterGroupNotFoundFault of DBClusterParameterGroupNotFoundFault.t
  4. | `DBSubnetGroupNotFoundFault of DBSubnetGroupNotFoundFault.t
  5. | `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t
  6. | `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t
  7. | `InvalidDBSecurityGroupStateFault of InvalidDBSecurityGroupStateFault.t
  8. | `InvalidDBSubnetGroupStateFault of InvalidDBSubnetGroupStateFault.t
  9. | `InvalidSubnet of InvalidSubnet.t
  10. | `InvalidVPCNetworkStateFault of InvalidVPCNetworkStateFault.t
  11. | `StorageQuotaExceededFault of StorageQuotaExceededFault.t
  12. | `StorageTypeNotSupportedFault of StorageTypeNotSupportedFault.t
  13. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBCluster:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBClusterAlreadyExistsFault of unit | `DBClusterNotFoundFault of unit | `DBClusterParameterGroupNotFoundFault of unit | `DBSubnetGroupNotFoundFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault of unit | `InvalidDBSecurityGroupStateFault of unit | `InvalidDBSubnetGroupStateFault of unit | `InvalidSubnet of unit | `InvalidVPCNetworkStateFault of unit | `StorageQuotaExceededFault of unit | `StorageTypeNotSupportedFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBClusterAlreadyExistsFault of unit | `DBClusterNotFoundFault of unit | `DBClusterParameterGroupNotFoundFault of unit | `DBSubnetGroupNotFoundFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault of unit | `InvalidDBSecurityGroupStateFault of unit | `InvalidDBSubnetGroupStateFault of unit | `InvalidSubnet of unit | `InvalidVPCNetworkStateFault of unit | `StorageQuotaExceededFault of unit | `StorageTypeNotSupportedFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of IntegerOptional.t | `List of [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of IntegerOptional.t | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of BooleanOptional.t | `Double of DoubleOptional.t | `Integer of IntegerOptional.t | `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) list | `Timestamp of TStamp.t ]) list ]) list ]) 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