Smaws_Client_CloudTrail.ListDashboardsReturns information about all dashboards in the account, in the current Region.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `UnsupportedOperationException of Types.unsupported_operation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_dashboards_request ->
(Types.list_dashboards_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_dashboards_request ->
(Types.list_dashboards_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `UnsupportedOperationException of Types.unsupported_operation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result