Module Types.InstanceAttribute
type t={groups : GroupIdentifierList.t;block_device_mappings : InstanceBlockDeviceMappingList.t;disable_api_termination : AttributeBooleanValue.t option;ena_support : AttributeBooleanValue.t option;enclave_options : EnclaveOptions.t option;ebs_optimized : AttributeBooleanValue.t option;instance_id : Aws.BaseTypes.String.t option;instance_initiated_shutdown_behavior : AttributeValue.t option;instance_type : AttributeValue.t option;kernel_id : AttributeValue.t option;product_codes : ProductCodeList.t;ramdisk_id : AttributeValue.t option;root_device_name : AttributeValue.t option;source_dest_check : AttributeBooleanValue.t option;sriov_net_support : AttributeValue.t option;user_data : AttributeValue.t option;}
val make : ?groups:GroupIdentifierList.t -> ?block_device_mappings:InstanceBlockDeviceMappingList.t -> ?disable_api_termination:AttributeBooleanValue.t -> ?ena_support:AttributeBooleanValue.t -> ?enclave_options:EnclaveOptions.t -> ?ebs_optimized:AttributeBooleanValue.t -> ?instance_id:Aws.BaseTypes.String.t -> ?instance_initiated_shutdown_behavior:AttributeValue.t -> ?instance_type:AttributeValue.t -> ?kernel_id:AttributeValue.t -> ?product_codes:ProductCodeList.t -> ?ramdisk_id:AttributeValue.t -> ?root_device_name:AttributeValue.t -> ?source_dest_check:AttributeBooleanValue.t -> ?sriov_net_support:AttributeValue.t -> ?user_data:AttributeValue.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t