package aws-ec2

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

Module Types.RegionSource

Sourcetype t = {
  1. endpoint : Aws.BaseTypes.String.t option;
  2. region_name : Aws.BaseTypes.String.t option;
  3. opt_in_status : Aws.BaseTypes.String.t option;
}
Sourceval make : ?endpoint:??? -> ?region_name:??? -> ?opt_in_status:??? -> unit -> t
Sourceval parse : Ezxmlm.nodes -> t option
Sourceval to_query : t -> Aws.Query.t
Sourceval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
Sourceval of_json : Aws.Json.t -> t