Module Types.InstanceMetadataOptionsResponse
type t={state : InstanceMetadataOptionsState.t option;http_tokens : HttpTokensState.t option;http_put_response_hop_limit : Aws.BaseTypes.Integer.t option;http_endpoint : InstanceMetadataEndpointState.t option;}
val make : ?state:InstanceMetadataOptionsState.t -> ?http_tokens:HttpTokensState.t -> ?http_put_response_hop_limit:Aws.BaseTypes.Integer.t -> ?http_endpoint:InstanceMetadataEndpointState.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