Module Values_2.TemplateVersionSource

A version of a template.

Sourcetype nonrec t = {
  1. createdTime : Values_0.Timestamp.t option;
    (*

    The time that this template version was created.

    *)
  2. errors : TemplateErrorList.t option;
    (*

    Errors associated with this template version.

    *)
  3. versionNumber : Values_1.VersionNumber.t option;
    (*

    The version number of the template version.

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

    The status that is associated with the template. CREATION_IN_PROGRESS CREATION_SUCCESSFUL CREATION_FAILED UPDATE_IN_PROGRESS UPDATE_SUCCESSFUL UPDATE_FAILED DELETED

    *)
  5. dataSetConfigurations : Values_1.DataSetConfigurationList.t option;
    (*

    Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

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

    The description of the template.

    *)
  7. sourceEntityArn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

    *)
  8. themeArn : Values_0.Arn.t option;
    (*

    The ARN of the theme associated with this version of the template.

    *)
  9. sheets : Values_0.SheetList.t option;
    (*

    A list of the associated sheets with the unique identifier and name of each sheet.

    *)
}
Sourceval make : ?createdTime:??? -> ?errors:??? -> ?versionNumber:??? -> ?status:??? -> ?dataSetConfigurations:??? -> ?description:??? -> ?sourceEntityArn:??? -> ?themeArn:??? -> ?sheets:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string | `Structure of (string * [> `List of [> `Double of float | `Long of Awso.Import.Int64.t | `String of string | `Timestamp of string ] list ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `String of string ]) list ]) list ]) list ] list | `String of Values_0.String_.t ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ]) list ] list | `String of Values_0.NonEmptyString.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of Values_0.String_.t ]) list ] list ]) list ]) list ] list | `Long of Values_1.VersionNumber.t | `String of Values_1.VersionDescription.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