Module Values_1.RemoveSourceIdentifierFromSubscriptionResultSource

Removes a source identifier from an existing RDS event notification subscription.

Sourcetype removeSourceIdentifierFromSubscriptionResult = {
  1. eventSubscription : Values_0.EventSubscription.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. removeSourceIdentifierFromSubscriptionResult : removeSourceIdentifierFromSubscriptionResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `SourceNotFoundFault of Values_0.SourceNotFoundFault.t
  2. | `SubscriptionNotFoundFault of Values_0.SubscriptionNotFoundFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?eventSubscription:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `SourceNotFoundFault of unit | `SubscriptionNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `SourceNotFoundFault of unit | `SubscriptionNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `List of [> `String of string ] list | `String of string ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t