Values.EventSubscriptionsMessageSourceLists 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.
type describeEventSubscriptionsResult = {marker : String_.t option;An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
*)eventSubscriptionsList : EventSubscriptionsList.t option;A list of EventSubscriptions data types.
*)}and t = {describeEventSubscriptionsResult : describeEventSubscriptionsResult;responseMetaData : responseMetaData;}type error = [ | `SubscriptionNotFoundFault of SubscriptionNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `SubscriptionNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `SubscriptionNotFoundFault of unit
| `Unknown_operation_error of string * string option ]