Smaws_Client_CloudWatchEvents.ListApiDestinationsRetrieves a list of API destination in the account in the current Region.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalException of Types.internal_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_api_destinations_request ->
(Types.list_api_destinations_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalException of Types.internal_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_api_destinations_request ->
(Types.list_api_destinations_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalException of Types.internal_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result