Module Values_1.DeleteEventSubscriptionResultSource

Deletes an RDS event notification subscription.

Sourcetype deleteEventSubscriptionResult = {
  1. eventSubscription : Values_0.EventSubscription.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. deleteEventSubscriptionResult : deleteEventSubscriptionResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidEventSubscriptionStateFault of Values_0.InvalidEventSubscriptionStateFault.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 -> [> `InvalidEventSubscriptionStateFault of unit | `SubscriptionNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidEventSubscriptionStateFault 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