Smaws_Client_CloudWatch.GetDashboardDisplays the details of the dashboard that you specify.
To copy an existing dashboard, use GetDashboard, and then use the data returned within DashboardBody as the template for the new dashboard when you call PutDashboard to create the copy.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DashboardNotFoundError of Types.dashboard_not_found_error
| `InternalServiceFault of Types.internal_service_fault
| `InvalidParameterValueException of Types.invalid_parameter_value_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_dashboard_input ->
(Types.get_dashboard_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DashboardNotFoundError of Types.dashboard_not_found_error
| `InternalServiceFault of Types.internal_service_fault
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_dashboard_input ->
(Types.get_dashboard_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DashboardNotFoundError of Types.dashboard_not_found_error
| `InternalServiceFault of Types.internal_service_fault
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result