Module Values.ActivateEventSourceRequestSource

Activates a partner event source that has been deactivated. Once activated, your matching event bus will start receiving events from the event source.

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

    The name of the partner event source to activate.

    *)
}
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