Module Types.PeeringConnectionOptions
type t={allow_dns_resolution_from_remote_vpc : Aws.BaseTypes.Boolean.t option;allow_egress_from_local_classic_link_to_remote_vpc : Aws.BaseTypes.Boolean.t option;allow_egress_from_local_vpc_to_remote_classic_link : 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 -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t