|
1014 | 1014 | },
|
1015 | 1015 | "timeoutInMinutes":{
|
1016 | 1016 | "shape":"WrapperInt",
|
1017 |
| - "documentation":"<p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out this build if it does not get marked as completed.</p>" |
| 1017 | + "documentation":"<p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this build if it does not get marked as completed.</p>" |
1018 | 1018 | },
|
1019 | 1019 | "queuedTimeoutInMinutes":{
|
1020 | 1020 | "shape":"WrapperInt",
|
|
1424 | 1424 | },
|
1425 | 1425 | "documentation":"<p>Contains summary information about a batch build group.</p>"
|
1426 | 1426 | },
|
| 1427 | + "BuildTimeOut":{ |
| 1428 | + "type":"integer", |
| 1429 | + "max":2160, |
| 1430 | + "min":5 |
| 1431 | + }, |
1427 | 1432 | "Builds":{
|
1428 | 1433 | "type":"list",
|
1429 | 1434 | "member":{"shape":"Build"}
|
|
1674 | 1679 | "documentation":"<p>The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>"
|
1675 | 1680 | },
|
1676 | 1681 | "timeoutInMinutes":{
|
1677 |
| - "shape":"TimeOut", |
1678 |
| - "documentation":"<p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before it times out any build that has not been marked as completed. The default is 60 minutes.</p>" |
| 1682 | + "shape":"BuildTimeOut", |
| 1683 | + "documentation":"<p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before it times out any build that has not been marked as completed. The default is 60 minutes.</p>" |
1679 | 1684 | },
|
1680 | 1685 | "queuedTimeoutInMinutes":{
|
1681 | 1686 | "shape":"TimeOut",
|
|
3051 | 3056 | "documentation":"<p>The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>"
|
3052 | 3057 | },
|
3053 | 3058 | "timeoutInMinutes":{
|
3054 |
| - "shape":"TimeOut", |
3055 |
| - "documentation":"<p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed. The default is 60 minutes.</p>" |
| 3059 | + "shape":"BuildTimeOut", |
| 3060 | + "documentation":"<p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed. The default is 60 minutes.</p>" |
3056 | 3061 | },
|
3057 | 3062 | "queuedTimeoutInMinutes":{
|
3058 | 3063 | "shape":"TimeOut",
|
|
4099 | 4104 | "documentation":"<p>Enable this flag to override privileged mode in the batch build project.</p>"
|
4100 | 4105 | },
|
4101 | 4106 | "buildTimeoutInMinutesOverride":{
|
4102 |
| - "shape":"TimeOut", |
| 4107 | + "shape":"BuildTimeOut", |
4103 | 4108 | "documentation":"<p>Overrides the build timeout specified in the batch build project.</p>"
|
4104 | 4109 | },
|
4105 | 4110 | "queuedTimeoutInMinutesOverride":{
|
|
4242 | 4247 | "documentation":"<p>Enable this flag to override privileged mode in the build project.</p>"
|
4243 | 4248 | },
|
4244 | 4249 | "timeoutInMinutesOverride":{
|
4245 |
| - "shape":"TimeOut", |
4246 |
| - "documentation":"<p>The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this build only, the latest setting already defined in the build project.</p>" |
| 4250 | + "shape":"BuildTimeOut", |
| 4251 | + "documentation":"<p>The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this build only, the latest setting already defined in the build project.</p>" |
4247 | 4252 | },
|
4248 | 4253 | "queuedTimeoutInMinutesOverride":{
|
4249 | 4254 | "shape":"TimeOut",
|
|
4560 | 4565 | "documentation":"<p>The replacement ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>"
|
4561 | 4566 | },
|
4562 | 4567 | "timeoutInMinutes":{
|
4563 |
| - "shape":"TimeOut", |
4564 |
| - "documentation":"<p>The replacement value in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed.</p>" |
| 4568 | + "shape":"BuildTimeOut", |
| 4569 | + "documentation":"<p>The replacement value in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed.</p>" |
4565 | 4570 | },
|
4566 | 4571 | "queuedTimeoutInMinutes":{
|
4567 | 4572 | "shape":"TimeOut",
|
|
0 commit comments