Module Smaws_Client_RDS.ModifyEventSubscription

Modifies an existing RDS event notification subscription. You can't modify the source identifiers using this call. To change source identifiers for a subscription, use the AddSourceIdentifierToSubscription and RemoveSourceIdentifierFromSubscription calls.

You can see a list of the event categories for a given source type (SourceType) in Events in the Amazon RDS User Guide or by using the DescribeEventCategories operation.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `EventSubscriptionQuotaExceededFault of Types.event_subscription_quota_exceeded_fault | `SNSInvalidTopicFault of Types.sns_invalid_topic_fault | `SNSNoAuthorizationFault of Types.sns_no_authorization_fault | `SNSTopicArnNotFoundFault of Types.sns_topic_arn_not_found_fault | `SubscriptionCategoryNotFoundFault of Types.subscription_category_not_found_fault | `SubscriptionNotFoundFault of Types.subscription_not_found_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.modify_event_subscription_message -> (Types.modify_event_subscription_result, [> Smaws_Lib.Protocols.AwsQuery.error | `EventSubscriptionQuotaExceededFault of Types.event_subscription_quota_exceeded_fault | `SNSInvalidTopicFault of Types.sns_invalid_topic_fault | `SNSNoAuthorizationFault of Types.sns_no_authorization_fault | `SNSTopicArnNotFoundFault of Types.sns_topic_arn_not_found_fault | `SubscriptionCategoryNotFoundFault of Types.subscription_category_not_found_fault | `SubscriptionNotFoundFault of Types.subscription_not_found_fault ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.modify_event_subscription_message -> (Types.modify_event_subscription_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `EventSubscriptionQuotaExceededFault of Types.event_subscription_quota_exceeded_fault | `SNSInvalidTopicFault of Types.sns_invalid_topic_fault | `SNSNoAuthorizationFault of Types.sns_no_authorization_fault | `SNSTopicArnNotFoundFault of Types.sns_topic_arn_not_found_fault | `SubscriptionCategoryNotFoundFault of Types.subscription_category_not_found_fault | `SubscriptionNotFoundFault of Types.subscription_not_found_fault ] * Smaws_Lib.Response.metadata) Stdlib.result