|
146 | 146 | "documentation":"<p>Deletes the encryption configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucketEncryption</code> permission to use this operation.</p> </dd> </dl>", |
147 | 147 | "idempotent":true |
148 | 148 | }, |
149 | | - "DeleteTableBucketMetricsConfiguration":{ |
150 | | - "name":"DeleteTableBucketMetricsConfiguration", |
151 | | - "http":{ |
152 | | - "method":"DELETE", |
153 | | - "requestUri":"/buckets/{tableBucketARN}/metrics", |
154 | | - "responseCode":204 |
155 | | - }, |
156 | | - "input":{"shape":"DeleteTableBucketMetricsConfigurationRequest"}, |
157 | | - "errors":[ |
158 | | - {"shape":"InternalServerErrorException"}, |
159 | | - {"shape":"ForbiddenException"}, |
160 | | - {"shape":"NotFoundException"}, |
161 | | - {"shape":"TooManyRequestsException"}, |
162 | | - {"shape":"ConflictException"}, |
163 | | - {"shape":"BadRequestException"} |
164 | | - ], |
165 | | - "documentation":"<p>Deletes the metrics configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucketMetricsConfiguration</code> permission to use this operation.</p> </dd> </dl>", |
166 | | - "idempotent":true |
167 | | - }, |
168 | 149 | "DeleteTableBucketPolicy":{ |
169 | 150 | "name":"DeleteTableBucketPolicy", |
170 | 151 | "http":{ |
|
306 | 287 | "documentation":"<p>Gets details about a maintenance configuration for a given table bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-table-buckets-maintenance.html\">Amazon S3 table bucket maintenance</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucketMaintenanceConfiguration</code> permission to use this operation. </p> </dd> </dl>", |
307 | 288 | "readonly":true |
308 | 289 | }, |
309 | | - "GetTableBucketMetricsConfiguration":{ |
310 | | - "name":"GetTableBucketMetricsConfiguration", |
311 | | - "http":{ |
312 | | - "method":"GET", |
313 | | - "requestUri":"/buckets/{tableBucketARN}/metrics", |
314 | | - "responseCode":200 |
315 | | - }, |
316 | | - "input":{"shape":"GetTableBucketMetricsConfigurationRequest"}, |
317 | | - "output":{"shape":"GetTableBucketMetricsConfigurationResponse"}, |
318 | | - "errors":[ |
319 | | - {"shape":"InternalServerErrorException"}, |
320 | | - {"shape":"ForbiddenException"}, |
321 | | - {"shape":"NotFoundException"}, |
322 | | - {"shape":"TooManyRequestsException"}, |
323 | | - {"shape":"ConflictException"}, |
324 | | - {"shape":"BadRequestException"} |
325 | | - ], |
326 | | - "documentation":"<p>Gets the metrics configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucketMetricsConfiguration</code> permission to use this operation.</p> </dd> </dl>", |
327 | | - "readonly":true |
328 | | - }, |
329 | 290 | "GetTableBucketPolicy":{ |
330 | 291 | "name":"GetTableBucketPolicy", |
331 | 292 | "http":{ |
|
565 | 526 | ], |
566 | 527 | "documentation":"<p>Creates a new maintenance configuration or replaces an existing maintenance configuration for a table bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-table-buckets-maintenance.html\">Amazon S3 table bucket maintenance</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:PutTableBucketMaintenanceConfiguration</code> permission to use this operation. </p> </dd> </dl>" |
567 | 528 | }, |
568 | | - "PutTableBucketMetricsConfiguration":{ |
569 | | - "name":"PutTableBucketMetricsConfiguration", |
570 | | - "http":{ |
571 | | - "method":"PUT", |
572 | | - "requestUri":"/buckets/{tableBucketARN}/metrics", |
573 | | - "responseCode":204 |
574 | | - }, |
575 | | - "input":{"shape":"PutTableBucketMetricsConfigurationRequest"}, |
576 | | - "errors":[ |
577 | | - {"shape":"InternalServerErrorException"}, |
578 | | - {"shape":"ForbiddenException"}, |
579 | | - {"shape":"NotFoundException"}, |
580 | | - {"shape":"TooManyRequestsException"}, |
581 | | - {"shape":"ConflictException"}, |
582 | | - {"shape":"BadRequestException"} |
583 | | - ], |
584 | | - "documentation":"<p>Sets the metrics configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:PutTableBucketMetricsConfiguration</code> permission to use this operation.</p> </dd> </dl>", |
585 | | - "idempotent":true |
586 | | - }, |
587 | 529 | "PutTableBucketPolicy":{ |
588 | 530 | "name":"PutTableBucketPolicy", |
589 | 531 | "http":{ |
|
928 | 870 | } |
929 | 871 | } |
930 | 872 | }, |
931 | | - "DeleteTableBucketMetricsConfigurationRequest":{ |
932 | | - "type":"structure", |
933 | | - "required":["tableBucketARN"], |
934 | | - "members":{ |
935 | | - "tableBucketARN":{ |
936 | | - "shape":"TableBucketARN", |
937 | | - "documentation":"<p>The Amazon Resource Name (ARN) of the table bucket.</p>", |
938 | | - "location":"uri", |
939 | | - "locationName":"tableBucketARN" |
940 | | - } |
941 | | - } |
942 | | - }, |
943 | 873 | "DeleteTableBucketPolicyRequest":{ |
944 | 874 | "type":"structure", |
945 | 875 | "required":["tableBucketARN"], |
|
1167 | 1097 | } |
1168 | 1098 | } |
1169 | 1099 | }, |
1170 | | - "GetTableBucketMetricsConfigurationRequest":{ |
1171 | | - "type":"structure", |
1172 | | - "required":["tableBucketARN"], |
1173 | | - "members":{ |
1174 | | - "tableBucketARN":{ |
1175 | | - "shape":"TableBucketARN", |
1176 | | - "documentation":"<p>The Amazon Resource Name (ARN) of the table bucket.</p>", |
1177 | | - "location":"uri", |
1178 | | - "locationName":"tableBucketARN" |
1179 | | - } |
1180 | | - } |
1181 | | - }, |
1182 | | - "GetTableBucketMetricsConfigurationResponse":{ |
1183 | | - "type":"structure", |
1184 | | - "required":["tableBucketARN"], |
1185 | | - "members":{ |
1186 | | - "tableBucketARN":{ |
1187 | | - "shape":"TableBucketARN", |
1188 | | - "documentation":"<p>The Amazon Resource Name (ARN) of the table bucket.</p>" |
1189 | | - }, |
1190 | | - "id":{ |
1191 | | - "shape":"String", |
1192 | | - "documentation":"<p>The unique identifier of the metrics configuration.</p>" |
1193 | | - } |
1194 | | - } |
1195 | | - }, |
1196 | 1100 | "GetTableBucketPolicyRequest":{ |
1197 | 1101 | "type":"structure", |
1198 | 1102 | "required":["tableBucketARN"], |
|
2007 | 1911 | } |
2008 | 1912 | } |
2009 | 1913 | }, |
2010 | | - "PutTableBucketMetricsConfigurationRequest":{ |
2011 | | - "type":"structure", |
2012 | | - "required":["tableBucketARN"], |
2013 | | - "members":{ |
2014 | | - "tableBucketARN":{ |
2015 | | - "shape":"TableBucketARN", |
2016 | | - "documentation":"<p>The Amazon Resource Name (ARN) of the table bucket.</p>", |
2017 | | - "location":"uri", |
2018 | | - "locationName":"tableBucketARN" |
2019 | | - } |
2020 | | - } |
2021 | | - }, |
2022 | 1914 | "PutTableBucketPolicyRequest":{ |
2023 | 1915 | "type":"structure", |
2024 | 1916 | "required":[ |
|
0 commit comments