ListIncidentFindings
Source:
src/AWS/SSMIncidents/ListIncidentFindings.ts
Runtime binding for ssm-incidents:ListIncidentFindings.
Lists the findings (CodeDeploy deployments and CloudFormation stack updates
around the incident’s start time) that Incident Manager correlated with an
incident. Findings live under runtime incident-record ARNs, so the
deploy-time grant is account-level (Resource: "*").
Provide the implementation with
Effect.provide(AWS.SSMIncidents.ListIncidentFindingsHttp).
Findings
Section titled “Findings”// initconst listIncidentFindings = yield* AWS.SSMIncidents.ListIncidentFindings();
// runtimeconst { findings } = yield* listIncidentFindings({ incidentRecordArn });