Skip to content

Commit a980e92

Browse files
author
AWS
committed
Amazon S3 Tables Update: Adds table bucket type to ListTableBucket and GetTableBucket API operations
1 parent b8d59d2 commit a980e92

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
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": "Amazon S3 Tables",
4+
"contributor": "",
5+
"description": "Adds table bucket type to ListTableBucket and GetTableBucket API operations"
6+
}

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,10 @@
10771077
"tableBucketId":{
10781078
"shape":"TableBucketId",
10791079
"documentation":"<p>The unique identifier of the table bucket.</p>"
1080+
},
1081+
"type":{
1082+
"shape":"TableBucketType",
1083+
"documentation":"<p>The type of the table bucket.</p>"
10801084
}
10811085
}
10821086
},
@@ -1580,6 +1584,12 @@
15801584
"documentation":"<p>The maximum number of table buckets to return in the list.</p>",
15811585
"location":"querystring",
15821586
"locationName":"maxBuckets"
1587+
},
1588+
"type":{
1589+
"shape":"TableBucketType",
1590+
"documentation":"<p>The type of table buckets to filter by in the list.</p>",
1591+
"location":"querystring",
1592+
"locationName":"type"
15831593
}
15841594
}
15851595
},
@@ -2052,6 +2062,10 @@
20522062
"tableBucketId":{
20532063
"shape":"TableBucketId",
20542064
"documentation":"<p>The system-assigned unique identifier for the table bucket.</p>"
2065+
},
2066+
"type":{
2067+
"shape":"TableBucketType",
2068+
"documentation":"<p>The type of the table bucket.</p>"
20552069
}
20562070
},
20572071
"documentation":"<p>Contains details about a table bucket.</p>"
@@ -2060,6 +2074,13 @@
20602074
"type":"list",
20612075
"member":{"shape":"TableBucketSummary"}
20622076
},
2077+
"TableBucketType":{
2078+
"type":"string",
2079+
"enum":[
2080+
"customer",
2081+
"aws"
2082+
]
2083+
},
20632084
"TableMaintenanceConfiguration":{
20642085
"type":"map",
20652086
"key":{"shape":"TableMaintenanceType"},

0 commit comments

Comments
 (0)