|
1593 | 1593 | "shape":"ScalingConfigurationInput",
|
1594 | 1594 | "documentation":"<p>The scaling configuration of the compute fleet.</p>"
|
1595 | 1595 | },
|
| 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 | + }, |
1596 | 1600 | "tags":{
|
1597 | 1601 | "shape":"TagList",
|
1598 | 1602 | "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 | 2200 | "shape":"ScalingConfigurationOutput",
|
2197 | 2201 | "documentation":"<p>The scaling configuration of the compute fleet.</p>"
|
2198 | 2202 | },
|
| 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 | + }, |
2199 | 2207 | "tags":{
|
2200 | 2208 | "shape":"TagList",
|
2201 | 2209 | "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 | 2240 | "max":100,
|
2233 | 2241 | "min":1
|
2234 | 2242 | },
|
| 2243 | + "FleetOverflowBehavior":{ |
| 2244 | + "type":"string", |
| 2245 | + "enum":[ |
| 2246 | + "QUEUE", |
| 2247 | + "ON_DEMAND" |
| 2248 | + ] |
| 2249 | + }, |
2235 | 2250 | "FleetScalingMetricType":{
|
2236 | 2251 | "type":"string",
|
2237 | 2252 | "enum":["FLEET_UTILIZATION_RATE"]
|
|
4447 | 4462 | "shape":"ScalingConfigurationInput",
|
4448 | 4463 | "documentation":"<p>The scaling configuration of the compute fleet.</p>"
|
4449 | 4464 | },
|
| 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 | + }, |
4450 | 4469 | "tags":{
|
4451 | 4470 | "shape":"TagList",
|
4452 | 4471 | "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