Module Values_1.DashboardSource

Dashboard.

Sourcetype nonrec t = {
  1. dashboardId : Values_0.ShortRestrictiveResourceId.t option;
    (*

    Dashboard ID.

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

    The Amazon Resource Name (ARN) of the resource.

    *)
  3. name : DashboardName.t option;
    (*

    A display name for the dashboard.

    *)
  4. version : DashboardVersion.t option;
    (*

    Version.

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

    The time that this dashboard was created.

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

    The last time that this dashboard was published.

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

    The last time that this dashboard was updated.

    *)
  8. linkEntities : LinkEntityArnList.t option;
    (*

    A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

    *)
}
Sourceval make : ?dashboardId:??? -> ?arn:??? -> ?name:??? -> ?version:??? -> ?createdTime:??? -> ?lastPublishedTime:??? -> ?lastUpdatedTime:??? -> ?linkEntities:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of LinkEntityArn.t ] list | `String of Values_0.ShortRestrictiveResourceId.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 | `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