Module Values.DeactivateEventSourceRequestSource

You can use this operation to temporarily stop receiving events from the specified partner event source. The matching event bus is not deleted. When you deactivate a partner event source, the source goes into PENDING state. If it remains in PENDING state for more than two weeks, it is deleted. To activate a deactivated partner event source, use ActivateEventSource.

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

    The name of the partner event source to deactivate.

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