BatchGetReports
Source:
src/AWS/CodeBuild/BatchGetReports.ts
Runtime binding for codebuild:BatchGetReports — reads one or more
reports of the bound report group by report ARN.
Reading Reports
Section titled “Reading Reports”const batchGetReports = yield* AWS.CodeBuild.BatchGetReports(reportGroup);
const { reports } = yield* batchGetReports({ reportArns });