Module Values_0.AdditionalEnisSource

Information about additional Elastic Network Interfaces (ENIs) associated with an instance.

Sourcetype nonrec t = {
  1. efaEnis : EfaEnis.t option;
    (*

    A list of Elastic Fabric Adapter (EFA) ENIs associated with the instance.

    *)
}
Sourceval make : ?efaEnis:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t