Values.ModifyEventSubscriptionResultSourceModifies an existing Amazon Redshift event notification subscription.
and t = {modifyEventSubscriptionResult : modifyEventSubscriptionResult;responseMetaData : responseMetaData;}type error = [ | `InvalidSubscriptionStateFault of InvalidSubscriptionStateFault.t| `SNSInvalidTopicFault of SNSInvalidTopicFault.t| `SNSNoAuthorizationFault of SNSNoAuthorizationFault.t| `SNSTopicArnNotFoundFault of SNSTopicArnNotFoundFault.t| `SourceNotFoundFault of SourceNotFoundFault.t| `SubscriptionCategoryNotFoundFault of SubscriptionCategoryNotFoundFault.t| `SubscriptionEventIdNotFoundFault of SubscriptionEventIdNotFoundFault.t| `SubscriptionNotFoundFault of SubscriptionNotFoundFault.t| `SubscriptionSeverityNotFoundFault of SubscriptionSeverityNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidSubscriptionStateFault of unit
| `SNSInvalidTopicFault of unit
| `SNSNoAuthorizationFault of unit
| `SNSTopicArnNotFoundFault of unit
| `SourceNotFoundFault of unit
| `SubscriptionCategoryNotFoundFault of unit
| `SubscriptionEventIdNotFoundFault of unit
| `SubscriptionNotFoundFault of unit
| `SubscriptionSeverityNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidSubscriptionStateFault of unit
| `SNSInvalidTopicFault of unit
| `SNSNoAuthorizationFault of unit
| `SNSTopicArnNotFoundFault of unit
| `SourceNotFoundFault of unit
| `SubscriptionCategoryNotFoundFault of unit
| `SubscriptionEventIdNotFoundFault of unit
| `SubscriptionNotFoundFault of unit
| `SubscriptionSeverityNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Timestamp of TStamp.t ])
list ])
list ])
list ]