Module Values.DescribePartnerEventSourceRequestSource

An SaaS partner can use this operation to list details about a partner event source that they have created. Amazon Web Services customers do not use this operation. Instead, Amazon Web Services customers can use DescribeEventSource to see details about a partner event source that is shared with them.

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

    The name of the event source to display.

    *)
}
Sourceval context_ : string
Sourceval make : name:EventSourceName.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