Module Types.PeeringConnectionOptionsRequest

type t = {
allow_dns_resolution_from_remote_vpc : Aws.BaseTypes.Boolean.t option;
}
val make : ?⁠allow_dns_resolution_from_remote_vpc:Aws.BaseTypes.Boolean.t -> ?⁠allow_egress_from_local_classic_link_to_remote_vpc:Aws.BaseTypes.Boolean.t -> ?⁠allow_egress_from_local_vpc_to_remote_classic_link:Aws.BaseTypes.Boolean.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t