Skip to content

Commit b1d33c8

Browse files
author
AWS
committed
AWS CodeBuild Update: Remove redundant validation check.
1 parent 594da7c commit b1d33c8

File tree

2 files changed

+22
-34
lines changed

2 files changed

+22
-34
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CodeBuild",
4+
"contributor": "",
5+
"description": "Remove redundant validation check."
6+
}

services/codebuild/src/main/resources/codegen-resources/service-2.json

Lines changed: 16 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -826,15 +826,13 @@
826826
"shapes":{
827827
"AccountLimitExceededException":{
828828
"type":"structure",
829-
"members":{
830-
},
829+
"members":{},
831830
"documentation":"<p>An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.</p>",
832831
"exception":true
833832
},
834833
"AccountSuspendedException":{
835834
"type":"structure",
836-
"members":{
837-
},
835+
"members":{},
838836
"documentation":"<p>The CodeBuild access has been suspended for the calling Amazon Web Services account.</p>",
839837
"exception":true
840838
},
@@ -2193,8 +2191,7 @@
21932191
},
21942192
"DeleteFleetOutput":{
21952193
"type":"structure",
2196-
"members":{
2197-
}
2194+
"members":{}
21982195
},
21992196
"DeleteProjectInput":{
22002197
"type":"structure",
@@ -2208,8 +2205,7 @@
22082205
},
22092206
"DeleteProjectOutput":{
22102207
"type":"structure",
2211-
"members":{
2212-
}
2208+
"members":{}
22132209
},
22142210
"DeleteReportGroupInput":{
22152211
"type":"structure",
@@ -2227,8 +2223,7 @@
22272223
},
22282224
"DeleteReportGroupOutput":{
22292225
"type":"structure",
2230-
"members":{
2231-
}
2226+
"members":{}
22322227
},
22332228
"DeleteReportInput":{
22342229
"type":"structure",
@@ -2242,8 +2237,7 @@
22422237
},
22432238
"DeleteReportOutput":{
22442239
"type":"structure",
2245-
"members":{
2246-
}
2240+
"members":{}
22472241
},
22482242
"DeleteResourcePolicyInput":{
22492243
"type":"structure",
@@ -2257,8 +2251,7 @@
22572251
},
22582252
"DeleteResourcePolicyOutput":{
22592253
"type":"structure",
2260-
"members":{
2261-
}
2254+
"members":{}
22622255
},
22632256
"DeleteSourceCredentialsInput":{
22642257
"type":"structure",
@@ -2291,8 +2284,7 @@
22912284
},
22922285
"DeleteWebhookOutput":{
22932286
"type":"structure",
2294-
"members":{
2295-
}
2287+
"members":{}
22962288
},
22972289
"DescribeCodeCoveragesInput":{
22982290
"type":"structure",
@@ -2592,10 +2584,7 @@
25922584
"max":100,
25932585
"min":1
25942586
},
2595-
"FleetCapacity":{
2596-
"type":"integer",
2597-
"min":1
2598-
},
2587+
"FleetCapacity":{"type":"integer"},
25992588
"FleetContextCode":{
26002589
"type":"string",
26012590
"enum":[
@@ -2861,8 +2850,7 @@
28612850
},
28622851
"InvalidInputException":{
28632852
"type":"structure",
2864-
"members":{
2865-
},
2853+
"members":{},
28662854
"documentation":"<p>The input value that was provided is not valid.</p>",
28672855
"exception":true
28682856
},
@@ -2878,8 +2866,7 @@
28782866
},
28792867
"InvalidateProjectCacheOutput":{
28802868
"type":"structure",
2881-
"members":{
2882-
}
2869+
"members":{}
28832870
},
28842871
"KeyInput":{
28852872
"type":"string",
@@ -3068,8 +3055,7 @@
30683055
},
30693056
"ListCuratedEnvironmentImagesInput":{
30703057
"type":"structure",
3071-
"members":{
3072-
}
3058+
"members":{}
30733059
},
30743060
"ListCuratedEnvironmentImagesOutput":{
30753061
"type":"structure",
@@ -3386,8 +3372,7 @@
33863372
},
33873373
"ListSourceCredentialsInput":{
33883374
"type":"structure",
3389-
"members":{
3390-
}
3375+
"members":{}
33913376
},
33923377
"ListSourceCredentialsOutput":{
33933378
"type":"structure",
@@ -3488,8 +3473,7 @@
34883473
},
34893474
"OAuthProviderException":{
34903475
"type":"structure",
3491-
"members":{
3492-
},
3476+
"members":{},
34933477
"documentation":"<p>There was a problem with the underlying OAuth provider.</p>",
34943478
"exception":true
34953479
},
@@ -4312,15 +4296,13 @@
43124296
},
43134297
"ResourceAlreadyExistsException":{
43144298
"type":"structure",
4315-
"members":{
4316-
},
4299+
"members":{},
43174300
"documentation":"<p>The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same settings already exists.</p>",
43184301
"exception":true
43194302
},
43204303
"ResourceNotFoundException":{
43214304
"type":"structure",
4322-
"members":{
4323-
},
4305+
"members":{},
43244306
"documentation":"<p>The specified Amazon Web Services resource cannot be found.</p>",
43254307
"exception":true
43264308
},

0 commit comments

Comments
 (0)