Module Values.GetFindingRecommendationRequestSource

Retrieves information about a finding recommendation for the specified analyzer.

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

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

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

    The unique ID for the finding recommendation.

    *)
  3. maxResults : GetFindingRecommendationRequestMaxResultsInteger.t option;
    (*

    The maximum number of results to return in the response.

    *)
  4. nextToken : Token.t option;
    (*

    A token used for pagination of results returned.

    *)
}
Sourceval context_ : string
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> analyzerArn:AnalyzerArn.t -> id:GetFindingRecommendationRequestIdString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of GetFindingRecommendationRequestMaxResultsInteger.t | `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