Module Values.CreateDBClusterResultSource

Creates a new Amazon Neptune DB cluster. You can use the ReplicationSourceIdentifier parameter to create the DB cluster as a Read Replica of another DB cluster or Amazon Neptune DB instance. Note that when you create a new cluster using CreateDBCluster directly, deletion protection is disabled by default (when you create a new production cluster in the console, deletion protection is enabled by default). You can only delete a DB cluster if its DeletionProtection field is set to false.

Sourcetype createDBClusterResult = {
  1. dBCluster : DBCluster.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createDBClusterResult : createDBClusterResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBClusterAlreadyExistsFault of DBClusterAlreadyExistsFault.t
  2. | `DBClusterNotFoundFault of DBClusterNotFoundFault.t
  3. | `DBClusterParameterGroupNotFoundFault of DBClusterParameterGroupNotFoundFault.t
  4. | `DBClusterQuotaExceededFault of DBClusterQuotaExceededFault.t
  5. | `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t
  6. | `DBSubnetGroupDoesNotCoverEnoughAZs of DBSubnetGroupDoesNotCoverEnoughAZs.t
  7. | `DBSubnetGroupNotFoundFault of DBSubnetGroupNotFoundFault.t
  8. | `GlobalClusterNotFoundFault of GlobalClusterNotFoundFault.t
  9. | `InsufficientStorageClusterCapacityFault of InsufficientStorageClusterCapacityFault.t
  10. | `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t
  11. | `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t
  12. | `InvalidDBSubnetGroupStateFault of InvalidDBSubnetGroupStateFault.t
  13. | `InvalidGlobalClusterStateFault of InvalidGlobalClusterStateFault.t
  14. | `InvalidSubnet of InvalidSubnet.t
  15. | `InvalidVPCNetworkStateFault of InvalidVPCNetworkStateFault.t
  16. | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
  17. | `StorageQuotaExceededFault of StorageQuotaExceededFault.t
  18. | `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 | `DBClusterQuotaExceededFault of unit | `DBInstanceNotFoundFault of unit | `DBSubnetGroupDoesNotCoverEnoughAZs of unit | `DBSubnetGroupNotFoundFault of unit | `GlobalClusterNotFoundFault of unit | `InsufficientStorageClusterCapacityFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault of unit | `InvalidDBSubnetGroupStateFault of unit | `InvalidGlobalClusterStateFault of unit | `InvalidSubnet of unit | `InvalidVPCNetworkStateFault of unit | `KMSKeyNotAccessibleFault of unit | `StorageQuotaExceededFault 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 | `DBClusterQuotaExceededFault of unit | `DBInstanceNotFoundFault of unit | `DBSubnetGroupDoesNotCoverEnoughAZs of unit | `DBSubnetGroupNotFoundFault of unit | `GlobalClusterNotFoundFault of unit | `InsufficientStorageClusterCapacityFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault of unit | `InvalidDBSubnetGroupStateFault of unit | `InvalidGlobalClusterStateFault of unit | `InvalidSubnet of unit | `InvalidVPCNetworkStateFault of unit | `KMSKeyNotAccessibleFault of unit | `StorageQuotaExceededFault 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