Module Values_1.PromoteReadReplicaDBClusterResultSource

Promotes a read replica DB cluster to a standalone DB cluster.

Sourcetype promoteReadReplicaDBClusterResult = {
  1. dBCluster : Values_0.DBCluster.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. promoteReadReplicaDBClusterResult : promoteReadReplicaDBClusterResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBClusterNotFoundFault of Values_0.DBClusterNotFoundFault.t
  2. | `InvalidDBClusterStateFault of Values_0.InvalidDBClusterStateFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBCluster:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBClusterNotFoundFault of unit | `InvalidDBClusterStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBClusterNotFoundFault of unit | `InvalidDBClusterStateFault 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 bool | `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `String of string ] list | `String of string ]) list ] list | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Boolean of bool | `Double of float | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of string | `Timestamp of string ]) list | `Timestamp of string ]) list | `Timestamp of string ]) 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