Values.ModifyEventSubscriptionResultSourceModifies an existing event notification subscription. Note that 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 SourceType by using the DescribeEventCategories action.
and t = {modifyEventSubscriptionResult : modifyEventSubscriptionResult;responseMetaData : responseMetaData;}type error = [ | `EventSubscriptionQuotaExceededFault of EventSubscriptionQuotaExceededFault.t| `SNSInvalidTopicFault of SNSInvalidTopicFault.t| `SNSNoAuthorizationFault of SNSNoAuthorizationFault.t| `SNSTopicArnNotFoundFault of SNSTopicArnNotFoundFault.t| `SubscriptionCategoryNotFoundFault of SubscriptionCategoryNotFoundFault.t| `SubscriptionNotFoundFault of 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 ]