Module Values_1.TemplateAliasSource

The template alias.

Sourcetype nonrec t = {
  1. aliasName : Values_0.AliasName.t option;
    (*

    The display name of the template alias.

    *)
  2. arn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the template alias.

    *)
  3. templateVersionNumber : VersionNumber.t option;
    (*

    The version number of the template alias.

    *)
}
Sourceval make : ?aliasName:??? -> ?arn:??? -> ?templateVersionNumber:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of VersionNumber.t | `String of Values_0.AliasName.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