Skip to content

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.

const batchGetReports = yield* AWS.CodeBuild.BatchGetReports(reportGroup);
const { reports } = yield* batchGetReports({ reportArns });