Module Values.RecommendationRelatedEventResourceSource

Information about an Amazon Web Services resource that emitted and event that is related to a recommendation in an insight.

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

    The name of the resource that emitted the event. This corresponds to the Name field in an EventResource object.

    *)
  2. type_ : RecommendationRelatedEventResourceType.t option;
    (*

    The type of the resource that emitted the event. This corresponds to the Type field in an EventResource object.

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