package aws-ec2

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.LaunchTemplateInstanceMetadataOptionsRequestSource

Sourcetype t = {
  1. http_tokens : LaunchTemplateHttpTokensState.t option;
  2. http_put_response_hop_limit : Aws.BaseTypes.Integer.t option;
  3. http_endpoint : LaunchTemplateInstanceMetadataEndpointState.t option;
}
Sourceval make : ?http_tokens:LaunchTemplateHttpTokensState.t -> ?http_put_response_hop_limit:Aws.BaseTypes.Integer.t -> ?http_endpoint:LaunchTemplateInstanceMetadataEndpointState.t -> unit -> t
Sourceval parse : Ezxmlm.nodes -> t option
Sourceval to_query : t -> Aws.Query.t
Sourceval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
Sourceval of_json : Aws.Json.t -> t