Smaws_Client_Redshift.DescribeEventSubscriptionsLists descriptions of all the Amazon Redshift event notification subscriptions for a customer account. If you specify a subscription name, lists the description for that subscription.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all event notification subscriptions that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all subscriptions that have any combination of those values are returned.
If both tag keys and values are omitted from the request, subscriptions are returned regardless of whether they have tag keys or values associated with them.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidTagFault of Types.invalid_tag_fault
| `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
| `InvalidTagFault of Types.invalid_tag_fault
| `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
| `InvalidTagFault of Types.invalid_tag_fault
| `SubscriptionNotFoundFault of Types.subscription_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result