Module Values_1.DashboardVersionSource

Dashboard version.

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

    The time that this dashboard version was created.

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

    Errors associated with this dashboard version.

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

    Version number for this version of the dashboard.

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

    The HTTP status of the request.

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

    The Amazon Resource Name (ARN) of the resource.

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

    Source entity ARN.

    *)
  7. dataSetArns : Values_0.DataSetArnsList.t option;
    (*

    The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

    *)
  8. description : VersionDescription.t option;
    (*

    Description.

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

    The ARN of the theme associated with a version of the dashboard.

    *)
  10. 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:??? -> ?arn:??? -> ?sourceEntityArn:??? -> ?dataSetArns:??? -> ?description:??? -> ?themeArn:??? -> ?sheets:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string | `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 string ]) 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 ]) list ] list | `Long of 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