File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
services/s3tables/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Amazon S3 Tables" ,
4+ "contributor" : " " ,
5+ "description" : " Adds table bucket type to ListTableBucket and GetTableBucket API operations"
6+ }
Original file line number Diff line number Diff line change 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 },
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 },
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>"
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" },
You can’t perform that action at this time.
0 commit comments