Skip to content

Commit 22cd2d5

Browse files
author
AWS
committed
AWS CodeBuild Update: AWS CodeBuild now supports overflow behavior on Reserved Capacity.
1 parent f61185b commit 22cd2d5

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-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": "AWS CodeBuild now supports overflow behavior on Reserved Capacity."
6+
}

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,6 +1593,10 @@
15931593
"shape":"ScalingConfigurationInput",
15941594
"documentation":"<p>The scaling configuration of the compute fleet.</p>"
15951595
},
1596+
"overflowBehavior":{
1597+
"shape":"FleetOverflowBehavior",
1598+
"documentation":"<p>The compute fleet overflow behavior.</p> <ul> <li> <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on the existing fleet instance to become available.</p> </li> <li> <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p> </li> </ul>"
1599+
},
15961600
"tags":{
15971601
"shape":"TagList",
15981602
"documentation":"<p>A list of tag key and value pairs associated with this compute fleet.</p> <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project tags.</p>"
@@ -2196,6 +2200,10 @@
21962200
"shape":"ScalingConfigurationOutput",
21972201
"documentation":"<p>The scaling configuration of the compute fleet.</p>"
21982202
},
2203+
"overflowBehavior":{
2204+
"shape":"FleetOverflowBehavior",
2205+
"documentation":"<p>The compute fleet overflow behavior.</p> <ul> <li> <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on the existing fleet instance to become available.</p> </li> <li> <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p> </li> </ul>"
2206+
},
21992207
"tags":{
22002208
"shape":"TagList",
22012209
"documentation":"<p>A list of tag key and value pairs associated with this compute fleet.</p> <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project tags.</p>"
@@ -2232,6 +2240,13 @@
22322240
"max":100,
22332241
"min":1
22342242
},
2243+
"FleetOverflowBehavior":{
2244+
"type":"string",
2245+
"enum":[
2246+
"QUEUE",
2247+
"ON_DEMAND"
2248+
]
2249+
},
22352250
"FleetScalingMetricType":{
22362251
"type":"string",
22372252
"enum":["FLEET_UTILIZATION_RATE"]
@@ -4447,6 +4462,10 @@
44474462
"shape":"ScalingConfigurationInput",
44484463
"documentation":"<p>The scaling configuration of the compute fleet.</p>"
44494464
},
4465+
"overflowBehavior":{
4466+
"shape":"FleetOverflowBehavior",
4467+
"documentation":"<p>The compute fleet overflow behavior.</p> <ul> <li> <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on the existing fleet instance to become available.</p> </li> <li> <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p> </li> </ul>"
4468+
},
44504469
"tags":{
44514470
"shape":"TagList",
44524471
"documentation":"<p>A list of tag key and value pairs associated with this compute fleet.</p> <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project tags.</p>"

0 commit comments

Comments
 (0)