Skip to content

Commit 3175015

Browse files
Remove redundant validation check.
1 parent 3064103 commit 3175015

File tree

10 files changed

+158
-348
lines changed

10 files changed

+158
-348
lines changed

generator/ServiceModels/codebuild/codebuild-2016-10-06.api.json

Lines changed: 16 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -767,14 +767,12 @@
767767
"shapes":{
768768
"AccountLimitExceededException":{
769769
"type":"structure",
770-
"members":{
771-
},
770+
"members":{},
772771
"exception":true
773772
},
774773
"AccountSuspendedException":{
775774
"type":"structure",
776-
"members":{
777-
},
775+
"members":{},
778776
"exception":true
779777
},
780778
"ArtifactNamespace":{
@@ -1465,8 +1463,7 @@
14651463
},
14661464
"DeleteFleetOutput":{
14671465
"type":"structure",
1468-
"members":{
1469-
}
1466+
"members":{}
14701467
},
14711468
"DeleteProjectInput":{
14721469
"type":"structure",
@@ -1477,8 +1474,7 @@
14771474
},
14781475
"DeleteProjectOutput":{
14791476
"type":"structure",
1480-
"members":{
1481-
}
1477+
"members":{}
14821478
},
14831479
"DeleteReportGroupInput":{
14841480
"type":"structure",
@@ -1490,8 +1486,7 @@
14901486
},
14911487
"DeleteReportGroupOutput":{
14921488
"type":"structure",
1493-
"members":{
1494-
}
1489+
"members":{}
14951490
},
14961491
"DeleteReportInput":{
14971492
"type":"structure",
@@ -1502,8 +1497,7 @@
15021497
},
15031498
"DeleteReportOutput":{
15041499
"type":"structure",
1505-
"members":{
1506-
}
1500+
"members":{}
15071501
},
15081502
"DeleteResourcePolicyInput":{
15091503
"type":"structure",
@@ -1514,8 +1508,7 @@
15141508
},
15151509
"DeleteResourcePolicyOutput":{
15161510
"type":"structure",
1517-
"members":{
1518-
}
1511+
"members":{}
15191512
},
15201513
"DeleteSourceCredentialsInput":{
15211514
"type":"structure",
@@ -1539,8 +1532,7 @@
15391532
},
15401533
"DeleteWebhookOutput":{
15411534
"type":"structure",
1542-
"members":{
1543-
}
1535+
"members":{}
15441536
},
15451537
"DescribeCodeCoveragesInput":{
15461538
"type":"structure",
@@ -1705,10 +1697,7 @@
17051697
"max":100,
17061698
"min":1
17071699
},
1708-
"FleetCapacity":{
1709-
"type":"integer",
1710-
"min":1
1711-
},
1700+
"FleetCapacity":{"type":"integer"},
17121701
"FleetContextCode":{
17131702
"type":"string",
17141703
"enum":[
@@ -1911,8 +1900,7 @@
19111900
},
19121901
"InvalidInputException":{
19131902
"type":"structure",
1914-
"members":{
1915-
},
1903+
"members":{},
19161904
"exception":true
19171905
},
19181906
"InvalidateProjectCacheInput":{
@@ -1924,8 +1912,7 @@
19241912
},
19251913
"InvalidateProjectCacheOutput":{
19261914
"type":"structure",
1927-
"members":{
1928-
}
1915+
"members":{}
19291916
},
19301917
"KeyInput":{
19311918
"type":"string",
@@ -2030,8 +2017,7 @@
20302017
},
20312018
"ListCuratedEnvironmentImagesInput":{
20322019
"type":"structure",
2033-
"members":{
2034-
}
2020+
"members":{}
20352021
},
20362022
"ListCuratedEnvironmentImagesOutput":{
20372023
"type":"structure",
@@ -2186,8 +2172,7 @@
21862172
},
21872173
"ListSourceCredentialsInput":{
21882174
"type":"structure",
2189-
"members":{
2190-
}
2175+
"members":{}
21912176
},
21922177
"ListSourceCredentialsOutput":{
21932178
"type":"structure",
@@ -2246,8 +2231,7 @@
22462231
},
22472232
"OAuthProviderException":{
22482233
"type":"structure",
2249-
"members":{
2250-
},
2234+
"members":{},
22512235
"exception":true
22522236
},
22532237
"PageSize":{
@@ -2700,14 +2684,12 @@
27002684
},
27012685
"ResourceAlreadyExistsException":{
27022686
"type":"structure",
2703-
"members":{
2704-
},
2687+
"members":{},
27052688
"exception":true
27062689
},
27072690
"ResourceNotFoundException":{
27082691
"type":"structure",
2709-
"members":{
2710-
},
2692+
"members":{},
27112693
"exception":true
27122694
},
27132695
"RetryBuildBatchInput":{

0 commit comments

Comments
 (0)