Module Values_2.ThemeVersionSummarySource

The theme version.

Sourcetype nonrec t = {
  1. versionNumber : Values_1.VersionNumber.t option;
    (*

    The version number of the theme version.

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

    The Amazon Resource Name (ARN) of the theme version.

    *)
  3. description : Values_1.VersionDescription.t option;
    (*

    The description of the theme version.

    *)
  4. createdTime : Values_0.Timestamp.t option;
    (*

    The date and time that this theme version was created.

    *)
  5. status : Values_0.ResourceStatus.t option;
    (*

    The status of the theme version.

    *)
}
Sourceval make : ?versionNumber:??? -> ?arn:??? -> ?description:??? -> ?createdTime:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Long of Values_1.VersionNumber.t | `String of Values_0.Arn.t | `Timestamp of Values_0.Timestamp.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