Module Types.ScheduledInstancesNetworkInterfaceSet
type t = ScheduledInstancesNetworkInterface.t list
val make : 'a -> unit -> 'aval parse : Ezxmlm.nodes -> ScheduledInstancesNetworkInterface.t list optionval to_query : ScheduledInstancesNetworkInterface.t list -> Aws.Query.tval to_json : ScheduledInstancesNetworkInterface.t list -> [> `List of [> `Assoc of (string * Aws.Json.t) list ] list ]val of_json : Aws.Json.t -> ScheduledInstancesNetworkInterface.t list