Module Values_2.ThemeVersionSource

A version of a theme.

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

    The version number of the theme.

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

    The Amazon Resource Name (ARN) of the resource.

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

    The description of the theme.

    *)
  4. baseThemeId : Values_0.ShortRestrictiveResourceId.t option;
    (*

    The Quick Sight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Quick Sight theme.

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

    The date and time that this theme version was created.

    *)
  6. configuration : Values_1.ThemeConfiguration.t option;
    (*

    The theme configuration, which contains all the theme display properties.

    *)
  7. errors : ThemeErrorList.t option;
    (*

    Errors associated with the theme.

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

    The status of the theme version.

    *)
}
Sourceval make : ?versionNumber:??? -> ?arn:??? -> ?description:??? -> ?baseThemeId:??? -> ?createdTime:??? -> ?configuration:??? -> ?errors:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of Values_0.NonEmptyString.t ]) list ] list | `Long of Values_1.VersionNumber.t | `String of Values_0.Arn.t | `Structure of (string * [> `Structure of (string * [> `List of [> `String of Values_0.HexColor.t | `Structure of (string * [> `String of Values_0.LimitedString.t ]) list ] list | `String of Values_0.HexColor.t | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ]) list ]) list ]) list | `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