Skip to content

Commit f5a2d52

Browse files
author
AWS
committed
AWS CodeBuild Update: Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build.
1 parent c3c67bc commit f5a2d52

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CodeBuild",
4+
"contributor": "",
5+
"description": "Adding \"reportArns\" field in output of BatchGetBuildBatches API. \"reportArns\" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build."
6+
}

services/codebuild/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,10 @@
12361236
"debugSessionEnabled":{
12371237
"shape":"WrapperBoolean",
12381238
"documentation":"<p>Specifies if session debugging is enabled for this batch build. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html\">Viewing a running build in Session Manager</a>. Batch session debugging is not supported for matrix batch builds.</p>"
1239+
},
1240+
"reportArns":{
1241+
"shape":"BuildReportArns",
1242+
"documentation":"<p>An array that contains the ARNs of reports created by merging reports from builds associated with this batch build.</p>"
12391243
}
12401244
},
12411245
"documentation":"<p>Contains information about a batch build.</p>"

0 commit comments

Comments
 (0)