Values.AddSourceIdentifierToSubscriptionResultSourceAdds a source identifier to an existing event notification subscription.
type addSourceIdentifierToSubscriptionResult = {eventSubscription : EventSubscription.t option;}and t = {addSourceIdentifierToSubscriptionResult : addSourceIdentifierToSubscriptionResult;responseMetaData : responseMetaData;}type error = [ | `SourceNotFoundFault of SourceNotFoundFault.t| `SubscriptionNotFoundFault of SubscriptionNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `SourceNotFoundFault of unit
| `SubscriptionNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `SourceNotFoundFault of unit
| `SubscriptionNotFoundFault of unit
| `Unknown_operation_error of string * string option ]