Values.RemoveSourceIdentifierFromSubscriptionResultSourceRemoves a source identifier from an existing Amazon DocumentDB event notification subscription.
type removeSourceIdentifierFromSubscriptionResult = {eventSubscription : EventSubscription.t option;}and t = {removeSourceIdentifierFromSubscriptionResult : removeSourceIdentifierFromSubscriptionResult;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 ]