Module Values.DisassociateResolverRuleRequestSource

Removes the association between a specified Resolver rule and a specified VPC. If you disassociate a Resolver rule from a VPC, Resolver stops forwarding DNS queries for the domain name that you specified in the Resolver rule.

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

    The ID of the VPC that you want to disassociate the Resolver rule from.

    *)
  2. resolverRuleId : ResourceId.t;
    (*

    The ID of the Resolver rule that you want to disassociate from the specified VPC.

    *)
}
Sourceval context_ : string
Sourceval make : vPCId:ResourceId.t -> resolverRuleId:ResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceId.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