Module Values.LatestVersionReferencesSource

The resource ARNs with different wildcard variations of semantic versioning.

Sourcetype nonrec t = {
  1. latestVersionArn : ImageBuilderArn.t option;
    (*

    The latest version Amazon Resource Name (ARN) of the Image Builder resource.

    *)
  2. latestMajorVersionArn : ImageBuilderArn.t option;
    (*

    The latest version Amazon Resource Name (ARN) with the same major version of the Image Builder resource.

    *)
  3. latestMinorVersionArn : ImageBuilderArn.t option;
    (*

    The latest version Amazon Resource Name (ARN) with the same minor version of the Image Builder resource.

    *)
  4. latestPatchVersionArn : ImageBuilderArn.t option;
    (*

    The latest version Amazon Resource Name (ARN) with the same patch version of the Image Builder resource.

    *)
}
Sourceval make : ?latestVersionArn:??? -> ?latestMajorVersionArn:??? -> ?latestMinorVersionArn:??? -> ?latestPatchVersionArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ImageBuilderArn.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