Values.GetDashboardResponseSourceRetrieves the configuration and metadata of a specified dashboard, including its widgets and layout settings.
type nonrec t = {arn : DashboardArn.t option;The ARN of the retrieved dashboard.
*)name : DashboardName.t option;The name of the retrieved dashboard.
*)description : Description.t option;The description of the retrieved dashboard.
*)type_ : DashboardType.t option;Indicates the dashboard type.
*)widgets : WidgetList.t option;An array of widget configurations that make up the dashboard.
*)createdAt : GenericTimeStamp.t option;The timestamp when the dashboard was created.
*)updatedAt : GenericTimeStamp.t option;The timestamp when the dashboard was last modified.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Integer of WidgetWidth.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of GenericString.t ]
* [> `Structure of
(string
* [> `Enum of string ])
list ])
list
| `Structure of
(string * Awso.Botodata.value) list ])
list ])
list ]
list
| `String of WidgetId.t ])
list ]
list
| `String of DashboardArn.t
| `Timestamp of GenericTimeStamp.t ])
list ]