Module Values_1.DashboardVersionSummarySource

Dashboard version summary.

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

    The Amazon Resource Name (ARN) of the resource.

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

    The time that this dashboard version was created.

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

    Version number.

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

    The HTTP status of the request.

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

    Source entity ARN.

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

    Description.

    *)
}
Sourceval make : ?arn:??? -> ?createdTime:??? -> ?versionNumber:??? -> ?status:??? -> ?sourceEntityArn:??? -> ?description:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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