Module Values.AwsEc2LaunchTemplateDetailsSource

Specifies the properties for creating an Amazon Elastic Compute Cloud (Amazon EC2) launch template.

Sourcetype nonrec t = {
  1. launchTemplateName : NonEmptyString.t option;
    (*

    A name for the launch template.

    *)
  2. id : NonEmptyString.t option;
    (*

    An ID for the launch template.

    *)
  3. launchTemplateData : AwsEc2LaunchTemplateDataDetails.t option;
    (*

    The information to include in the launch template.

    *)
  4. defaultVersionNumber : Long.t option;
    (*

    The default version of the launch template.

    *)
  5. latestVersionNumber : Long.t option;
    (*

    The latest version of the launch template.

    *)
}
Sourceval make : ?launchTemplateName:??? -> ?id:??? -> ?launchTemplateData:??? -> ?defaultVersionNumber:??? -> ?latestVersionNumber:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Long.t | `String of NonEmptyString.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of NonEmptyString.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of NonEmptyString.t | `Structure of (string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ] list | `String of NonEmptyString.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `String of NonEmptyString.t ]) list ]) list ] list | `String of NonEmptyString.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of NonEmptyString.t ] list | `String of NonEmptyString.t | `Structure of (string * [> `Double of Double.t | `Integer of Integer.t | `String of NonEmptyString.t ]) list ]) 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