Module Values.UpdateResolverRuleRequestSource

Updates settings for a specified Resolver rule. ResolverRuleId is required, and all other parameters are optional. If you don't specify a parameter, it retains its current value.

Sourcetype nonrec t = {
  1. resolverRuleId : ResourceId.t;
    (*

    The ID of the Resolver rule that you want to update.

    *)
  2. config : ResolverRuleConfig.t;
    (*

    The new settings for the Resolver rule.

    *)
}
Sourceval context_ : string
Sourceval make : resolverRuleId:ResourceId.t -> config:ResolverRuleConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of Port.t | `String of Ip.t ]) list ] list | `String of Name.t ]) 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