Skip to content

Commit ea36871

Browse files
committed
Revert "Amazon S3 Tables: Adds support for request metrics metrics APIs for S3 Tables"
This reverts commit 3b6ca50.
1 parent abc6e56 commit ea36871

File tree

2 files changed

+0
-114
lines changed

2 files changed

+0
-114
lines changed

.changes/next-release/feature-AmazonS3Tables-ff27812.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 0 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -146,25 +146,6 @@
146146
"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>",
147147
"idempotent":true
148148
},
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-
},
168149
"DeleteTableBucketPolicy":{
169150
"name":"DeleteTableBucketPolicy",
170151
"http":{
@@ -306,26 +287,6 @@
306287
"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>",
307288
"readonly":true
308289
},
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-
},
329290
"GetTableBucketPolicy":{
330291
"name":"GetTableBucketPolicy",
331292
"http":{
@@ -565,25 +526,6 @@
565526
],
566527
"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>"
567528
},
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-
},
587529
"PutTableBucketPolicy":{
588530
"name":"PutTableBucketPolicy",
589531
"http":{
@@ -928,18 +870,6 @@
928870
}
929871
}
930872
},
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-
},
943873
"DeleteTableBucketPolicyRequest":{
944874
"type":"structure",
945875
"required":["tableBucketARN"],
@@ -1167,32 +1097,6 @@
11671097
}
11681098
}
11691099
},
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-
},
11961100
"GetTableBucketPolicyRequest":{
11971101
"type":"structure",
11981102
"required":["tableBucketARN"],
@@ -2007,18 +1911,6 @@
20071911
}
20081912
}
20091913
},
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-
},
20221914
"PutTableBucketPolicyRequest":{
20231915
"type":"structure",
20241916
"required":[

0 commit comments

Comments
 (0)