@aws-sdk/client-s3tables 3.1076.0 → 3.1078.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/dist-cjs/index.js +60 -495
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateTableBucketCommand.js +2 -14
- package/dist-es/commands/CreateTableCommand.js +2 -14
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketEncryptionCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketMetricsConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketReplicationCommand.js +2 -14
- package/dist-es/commands/DeleteTableCommand.js +2 -14
- package/dist-es/commands/DeleteTablePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteTableReplicationCommand.js +2 -14
- package/dist-es/commands/GetNamespaceCommand.js +2 -14
- package/dist-es/commands/GetTableBucketCommand.js +2 -14
- package/dist-es/commands/GetTableBucketEncryptionCommand.js +2 -14
- package/dist-es/commands/GetTableBucketMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableBucketMetricsConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableBucketPolicyCommand.js +2 -14
- package/dist-es/commands/GetTableBucketReplicationCommand.js +2 -14
- package/dist-es/commands/GetTableBucketStorageClassCommand.js +2 -14
- package/dist-es/commands/GetTableCommand.js +2 -14
- package/dist-es/commands/GetTableEncryptionCommand.js +2 -14
- package/dist-es/commands/GetTableMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableMaintenanceJobStatusCommand.js +2 -14
- package/dist-es/commands/GetTableMetadataLocationCommand.js +2 -14
- package/dist-es/commands/GetTablePolicyCommand.js +2 -14
- package/dist-es/commands/GetTableRecordExpirationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableRecordExpirationJobStatusCommand.js +2 -14
- package/dist-es/commands/GetTableReplicationCommand.js +2 -14
- package/dist-es/commands/GetTableReplicationStatusCommand.js +2 -14
- package/dist-es/commands/GetTableStorageClassCommand.js +2 -14
- package/dist-es/commands/ListNamespacesCommand.js +2 -14
- package/dist-es/commands/ListTableBucketsCommand.js +2 -14
- package/dist-es/commands/ListTablesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutTableBucketEncryptionCommand.js +2 -14
- package/dist-es/commands/PutTableBucketMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTableBucketMetricsConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTableBucketPolicyCommand.js +2 -14
- package/dist-es/commands/PutTableBucketReplicationCommand.js +2 -14
- package/dist-es/commands/PutTableBucketStorageClassCommand.js +2 -14
- package/dist-es/commands/PutTableMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTablePolicyCommand.js +2 -14
- package/dist-es/commands/PutTableRecordExpirationConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTableReplicationCommand.js +2 -14
- package/dist-es/commands/RenameTableCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateTableMetadataLocationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTableBucketCommand.d.ts +3 -8
- package/dist-types/commands/CreateTableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTablePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableReplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketStorageClassCommand.d.ts +3 -8
- package/dist-types/commands/GetTableCommand.d.ts +3 -8
- package/dist-types/commands/GetTableEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/GetTableMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableMaintenanceJobStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTableMetadataLocationCommand.d.ts +3 -8
- package/dist-types/commands/GetTablePolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetTableRecordExpirationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableRecordExpirationJobStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTableReplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableReplicationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTableStorageClassCommand.d.ts +3 -8
- package/dist-types/commands/ListNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListTableBucketsCommand.d.ts +3 -8
- package/dist-types/commands/ListTablesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +3 -8
- package/dist-types/commands/PutTableMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTablePolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutTableRecordExpirationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableReplicationCommand.d.ts +3 -8
- package/dist-types/commands/RenameTableCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTableMetadataLocationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTableBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTablePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketStorageClassCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableMaintenanceJobStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableMetadataLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTablePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableRecordExpirationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableRecordExpirationJobStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableReplicationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableStorageClassCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTableBucketsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketStorageClassCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTablePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableRecordExpirationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RenameTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTableMetadataLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +9 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultS3TablesHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1376,6 +1378,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1376
1378
|
serviceTarget: "S3TableBuckets",
|
|
1377
1379
|
},
|
|
1378
1380
|
serviceId: config?.serviceId ?? "S3Tables",
|
|
1381
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1379
1382
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1380
1383
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1381
1384
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1409,7 +1412,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1409
1412
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1410
1413
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1411
1414
|
}, config),
|
|
1412
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1413
1415
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1414
1416
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1415
1417
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1497,592 +1499,155 @@ class S3TablesClient extends Client {
|
|
|
1497
1499
|
}
|
|
1498
1500
|
}
|
|
1499
1501
|
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
})
|
|
1506
|
-
.s("S3TableBuckets", "CreateNamespace", {})
|
|
1507
|
-
.n("S3TablesClient", "CreateNamespaceCommand")
|
|
1508
|
-
.sc(CreateNamespace$)
|
|
1509
|
-
.build() {
|
|
1502
|
+
const command = makeBuilder(commonParams, "S3TableBuckets", "S3TablesClient", getEndpointPlugin);
|
|
1503
|
+
const _ep0 = {};
|
|
1504
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1505
|
+
|
|
1506
|
+
class CreateNamespaceCommand extends command(_ep0, _mw0, "CreateNamespace", CreateNamespace$) {
|
|
1510
1507
|
}
|
|
1511
1508
|
|
|
1512
|
-
class CreateTableBucketCommand extends
|
|
1513
|
-
.classBuilder()
|
|
1514
|
-
.ep(commonParams)
|
|
1515
|
-
.m(function (Command, cs, config, o) {
|
|
1516
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1517
|
-
})
|
|
1518
|
-
.s("S3TableBuckets", "CreateTableBucket", {})
|
|
1519
|
-
.n("S3TablesClient", "CreateTableBucketCommand")
|
|
1520
|
-
.sc(CreateTableBucket$)
|
|
1521
|
-
.build() {
|
|
1509
|
+
class CreateTableBucketCommand extends command(_ep0, _mw0, "CreateTableBucket", CreateTableBucket$) {
|
|
1522
1510
|
}
|
|
1523
1511
|
|
|
1524
|
-
class CreateTableCommand extends
|
|
1525
|
-
.classBuilder()
|
|
1526
|
-
.ep(commonParams)
|
|
1527
|
-
.m(function (Command, cs, config, o) {
|
|
1528
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1529
|
-
})
|
|
1530
|
-
.s("S3TableBuckets", "CreateTable", {})
|
|
1531
|
-
.n("S3TablesClient", "CreateTableCommand")
|
|
1532
|
-
.sc(CreateTable$)
|
|
1533
|
-
.build() {
|
|
1512
|
+
class CreateTableCommand extends command(_ep0, _mw0, "CreateTable", CreateTable$) {
|
|
1534
1513
|
}
|
|
1535
1514
|
|
|
1536
|
-
class DeleteNamespaceCommand extends
|
|
1537
|
-
.classBuilder()
|
|
1538
|
-
.ep(commonParams)
|
|
1539
|
-
.m(function (Command, cs, config, o) {
|
|
1540
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1541
|
-
})
|
|
1542
|
-
.s("S3TableBuckets", "DeleteNamespace", {})
|
|
1543
|
-
.n("S3TablesClient", "DeleteNamespaceCommand")
|
|
1544
|
-
.sc(DeleteNamespace$)
|
|
1545
|
-
.build() {
|
|
1515
|
+
class DeleteNamespaceCommand extends command(_ep0, _mw0, "DeleteNamespace", DeleteNamespace$) {
|
|
1546
1516
|
}
|
|
1547
1517
|
|
|
1548
|
-
class DeleteTableBucketCommand extends
|
|
1549
|
-
.classBuilder()
|
|
1550
|
-
.ep(commonParams)
|
|
1551
|
-
.m(function (Command, cs, config, o) {
|
|
1552
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1553
|
-
})
|
|
1554
|
-
.s("S3TableBuckets", "DeleteTableBucket", {})
|
|
1555
|
-
.n("S3TablesClient", "DeleteTableBucketCommand")
|
|
1556
|
-
.sc(DeleteTableBucket$)
|
|
1557
|
-
.build() {
|
|
1518
|
+
class DeleteTableBucketCommand extends command(_ep0, _mw0, "DeleteTableBucket", DeleteTableBucket$) {
|
|
1558
1519
|
}
|
|
1559
1520
|
|
|
1560
|
-
class DeleteTableBucketEncryptionCommand extends
|
|
1561
|
-
.classBuilder()
|
|
1562
|
-
.ep(commonParams)
|
|
1563
|
-
.m(function (Command, cs, config, o) {
|
|
1564
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1565
|
-
})
|
|
1566
|
-
.s("S3TableBuckets", "DeleteTableBucketEncryption", {})
|
|
1567
|
-
.n("S3TablesClient", "DeleteTableBucketEncryptionCommand")
|
|
1568
|
-
.sc(DeleteTableBucketEncryption$)
|
|
1569
|
-
.build() {
|
|
1521
|
+
class DeleteTableBucketEncryptionCommand extends command(_ep0, _mw0, "DeleteTableBucketEncryption", DeleteTableBucketEncryption$) {
|
|
1570
1522
|
}
|
|
1571
1523
|
|
|
1572
|
-
class DeleteTableBucketMetricsConfigurationCommand extends
|
|
1573
|
-
.classBuilder()
|
|
1574
|
-
.ep(commonParams)
|
|
1575
|
-
.m(function (Command, cs, config, o) {
|
|
1576
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1577
|
-
})
|
|
1578
|
-
.s("S3TableBuckets", "DeleteTableBucketMetricsConfiguration", {})
|
|
1579
|
-
.n("S3TablesClient", "DeleteTableBucketMetricsConfigurationCommand")
|
|
1580
|
-
.sc(DeleteTableBucketMetricsConfiguration$)
|
|
1581
|
-
.build() {
|
|
1524
|
+
class DeleteTableBucketMetricsConfigurationCommand extends command(_ep0, _mw0, "DeleteTableBucketMetricsConfiguration", DeleteTableBucketMetricsConfiguration$) {
|
|
1582
1525
|
}
|
|
1583
1526
|
|
|
1584
|
-
class DeleteTableBucketPolicyCommand extends
|
|
1585
|
-
.classBuilder()
|
|
1586
|
-
.ep(commonParams)
|
|
1587
|
-
.m(function (Command, cs, config, o) {
|
|
1588
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1589
|
-
})
|
|
1590
|
-
.s("S3TableBuckets", "DeleteTableBucketPolicy", {})
|
|
1591
|
-
.n("S3TablesClient", "DeleteTableBucketPolicyCommand")
|
|
1592
|
-
.sc(DeleteTableBucketPolicy$)
|
|
1593
|
-
.build() {
|
|
1527
|
+
class DeleteTableBucketPolicyCommand extends command(_ep0, _mw0, "DeleteTableBucketPolicy", DeleteTableBucketPolicy$) {
|
|
1594
1528
|
}
|
|
1595
1529
|
|
|
1596
|
-
class DeleteTableBucketReplicationCommand extends
|
|
1597
|
-
.classBuilder()
|
|
1598
|
-
.ep(commonParams)
|
|
1599
|
-
.m(function (Command, cs, config, o) {
|
|
1600
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1601
|
-
})
|
|
1602
|
-
.s("S3TableBuckets", "DeleteTableBucketReplication", {})
|
|
1603
|
-
.n("S3TablesClient", "DeleteTableBucketReplicationCommand")
|
|
1604
|
-
.sc(DeleteTableBucketReplication$)
|
|
1605
|
-
.build() {
|
|
1530
|
+
class DeleteTableBucketReplicationCommand extends command(_ep0, _mw0, "DeleteTableBucketReplication", DeleteTableBucketReplication$) {
|
|
1606
1531
|
}
|
|
1607
1532
|
|
|
1608
|
-
class DeleteTableCommand extends
|
|
1609
|
-
.classBuilder()
|
|
1610
|
-
.ep(commonParams)
|
|
1611
|
-
.m(function (Command, cs, config, o) {
|
|
1612
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1613
|
-
})
|
|
1614
|
-
.s("S3TableBuckets", "DeleteTable", {})
|
|
1615
|
-
.n("S3TablesClient", "DeleteTableCommand")
|
|
1616
|
-
.sc(DeleteTable$)
|
|
1617
|
-
.build() {
|
|
1533
|
+
class DeleteTableCommand extends command(_ep0, _mw0, "DeleteTable", DeleteTable$) {
|
|
1618
1534
|
}
|
|
1619
1535
|
|
|
1620
|
-
class DeleteTablePolicyCommand extends
|
|
1621
|
-
.classBuilder()
|
|
1622
|
-
.ep(commonParams)
|
|
1623
|
-
.m(function (Command, cs, config, o) {
|
|
1624
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1625
|
-
})
|
|
1626
|
-
.s("S3TableBuckets", "DeleteTablePolicy", {})
|
|
1627
|
-
.n("S3TablesClient", "DeleteTablePolicyCommand")
|
|
1628
|
-
.sc(DeleteTablePolicy$)
|
|
1629
|
-
.build() {
|
|
1536
|
+
class DeleteTablePolicyCommand extends command(_ep0, _mw0, "DeleteTablePolicy", DeleteTablePolicy$) {
|
|
1630
1537
|
}
|
|
1631
1538
|
|
|
1632
|
-
class DeleteTableReplicationCommand extends
|
|
1633
|
-
.classBuilder()
|
|
1634
|
-
.ep(commonParams)
|
|
1635
|
-
.m(function (Command, cs, config, o) {
|
|
1636
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1637
|
-
})
|
|
1638
|
-
.s("S3TableBuckets", "DeleteTableReplication", {})
|
|
1639
|
-
.n("S3TablesClient", "DeleteTableReplicationCommand")
|
|
1640
|
-
.sc(DeleteTableReplication$)
|
|
1641
|
-
.build() {
|
|
1539
|
+
class DeleteTableReplicationCommand extends command(_ep0, _mw0, "DeleteTableReplication", DeleteTableReplication$) {
|
|
1642
1540
|
}
|
|
1643
1541
|
|
|
1644
|
-
class GetNamespaceCommand extends
|
|
1645
|
-
.classBuilder()
|
|
1646
|
-
.ep(commonParams)
|
|
1647
|
-
.m(function (Command, cs, config, o) {
|
|
1648
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1649
|
-
})
|
|
1650
|
-
.s("S3TableBuckets", "GetNamespace", {})
|
|
1651
|
-
.n("S3TablesClient", "GetNamespaceCommand")
|
|
1652
|
-
.sc(GetNamespace$)
|
|
1653
|
-
.build() {
|
|
1542
|
+
class GetNamespaceCommand extends command(_ep0, _mw0, "GetNamespace", GetNamespace$) {
|
|
1654
1543
|
}
|
|
1655
1544
|
|
|
1656
|
-
class GetTableBucketCommand extends
|
|
1657
|
-
.classBuilder()
|
|
1658
|
-
.ep(commonParams)
|
|
1659
|
-
.m(function (Command, cs, config, o) {
|
|
1660
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1661
|
-
})
|
|
1662
|
-
.s("S3TableBuckets", "GetTableBucket", {})
|
|
1663
|
-
.n("S3TablesClient", "GetTableBucketCommand")
|
|
1664
|
-
.sc(GetTableBucket$)
|
|
1665
|
-
.build() {
|
|
1545
|
+
class GetTableBucketCommand extends command(_ep0, _mw0, "GetTableBucket", GetTableBucket$) {
|
|
1666
1546
|
}
|
|
1667
1547
|
|
|
1668
|
-
class GetTableBucketEncryptionCommand extends
|
|
1669
|
-
.classBuilder()
|
|
1670
|
-
.ep(commonParams)
|
|
1671
|
-
.m(function (Command, cs, config, o) {
|
|
1672
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1673
|
-
})
|
|
1674
|
-
.s("S3TableBuckets", "GetTableBucketEncryption", {})
|
|
1675
|
-
.n("S3TablesClient", "GetTableBucketEncryptionCommand")
|
|
1676
|
-
.sc(GetTableBucketEncryption$)
|
|
1677
|
-
.build() {
|
|
1548
|
+
class GetTableBucketEncryptionCommand extends command(_ep0, _mw0, "GetTableBucketEncryption", GetTableBucketEncryption$) {
|
|
1678
1549
|
}
|
|
1679
1550
|
|
|
1680
|
-
class GetTableBucketMaintenanceConfigurationCommand extends
|
|
1681
|
-
.classBuilder()
|
|
1682
|
-
.ep(commonParams)
|
|
1683
|
-
.m(function (Command, cs, config, o) {
|
|
1684
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1685
|
-
})
|
|
1686
|
-
.s("S3TableBuckets", "GetTableBucketMaintenanceConfiguration", {})
|
|
1687
|
-
.n("S3TablesClient", "GetTableBucketMaintenanceConfigurationCommand")
|
|
1688
|
-
.sc(GetTableBucketMaintenanceConfiguration$)
|
|
1689
|
-
.build() {
|
|
1551
|
+
class GetTableBucketMaintenanceConfigurationCommand extends command(_ep0, _mw0, "GetTableBucketMaintenanceConfiguration", GetTableBucketMaintenanceConfiguration$) {
|
|
1690
1552
|
}
|
|
1691
1553
|
|
|
1692
|
-
class GetTableBucketMetricsConfigurationCommand extends
|
|
1693
|
-
.classBuilder()
|
|
1694
|
-
.ep(commonParams)
|
|
1695
|
-
.m(function (Command, cs, config, o) {
|
|
1696
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1697
|
-
})
|
|
1698
|
-
.s("S3TableBuckets", "GetTableBucketMetricsConfiguration", {})
|
|
1699
|
-
.n("S3TablesClient", "GetTableBucketMetricsConfigurationCommand")
|
|
1700
|
-
.sc(GetTableBucketMetricsConfiguration$)
|
|
1701
|
-
.build() {
|
|
1554
|
+
class GetTableBucketMetricsConfigurationCommand extends command(_ep0, _mw0, "GetTableBucketMetricsConfiguration", GetTableBucketMetricsConfiguration$) {
|
|
1702
1555
|
}
|
|
1703
1556
|
|
|
1704
|
-
class GetTableBucketPolicyCommand extends
|
|
1705
|
-
.classBuilder()
|
|
1706
|
-
.ep(commonParams)
|
|
1707
|
-
.m(function (Command, cs, config, o) {
|
|
1708
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1709
|
-
})
|
|
1710
|
-
.s("S3TableBuckets", "GetTableBucketPolicy", {})
|
|
1711
|
-
.n("S3TablesClient", "GetTableBucketPolicyCommand")
|
|
1712
|
-
.sc(GetTableBucketPolicy$)
|
|
1713
|
-
.build() {
|
|
1557
|
+
class GetTableBucketPolicyCommand extends command(_ep0, _mw0, "GetTableBucketPolicy", GetTableBucketPolicy$) {
|
|
1714
1558
|
}
|
|
1715
1559
|
|
|
1716
|
-
class GetTableBucketReplicationCommand extends
|
|
1717
|
-
.classBuilder()
|
|
1718
|
-
.ep(commonParams)
|
|
1719
|
-
.m(function (Command, cs, config, o) {
|
|
1720
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1721
|
-
})
|
|
1722
|
-
.s("S3TableBuckets", "GetTableBucketReplication", {})
|
|
1723
|
-
.n("S3TablesClient", "GetTableBucketReplicationCommand")
|
|
1724
|
-
.sc(GetTableBucketReplication$)
|
|
1725
|
-
.build() {
|
|
1560
|
+
class GetTableBucketReplicationCommand extends command(_ep0, _mw0, "GetTableBucketReplication", GetTableBucketReplication$) {
|
|
1726
1561
|
}
|
|
1727
1562
|
|
|
1728
|
-
class GetTableBucketStorageClassCommand extends
|
|
1729
|
-
.classBuilder()
|
|
1730
|
-
.ep(commonParams)
|
|
1731
|
-
.m(function (Command, cs, config, o) {
|
|
1732
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1733
|
-
})
|
|
1734
|
-
.s("S3TableBuckets", "GetTableBucketStorageClass", {})
|
|
1735
|
-
.n("S3TablesClient", "GetTableBucketStorageClassCommand")
|
|
1736
|
-
.sc(GetTableBucketStorageClass$)
|
|
1737
|
-
.build() {
|
|
1563
|
+
class GetTableBucketStorageClassCommand extends command(_ep0, _mw0, "GetTableBucketStorageClass", GetTableBucketStorageClass$) {
|
|
1738
1564
|
}
|
|
1739
1565
|
|
|
1740
|
-
class GetTableCommand extends
|
|
1741
|
-
.classBuilder()
|
|
1742
|
-
.ep(commonParams)
|
|
1743
|
-
.m(function (Command, cs, config, o) {
|
|
1744
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1745
|
-
})
|
|
1746
|
-
.s("S3TableBuckets", "GetTable", {})
|
|
1747
|
-
.n("S3TablesClient", "GetTableCommand")
|
|
1748
|
-
.sc(GetTable$)
|
|
1749
|
-
.build() {
|
|
1566
|
+
class GetTableCommand extends command(_ep0, _mw0, "GetTable", GetTable$) {
|
|
1750
1567
|
}
|
|
1751
1568
|
|
|
1752
|
-
class GetTableEncryptionCommand extends
|
|
1753
|
-
.classBuilder()
|
|
1754
|
-
.ep(commonParams)
|
|
1755
|
-
.m(function (Command, cs, config, o) {
|
|
1756
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1757
|
-
})
|
|
1758
|
-
.s("S3TableBuckets", "GetTableEncryption", {})
|
|
1759
|
-
.n("S3TablesClient", "GetTableEncryptionCommand")
|
|
1760
|
-
.sc(GetTableEncryption$)
|
|
1761
|
-
.build() {
|
|
1569
|
+
class GetTableEncryptionCommand extends command(_ep0, _mw0, "GetTableEncryption", GetTableEncryption$) {
|
|
1762
1570
|
}
|
|
1763
1571
|
|
|
1764
|
-
class GetTableMaintenanceConfigurationCommand extends
|
|
1765
|
-
.classBuilder()
|
|
1766
|
-
.ep(commonParams)
|
|
1767
|
-
.m(function (Command, cs, config, o) {
|
|
1768
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1769
|
-
})
|
|
1770
|
-
.s("S3TableBuckets", "GetTableMaintenanceConfiguration", {})
|
|
1771
|
-
.n("S3TablesClient", "GetTableMaintenanceConfigurationCommand")
|
|
1772
|
-
.sc(GetTableMaintenanceConfiguration$)
|
|
1773
|
-
.build() {
|
|
1572
|
+
class GetTableMaintenanceConfigurationCommand extends command(_ep0, _mw0, "GetTableMaintenanceConfiguration", GetTableMaintenanceConfiguration$) {
|
|
1774
1573
|
}
|
|
1775
1574
|
|
|
1776
|
-
class GetTableMaintenanceJobStatusCommand extends
|
|
1777
|
-
.classBuilder()
|
|
1778
|
-
.ep(commonParams)
|
|
1779
|
-
.m(function (Command, cs, config, o) {
|
|
1780
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1781
|
-
})
|
|
1782
|
-
.s("S3TableBuckets", "GetTableMaintenanceJobStatus", {})
|
|
1783
|
-
.n("S3TablesClient", "GetTableMaintenanceJobStatusCommand")
|
|
1784
|
-
.sc(GetTableMaintenanceJobStatus$)
|
|
1785
|
-
.build() {
|
|
1575
|
+
class GetTableMaintenanceJobStatusCommand extends command(_ep0, _mw0, "GetTableMaintenanceJobStatus", GetTableMaintenanceJobStatus$) {
|
|
1786
1576
|
}
|
|
1787
1577
|
|
|
1788
|
-
class GetTableMetadataLocationCommand extends
|
|
1789
|
-
.classBuilder()
|
|
1790
|
-
.ep(commonParams)
|
|
1791
|
-
.m(function (Command, cs, config, o) {
|
|
1792
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1793
|
-
})
|
|
1794
|
-
.s("S3TableBuckets", "GetTableMetadataLocation", {})
|
|
1795
|
-
.n("S3TablesClient", "GetTableMetadataLocationCommand")
|
|
1796
|
-
.sc(GetTableMetadataLocation$)
|
|
1797
|
-
.build() {
|
|
1578
|
+
class GetTableMetadataLocationCommand extends command(_ep0, _mw0, "GetTableMetadataLocation", GetTableMetadataLocation$) {
|
|
1798
1579
|
}
|
|
1799
1580
|
|
|
1800
|
-
class GetTablePolicyCommand extends
|
|
1801
|
-
.classBuilder()
|
|
1802
|
-
.ep(commonParams)
|
|
1803
|
-
.m(function (Command, cs, config, o) {
|
|
1804
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1805
|
-
})
|
|
1806
|
-
.s("S3TableBuckets", "GetTablePolicy", {})
|
|
1807
|
-
.n("S3TablesClient", "GetTablePolicyCommand")
|
|
1808
|
-
.sc(GetTablePolicy$)
|
|
1809
|
-
.build() {
|
|
1581
|
+
class GetTablePolicyCommand extends command(_ep0, _mw0, "GetTablePolicy", GetTablePolicy$) {
|
|
1810
1582
|
}
|
|
1811
1583
|
|
|
1812
|
-
class GetTableRecordExpirationConfigurationCommand extends
|
|
1813
|
-
.classBuilder()
|
|
1814
|
-
.ep(commonParams)
|
|
1815
|
-
.m(function (Command, cs, config, o) {
|
|
1816
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1817
|
-
})
|
|
1818
|
-
.s("S3TableBuckets", "GetTableRecordExpirationConfiguration", {})
|
|
1819
|
-
.n("S3TablesClient", "GetTableRecordExpirationConfigurationCommand")
|
|
1820
|
-
.sc(GetTableRecordExpirationConfiguration$)
|
|
1821
|
-
.build() {
|
|
1584
|
+
class GetTableRecordExpirationConfigurationCommand extends command(_ep0, _mw0, "GetTableRecordExpirationConfiguration", GetTableRecordExpirationConfiguration$) {
|
|
1822
1585
|
}
|
|
1823
1586
|
|
|
1824
|
-
class GetTableRecordExpirationJobStatusCommand extends
|
|
1825
|
-
.classBuilder()
|
|
1826
|
-
.ep(commonParams)
|
|
1827
|
-
.m(function (Command, cs, config, o) {
|
|
1828
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1829
|
-
})
|
|
1830
|
-
.s("S3TableBuckets", "GetTableRecordExpirationJobStatus", {})
|
|
1831
|
-
.n("S3TablesClient", "GetTableRecordExpirationJobStatusCommand")
|
|
1832
|
-
.sc(GetTableRecordExpirationJobStatus$)
|
|
1833
|
-
.build() {
|
|
1587
|
+
class GetTableRecordExpirationJobStatusCommand extends command(_ep0, _mw0, "GetTableRecordExpirationJobStatus", GetTableRecordExpirationJobStatus$) {
|
|
1834
1588
|
}
|
|
1835
1589
|
|
|
1836
|
-
class GetTableReplicationCommand extends
|
|
1837
|
-
.classBuilder()
|
|
1838
|
-
.ep(commonParams)
|
|
1839
|
-
.m(function (Command, cs, config, o) {
|
|
1840
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1841
|
-
})
|
|
1842
|
-
.s("S3TableBuckets", "GetTableReplication", {})
|
|
1843
|
-
.n("S3TablesClient", "GetTableReplicationCommand")
|
|
1844
|
-
.sc(GetTableReplication$)
|
|
1845
|
-
.build() {
|
|
1590
|
+
class GetTableReplicationCommand extends command(_ep0, _mw0, "GetTableReplication", GetTableReplication$) {
|
|
1846
1591
|
}
|
|
1847
1592
|
|
|
1848
|
-
class GetTableReplicationStatusCommand extends
|
|
1849
|
-
.classBuilder()
|
|
1850
|
-
.ep(commonParams)
|
|
1851
|
-
.m(function (Command, cs, config, o) {
|
|
1852
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1853
|
-
})
|
|
1854
|
-
.s("S3TableBuckets", "GetTableReplicationStatus", {})
|
|
1855
|
-
.n("S3TablesClient", "GetTableReplicationStatusCommand")
|
|
1856
|
-
.sc(GetTableReplicationStatus$)
|
|
1857
|
-
.build() {
|
|
1593
|
+
class GetTableReplicationStatusCommand extends command(_ep0, _mw0, "GetTableReplicationStatus", GetTableReplicationStatus$) {
|
|
1858
1594
|
}
|
|
1859
1595
|
|
|
1860
|
-
class GetTableStorageClassCommand extends
|
|
1861
|
-
.classBuilder()
|
|
1862
|
-
.ep(commonParams)
|
|
1863
|
-
.m(function (Command, cs, config, o) {
|
|
1864
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1865
|
-
})
|
|
1866
|
-
.s("S3TableBuckets", "GetTableStorageClass", {})
|
|
1867
|
-
.n("S3TablesClient", "GetTableStorageClassCommand")
|
|
1868
|
-
.sc(GetTableStorageClass$)
|
|
1869
|
-
.build() {
|
|
1596
|
+
class GetTableStorageClassCommand extends command(_ep0, _mw0, "GetTableStorageClass", GetTableStorageClass$) {
|
|
1870
1597
|
}
|
|
1871
1598
|
|
|
1872
|
-
class ListNamespacesCommand extends
|
|
1873
|
-
.classBuilder()
|
|
1874
|
-
.ep(commonParams)
|
|
1875
|
-
.m(function (Command, cs, config, o) {
|
|
1876
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1877
|
-
})
|
|
1878
|
-
.s("S3TableBuckets", "ListNamespaces", {})
|
|
1879
|
-
.n("S3TablesClient", "ListNamespacesCommand")
|
|
1880
|
-
.sc(ListNamespaces$)
|
|
1881
|
-
.build() {
|
|
1599
|
+
class ListNamespacesCommand extends command(_ep0, _mw0, "ListNamespaces", ListNamespaces$) {
|
|
1882
1600
|
}
|
|
1883
1601
|
|
|
1884
|
-
class ListTableBucketsCommand extends
|
|
1885
|
-
.classBuilder()
|
|
1886
|
-
.ep(commonParams)
|
|
1887
|
-
.m(function (Command, cs, config, o) {
|
|
1888
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1889
|
-
})
|
|
1890
|
-
.s("S3TableBuckets", "ListTableBuckets", {})
|
|
1891
|
-
.n("S3TablesClient", "ListTableBucketsCommand")
|
|
1892
|
-
.sc(ListTableBuckets$)
|
|
1893
|
-
.build() {
|
|
1602
|
+
class ListTableBucketsCommand extends command(_ep0, _mw0, "ListTableBuckets", ListTableBuckets$) {
|
|
1894
1603
|
}
|
|
1895
1604
|
|
|
1896
|
-
class ListTablesCommand extends
|
|
1897
|
-
.classBuilder()
|
|
1898
|
-
.ep(commonParams)
|
|
1899
|
-
.m(function (Command, cs, config, o) {
|
|
1900
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1901
|
-
})
|
|
1902
|
-
.s("S3TableBuckets", "ListTables", {})
|
|
1903
|
-
.n("S3TablesClient", "ListTablesCommand")
|
|
1904
|
-
.sc(ListTables$)
|
|
1905
|
-
.build() {
|
|
1605
|
+
class ListTablesCommand extends command(_ep0, _mw0, "ListTables", ListTables$) {
|
|
1906
1606
|
}
|
|
1907
1607
|
|
|
1908
|
-
class ListTagsForResourceCommand extends
|
|
1909
|
-
.classBuilder()
|
|
1910
|
-
.ep(commonParams)
|
|
1911
|
-
.m(function (Command, cs, config, o) {
|
|
1912
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1913
|
-
})
|
|
1914
|
-
.s("S3TableBuckets", "ListTagsForResource", {})
|
|
1915
|
-
.n("S3TablesClient", "ListTagsForResourceCommand")
|
|
1916
|
-
.sc(ListTagsForResource$)
|
|
1917
|
-
.build() {
|
|
1608
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1918
1609
|
}
|
|
1919
1610
|
|
|
1920
|
-
class PutTableBucketEncryptionCommand extends
|
|
1921
|
-
.classBuilder()
|
|
1922
|
-
.ep(commonParams)
|
|
1923
|
-
.m(function (Command, cs, config, o) {
|
|
1924
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1925
|
-
})
|
|
1926
|
-
.s("S3TableBuckets", "PutTableBucketEncryption", {})
|
|
1927
|
-
.n("S3TablesClient", "PutTableBucketEncryptionCommand")
|
|
1928
|
-
.sc(PutTableBucketEncryption$)
|
|
1929
|
-
.build() {
|
|
1611
|
+
class PutTableBucketEncryptionCommand extends command(_ep0, _mw0, "PutTableBucketEncryption", PutTableBucketEncryption$) {
|
|
1930
1612
|
}
|
|
1931
1613
|
|
|
1932
|
-
class PutTableBucketMaintenanceConfigurationCommand extends
|
|
1933
|
-
.classBuilder()
|
|
1934
|
-
.ep(commonParams)
|
|
1935
|
-
.m(function (Command, cs, config, o) {
|
|
1936
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1937
|
-
})
|
|
1938
|
-
.s("S3TableBuckets", "PutTableBucketMaintenanceConfiguration", {})
|
|
1939
|
-
.n("S3TablesClient", "PutTableBucketMaintenanceConfigurationCommand")
|
|
1940
|
-
.sc(PutTableBucketMaintenanceConfiguration$)
|
|
1941
|
-
.build() {
|
|
1614
|
+
class PutTableBucketMaintenanceConfigurationCommand extends command(_ep0, _mw0, "PutTableBucketMaintenanceConfiguration", PutTableBucketMaintenanceConfiguration$) {
|
|
1942
1615
|
}
|
|
1943
1616
|
|
|
1944
|
-
class PutTableBucketMetricsConfigurationCommand extends
|
|
1945
|
-
.classBuilder()
|
|
1946
|
-
.ep(commonParams)
|
|
1947
|
-
.m(function (Command, cs, config, o) {
|
|
1948
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1949
|
-
})
|
|
1950
|
-
.s("S3TableBuckets", "PutTableBucketMetricsConfiguration", {})
|
|
1951
|
-
.n("S3TablesClient", "PutTableBucketMetricsConfigurationCommand")
|
|
1952
|
-
.sc(PutTableBucketMetricsConfiguration$)
|
|
1953
|
-
.build() {
|
|
1617
|
+
class PutTableBucketMetricsConfigurationCommand extends command(_ep0, _mw0, "PutTableBucketMetricsConfiguration", PutTableBucketMetricsConfiguration$) {
|
|
1954
1618
|
}
|
|
1955
1619
|
|
|
1956
|
-
class PutTableBucketPolicyCommand extends
|
|
1957
|
-
.classBuilder()
|
|
1958
|
-
.ep(commonParams)
|
|
1959
|
-
.m(function (Command, cs, config, o) {
|
|
1960
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1961
|
-
})
|
|
1962
|
-
.s("S3TableBuckets", "PutTableBucketPolicy", {})
|
|
1963
|
-
.n("S3TablesClient", "PutTableBucketPolicyCommand")
|
|
1964
|
-
.sc(PutTableBucketPolicy$)
|
|
1965
|
-
.build() {
|
|
1620
|
+
class PutTableBucketPolicyCommand extends command(_ep0, _mw0, "PutTableBucketPolicy", PutTableBucketPolicy$) {
|
|
1966
1621
|
}
|
|
1967
1622
|
|
|
1968
|
-
class PutTableBucketReplicationCommand extends
|
|
1969
|
-
.classBuilder()
|
|
1970
|
-
.ep(commonParams)
|
|
1971
|
-
.m(function (Command, cs, config, o) {
|
|
1972
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1973
|
-
})
|
|
1974
|
-
.s("S3TableBuckets", "PutTableBucketReplication", {})
|
|
1975
|
-
.n("S3TablesClient", "PutTableBucketReplicationCommand")
|
|
1976
|
-
.sc(PutTableBucketReplication$)
|
|
1977
|
-
.build() {
|
|
1623
|
+
class PutTableBucketReplicationCommand extends command(_ep0, _mw0, "PutTableBucketReplication", PutTableBucketReplication$) {
|
|
1978
1624
|
}
|
|
1979
1625
|
|
|
1980
|
-
class PutTableBucketStorageClassCommand extends
|
|
1981
|
-
.classBuilder()
|
|
1982
|
-
.ep(commonParams)
|
|
1983
|
-
.m(function (Command, cs, config, o) {
|
|
1984
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1985
|
-
})
|
|
1986
|
-
.s("S3TableBuckets", "PutTableBucketStorageClass", {})
|
|
1987
|
-
.n("S3TablesClient", "PutTableBucketStorageClassCommand")
|
|
1988
|
-
.sc(PutTableBucketStorageClass$)
|
|
1989
|
-
.build() {
|
|
1626
|
+
class PutTableBucketStorageClassCommand extends command(_ep0, _mw0, "PutTableBucketStorageClass", PutTableBucketStorageClass$) {
|
|
1990
1627
|
}
|
|
1991
1628
|
|
|
1992
|
-
class PutTableMaintenanceConfigurationCommand extends
|
|
1993
|
-
.classBuilder()
|
|
1994
|
-
.ep(commonParams)
|
|
1995
|
-
.m(function (Command, cs, config, o) {
|
|
1996
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1997
|
-
})
|
|
1998
|
-
.s("S3TableBuckets", "PutTableMaintenanceConfiguration", {})
|
|
1999
|
-
.n("S3TablesClient", "PutTableMaintenanceConfigurationCommand")
|
|
2000
|
-
.sc(PutTableMaintenanceConfiguration$)
|
|
2001
|
-
.build() {
|
|
1629
|
+
class PutTableMaintenanceConfigurationCommand extends command(_ep0, _mw0, "PutTableMaintenanceConfiguration", PutTableMaintenanceConfiguration$) {
|
|
2002
1630
|
}
|
|
2003
1631
|
|
|
2004
|
-
class PutTablePolicyCommand extends
|
|
2005
|
-
.classBuilder()
|
|
2006
|
-
.ep(commonParams)
|
|
2007
|
-
.m(function (Command, cs, config, o) {
|
|
2008
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2009
|
-
})
|
|
2010
|
-
.s("S3TableBuckets", "PutTablePolicy", {})
|
|
2011
|
-
.n("S3TablesClient", "PutTablePolicyCommand")
|
|
2012
|
-
.sc(PutTablePolicy$)
|
|
2013
|
-
.build() {
|
|
1632
|
+
class PutTablePolicyCommand extends command(_ep0, _mw0, "PutTablePolicy", PutTablePolicy$) {
|
|
2014
1633
|
}
|
|
2015
1634
|
|
|
2016
|
-
class PutTableRecordExpirationConfigurationCommand extends
|
|
2017
|
-
.classBuilder()
|
|
2018
|
-
.ep(commonParams)
|
|
2019
|
-
.m(function (Command, cs, config, o) {
|
|
2020
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2021
|
-
})
|
|
2022
|
-
.s("S3TableBuckets", "PutTableRecordExpirationConfiguration", {})
|
|
2023
|
-
.n("S3TablesClient", "PutTableRecordExpirationConfigurationCommand")
|
|
2024
|
-
.sc(PutTableRecordExpirationConfiguration$)
|
|
2025
|
-
.build() {
|
|
1635
|
+
class PutTableRecordExpirationConfigurationCommand extends command(_ep0, _mw0, "PutTableRecordExpirationConfiguration", PutTableRecordExpirationConfiguration$) {
|
|
2026
1636
|
}
|
|
2027
1637
|
|
|
2028
|
-
class PutTableReplicationCommand extends
|
|
2029
|
-
.classBuilder()
|
|
2030
|
-
.ep(commonParams)
|
|
2031
|
-
.m(function (Command, cs, config, o) {
|
|
2032
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2033
|
-
})
|
|
2034
|
-
.s("S3TableBuckets", "PutTableReplication", {})
|
|
2035
|
-
.n("S3TablesClient", "PutTableReplicationCommand")
|
|
2036
|
-
.sc(PutTableReplication$)
|
|
2037
|
-
.build() {
|
|
1638
|
+
class PutTableReplicationCommand extends command(_ep0, _mw0, "PutTableReplication", PutTableReplication$) {
|
|
2038
1639
|
}
|
|
2039
1640
|
|
|
2040
|
-
class RenameTableCommand extends
|
|
2041
|
-
.classBuilder()
|
|
2042
|
-
.ep(commonParams)
|
|
2043
|
-
.m(function (Command, cs, config, o) {
|
|
2044
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2045
|
-
})
|
|
2046
|
-
.s("S3TableBuckets", "RenameTable", {})
|
|
2047
|
-
.n("S3TablesClient", "RenameTableCommand")
|
|
2048
|
-
.sc(RenameTable$)
|
|
2049
|
-
.build() {
|
|
1641
|
+
class RenameTableCommand extends command(_ep0, _mw0, "RenameTable", RenameTable$) {
|
|
2050
1642
|
}
|
|
2051
1643
|
|
|
2052
|
-
class TagResourceCommand extends
|
|
2053
|
-
.classBuilder()
|
|
2054
|
-
.ep(commonParams)
|
|
2055
|
-
.m(function (Command, cs, config, o) {
|
|
2056
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2057
|
-
})
|
|
2058
|
-
.s("S3TableBuckets", "TagResource", {})
|
|
2059
|
-
.n("S3TablesClient", "TagResourceCommand")
|
|
2060
|
-
.sc(TagResource$)
|
|
2061
|
-
.build() {
|
|
1644
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2062
1645
|
}
|
|
2063
1646
|
|
|
2064
|
-
class UntagResourceCommand extends
|
|
2065
|
-
.classBuilder()
|
|
2066
|
-
.ep(commonParams)
|
|
2067
|
-
.m(function (Command, cs, config, o) {
|
|
2068
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2069
|
-
})
|
|
2070
|
-
.s("S3TableBuckets", "UntagResource", {})
|
|
2071
|
-
.n("S3TablesClient", "UntagResourceCommand")
|
|
2072
|
-
.sc(UntagResource$)
|
|
2073
|
-
.build() {
|
|
1647
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2074
1648
|
}
|
|
2075
1649
|
|
|
2076
|
-
class UpdateTableMetadataLocationCommand extends
|
|
2077
|
-
.classBuilder()
|
|
2078
|
-
.ep(commonParams)
|
|
2079
|
-
.m(function (Command, cs, config, o) {
|
|
2080
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2081
|
-
})
|
|
2082
|
-
.s("S3TableBuckets", "UpdateTableMetadataLocation", {})
|
|
2083
|
-
.n("S3TablesClient", "UpdateTableMetadataLocationCommand")
|
|
2084
|
-
.sc(UpdateTableMetadataLocation$)
|
|
2085
|
-
.build() {
|
|
1650
|
+
class UpdateTableMetadataLocationCommand extends command(_ep0, _mw0, "UpdateTableMetadataLocation", UpdateTableMetadataLocation$) {
|
|
2086
1651
|
}
|
|
2087
1652
|
|
|
2088
1653
|
const paginateListNamespaces = createPaginator(S3TablesClient, ListNamespacesCommand, "continuationToken", "continuationToken", "maxNamespaces");
|