Smaws_Client_CloudWatch.ListDashboardsReturns a list of the dashboards for your account. If you include DashboardNamePrefix, only those dashboards with names starting with the prefix are listed. Otherwise, all dashboards in your account are listed.
ListDashboards returns up to 1000 results on one page. If there are more than 1000 dashboards, you can call ListDashboards again and include the value you received for NextToken in the first call, to receive the next 1000 results.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InternalServiceFault of Types.internal_service_fault
| `InvalidParameterValueException of Types.invalid_parameter_value_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_dashboards_input ->
(Types.list_dashboards_output,
[> Smaws_Lib.Protocols.AwsQuery.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.list_dashboards_input ->
(Types.list_dashboards_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InternalServiceFault of Types.internal_service_fault
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result