Module Values.CancelDomainConfigChangeRequestSource

Cancels a pending configuration change on an Amazon OpenSearch Service domain.

Sourcetype nonrec t = {
  1. domainName : DomainName.t;
  2. dryRun : DryRun.t option;
    (*

    When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.

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