Values.GetDashboardResponseSourceReturns the specified dashboard.
type nonrec t = {dashboardArn : DashboardArn.t option;The ARN for the dashboard.
*)type_ : DashboardType.t option;The type of dashboard.
*)status : DashboardStatus.t option;The status of the dashboard.
*)widgets : WidgetList.t option;An array of widgets for the dashboard.
*)refreshSchedule : RefreshSchedule.t option;The refresh schedule for the dashboard, if configured.
*)createdTimestamp : Date.t option;The timestamp that shows when the dashboard was created.
*)updatedTimestamp : Date.t option;The timestamp that shows when the dashboard was last updated.
*)lastRefreshId : RefreshId.t option;The ID of the last dashboard refresh.
*)lastRefreshFailureReason : ErrorMessage.t option;Provides information about failures for the last scheduled refresh.
*)terminationProtectionEnabled : TerminationProtectionEnabled.t option;Indicates whether termination protection is enabled for the dashboard.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of TerminationProtectionEnabled.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `List of [> `String of QueryParameter.t ] list
| `Map of
([> `String of ViewPropertiesKey.t ]
* [> `String of ViewPropertiesValue.t ])
list
| `String of QueryAlias.t ])
list ]
list
| `String of DashboardArn.t
| `Structure of
(string
* [> `Enum of string
| `String of TimeOfDay.t
| `Structure of
(string
* [> `Enum of string
| `Integer of RefreshScheduleFrequencyValue.t ])
list ])
list
| `Timestamp of Date.t ])
list ]