Module Values.UpdateEventSourcesConfigRequestSource

Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon CodeGuru Profiler, which can produce proactive recommendations which can be stored and viewed in DevOps Guru.

Sourcetype nonrec t = {
  1. eventSources : EventSourcesConfig.t option;
    (*

    Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.

    *)
}
Sourceval make : ?eventSources:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string ]) list ]) list ]) 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