Skip to content

Commit d0e424b

Browse files
author
AWS
committed
AWS CodeBuild Update: Add support for custom instance type for reserved capacity fleets
1 parent 76590d4 commit d0e424b

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
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": "Add support for custom instance type for reserved capacity fleets"
6+
}

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,9 +1859,13 @@
18591859
"machineType":{
18601860
"shape":"MachineType",
18611861
"documentation":"<p>The machine type of the instance type included in your fleet.</p>"
1862+
},
1863+
"instanceType":{
1864+
"shape":"NonEmptyString",
1865+
"documentation":"<p>The EC2 instance type to be launched in your fleet.</p>"
18621866
}
18631867
},
1864-
"documentation":"<p>Contains compute attributes. These attributes only need be specified when your project's or fleet's <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code>.</p>"
1868+
"documentation":"<p>Contains compute attributes. These attributes only need be specified when your project's or fleet's <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code> or <code>CUSTOM_INSTANCE_TYPE</code>.</p>"
18651869
},
18661870
"ComputeType":{
18671871
"type":"string",
@@ -1876,7 +1880,8 @@
18761880
"BUILD_LAMBDA_4GB",
18771881
"BUILD_LAMBDA_8GB",
18781882
"BUILD_LAMBDA_10GB",
1879-
"ATTRIBUTE_BASED_COMPUTE"
1883+
"ATTRIBUTE_BASED_COMPUTE",
1884+
"CUSTOM_INSTANCE_TYPE"
18801885
]
18811886
},
18821887
"ComputeTypesAllowed":{
@@ -4645,7 +4650,7 @@
46454650
},
46464651
"scope":{
46474652
"shape":"WebhookScopeType",
4648-
"documentation":"<p>The type of scope for a GitHub or GitLab webhook.</p>"
4653+
"documentation":"<p>The type of scope for a GitHub or GitLab webhook. The scope default is GITHUB_ORGANIZATION.</p>"
46494654
}
46504655
},
46514656
"documentation":"<p>Contains configuration information about the scope for a webhook. </p>"

0 commit comments

Comments
 (0)