Skip to content

Commit 85ca8af

Browse files
Adds table bucket type to ListTableBucket and GetTableBucket API operations
1 parent 9b86c85 commit 85ca8af

12 files changed

+244
-135
lines changed

generator/ServiceModels/s3tables/s3tables-2018-05-10.api.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,8 @@
934934
"name":{"shape":"TableBucketName"},
935935
"ownerAccountId":{"shape":"AccountId"},
936936
"createdAt":{"shape":"SyntheticTimestamp_date_time"},
937-
"tableBucketId":{"shape":"TableBucketId"}
937+
"tableBucketId":{"shape":"TableBucketId"},
938+
"type":{"shape":"TableBucketType"}
938939
}
939940
},
940941
"GetTableEncryptionRequest":{
@@ -1300,6 +1301,11 @@
13001301
"shape":"ListTableBucketsLimit",
13011302
"location":"querystring",
13021303
"locationName":"maxBuckets"
1304+
},
1305+
"type":{
1306+
"shape":"TableBucketType",
1307+
"location":"querystring",
1308+
"locationName":"type"
13031309
}
13041310
}
13051311
},
@@ -1661,13 +1667,21 @@
16611667
"name":{"shape":"TableBucketName"},
16621668
"ownerAccountId":{"shape":"AccountId"},
16631669
"createdAt":{"shape":"SyntheticTimestamp_date_time"},
1664-
"tableBucketId":{"shape":"TableBucketId"}
1670+
"tableBucketId":{"shape":"TableBucketId"},
1671+
"type":{"shape":"TableBucketType"}
16651672
}
16661673
},
16671674
"TableBucketSummaryList":{
16681675
"type":"list",
16691676
"member":{"shape":"TableBucketSummary"}
16701677
},
1678+
"TableBucketType":{
1679+
"type":"string",
1680+
"enum":[
1681+
"customer",
1682+
"aws"
1683+
]
1684+
},
16711685
"TableMaintenanceConfiguration":{
16721686
"type":"map",
16731687
"key":{"shape":"TableMaintenanceType"},

0 commit comments

Comments
 (0)