Module Values_2.LaunchTemplateVersionSource

Describes a launch template version.

Sourcetype nonrec t = {
  1. launchTemplateId : Values_0.String_.t option;
    (*

    The ID of the launch template.

    *)
  2. launchTemplateName : Values_0.LaunchTemplateName.t option;
    (*

    The name of the launch template.

    *)
  3. versionNumber : Values_0.Long.t option;
    (*

    The version number.

    *)
  4. versionDescription : Values_1.VersionDescription.t option;
    (*

    The description for the version.

    *)
  5. createTime : Values_0.DateTime.t option;
    (*

    The time the version was created.

    *)
  6. createdBy : Values_0.String_.t option;
    (*

    The principal that created the version.

    *)
  7. defaultVersion : Values_0.Boolean.t option;
    (*

    Indicates whether the version is the default version.

    *)
  8. launchTemplateData : Values_1.ResponseLaunchTemplateData.t option;
    (*

    Information about the launch template.

    *)
  9. operator : Values_0.OperatorResponse.t option;
    (*

    The entity that manages the launch template.

    *)
}
Sourceval make : ?launchTemplateId:??? -> ?launchTemplateName:??? -> ?versionNumber:??? -> ?versionDescription:??? -> ?createTime:??? -> ?createdBy:??? -> ?defaultVersion:??? -> ?launchTemplateData:??? -> ?operator:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Long of Values_0.Long.t | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Boolean of bool ]) list ]) list ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_0.Integer.t | `List of [> `Enum of string | `String of string ] list | `String of Values_0.String_.t | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list | `Timestamp of string ]) list ]) list ]) list | `Timestamp of Values_0.DateTime.t ]) 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