Module Values.GenerateFindingRecommendationRequestSource

Creates a recommendation for an unused permissions finding.

Sourcetype nonrec t = {
  1. analyzerArn : AnalyzerArn.t;
    (*

    The ARN of the analyzer used to generate the finding recommendation.

    *)
  2. id : GenerateFindingRecommendationRequestIdString.t;
    (*

    The unique ID for the finding recommendation.

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