You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/codebuild.json
+62
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,38 @@
133
133
}
134
134
}
135
135
},
136
+
"com.amazonaws.codebuild#AutoRetryConfig": {
137
+
"type": "structure",
138
+
"members": {
139
+
"autoRetryLimit": {
140
+
"target": "com.amazonaws.codebuild#WrapperInt",
141
+
"traits": {
142
+
"smithy.api#documentation": "<p>The maximum number of additional automatic retries after a failed build. For example, if the \n auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically \n retry your build for up to 2 additional times.</p>"
143
+
}
144
+
},
145
+
"autoRetryNumber": {
146
+
"target": "com.amazonaws.codebuild#WrapperInt",
147
+
"traits": {
148
+
"smithy.api#documentation": "<p>The number of times that the build has been retried. The initial build will have an auto-retry number of 0.</p>"
149
+
}
150
+
},
151
+
"nextAutoRetry": {
152
+
"target": "com.amazonaws.codebuild#String",
153
+
"traits": {
154
+
"smithy.api#documentation": "<p>The build ARN of the auto-retried build triggered by the current build. The next auto-retry \n will be <code>null</code> for builds that don't trigger an auto-retry.</p>"
155
+
}
156
+
},
157
+
"previousAutoRetry": {
158
+
"target": "com.amazonaws.codebuild#String",
159
+
"traits": {
160
+
"smithy.api#documentation": "<p>The build ARN of the build that triggered the current auto-retry build. The previous auto-retry will be \n <code>null</code> for the initial build.</p>"
161
+
}
162
+
}
163
+
},
164
+
"traits": {
165
+
"smithy.api#documentation": "<p>Information about the auto-retry configuration for the build.</p>"
166
+
}
167
+
},
136
168
"com.amazonaws.codebuild#BatchDeleteBuilds": {
137
169
"type": "operation",
138
170
"input": {
@@ -761,6 +793,12 @@
761
793
"traits": {
762
794
"smithy.api#documentation": "<p>The ARN of the batch build that this build is a member of, if applicable.</p>"
"smithy.api#documentation": "<p>Information about the auto-retry configuration for the build.</p>"
801
+
}
764
802
}
765
803
},
766
804
"traits": {
@@ -3101,6 +3139,12 @@
3101
3139
"traits": {
3102
3140
"smithy.api#documentation": "<p>The maximum number of concurrent builds that are allowed for this project.</p>\n <p>New builds are only started if the current number of builds is less than or equal to this limit. \n If the current build count meets this limit, new builds are throttled and are not run.</p>"
3103
3141
}
3142
+
},
3143
+
"autoRetryLimit": {
3144
+
"target": "com.amazonaws.codebuild#WrapperInt",
3145
+
"traits": {
3146
+
"smithy.api#documentation": "<p>The maximum number of additional automatic retries after a failed build. For example, if the \n auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically \n retry your build for up to 2 additional times.</p>"
3147
+
}
3104
3148
}
3105
3149
},
3106
3150
"traits": {
@@ -6175,6 +6219,12 @@
6175
6219
"traits": {
6176
6220
"smithy.api#documentation": "<p>The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for\n the project's builds.</p>"
6177
6221
}
6222
+
},
6223
+
"autoRetryLimit": {
6224
+
"target": "com.amazonaws.codebuild#WrapperInt",
6225
+
"traits": {
6226
+
"smithy.api#documentation": "<p>The maximum number of additional automatic retries after a failed build. For example, if the \n auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically \n retry your build for up to 2 additional times.</p>"
6227
+
}
6178
6228
}
6179
6229
},
6180
6230
"traits": {
@@ -8297,6 +8347,12 @@
8297
8347
"traits": {
8298
8348
"smithy.api#documentation": "<p>A ProjectFleet object specified for this build that overrides the one defined in the\n build project.</p>"
8299
8349
}
8350
+
},
8351
+
"autoRetryLimitOverride": {
8352
+
"target": "com.amazonaws.codebuild#WrapperInt",
8353
+
"traits": {
8354
+
"smithy.api#documentation": "<p>The maximum number of additional automatic retries after a failed build. For example, if the \n auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically \n retry your build for up to 2 additional times.</p>"
8355
+
}
8300
8356
}
8301
8357
},
8302
8358
"traits": {
@@ -8904,6 +8960,12 @@
8904
8960
"traits": {
8905
8961
"smithy.api#documentation": "<p>The maximum number of concurrent builds that are allowed for this project.</p>\n <p>New builds are only started if the current number of builds is less than or equal to this limit. \n If the current build count meets this limit, new builds are throttled and are not run.</p>\n <p>To remove this limit, set this value to -1.</p>"
8906
8962
}
8963
+
},
8964
+
"autoRetryLimit": {
8965
+
"target": "com.amazonaws.codebuild#WrapperInt",
8966
+
"traits": {
8967
+
"smithy.api#documentation": "<p>The maximum number of additional automatic retries after a failed build. For example, if the \n auto-retry limit is set to 2, CodeBuild will call the <code>RetryBuild</code> API to automatically \n retry your build for up to 2 additional times.</p>"
0 commit comments