package aws-ec2

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.RequestInstanceTypeListSource

Sourcetype t = InstanceType.t list
Sourceval make : 'a -> unit -> 'a
Sourceval parse : Ezxmlm.nodes -> InstanceType.t list option
Sourceval to_query : InstanceType.t list -> Aws.Query.t
Sourceval to_json : InstanceType.t list -> [> `List of Aws.Json.t list ]
Sourceval of_json : Aws.Json.t -> InstanceType.t list