Values_1.ModifyEventSubscriptionResultSourceModifies 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.
type modifyEventSubscriptionResult = {eventSubscription : Values_0.EventSubscription.t option;}and t = {modifyEventSubscriptionResult : modifyEventSubscriptionResult;responseMetaData : responseMetaData;}type error = [ | `EventSubscriptionQuotaExceededFault of
Values_0.EventSubscriptionQuotaExceededFault.t| `SNSInvalidTopicFault of Values_0.SNSInvalidTopicFault.t| `SNSNoAuthorizationFault of Values_0.SNSNoAuthorizationFault.t| `SNSTopicArnNotFoundFault of Values_0.SNSTopicArnNotFoundFault.t| `SubscriptionCategoryNotFoundFault of
Values_0.SubscriptionCategoryNotFoundFault.t| `SubscriptionNotFoundFault of Values_0.SubscriptionNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EventSubscriptionQuotaExceededFault of unit
| `SNSInvalidTopicFault of unit
| `SNSNoAuthorizationFault of unit
| `SNSTopicArnNotFoundFault of unit
| `SubscriptionCategoryNotFoundFault of unit
| `SubscriptionNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EventSubscriptionQuotaExceededFault of unit
| `SNSInvalidTopicFault of unit
| `SNSNoAuthorizationFault of unit
| `SNSTopicArnNotFoundFault of unit
| `SubscriptionCategoryNotFoundFault of unit
| `SubscriptionNotFoundFault of unit
| `Unknown_operation_error of string * string option ]