Module Values.ClusterOperationV2ProvisionedSource

Returns information about a provisioned cluster operation.

Sourcetype nonrec t = {
  1. operationSteps : ClusterOperationStep.t list option;
    (*

    Steps completed during the operation.

    *)
  2. sourceClusterInfo : MutableClusterInfo.t option;
    (*

    Information about cluster attributes before a cluster is updated.

    *)
  3. targetClusterInfo : MutableClusterInfo.t option;
    (*

    Information about cluster attributes after a cluster is updated.

    *)
  4. vpcConnectionInfo : VpcConnectionInfo.t option;
    (*

    Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

    *)
}
Sourceval make : ?operationSteps:??? -> ?sourceClusterInfo:??? -> ?targetClusterInfo:??? -> ?vpcConnectionInfo:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int ]) list ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `Double of float ] list | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Boolean of bool | `String of string | `Structure of (string * [> `Boolean of bool | `Structure of (string * [> `Boolean of bool ]) list ]) list ]) list ]) list ]) list | `Timestamp of string ]) 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