Module Values_0.InstanceRequirementsEniConfigurationSource

The customer ENI and additional ENIs associated with a network interface category.

Sourcetype nonrec t = {
  1. customerEni : String_.t option;
    (*

    The ID of the customer-managed Elastic Network Interface (ENI) associated with the instance type category.

    *)
  2. additionalEnis : AdditionalEnis.t option;
    (*

    Information about additional Elastic Network Interfaces (ENIs) associated with the instance type category.

    *)
}
Sourceval make : ?customerEni:??? -> ?additionalEnis:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t ] list ]) 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