Module Values.RecommendationSourceSource

Describes the source of a recommendation, such as an Amazon EC2 instance or Auto Scaling group.

Sourcetype nonrec t = {
  1. recommendationSourceArn : RecommendationSourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the recommendation source.

    *)
  2. recommendationSourceType : RecommendationSourceType.t option;
    (*

    The resource type of the recommendation source.

    *)
}
Sourceval make : ?recommendationSourceArn:??? -> ?recommendationSourceType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RecommendationSourceArn.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