Module Values.BatchGetIncidentFindingsInputSource

Retrieves details about all specified findings for an incident, including descriptive details about each finding. A finding represents a recent application environment change made by an CodeDeploy deployment or an CloudFormation stack creation or update that can be investigated as a potential cause of the incident.

Sourcetype nonrec t = {
  1. findingIds : FindingIdList.t;
    (*

    A list of IDs of findings for which you want to view details.

    *)
  2. incidentRecordArn : Arn.t;
    (*

    The Amazon Resource Name (ARN) of the incident for which you want to view finding details.

    *)
}
Sourceval context_ : string
Sourceval make : findingIds:FindingIdList.t -> incidentRecordArn:Arn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of FindingId.t ] list | `String of Arn.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