Values.DescribeDryRunProgressRequestSourceDescribes 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.
type nonrec t = {domainName : DomainName.t;The name of the domain.
*)dryRunId : GUID.t option;The unique identifier of the dry run.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DomainName.t ]) list ]