Module Values.DeleteEventBusRequestSource

Deletes the specified custom event bus or partner event bus. All rules associated with this event bus need to be deleted. You can't delete your account's default event bus.

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

    The name of the event bus to delete.

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