Module Values.DescribeDryRunProgressRequestSource

Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain. For more information, see Determining whether a change will cause a blue/green deployment.

Sourcetype nonrec t = {
  1. domainName : DomainName.t;
    (*

    The name of the domain.

    *)
  2. dryRunId : GUID.t option;
    (*

    The unique identifier of the dry run.

    *)
  3. loadDryRunConfig : Boolean.t option;
    (*

    Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRunId:??? -> ?loadDryRunConfig:??? -> domainName:DomainName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of DomainName.t ]) 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