@aws-sdk/client-s3tables 3.929.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/index.js +100 -28
- package/dist-es/S3Tables.js +6 -0
- package/dist-es/commands/DeleteTableBucketMetricsConfigurationCommand.js +16 -0
- package/dist-es/commands/GetTableBucketMetricsConfigurationCommand.js +16 -0
- package/dist-es/commands/PutTableBucketMetricsConfigurationCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +0 -26
- package/dist-es/schemas/schemas_0.js +58 -2
- package/dist-types/S3Tables.d.ts +21 -0
- package/dist-types/S3TablesClient.d.ts +5 -2
- package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +93 -0
- package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +57 -3
- package/dist-types/schemas/schemas_0.d.ts +7 -0
- package/dist-types/ts3.4/S3Tables.d.ts +69 -0
- package/dist-types/ts3.4/S3TablesClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetTableBucketMetricsConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutTableBucketMetricsConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +13 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
- package/package.json +33 -33
package/README.md
CHANGED
|
@@ -258,6 +258,14 @@ DeleteTableBucketEncryption
|
|
|
258
258
|
|
|
259
259
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3tables/command/DeleteTableBucketEncryptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/DeleteTableBucketEncryptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/DeleteTableBucketEncryptionCommandOutput/)
|
|
260
260
|
|
|
261
|
+
</details>
|
|
262
|
+
<details>
|
|
263
|
+
<summary>
|
|
264
|
+
DeleteTableBucketMetricsConfiguration
|
|
265
|
+
</summary>
|
|
266
|
+
|
|
267
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3tables/command/DeleteTableBucketMetricsConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/DeleteTableBucketMetricsConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/DeleteTableBucketMetricsConfigurationCommandOutput/)
|
|
268
|
+
|
|
261
269
|
</details>
|
|
262
270
|
<details>
|
|
263
271
|
<summary>
|
|
@@ -314,6 +322,14 @@ GetTableBucketMaintenanceConfiguration
|
|
|
314
322
|
|
|
315
323
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3tables/command/GetTableBucketMaintenanceConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/GetTableBucketMaintenanceConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/GetTableBucketMaintenanceConfigurationCommandOutput/)
|
|
316
324
|
|
|
325
|
+
</details>
|
|
326
|
+
<details>
|
|
327
|
+
<summary>
|
|
328
|
+
GetTableBucketMetricsConfiguration
|
|
329
|
+
</summary>
|
|
330
|
+
|
|
331
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3tables/command/GetTableBucketMetricsConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/GetTableBucketMetricsConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/GetTableBucketMetricsConfigurationCommandOutput/)
|
|
332
|
+
|
|
317
333
|
</details>
|
|
318
334
|
<details>
|
|
319
335
|
<summary>
|
|
@@ -410,6 +426,14 @@ PutTableBucketMaintenanceConfiguration
|
|
|
410
426
|
|
|
411
427
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3tables/command/PutTableBucketMaintenanceConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/PutTableBucketMaintenanceConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/PutTableBucketMaintenanceConfigurationCommandOutput/)
|
|
412
428
|
|
|
429
|
+
</details>
|
|
430
|
+
<details>
|
|
431
|
+
<summary>
|
|
432
|
+
PutTableBucketMetricsConfiguration
|
|
433
|
+
</summary>
|
|
434
|
+
|
|
435
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3tables/command/PutTableBucketMetricsConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/PutTableBucketMetricsConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3tables/Interface/PutTableBucketMetricsConfigurationCommandOutput/)
|
|
436
|
+
|
|
413
437
|
</details>
|
|
414
438
|
<details>
|
|
415
439
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -208,14 +208,6 @@ const SSEAlgorithm = {
|
|
|
208
208
|
const OpenTableFormat = {
|
|
209
209
|
ICEBERG: "ICEBERG",
|
|
210
210
|
};
|
|
211
|
-
exports.TableMetadata = void 0;
|
|
212
|
-
(function (TableMetadata) {
|
|
213
|
-
TableMetadata.visit = (value, visitor) => {
|
|
214
|
-
if (value.iceberg !== undefined)
|
|
215
|
-
return visitor.iceberg(value.iceberg);
|
|
216
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
217
|
-
};
|
|
218
|
-
})(exports.TableMetadata || (exports.TableMetadata = {}));
|
|
219
211
|
const TableType = {
|
|
220
212
|
AWS: "aws",
|
|
221
213
|
CUSTOMER: "customer",
|
|
@@ -227,14 +219,6 @@ const TableBucketType = {
|
|
|
227
219
|
const TableBucketMaintenanceType = {
|
|
228
220
|
ICEBERG_UNREFERENCED_FILE_REMOVAL: "icebergUnreferencedFileRemoval",
|
|
229
221
|
};
|
|
230
|
-
exports.TableBucketMaintenanceSettings = void 0;
|
|
231
|
-
(function (TableBucketMaintenanceSettings) {
|
|
232
|
-
TableBucketMaintenanceSettings.visit = (value, visitor) => {
|
|
233
|
-
if (value.icebergUnreferencedFileRemoval !== undefined)
|
|
234
|
-
return visitor.icebergUnreferencedFileRemoval(value.icebergUnreferencedFileRemoval);
|
|
235
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
236
|
-
};
|
|
237
|
-
})(exports.TableBucketMaintenanceSettings || (exports.TableBucketMaintenanceSettings = {}));
|
|
238
222
|
const MaintenanceStatus = {
|
|
239
223
|
DISABLED: "disabled",
|
|
240
224
|
ENABLED: "enabled",
|
|
@@ -249,16 +233,6 @@ const IcebergCompactionStrategy = {
|
|
|
249
233
|
SORT: "sort",
|
|
250
234
|
ZORDER: "z-order",
|
|
251
235
|
};
|
|
252
|
-
exports.TableMaintenanceSettings = void 0;
|
|
253
|
-
(function (TableMaintenanceSettings) {
|
|
254
|
-
TableMaintenanceSettings.visit = (value, visitor) => {
|
|
255
|
-
if (value.icebergCompaction !== undefined)
|
|
256
|
-
return visitor.icebergCompaction(value.icebergCompaction);
|
|
257
|
-
if (value.icebergSnapshotManagement !== undefined)
|
|
258
|
-
return visitor.icebergSnapshotManagement(value.icebergSnapshotManagement);
|
|
259
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
260
|
-
};
|
|
261
|
-
})(exports.TableMaintenanceSettings || (exports.TableMaintenanceSettings = {}));
|
|
262
236
|
const TableMaintenanceJobType = {
|
|
263
237
|
ICEBERG_COMPACTION: "icebergCompaction",
|
|
264
238
|
ICEBERG_SNAPSHOT_MANAGEMENT: "icebergSnapshotManagement",
|
|
@@ -289,6 +263,8 @@ const _DT = "DeleteTable";
|
|
|
289
263
|
const _DTB = "DeleteTableBucket";
|
|
290
264
|
const _DTBE = "DeleteTableBucketEncryption";
|
|
291
265
|
const _DTBER = "DeleteTableBucketEncryptionRequest";
|
|
266
|
+
const _DTBMC = "DeleteTableBucketMetricsConfiguration";
|
|
267
|
+
const _DTBMCR = "DeleteTableBucketMetricsConfigurationRequest";
|
|
292
268
|
const _DTBP = "DeleteTableBucketPolicy";
|
|
293
269
|
const _DTBPR = "DeleteTableBucketPolicyRequest";
|
|
294
270
|
const _DTBR = "DeleteTableBucketRequest";
|
|
@@ -308,6 +284,9 @@ const _GTBERe = "GetTableBucketEncryptionResponse";
|
|
|
308
284
|
const _GTBMC = "GetTableBucketMaintenanceConfiguration";
|
|
309
285
|
const _GTBMCR = "GetTableBucketMaintenanceConfigurationRequest";
|
|
310
286
|
const _GTBMCRe = "GetTableBucketMaintenanceConfigurationResponse";
|
|
287
|
+
const _GTBMCRet = "GetTableBucketMetricsConfigurationRequest";
|
|
288
|
+
const _GTBMCReta = "GetTableBucketMetricsConfigurationResponse";
|
|
289
|
+
const _GTBMCe = "GetTableBucketMetricsConfiguration";
|
|
311
290
|
const _GTBP = "GetTableBucketPolicy";
|
|
312
291
|
const _GTBPR = "GetTableBucketPolicyRequest";
|
|
313
292
|
const _GTBPRe = "GetTableBucketPolicyResponse";
|
|
@@ -355,6 +334,8 @@ const _PTBE = "PutTableBucketEncryption";
|
|
|
355
334
|
const _PTBER = "PutTableBucketEncryptionRequest";
|
|
356
335
|
const _PTBMC = "PutTableBucketMaintenanceConfiguration";
|
|
357
336
|
const _PTBMCR = "PutTableBucketMaintenanceConfigurationRequest";
|
|
337
|
+
const _PTBMCRu = "PutTableBucketMetricsConfigurationRequest";
|
|
338
|
+
const _PTBMCu = "PutTableBucketMetricsConfiguration";
|
|
358
339
|
const _PTBP = "PutTableBucketPolicy";
|
|
359
340
|
const _PTBPR = "PutTableBucketPolicyRequest";
|
|
360
341
|
const _PTMC = "PutTableMaintenanceConfiguration";
|
|
@@ -402,10 +383,11 @@ const _fi = "fields";
|
|
|
402
383
|
const _h = "http";
|
|
403
384
|
const _hE = "httpError";
|
|
404
385
|
const _hQ = "httpQuery";
|
|
405
|
-
const _i = "
|
|
386
|
+
const _i = "id";
|
|
406
387
|
const _iC = "icebergCompaction";
|
|
407
388
|
const _iSM = "icebergSnapshotManagement";
|
|
408
389
|
const _iUFR = "icebergUnreferencedFileRemoval";
|
|
390
|
+
const _ic = "iceberg";
|
|
409
391
|
const _kKA = "kmsKeyArn";
|
|
410
392
|
const _lRT = "lastRunTimestamp";
|
|
411
393
|
const _m = "message";
|
|
@@ -521,6 +503,14 @@ var DeleteNamespaceRequest = [
|
|
|
521
503
|
],
|
|
522
504
|
];
|
|
523
505
|
var DeleteTableBucketEncryptionRequest = [3, n0, _DTBER, 0, [_tBARN], [[0, 1]]];
|
|
506
|
+
var DeleteTableBucketMetricsConfigurationRequest = [
|
|
507
|
+
3,
|
|
508
|
+
n0,
|
|
509
|
+
_DTBMCR,
|
|
510
|
+
0,
|
|
511
|
+
[_tBARN],
|
|
512
|
+
[[0, 1]],
|
|
513
|
+
];
|
|
524
514
|
var DeleteTableBucketPolicyRequest = [3, n0, _DTBPR, 0, [_tBARN], [[0, 1]]];
|
|
525
515
|
var DeleteTableBucketRequest = [3, n0, _DTBR, 0, [_tBARN], [[0, 1]]];
|
|
526
516
|
var DeleteTablePolicyRequest = [
|
|
@@ -610,6 +600,15 @@ var GetTableBucketMaintenanceConfigurationResponse = [
|
|
|
610
600
|
[_tBARN, _co],
|
|
611
601
|
[0, () => TableBucketMaintenanceConfiguration],
|
|
612
602
|
];
|
|
603
|
+
var GetTableBucketMetricsConfigurationRequest = [3, n0, _GTBMCRet, 0, [_tBARN], [[0, 1]]];
|
|
604
|
+
var GetTableBucketMetricsConfigurationResponse = [
|
|
605
|
+
3,
|
|
606
|
+
n0,
|
|
607
|
+
_GTBMCReta,
|
|
608
|
+
0,
|
|
609
|
+
[_tBARN, _i],
|
|
610
|
+
[0, 0],
|
|
611
|
+
];
|
|
613
612
|
var GetTableBucketPolicyRequest = [3, n0, _GTBPR, 0, [_tBARN], [[0, 1]]];
|
|
614
613
|
var GetTableBucketPolicyResponse = [3, n0, _GTBPRe, 0, [_rP], [0]];
|
|
615
614
|
var GetTableBucketRequest = [3, n0, _GTBR, 0, [_tBARN], [[0, 1]]];
|
|
@@ -915,6 +914,7 @@ var PutTableBucketMaintenanceConfigurationRequest = [
|
|
|
915
914
|
[_tBARN, _ty, _v],
|
|
916
915
|
[[0, 1], [0, 1], () => TableBucketMaintenanceConfigurationValue],
|
|
917
916
|
];
|
|
917
|
+
var PutTableBucketMetricsConfigurationRequest = [3, n0, _PTBMCRu, 0, [_tBARN], [[0, 1]]];
|
|
918
918
|
var PutTableBucketPolicyRequest = [3, n0, _PTBPR, 0, [_tBARN, _rP], [[0, 1], 0]];
|
|
919
919
|
var PutTableMaintenanceConfigurationRequest = [
|
|
920
920
|
3,
|
|
@@ -1061,7 +1061,7 @@ var TableMaintenanceSettings = [
|
|
|
1061
1061
|
[_iC, _iSM],
|
|
1062
1062
|
[() => IcebergCompactionSettings, () => IcebergSnapshotManagementSettings],
|
|
1063
1063
|
];
|
|
1064
|
-
var TableMetadata = [3, n0, _TM, 0, [
|
|
1064
|
+
var TableMetadata = [3, n0, _TM, 0, [_ic], [() => IcebergMetadata]];
|
|
1065
1065
|
var CreateNamespace = [
|
|
1066
1066
|
9,
|
|
1067
1067
|
n0,
|
|
@@ -1132,6 +1132,16 @@ var DeleteTableBucketEncryption = [
|
|
|
1132
1132
|
() => DeleteTableBucketEncryptionRequest,
|
|
1133
1133
|
() => __Unit,
|
|
1134
1134
|
];
|
|
1135
|
+
var DeleteTableBucketMetricsConfiguration = [
|
|
1136
|
+
9,
|
|
1137
|
+
n0,
|
|
1138
|
+
_DTBMC,
|
|
1139
|
+
{
|
|
1140
|
+
[_h]: ["DELETE", "/buckets/{tableBucketARN}/metrics", 204],
|
|
1141
|
+
},
|
|
1142
|
+
() => DeleteTableBucketMetricsConfigurationRequest,
|
|
1143
|
+
() => __Unit,
|
|
1144
|
+
];
|
|
1135
1145
|
var DeleteTableBucketPolicy = [
|
|
1136
1146
|
9,
|
|
1137
1147
|
n0,
|
|
@@ -1202,6 +1212,16 @@ var GetTableBucketMaintenanceConfiguration = [
|
|
|
1202
1212
|
() => GetTableBucketMaintenanceConfigurationRequest,
|
|
1203
1213
|
() => GetTableBucketMaintenanceConfigurationResponse,
|
|
1204
1214
|
];
|
|
1215
|
+
var GetTableBucketMetricsConfiguration = [
|
|
1216
|
+
9,
|
|
1217
|
+
n0,
|
|
1218
|
+
_GTBMCe,
|
|
1219
|
+
{
|
|
1220
|
+
[_h]: ["GET", "/buckets/{tableBucketARN}/metrics", 200],
|
|
1221
|
+
},
|
|
1222
|
+
() => GetTableBucketMetricsConfigurationRequest,
|
|
1223
|
+
() => GetTableBucketMetricsConfigurationResponse,
|
|
1224
|
+
];
|
|
1205
1225
|
var GetTableBucketPolicy = [
|
|
1206
1226
|
9,
|
|
1207
1227
|
n0,
|
|
@@ -1322,6 +1342,16 @@ var PutTableBucketMaintenanceConfiguration = [
|
|
|
1322
1342
|
() => PutTableBucketMaintenanceConfigurationRequest,
|
|
1323
1343
|
() => __Unit,
|
|
1324
1344
|
];
|
|
1345
|
+
var PutTableBucketMetricsConfiguration = [
|
|
1346
|
+
9,
|
|
1347
|
+
n0,
|
|
1348
|
+
_PTBMCu,
|
|
1349
|
+
{
|
|
1350
|
+
[_h]: ["PUT", "/buckets/{tableBucketARN}/metrics", 204],
|
|
1351
|
+
},
|
|
1352
|
+
() => PutTableBucketMetricsConfigurationRequest,
|
|
1353
|
+
() => __Unit,
|
|
1354
|
+
];
|
|
1325
1355
|
var PutTableBucketPolicy = [
|
|
1326
1356
|
9,
|
|
1327
1357
|
n0,
|
|
@@ -1465,6 +1495,18 @@ class DeleteTableBucketEncryptionCommand extends smithyClient.Command
|
|
|
1465
1495
|
.build() {
|
|
1466
1496
|
}
|
|
1467
1497
|
|
|
1498
|
+
class DeleteTableBucketMetricsConfigurationCommand extends smithyClient.Command
|
|
1499
|
+
.classBuilder()
|
|
1500
|
+
.ep(commonParams)
|
|
1501
|
+
.m(function (Command, cs, config, o) {
|
|
1502
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1503
|
+
})
|
|
1504
|
+
.s("S3TableBuckets", "DeleteTableBucketMetricsConfiguration", {})
|
|
1505
|
+
.n("S3TablesClient", "DeleteTableBucketMetricsConfigurationCommand")
|
|
1506
|
+
.sc(DeleteTableBucketMetricsConfiguration)
|
|
1507
|
+
.build() {
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1468
1510
|
class DeleteTableBucketPolicyCommand extends smithyClient.Command
|
|
1469
1511
|
.classBuilder()
|
|
1470
1512
|
.ep(commonParams)
|
|
@@ -1549,6 +1591,18 @@ class GetTableBucketMaintenanceConfigurationCommand extends smithyClient.Command
|
|
|
1549
1591
|
.build() {
|
|
1550
1592
|
}
|
|
1551
1593
|
|
|
1594
|
+
class GetTableBucketMetricsConfigurationCommand extends smithyClient.Command
|
|
1595
|
+
.classBuilder()
|
|
1596
|
+
.ep(commonParams)
|
|
1597
|
+
.m(function (Command, cs, config, o) {
|
|
1598
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1599
|
+
})
|
|
1600
|
+
.s("S3TableBuckets", "GetTableBucketMetricsConfiguration", {})
|
|
1601
|
+
.n("S3TablesClient", "GetTableBucketMetricsConfigurationCommand")
|
|
1602
|
+
.sc(GetTableBucketMetricsConfiguration)
|
|
1603
|
+
.build() {
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1552
1606
|
class GetTableBucketPolicyCommand extends smithyClient.Command
|
|
1553
1607
|
.classBuilder()
|
|
1554
1608
|
.ep(commonParams)
|
|
@@ -1705,6 +1759,18 @@ class PutTableBucketMaintenanceConfigurationCommand extends smithyClient.Command
|
|
|
1705
1759
|
.build() {
|
|
1706
1760
|
}
|
|
1707
1761
|
|
|
1762
|
+
class PutTableBucketMetricsConfigurationCommand extends smithyClient.Command
|
|
1763
|
+
.classBuilder()
|
|
1764
|
+
.ep(commonParams)
|
|
1765
|
+
.m(function (Command, cs, config, o) {
|
|
1766
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1767
|
+
})
|
|
1768
|
+
.s("S3TableBuckets", "PutTableBucketMetricsConfiguration", {})
|
|
1769
|
+
.n("S3TablesClient", "PutTableBucketMetricsConfigurationCommand")
|
|
1770
|
+
.sc(PutTableBucketMetricsConfiguration)
|
|
1771
|
+
.build() {
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1708
1774
|
class PutTableBucketPolicyCommand extends smithyClient.Command
|
|
1709
1775
|
.classBuilder()
|
|
1710
1776
|
.ep(commonParams)
|
|
@@ -1797,6 +1863,7 @@ const commands = {
|
|
|
1797
1863
|
DeleteTableCommand,
|
|
1798
1864
|
DeleteTableBucketCommand,
|
|
1799
1865
|
DeleteTableBucketEncryptionCommand,
|
|
1866
|
+
DeleteTableBucketMetricsConfigurationCommand,
|
|
1800
1867
|
DeleteTableBucketPolicyCommand,
|
|
1801
1868
|
DeleteTablePolicyCommand,
|
|
1802
1869
|
GetNamespaceCommand,
|
|
@@ -1804,6 +1871,7 @@ const commands = {
|
|
|
1804
1871
|
GetTableBucketCommand,
|
|
1805
1872
|
GetTableBucketEncryptionCommand,
|
|
1806
1873
|
GetTableBucketMaintenanceConfigurationCommand,
|
|
1874
|
+
GetTableBucketMetricsConfigurationCommand,
|
|
1807
1875
|
GetTableBucketPolicyCommand,
|
|
1808
1876
|
GetTableEncryptionCommand,
|
|
1809
1877
|
GetTableMaintenanceConfigurationCommand,
|
|
@@ -1816,6 +1884,7 @@ const commands = {
|
|
|
1816
1884
|
ListTagsForResourceCommand,
|
|
1817
1885
|
PutTableBucketEncryptionCommand,
|
|
1818
1886
|
PutTableBucketMaintenanceConfigurationCommand,
|
|
1887
|
+
PutTableBucketMetricsConfigurationCommand,
|
|
1819
1888
|
PutTableBucketPolicyCommand,
|
|
1820
1889
|
PutTableMaintenanceConfigurationCommand,
|
|
1821
1890
|
PutTablePolicyCommand,
|
|
@@ -1851,6 +1920,7 @@ exports.CreateTableCommand = CreateTableCommand;
|
|
|
1851
1920
|
exports.DeleteNamespaceCommand = DeleteNamespaceCommand;
|
|
1852
1921
|
exports.DeleteTableBucketCommand = DeleteTableBucketCommand;
|
|
1853
1922
|
exports.DeleteTableBucketEncryptionCommand = DeleteTableBucketEncryptionCommand;
|
|
1923
|
+
exports.DeleteTableBucketMetricsConfigurationCommand = DeleteTableBucketMetricsConfigurationCommand;
|
|
1854
1924
|
exports.DeleteTableBucketPolicyCommand = DeleteTableBucketPolicyCommand;
|
|
1855
1925
|
exports.DeleteTableCommand = DeleteTableCommand;
|
|
1856
1926
|
exports.DeleteTablePolicyCommand = DeleteTablePolicyCommand;
|
|
@@ -1859,6 +1929,7 @@ exports.GetNamespaceCommand = GetNamespaceCommand;
|
|
|
1859
1929
|
exports.GetTableBucketCommand = GetTableBucketCommand;
|
|
1860
1930
|
exports.GetTableBucketEncryptionCommand = GetTableBucketEncryptionCommand;
|
|
1861
1931
|
exports.GetTableBucketMaintenanceConfigurationCommand = GetTableBucketMaintenanceConfigurationCommand;
|
|
1932
|
+
exports.GetTableBucketMetricsConfigurationCommand = GetTableBucketMetricsConfigurationCommand;
|
|
1862
1933
|
exports.GetTableBucketPolicyCommand = GetTableBucketPolicyCommand;
|
|
1863
1934
|
exports.GetTableCommand = GetTableCommand;
|
|
1864
1935
|
exports.GetTableEncryptionCommand = GetTableEncryptionCommand;
|
|
@@ -1878,6 +1949,7 @@ exports.NotFoundException = NotFoundException$1;
|
|
|
1878
1949
|
exports.OpenTableFormat = OpenTableFormat;
|
|
1879
1950
|
exports.PutTableBucketEncryptionCommand = PutTableBucketEncryptionCommand;
|
|
1880
1951
|
exports.PutTableBucketMaintenanceConfigurationCommand = PutTableBucketMaintenanceConfigurationCommand;
|
|
1952
|
+
exports.PutTableBucketMetricsConfigurationCommand = PutTableBucketMetricsConfigurationCommand;
|
|
1881
1953
|
exports.PutTableBucketPolicyCommand = PutTableBucketPolicyCommand;
|
|
1882
1954
|
exports.PutTableMaintenanceConfigurationCommand = PutTableMaintenanceConfigurationCommand;
|
|
1883
1955
|
exports.PutTablePolicyCommand = PutTablePolicyCommand;
|
package/dist-es/S3Tables.js
CHANGED
|
@@ -5,6 +5,7 @@ import { CreateTableCommand } from "./commands/CreateTableCommand";
|
|
|
5
5
|
import { DeleteNamespaceCommand, } from "./commands/DeleteNamespaceCommand";
|
|
6
6
|
import { DeleteTableBucketCommand, } from "./commands/DeleteTableBucketCommand";
|
|
7
7
|
import { DeleteTableBucketEncryptionCommand, } from "./commands/DeleteTableBucketEncryptionCommand";
|
|
8
|
+
import { DeleteTableBucketMetricsConfigurationCommand, } from "./commands/DeleteTableBucketMetricsConfigurationCommand";
|
|
8
9
|
import { DeleteTableBucketPolicyCommand, } from "./commands/DeleteTableBucketPolicyCommand";
|
|
9
10
|
import { DeleteTableCommand } from "./commands/DeleteTableCommand";
|
|
10
11
|
import { DeleteTablePolicyCommand, } from "./commands/DeleteTablePolicyCommand";
|
|
@@ -12,6 +13,7 @@ import { GetNamespaceCommand, } from "./commands/GetNamespaceCommand";
|
|
|
12
13
|
import { GetTableBucketCommand, } from "./commands/GetTableBucketCommand";
|
|
13
14
|
import { GetTableBucketEncryptionCommand, } from "./commands/GetTableBucketEncryptionCommand";
|
|
14
15
|
import { GetTableBucketMaintenanceConfigurationCommand, } from "./commands/GetTableBucketMaintenanceConfigurationCommand";
|
|
16
|
+
import { GetTableBucketMetricsConfigurationCommand, } from "./commands/GetTableBucketMetricsConfigurationCommand";
|
|
15
17
|
import { GetTableBucketPolicyCommand, } from "./commands/GetTableBucketPolicyCommand";
|
|
16
18
|
import { GetTableCommand } from "./commands/GetTableCommand";
|
|
17
19
|
import { GetTableEncryptionCommand, } from "./commands/GetTableEncryptionCommand";
|
|
@@ -25,6 +27,7 @@ import { ListTablesCommand } from "./commands/ListTablesCommand";
|
|
|
25
27
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
26
28
|
import { PutTableBucketEncryptionCommand, } from "./commands/PutTableBucketEncryptionCommand";
|
|
27
29
|
import { PutTableBucketMaintenanceConfigurationCommand, } from "./commands/PutTableBucketMaintenanceConfigurationCommand";
|
|
30
|
+
import { PutTableBucketMetricsConfigurationCommand, } from "./commands/PutTableBucketMetricsConfigurationCommand";
|
|
28
31
|
import { PutTableBucketPolicyCommand, } from "./commands/PutTableBucketPolicyCommand";
|
|
29
32
|
import { PutTableMaintenanceConfigurationCommand, } from "./commands/PutTableMaintenanceConfigurationCommand";
|
|
30
33
|
import { PutTablePolicyCommand, } from "./commands/PutTablePolicyCommand";
|
|
@@ -41,6 +44,7 @@ const commands = {
|
|
|
41
44
|
DeleteTableCommand,
|
|
42
45
|
DeleteTableBucketCommand,
|
|
43
46
|
DeleteTableBucketEncryptionCommand,
|
|
47
|
+
DeleteTableBucketMetricsConfigurationCommand,
|
|
44
48
|
DeleteTableBucketPolicyCommand,
|
|
45
49
|
DeleteTablePolicyCommand,
|
|
46
50
|
GetNamespaceCommand,
|
|
@@ -48,6 +52,7 @@ const commands = {
|
|
|
48
52
|
GetTableBucketCommand,
|
|
49
53
|
GetTableBucketEncryptionCommand,
|
|
50
54
|
GetTableBucketMaintenanceConfigurationCommand,
|
|
55
|
+
GetTableBucketMetricsConfigurationCommand,
|
|
51
56
|
GetTableBucketPolicyCommand,
|
|
52
57
|
GetTableEncryptionCommand,
|
|
53
58
|
GetTableMaintenanceConfigurationCommand,
|
|
@@ -60,6 +65,7 @@ const commands = {
|
|
|
60
65
|
ListTagsForResourceCommand,
|
|
61
66
|
PutTableBucketEncryptionCommand,
|
|
62
67
|
PutTableBucketMaintenanceConfigurationCommand,
|
|
68
|
+
PutTableBucketMetricsConfigurationCommand,
|
|
63
69
|
PutTableBucketPolicyCommand,
|
|
64
70
|
PutTableMaintenanceConfigurationCommand,
|
|
65
71
|
PutTablePolicyCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteTableBucketMetricsConfiguration } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteTableBucketMetricsConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "DeleteTableBucketMetricsConfiguration", {})
|
|
13
|
+
.n("S3TablesClient", "DeleteTableBucketMetricsConfigurationCommand")
|
|
14
|
+
.sc(DeleteTableBucketMetricsConfiguration)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetTableBucketMetricsConfiguration } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetTableBucketMetricsConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "GetTableBucketMetricsConfiguration", {})
|
|
13
|
+
.n("S3TablesClient", "GetTableBucketMetricsConfigurationCommand")
|
|
14
|
+
.sc(GetTableBucketMetricsConfiguration)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { PutTableBucketMetricsConfiguration } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class PutTableBucketMetricsConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "PutTableBucketMetricsConfiguration", {})
|
|
13
|
+
.n("S3TablesClient", "PutTableBucketMetricsConfigurationCommand")
|
|
14
|
+
.sc(PutTableBucketMetricsConfiguration)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -4,6 +4,7 @@ export * from "./CreateTableCommand";
|
|
|
4
4
|
export * from "./DeleteNamespaceCommand";
|
|
5
5
|
export * from "./DeleteTableBucketCommand";
|
|
6
6
|
export * from "./DeleteTableBucketEncryptionCommand";
|
|
7
|
+
export * from "./DeleteTableBucketMetricsConfigurationCommand";
|
|
7
8
|
export * from "./DeleteTableBucketPolicyCommand";
|
|
8
9
|
export * from "./DeleteTableCommand";
|
|
9
10
|
export * from "./DeleteTablePolicyCommand";
|
|
@@ -11,6 +12,7 @@ export * from "./GetNamespaceCommand";
|
|
|
11
12
|
export * from "./GetTableBucketCommand";
|
|
12
13
|
export * from "./GetTableBucketEncryptionCommand";
|
|
13
14
|
export * from "./GetTableBucketMaintenanceConfigurationCommand";
|
|
15
|
+
export * from "./GetTableBucketMetricsConfigurationCommand";
|
|
14
16
|
export * from "./GetTableBucketPolicyCommand";
|
|
15
17
|
export * from "./GetTableCommand";
|
|
16
18
|
export * from "./GetTableEncryptionCommand";
|
|
@@ -24,6 +26,7 @@ export * from "./ListTablesCommand";
|
|
|
24
26
|
export * from "./ListTagsForResourceCommand";
|
|
25
27
|
export * from "./PutTableBucketEncryptionCommand";
|
|
26
28
|
export * from "./PutTableBucketMaintenanceConfigurationCommand";
|
|
29
|
+
export * from "./PutTableBucketMetricsConfigurationCommand";
|
|
27
30
|
export * from "./PutTableBucketPolicyCommand";
|
|
28
31
|
export * from "./PutTableMaintenanceConfigurationCommand";
|
|
29
32
|
export * from "./PutTablePolicyCommand";
|
|
@@ -90,14 +90,6 @@ export const SSEAlgorithm = {
|
|
|
90
90
|
export const OpenTableFormat = {
|
|
91
91
|
ICEBERG: "ICEBERG",
|
|
92
92
|
};
|
|
93
|
-
export var TableMetadata;
|
|
94
|
-
(function (TableMetadata) {
|
|
95
|
-
TableMetadata.visit = (value, visitor) => {
|
|
96
|
-
if (value.iceberg !== undefined)
|
|
97
|
-
return visitor.iceberg(value.iceberg);
|
|
98
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
99
|
-
};
|
|
100
|
-
})(TableMetadata || (TableMetadata = {}));
|
|
101
93
|
export const TableType = {
|
|
102
94
|
AWS: "aws",
|
|
103
95
|
CUSTOMER: "customer",
|
|
@@ -109,14 +101,6 @@ export const TableBucketType = {
|
|
|
109
101
|
export const TableBucketMaintenanceType = {
|
|
110
102
|
ICEBERG_UNREFERENCED_FILE_REMOVAL: "icebergUnreferencedFileRemoval",
|
|
111
103
|
};
|
|
112
|
-
export var TableBucketMaintenanceSettings;
|
|
113
|
-
(function (TableBucketMaintenanceSettings) {
|
|
114
|
-
TableBucketMaintenanceSettings.visit = (value, visitor) => {
|
|
115
|
-
if (value.icebergUnreferencedFileRemoval !== undefined)
|
|
116
|
-
return visitor.icebergUnreferencedFileRemoval(value.icebergUnreferencedFileRemoval);
|
|
117
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
118
|
-
};
|
|
119
|
-
})(TableBucketMaintenanceSettings || (TableBucketMaintenanceSettings = {}));
|
|
120
104
|
export const MaintenanceStatus = {
|
|
121
105
|
DISABLED: "disabled",
|
|
122
106
|
ENABLED: "enabled",
|
|
@@ -131,16 +115,6 @@ export const IcebergCompactionStrategy = {
|
|
|
131
115
|
SORT: "sort",
|
|
132
116
|
ZORDER: "z-order",
|
|
133
117
|
};
|
|
134
|
-
export var TableMaintenanceSettings;
|
|
135
|
-
(function (TableMaintenanceSettings) {
|
|
136
|
-
TableMaintenanceSettings.visit = (value, visitor) => {
|
|
137
|
-
if (value.icebergCompaction !== undefined)
|
|
138
|
-
return visitor.icebergCompaction(value.icebergCompaction);
|
|
139
|
-
if (value.icebergSnapshotManagement !== undefined)
|
|
140
|
-
return visitor.icebergSnapshotManagement(value.icebergSnapshotManagement);
|
|
141
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
142
|
-
};
|
|
143
|
-
})(TableMaintenanceSettings || (TableMaintenanceSettings = {}));
|
|
144
118
|
export const TableMaintenanceJobType = {
|
|
145
119
|
ICEBERG_COMPACTION: "icebergCompaction",
|
|
146
120
|
ICEBERG_SNAPSHOT_MANAGEMENT: "icebergSnapshotManagement",
|
|
@@ -16,6 +16,8 @@ const _DT = "DeleteTable";
|
|
|
16
16
|
const _DTB = "DeleteTableBucket";
|
|
17
17
|
const _DTBE = "DeleteTableBucketEncryption";
|
|
18
18
|
const _DTBER = "DeleteTableBucketEncryptionRequest";
|
|
19
|
+
const _DTBMC = "DeleteTableBucketMetricsConfiguration";
|
|
20
|
+
const _DTBMCR = "DeleteTableBucketMetricsConfigurationRequest";
|
|
19
21
|
const _DTBP = "DeleteTableBucketPolicy";
|
|
20
22
|
const _DTBPR = "DeleteTableBucketPolicyRequest";
|
|
21
23
|
const _DTBR = "DeleteTableBucketRequest";
|
|
@@ -35,6 +37,9 @@ const _GTBERe = "GetTableBucketEncryptionResponse";
|
|
|
35
37
|
const _GTBMC = "GetTableBucketMaintenanceConfiguration";
|
|
36
38
|
const _GTBMCR = "GetTableBucketMaintenanceConfigurationRequest";
|
|
37
39
|
const _GTBMCRe = "GetTableBucketMaintenanceConfigurationResponse";
|
|
40
|
+
const _GTBMCRet = "GetTableBucketMetricsConfigurationRequest";
|
|
41
|
+
const _GTBMCReta = "GetTableBucketMetricsConfigurationResponse";
|
|
42
|
+
const _GTBMCe = "GetTableBucketMetricsConfiguration";
|
|
38
43
|
const _GTBP = "GetTableBucketPolicy";
|
|
39
44
|
const _GTBPR = "GetTableBucketPolicyRequest";
|
|
40
45
|
const _GTBPRe = "GetTableBucketPolicyResponse";
|
|
@@ -82,6 +87,8 @@ const _PTBE = "PutTableBucketEncryption";
|
|
|
82
87
|
const _PTBER = "PutTableBucketEncryptionRequest";
|
|
83
88
|
const _PTBMC = "PutTableBucketMaintenanceConfiguration";
|
|
84
89
|
const _PTBMCR = "PutTableBucketMaintenanceConfigurationRequest";
|
|
90
|
+
const _PTBMCRu = "PutTableBucketMetricsConfigurationRequest";
|
|
91
|
+
const _PTBMCu = "PutTableBucketMetricsConfiguration";
|
|
85
92
|
const _PTBP = "PutTableBucketPolicy";
|
|
86
93
|
const _PTBPR = "PutTableBucketPolicyRequest";
|
|
87
94
|
const _PTMC = "PutTableMaintenanceConfiguration";
|
|
@@ -129,10 +136,11 @@ const _fi = "fields";
|
|
|
129
136
|
const _h = "http";
|
|
130
137
|
const _hE = "httpError";
|
|
131
138
|
const _hQ = "httpQuery";
|
|
132
|
-
const _i = "
|
|
139
|
+
const _i = "id";
|
|
133
140
|
const _iC = "icebergCompaction";
|
|
134
141
|
const _iSM = "icebergSnapshotManagement";
|
|
135
142
|
const _iUFR = "icebergUnreferencedFileRemoval";
|
|
143
|
+
const _ic = "iceberg";
|
|
136
144
|
const _kKA = "kmsKeyArn";
|
|
137
145
|
const _lRT = "lastRunTimestamp";
|
|
138
146
|
const _m = "message";
|
|
@@ -251,6 +259,14 @@ export var DeleteNamespaceRequest = [
|
|
|
251
259
|
],
|
|
252
260
|
];
|
|
253
261
|
export var DeleteTableBucketEncryptionRequest = [3, n0, _DTBER, 0, [_tBARN], [[0, 1]]];
|
|
262
|
+
export var DeleteTableBucketMetricsConfigurationRequest = [
|
|
263
|
+
3,
|
|
264
|
+
n0,
|
|
265
|
+
_DTBMCR,
|
|
266
|
+
0,
|
|
267
|
+
[_tBARN],
|
|
268
|
+
[[0, 1]],
|
|
269
|
+
];
|
|
254
270
|
export var DeleteTableBucketPolicyRequest = [3, n0, _DTBPR, 0, [_tBARN], [[0, 1]]];
|
|
255
271
|
export var DeleteTableBucketRequest = [3, n0, _DTBR, 0, [_tBARN], [[0, 1]]];
|
|
256
272
|
export var DeleteTablePolicyRequest = [
|
|
@@ -340,6 +356,15 @@ export var GetTableBucketMaintenanceConfigurationResponse = [
|
|
|
340
356
|
[_tBARN, _co],
|
|
341
357
|
[0, () => TableBucketMaintenanceConfiguration],
|
|
342
358
|
];
|
|
359
|
+
export var GetTableBucketMetricsConfigurationRequest = [3, n0, _GTBMCRet, 0, [_tBARN], [[0, 1]]];
|
|
360
|
+
export var GetTableBucketMetricsConfigurationResponse = [
|
|
361
|
+
3,
|
|
362
|
+
n0,
|
|
363
|
+
_GTBMCReta,
|
|
364
|
+
0,
|
|
365
|
+
[_tBARN, _i],
|
|
366
|
+
[0, 0],
|
|
367
|
+
];
|
|
343
368
|
export var GetTableBucketPolicyRequest = [3, n0, _GTBPR, 0, [_tBARN], [[0, 1]]];
|
|
344
369
|
export var GetTableBucketPolicyResponse = [3, n0, _GTBPRe, 0, [_rP], [0]];
|
|
345
370
|
export var GetTableBucketRequest = [3, n0, _GTBR, 0, [_tBARN], [[0, 1]]];
|
|
@@ -645,6 +670,7 @@ export var PutTableBucketMaintenanceConfigurationRequest = [
|
|
|
645
670
|
[_tBARN, _ty, _v],
|
|
646
671
|
[[0, 1], [0, 1], () => TableBucketMaintenanceConfigurationValue],
|
|
647
672
|
];
|
|
673
|
+
export var PutTableBucketMetricsConfigurationRequest = [3, n0, _PTBMCRu, 0, [_tBARN], [[0, 1]]];
|
|
648
674
|
export var PutTableBucketPolicyRequest = [3, n0, _PTBPR, 0, [_tBARN, _rP], [[0, 1], 0]];
|
|
649
675
|
export var PutTableMaintenanceConfigurationRequest = [
|
|
650
676
|
3,
|
|
@@ -794,7 +820,7 @@ export var TableMaintenanceSettings = [
|
|
|
794
820
|
[_iC, _iSM],
|
|
795
821
|
[() => IcebergCompactionSettings, () => IcebergSnapshotManagementSettings],
|
|
796
822
|
];
|
|
797
|
-
export var TableMetadata = [3, n0, _TM, 0, [
|
|
823
|
+
export var TableMetadata = [3, n0, _TM, 0, [_ic], [() => IcebergMetadata]];
|
|
798
824
|
export var CreateNamespace = [
|
|
799
825
|
9,
|
|
800
826
|
n0,
|
|
@@ -865,6 +891,16 @@ export var DeleteTableBucketEncryption = [
|
|
|
865
891
|
() => DeleteTableBucketEncryptionRequest,
|
|
866
892
|
() => __Unit,
|
|
867
893
|
];
|
|
894
|
+
export var DeleteTableBucketMetricsConfiguration = [
|
|
895
|
+
9,
|
|
896
|
+
n0,
|
|
897
|
+
_DTBMC,
|
|
898
|
+
{
|
|
899
|
+
[_h]: ["DELETE", "/buckets/{tableBucketARN}/metrics", 204],
|
|
900
|
+
},
|
|
901
|
+
() => DeleteTableBucketMetricsConfigurationRequest,
|
|
902
|
+
() => __Unit,
|
|
903
|
+
];
|
|
868
904
|
export var DeleteTableBucketPolicy = [
|
|
869
905
|
9,
|
|
870
906
|
n0,
|
|
@@ -935,6 +971,16 @@ export var GetTableBucketMaintenanceConfiguration = [
|
|
|
935
971
|
() => GetTableBucketMaintenanceConfigurationRequest,
|
|
936
972
|
() => GetTableBucketMaintenanceConfigurationResponse,
|
|
937
973
|
];
|
|
974
|
+
export var GetTableBucketMetricsConfiguration = [
|
|
975
|
+
9,
|
|
976
|
+
n0,
|
|
977
|
+
_GTBMCe,
|
|
978
|
+
{
|
|
979
|
+
[_h]: ["GET", "/buckets/{tableBucketARN}/metrics", 200],
|
|
980
|
+
},
|
|
981
|
+
() => GetTableBucketMetricsConfigurationRequest,
|
|
982
|
+
() => GetTableBucketMetricsConfigurationResponse,
|
|
983
|
+
];
|
|
938
984
|
export var GetTableBucketPolicy = [
|
|
939
985
|
9,
|
|
940
986
|
n0,
|
|
@@ -1055,6 +1101,16 @@ export var PutTableBucketMaintenanceConfiguration = [
|
|
|
1055
1101
|
() => PutTableBucketMaintenanceConfigurationRequest,
|
|
1056
1102
|
() => __Unit,
|
|
1057
1103
|
];
|
|
1104
|
+
export var PutTableBucketMetricsConfiguration = [
|
|
1105
|
+
9,
|
|
1106
|
+
n0,
|
|
1107
|
+
_PTBMCu,
|
|
1108
|
+
{
|
|
1109
|
+
[_h]: ["PUT", "/buckets/{tableBucketARN}/metrics", 204],
|
|
1110
|
+
},
|
|
1111
|
+
() => PutTableBucketMetricsConfigurationRequest,
|
|
1112
|
+
() => __Unit,
|
|
1113
|
+
];
|
|
1058
1114
|
export var PutTableBucketPolicy = [
|
|
1059
1115
|
9,
|
|
1060
1116
|
n0,
|