Values.CancelDomainConfigChangeRequestSourceContainer for parameters of the CancelDomainConfigChange operation.
type nonrec t = {domainName : DomainName.t;Name of the OpenSearch Service domain configuration request to cancel.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of DryRun.t | `String of DomainName.t ]) list ]