Values.ModifyDBClusterResultSourceModifies a setting for an Amazon DocumentDB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
type error = [ | `DBClusterAlreadyExistsFault of DBClusterAlreadyExistsFault.t| `DBClusterNotFoundFault of DBClusterNotFoundFault.t| `DBClusterParameterGroupNotFoundFault of DBClusterParameterGroupNotFoundFault.t| `DBSubnetGroupNotFoundFault of DBSubnetGroupNotFoundFault.t| `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t| `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t| `InvalidDBSecurityGroupStateFault of InvalidDBSecurityGroupStateFault.t| `InvalidDBSubnetGroupStateFault of InvalidDBSubnetGroupStateFault.t| `InvalidSubnet of InvalidSubnet.t| `InvalidVPCNetworkStateFault of InvalidVPCNetworkStateFault.t| `NetworkTypeNotSupported of NetworkTypeNotSupported.t| `StorageQuotaExceededFault of StorageQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val 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
| `NetworkTypeNotSupported of unit
| `StorageQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val 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
| `NetworkTypeNotSupported of unit
| `StorageQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val 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
* [> `Double of DoubleOptional.t
| `String of String_.t ])
list
| `Timestamp of TStamp.t ])
list ])
list ])
list ]