Skip to content

Commit 4f8b580

Browse files
Fix endpoint resolution test cases
1 parent 8a1ab04 commit 4f8b580

File tree

6 files changed

+211
-447
lines changed

6 files changed

+211
-447
lines changed

generator/ServiceModels/s3control/s3control-2018-08-20.api.json

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,14 +1858,12 @@
18581858
"Boolean":{"type":"boolean"},
18591859
"BucketAlreadyExists":{
18601860
"type":"structure",
1861-
"members":{
1862-
},
1861+
"members":{},
18631862
"exception":true
18641863
},
18651864
"BucketAlreadyOwnedByYou":{
18661865
"type":"structure",
1867-
"members":{
1868-
},
1866+
"members":{},
18691867
"exception":true
18701868
},
18711869
"BucketCannedACL":{
@@ -2616,8 +2614,7 @@
26162614
},
26172615
"DeleteJobTaggingResult":{
26182616
"type":"structure",
2619-
"members":{
2620-
}
2617+
"members":{}
26212618
},
26222619
"DeleteMarkerReplication":{
26232620
"type":"structure",
@@ -2725,8 +2722,7 @@
27252722
},
27262723
"DeleteStorageLensConfigurationTaggingResult":{
27272724
"type":"structure",
2728-
"members":{
2729-
}
2725+
"members":{}
27302726
},
27312727
"DeleteStorageLensGroupRequest":{
27322728
"type":"structure",
@@ -5588,8 +5584,7 @@
55885584
},
55895585
"PutJobTaggingResult":{
55905586
"type":"structure",
5591-
"members":{
5592-
}
5587+
"members":{}
55935588
},
55945589
"PutMultiRegionAccessPointPolicyInput":{
55955590
"type":"structure",
@@ -5701,8 +5696,7 @@
57015696
},
57025697
"PutStorageLensConfigurationTaggingResult":{
57035698
"type":"structure",
5704-
"members":{
5705-
}
5699+
"members":{}
57065700
},
57075701
"Region":{
57085702
"type":"structure",
@@ -6036,8 +6030,7 @@
60366030
},
60376031
"S3DeleteObjectTaggingOperation":{
60386032
"type":"structure",
6039-
"members":{
6040-
}
6033+
"members":{}
60416034
},
60426035
"S3ExpirationInDays":{
60436036
"type":"integer",
@@ -6230,8 +6223,7 @@
62306223
},
62316224
"S3ReplicateObjectOperation":{
62326225
"type":"structure",
6233-
"members":{
6234-
}
6226+
"members":{}
62356227
},
62366228
"S3ResourceArn":{
62376229
"type":"string",
@@ -6334,14 +6326,12 @@
63346326
"SSEKMSKeyId":{"type":"string"},
63356327
"SSES3":{
63366328
"type":"structure",
6337-
"members":{
6338-
},
6329+
"members":{},
63396330
"locationName":"SSE-S3"
63406331
},
63416332
"SSES3Encryption":{
63426333
"type":"structure",
6343-
"members":{
6344-
},
6334+
"members":{},
63456335
"locationName":"SSE-S3"
63466336
},
63476337
"Scope":{
@@ -6627,8 +6617,7 @@
66276617
},
66286618
"SubmitMultiRegionAccessPointRoutesResult":{
66296619
"type":"structure",
6630-
"members":{
6631-
}
6620+
"members":{}
66326621
},
66336622
"Suffix":{"type":"string"},
66346623
"SuspendedCause":{
@@ -6694,8 +6683,7 @@
66946683
},
66956684
"TagResourceResult":{
66966685
"type":"structure",
6697-
"members":{
6698-
}
6686+
"members":{}
66996687
},
67006688
"TagValueString":{
67016689
"type":"string",
@@ -6784,8 +6772,7 @@
67846772
},
67856773
"UntagResourceResult":{
67866774
"type":"structure",
6787-
"members":{
6788-
}
6775+
"members":{}
67896776
},
67906777
"UpdateAccessGrantsLocationRequest":{
67916778
"type":"structure",

0 commit comments

Comments
 (0)