Module Values_2.ThemeSource

Summary information about a theme.

Sourcetype nonrec t = {
  1. arn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the theme.

    *)
  2. name : Values_1.ThemeName.t option;
    (*

    The name that the user gives to the theme.

    *)
  3. themeId : Values_0.ShortRestrictiveResourceId.t option;
    (*

    The identifier that the user gives to the theme.

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

    The date and time that the theme was created.

    *)
  6. lastUpdatedTime : Values_0.Timestamp.t option;
    (*

    The date and time that the theme was last updated.

    *)
  7. type_ : ThemeType.t option;
    (*

    The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.

    *)
}
Sourceval make : ?arn:??? -> ?name:??? -> ?themeId:??? -> ?version:??? -> ?createdTime:??? -> ?lastUpdatedTime:??? -> ?type_:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.Arn.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 | `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