Values.BatchGetIncidentFindingsInputSourceRetrieves 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.
type nonrec t = {findingIds : FindingIdList.t;A list of IDs of findings for which you want to view details.
*)incidentRecordArn : Arn.t;The Amazon Resource Name (ARN) of the incident for which you want to view finding details.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of FindingId.t ] list | `String of Arn.t ])
list ]