|
739 | 739 | "SECRETS_MANAGER"
|
740 | 740 | ]
|
741 | 741 | },
|
| 742 | + "AutoRetryConfig":{ |
| 743 | + "type":"structure", |
| 744 | + "members":{ |
| 745 | + "autoRetryLimit":{ |
| 746 | + "shape":"WrapperInt", |
| 747 | + "documentation":"<p>The maximum number of additional automatic retries after a failed build. For example, if the auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically retry your build for up to 2 additional times.</p>" |
| 748 | + }, |
| 749 | + "autoRetryNumber":{ |
| 750 | + "shape":"WrapperInt", |
| 751 | + "documentation":"<p>The number of times that the build has been retried. The initial build will have an auto-retry number of 0.</p>" |
| 752 | + }, |
| 753 | + "nextAutoRetry":{ |
| 754 | + "shape":"String", |
| 755 | + "documentation":"<p>The build ARN of the auto-retried build triggered by the current build. The next auto-retry will be <code>null</code> for builds that don't trigger an auto-retry.</p>" |
| 756 | + }, |
| 757 | + "previousAutoRetry":{ |
| 758 | + "shape":"String", |
| 759 | + "documentation":"<p>The build ARN of the build that triggered the current auto-retry build. The previous auto-retry will be <code>null</code> for the initial build.</p>" |
| 760 | + } |
| 761 | + }, |
| 762 | + "documentation":"<p>Information about the auto-retry configuration for the build.</p>" |
| 763 | + }, |
742 | 764 | "BatchDeleteBuildsInput":{
|
743 | 765 | "type":"structure",
|
744 | 766 | "required":["ids"],
|
|
1061 | 1083 | "buildBatchArn":{
|
1062 | 1084 | "shape":"String",
|
1063 | 1085 | "documentation":"<p>The ARN of the batch build that this build is a member of, if applicable.</p>"
|
| 1086 | + }, |
| 1087 | + "autoRetryConfig":{ |
| 1088 | + "shape":"AutoRetryConfig", |
| 1089 | + "documentation":"<p>Information about the auto-retry configuration for the build.</p>" |
1064 | 1090 | }
|
1065 | 1091 | },
|
1066 | 1092 | "documentation":"<p>Information about a build.</p>"
|
|
1727 | 1753 | "concurrentBuildLimit":{
|
1728 | 1754 | "shape":"WrapperInt",
|
1729 | 1755 | "documentation":"<p>The maximum number of concurrent builds that are allowed for this project.</p> <p>New builds are only started if the current number of builds is less than or equal to this limit. If the current build count meets this limit, new builds are throttled and are not run.</p>"
|
| 1756 | + }, |
| 1757 | + "autoRetryLimit":{ |
| 1758 | + "shape":"WrapperInt", |
| 1759 | + "documentation":"<p>The maximum number of additional automatic retries after a failed build. For example, if the auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically retry your build for up to 2 additional times.</p>" |
1730 | 1760 | }
|
1731 | 1761 | }
|
1732 | 1762 | },
|
|
3199 | 3229 | "resourceAccessRole":{
|
3200 | 3230 | "shape":"NonEmptyString",
|
3201 | 3231 | "documentation":"<p>The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.</p>"
|
| 3232 | + }, |
| 3233 | + "autoRetryLimit":{ |
| 3234 | + "shape":"WrapperInt", |
| 3235 | + "documentation":"<p>The maximum number of additional automatic retries after a failed build. For example, if the auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically retry your build for up to 2 additional times.</p>" |
3202 | 3236 | }
|
3203 | 3237 | },
|
3204 | 3238 | "documentation":"<p>Information about a build project.</p>"
|
|
4402 | 4436 | "fleetOverride":{
|
4403 | 4437 | "shape":"ProjectFleet",
|
4404 | 4438 | "documentation":"<p>A ProjectFleet object specified for this build that overrides the one defined in the build project.</p>"
|
| 4439 | + }, |
| 4440 | + "autoRetryLimitOverride":{ |
| 4441 | + "shape":"WrapperInt", |
| 4442 | + "documentation":"<p>The maximum number of additional automatic retries after a failed build. For example, if the auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically retry your build for up to 2 additional times.</p>" |
4405 | 4443 | }
|
4406 | 4444 | }
|
4407 | 4445 | },
|
|
4729 | 4767 | "concurrentBuildLimit":{
|
4730 | 4768 | "shape":"WrapperInt",
|
4731 | 4769 | "documentation":"<p>The maximum number of concurrent builds that are allowed for this project.</p> <p>New builds are only started if the current number of builds is less than or equal to this limit. If the current build count meets this limit, new builds are throttled and are not run.</p> <p>To remove this limit, set this value to -1.</p>"
|
| 4770 | + }, |
| 4771 | + "autoRetryLimit":{ |
| 4772 | + "shape":"WrapperInt", |
| 4773 | + "documentation":"<p>The maximum number of additional automatic retries after a failed build. For example, if the auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically retry your build for up to 2 additional times.</p>" |
4732 | 4774 | }
|
4733 | 4775 | }
|
4734 | 4776 | },
|
|
0 commit comments