|
686 | 686 | "timeoutInMinutes": { |
687 | 687 | "target": "com.amazonaws.codebuild#WrapperInt", |
688 | 688 | "traits": { |
689 | | - "smithy.api#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\n get marked as completed.</p>" |
| 689 | + "smithy.api#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\n get marked as completed.</p>" |
690 | 690 | } |
691 | 691 | }, |
692 | 692 | "queuedTimeoutInMinutes": { |
|
1394 | 1394 | "smithy.api#documentation": "<p>Contains summary information about a batch build group.</p>" |
1395 | 1395 | } |
1396 | 1396 | }, |
| 1397 | + "com.amazonaws.codebuild#BuildTimeOut": { |
| 1398 | + "type": "integer", |
| 1399 | + "traits": { |
| 1400 | + "smithy.api#range": { |
| 1401 | + "min": 5, |
| 1402 | + "max": 2160 |
| 1403 | + } |
| 1404 | + } |
| 1405 | + }, |
1397 | 1406 | "com.amazonaws.codebuild#Builds": { |
1398 | 1407 | "type": "list", |
1399 | 1408 | "member": { |
|
3016 | 3025 | } |
3017 | 3026 | }, |
3018 | 3027 | "timeoutInMinutes": { |
3019 | | - "target": "com.amazonaws.codebuild#TimeOut", |
| 3028 | + "target": "com.amazonaws.codebuild#BuildTimeOut", |
3020 | 3029 | "traits": { |
3021 | | - "smithy.api#documentation": "<p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before it times out\n any build that has not been marked as completed. The default is 60 minutes.</p>" |
| 3030 | + "smithy.api#documentation": "<p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before it times out\n any build that has not been marked as completed. The default is 60 minutes.</p>" |
3022 | 3031 | } |
3023 | 3032 | }, |
3024 | 3033 | "queuedTimeoutInMinutes": { |
|
5898 | 5907 | } |
5899 | 5908 | }, |
5900 | 5909 | "timeoutInMinutes": { |
5901 | | - "target": "com.amazonaws.codebuild#TimeOut", |
| 5910 | + "target": "com.amazonaws.codebuild#BuildTimeOut", |
5902 | 5911 | "traits": { |
5903 | | - "smithy.api#documentation": "<p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any\n related build that did not get marked as completed. The default is 60 minutes.</p>" |
| 5912 | + "smithy.api#documentation": "<p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any\n related build that did not get marked as completed. The default is 60 minutes.</p>" |
5904 | 5913 | } |
5905 | 5914 | }, |
5906 | 5915 | "queuedTimeoutInMinutes": { |
|
7790 | 7799 | } |
7791 | 7800 | }, |
7792 | 7801 | "buildTimeoutInMinutesOverride": { |
7793 | | - "target": "com.amazonaws.codebuild#TimeOut", |
| 7802 | + "target": "com.amazonaws.codebuild#BuildTimeOut", |
7794 | 7803 | "traits": { |
7795 | 7804 | "smithy.api#documentation": "<p>Overrides the build timeout specified in the batch build project.</p>" |
7796 | 7805 | } |
|
8005 | 8014 | } |
8006 | 8015 | }, |
8007 | 8016 | "timeoutInMinutesOverride": { |
8008 | | - "target": "com.amazonaws.codebuild#TimeOut", |
| 8017 | + "target": "com.amazonaws.codebuild#BuildTimeOut", |
8009 | 8018 | "traits": { |
8010 | | - "smithy.api#documentation": "<p>The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this\n build only, the latest setting already defined in the build project.</p>" |
| 8019 | + "smithy.api#documentation": "<p>The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this\n build only, the latest setting already defined in the build project.</p>" |
8011 | 8020 | } |
8012 | 8021 | }, |
8013 | 8022 | "queuedTimeoutInMinutesOverride": { |
|
8597 | 8606 | } |
8598 | 8607 | }, |
8599 | 8608 | "timeoutInMinutes": { |
8600 | | - "target": "com.amazonaws.codebuild#TimeOut", |
| 8609 | + "target": "com.amazonaws.codebuild#BuildTimeOut", |
8601 | 8610 | "traits": { |
8602 | | - "smithy.api#documentation": "<p>The replacement value in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before\n timing out any related build that did not get marked as completed.</p>" |
| 8611 | + "smithy.api#documentation": "<p>The replacement value in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before\n timing out any related build that did not get marked as completed.</p>" |
8603 | 8612 | } |
8604 | 8613 | }, |
8605 | 8614 | "queuedTimeoutInMinutes": { |
|
0 commit comments