Module Types.LaunchTemplateInstanceNetworkInterfaceSpecification

type t = {
associate_carrier_ip_address : Aws.BaseTypes.Boolean.t option;
associate_public_ip_address : Aws.BaseTypes.Boolean.t option;
delete_on_termination : Aws.BaseTypes.Boolean.t option;
description : Aws.BaseTypes.String.t option;
device_index : Aws.BaseTypes.Integer.t option;
groups : GroupIdStringList.t;
interface_type : Aws.BaseTypes.String.t option;
ipv6_address_count : Aws.BaseTypes.Integer.t option;
ipv6_addresses : InstanceIpv6AddressList.t;
network_interface_id : Aws.BaseTypes.String.t option;
private_ip_address : Aws.BaseTypes.String.t option;
private_ip_addresses : PrivateIpAddressSpecificationList.t;
secondary_private_ip_address_count : Aws.BaseTypes.Integer.t option;
subnet_id : Aws.BaseTypes.String.t option;
network_card_index : Aws.BaseTypes.Integer.t option;
}
val make : ?⁠associate_carrier_ip_address:Aws.BaseTypes.Boolean.t -> ?⁠associate_public_ip_address:Aws.BaseTypes.Boolean.t -> ?⁠delete_on_termination:Aws.BaseTypes.Boolean.t -> ?⁠description:Aws.BaseTypes.String.t -> ?⁠device_index:Aws.BaseTypes.Integer.t -> ?⁠groups:GroupIdStringList.t -> ?⁠interface_type:Aws.BaseTypes.String.t -> ?⁠ipv6_address_count:Aws.BaseTypes.Integer.t -> ?⁠ipv6_addresses:InstanceIpv6AddressList.t -> ?⁠network_interface_id:Aws.BaseTypes.String.t -> ?⁠private_ip_address:Aws.BaseTypes.String.t -> ?⁠private_ip_addresses:PrivateIpAddressSpecificationList.t -> ?⁠secondary_private_ip_address_count:Aws.BaseTypes.Integer.t -> ?⁠subnet_id:Aws.BaseTypes.String.t -> ?⁠network_card_index:Aws.BaseTypes.Integer.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t