Module Values.DeletePartnerEventSourceRequestSource

This operation is used by SaaS partners to delete a partner event source. This operation is not used by Amazon Web Services customers. When you delete an event source, the status of the corresponding partner event bus in the Amazon Web Services customer account becomes DELETED.

Sourcetype nonrec t = {
  1. name : EventSourceName.t;
    (*

    The name of the event source to delete.

    *)
  2. account : AccountId.t;
    (*

    The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.

    *)
}
Sourceval context_ : string
Sourceval make : name:EventSourceName.t -> account:AccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EventSourceName.t ]) 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