Module Types.ListTrafficPolicyInstancesByHostedZoneRequest
type t={hosted_zone_id : Aws.BaseTypes.String.t;traffic_policy_instance_name_marker : Aws.BaseTypes.String.t option;traffic_policy_instance_type_marker : RRType.t option;max_items : Aws.BaseTypes.String.t option;}
val make : hosted_zone_id:Aws.BaseTypes.String.t -> ?traffic_policy_instance_name_marker:Aws.BaseTypes.String.t -> ?traffic_policy_instance_type_marker:RRType.t -> ?max_items:Aws.BaseTypes.String.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