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 1077
1077
"tableBucketId" :{
1078
1078
"shape" :" TableBucketId" ,
1079
1079
"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>"
1080
1084
}
1081
1085
}
1082
1086
},
1580
1584
"documentation" :" <p>The maximum number of table buckets to return in the list.</p>" ,
1581
1585
"location" :" querystring" ,
1582
1586
"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"
1583
1593
}
1584
1594
}
1585
1595
},
2052
2062
"tableBucketId" :{
2053
2063
"shape" :" TableBucketId" ,
2054
2064
"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>"
2055
2069
}
2056
2070
},
2057
2071
"documentation" :" <p>Contains details about a table bucket.</p>"
2060
2074
"type" :" list" ,
2061
2075
"member" :{"shape" :" TableBucketSummary" }
2062
2076
},
2077
+ "TableBucketType" :{
2078
+ "type" :" string" ,
2079
+ "enum" :[
2080
+ " customer" ,
2081
+ " aws"
2082
+ ]
2083
+ },
2063
2084
"TableMaintenanceConfiguration" :{
2064
2085
"type" :" map" ,
2065
2086
"key" :{"shape" :" TableMaintenanceType" },
You can’t perform that action at this time.
0 commit comments