Smaws_Client_RDS.DescribeEventSubscriptionsLists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.
If you specify a SubscriptionName, lists the description for that subscription.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `SubscriptionNotFoundFault of Types.subscription_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_event_subscriptions_message ->
(Types.event_subscriptions_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `SubscriptionNotFoundFault of Types.subscription_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_event_subscriptions_message ->
(Types.event_subscriptions_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `SubscriptionNotFoundFault of Types.subscription_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result