@aws-sdk/client-s3tables 3.1077.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.
Files changed (155) hide show
  1. package/dist-cjs/index.js +57 -493
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateNamespaceCommand.js +2 -14
  4. package/dist-es/commands/CreateTableBucketCommand.js +2 -14
  5. package/dist-es/commands/CreateTableCommand.js +2 -14
  6. package/dist-es/commands/DeleteNamespaceCommand.js +2 -14
  7. package/dist-es/commands/DeleteTableBucketCommand.js +2 -14
  8. package/dist-es/commands/DeleteTableBucketEncryptionCommand.js +2 -14
  9. package/dist-es/commands/DeleteTableBucketMetricsConfigurationCommand.js +2 -14
  10. package/dist-es/commands/DeleteTableBucketPolicyCommand.js +2 -14
  11. package/dist-es/commands/DeleteTableBucketReplicationCommand.js +2 -14
  12. package/dist-es/commands/DeleteTableCommand.js +2 -14
  13. package/dist-es/commands/DeleteTablePolicyCommand.js +2 -14
  14. package/dist-es/commands/DeleteTableReplicationCommand.js +2 -14
  15. package/dist-es/commands/GetNamespaceCommand.js +2 -14
  16. package/dist-es/commands/GetTableBucketCommand.js +2 -14
  17. package/dist-es/commands/GetTableBucketEncryptionCommand.js +2 -14
  18. package/dist-es/commands/GetTableBucketMaintenanceConfigurationCommand.js +2 -14
  19. package/dist-es/commands/GetTableBucketMetricsConfigurationCommand.js +2 -14
  20. package/dist-es/commands/GetTableBucketPolicyCommand.js +2 -14
  21. package/dist-es/commands/GetTableBucketReplicationCommand.js +2 -14
  22. package/dist-es/commands/GetTableBucketStorageClassCommand.js +2 -14
  23. package/dist-es/commands/GetTableCommand.js +2 -14
  24. package/dist-es/commands/GetTableEncryptionCommand.js +2 -14
  25. package/dist-es/commands/GetTableMaintenanceConfigurationCommand.js +2 -14
  26. package/dist-es/commands/GetTableMaintenanceJobStatusCommand.js +2 -14
  27. package/dist-es/commands/GetTableMetadataLocationCommand.js +2 -14
  28. package/dist-es/commands/GetTablePolicyCommand.js +2 -14
  29. package/dist-es/commands/GetTableRecordExpirationConfigurationCommand.js +2 -14
  30. package/dist-es/commands/GetTableRecordExpirationJobStatusCommand.js +2 -14
  31. package/dist-es/commands/GetTableReplicationCommand.js +2 -14
  32. package/dist-es/commands/GetTableReplicationStatusCommand.js +2 -14
  33. package/dist-es/commands/GetTableStorageClassCommand.js +2 -14
  34. package/dist-es/commands/ListNamespacesCommand.js +2 -14
  35. package/dist-es/commands/ListTableBucketsCommand.js +2 -14
  36. package/dist-es/commands/ListTablesCommand.js +2 -14
  37. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  38. package/dist-es/commands/PutTableBucketEncryptionCommand.js +2 -14
  39. package/dist-es/commands/PutTableBucketMaintenanceConfigurationCommand.js +2 -14
  40. package/dist-es/commands/PutTableBucketMetricsConfigurationCommand.js +2 -14
  41. package/dist-es/commands/PutTableBucketPolicyCommand.js +2 -14
  42. package/dist-es/commands/PutTableBucketReplicationCommand.js +2 -14
  43. package/dist-es/commands/PutTableBucketStorageClassCommand.js +2 -14
  44. package/dist-es/commands/PutTableMaintenanceConfigurationCommand.js +2 -14
  45. package/dist-es/commands/PutTablePolicyCommand.js +2 -14
  46. package/dist-es/commands/PutTableRecordExpirationConfigurationCommand.js +2 -14
  47. package/dist-es/commands/PutTableReplicationCommand.js +2 -14
  48. package/dist-es/commands/RenameTableCommand.js +2 -14
  49. package/dist-es/commands/TagResourceCommand.js +2 -14
  50. package/dist-es/commands/UntagResourceCommand.js +2 -14
  51. package/dist-es/commands/UpdateTableMetadataLocationCommand.js +2 -14
  52. package/dist-es/index.js +1 -0
  53. package/dist-types/commandBuilder.d.ts +18 -0
  54. package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateTableBucketCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateTableCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteTableBucketCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteTableBucketEncryptionCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteTableBucketPolicyCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteTableBucketReplicationCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteTableCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteTablePolicyCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteTableReplicationCommand.d.ts +3 -8
  66. package/dist-types/commands/GetNamespaceCommand.d.ts +3 -8
  67. package/dist-types/commands/GetTableBucketCommand.d.ts +3 -8
  68. package/dist-types/commands/GetTableBucketEncryptionCommand.d.ts +3 -8
  69. package/dist-types/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
  70. package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +3 -8
  71. package/dist-types/commands/GetTableBucketPolicyCommand.d.ts +3 -8
  72. package/dist-types/commands/GetTableBucketReplicationCommand.d.ts +3 -8
  73. package/dist-types/commands/GetTableBucketStorageClassCommand.d.ts +3 -8
  74. package/dist-types/commands/GetTableCommand.d.ts +3 -8
  75. package/dist-types/commands/GetTableEncryptionCommand.d.ts +3 -8
  76. package/dist-types/commands/GetTableMaintenanceConfigurationCommand.d.ts +3 -8
  77. package/dist-types/commands/GetTableMaintenanceJobStatusCommand.d.ts +3 -8
  78. package/dist-types/commands/GetTableMetadataLocationCommand.d.ts +3 -8
  79. package/dist-types/commands/GetTablePolicyCommand.d.ts +3 -8
  80. package/dist-types/commands/GetTableRecordExpirationConfigurationCommand.d.ts +3 -8
  81. package/dist-types/commands/GetTableRecordExpirationJobStatusCommand.d.ts +3 -8
  82. package/dist-types/commands/GetTableReplicationCommand.d.ts +3 -8
  83. package/dist-types/commands/GetTableReplicationStatusCommand.d.ts +3 -8
  84. package/dist-types/commands/GetTableStorageClassCommand.d.ts +3 -8
  85. package/dist-types/commands/ListNamespacesCommand.d.ts +3 -8
  86. package/dist-types/commands/ListTableBucketsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListTablesCommand.d.ts +3 -8
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  89. package/dist-types/commands/PutTableBucketEncryptionCommand.d.ts +3 -8
  90. package/dist-types/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
  91. package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +3 -8
  92. package/dist-types/commands/PutTableBucketPolicyCommand.d.ts +3 -8
  93. package/dist-types/commands/PutTableBucketReplicationCommand.d.ts +3 -8
  94. package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +3 -8
  95. package/dist-types/commands/PutTableMaintenanceConfigurationCommand.d.ts +3 -8
  96. package/dist-types/commands/PutTablePolicyCommand.d.ts +3 -8
  97. package/dist-types/commands/PutTableRecordExpirationConfigurationCommand.d.ts +3 -8
  98. package/dist-types/commands/PutTableReplicationCommand.d.ts +3 -8
  99. package/dist-types/commands/RenameTableCommand.d.ts +3 -8
  100. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  101. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateTableMetadataLocationCommand.d.ts +3 -8
  103. package/dist-types/index.d.ts +1 -0
  104. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  105. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/CreateTableBucketCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DeleteTableBucketCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DeleteTableBucketEncryptionCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DeleteTableBucketPolicyCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteTableBucketReplicationCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DeleteTablePolicyCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeleteTableReplicationCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetTableBucketCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/GetTableBucketEncryptionCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetTableBucketMetricsConfigurationCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetTableBucketPolicyCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetTableBucketReplicationCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/GetTableBucketStorageClassCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetTableEncryptionCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetTableMaintenanceConfigurationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetTableMaintenanceJobStatusCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetTableMetadataLocationCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetTablePolicyCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetTableRecordExpirationConfigurationCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/GetTableRecordExpirationJobStatusCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetTableReplicationCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/GetTableReplicationStatusCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetTableStorageClassCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListTableBucketsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/PutTableBucketEncryptionCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/PutTableBucketMetricsConfigurationCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/PutTableBucketPolicyCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/PutTableBucketReplicationCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/PutTableBucketStorageClassCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/PutTableMaintenanceConfigurationCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/PutTablePolicyCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/PutTableRecordExpirationConfigurationCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/PutTableReplicationCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/RenameTableCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateTableMetadataLocationCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/index.d.ts +1 -0
  155. package/package.json +9 -9
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, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
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");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1498,592 +1499,155 @@ class S3TablesClient extends Client {
1498
1499
  }
1499
1500
  }
1500
1501
 
1501
- class CreateNamespaceCommand extends Command
1502
- .classBuilder()
1503
- .ep(commonParams)
1504
- .m(function (Command, cs, config, o) {
1505
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1506
- })
1507
- .s("S3TableBuckets", "CreateNamespace", {})
1508
- .n("S3TablesClient", "CreateNamespaceCommand")
1509
- .sc(CreateNamespace$)
1510
- .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$) {
1511
1507
  }
1512
1508
 
1513
- class CreateTableBucketCommand extends Command
1514
- .classBuilder()
1515
- .ep(commonParams)
1516
- .m(function (Command, cs, config, o) {
1517
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1518
- })
1519
- .s("S3TableBuckets", "CreateTableBucket", {})
1520
- .n("S3TablesClient", "CreateTableBucketCommand")
1521
- .sc(CreateTableBucket$)
1522
- .build() {
1509
+ class CreateTableBucketCommand extends command(_ep0, _mw0, "CreateTableBucket", CreateTableBucket$) {
1523
1510
  }
1524
1511
 
1525
- class CreateTableCommand extends Command
1526
- .classBuilder()
1527
- .ep(commonParams)
1528
- .m(function (Command, cs, config, o) {
1529
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1530
- })
1531
- .s("S3TableBuckets", "CreateTable", {})
1532
- .n("S3TablesClient", "CreateTableCommand")
1533
- .sc(CreateTable$)
1534
- .build() {
1512
+ class CreateTableCommand extends command(_ep0, _mw0, "CreateTable", CreateTable$) {
1535
1513
  }
1536
1514
 
1537
- class DeleteNamespaceCommand extends Command
1538
- .classBuilder()
1539
- .ep(commonParams)
1540
- .m(function (Command, cs, config, o) {
1541
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1542
- })
1543
- .s("S3TableBuckets", "DeleteNamespace", {})
1544
- .n("S3TablesClient", "DeleteNamespaceCommand")
1545
- .sc(DeleteNamespace$)
1546
- .build() {
1515
+ class DeleteNamespaceCommand extends command(_ep0, _mw0, "DeleteNamespace", DeleteNamespace$) {
1547
1516
  }
1548
1517
 
1549
- class DeleteTableBucketCommand extends Command
1550
- .classBuilder()
1551
- .ep(commonParams)
1552
- .m(function (Command, cs, config, o) {
1553
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1554
- })
1555
- .s("S3TableBuckets", "DeleteTableBucket", {})
1556
- .n("S3TablesClient", "DeleteTableBucketCommand")
1557
- .sc(DeleteTableBucket$)
1558
- .build() {
1518
+ class DeleteTableBucketCommand extends command(_ep0, _mw0, "DeleteTableBucket", DeleteTableBucket$) {
1559
1519
  }
1560
1520
 
1561
- class DeleteTableBucketEncryptionCommand extends Command
1562
- .classBuilder()
1563
- .ep(commonParams)
1564
- .m(function (Command, cs, config, o) {
1565
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1566
- })
1567
- .s("S3TableBuckets", "DeleteTableBucketEncryption", {})
1568
- .n("S3TablesClient", "DeleteTableBucketEncryptionCommand")
1569
- .sc(DeleteTableBucketEncryption$)
1570
- .build() {
1521
+ class DeleteTableBucketEncryptionCommand extends command(_ep0, _mw0, "DeleteTableBucketEncryption", DeleteTableBucketEncryption$) {
1571
1522
  }
1572
1523
 
1573
- class DeleteTableBucketMetricsConfigurationCommand extends Command
1574
- .classBuilder()
1575
- .ep(commonParams)
1576
- .m(function (Command, cs, config, o) {
1577
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1578
- })
1579
- .s("S3TableBuckets", "DeleteTableBucketMetricsConfiguration", {})
1580
- .n("S3TablesClient", "DeleteTableBucketMetricsConfigurationCommand")
1581
- .sc(DeleteTableBucketMetricsConfiguration$)
1582
- .build() {
1524
+ class DeleteTableBucketMetricsConfigurationCommand extends command(_ep0, _mw0, "DeleteTableBucketMetricsConfiguration", DeleteTableBucketMetricsConfiguration$) {
1583
1525
  }
1584
1526
 
1585
- class DeleteTableBucketPolicyCommand extends Command
1586
- .classBuilder()
1587
- .ep(commonParams)
1588
- .m(function (Command, cs, config, o) {
1589
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1590
- })
1591
- .s("S3TableBuckets", "DeleteTableBucketPolicy", {})
1592
- .n("S3TablesClient", "DeleteTableBucketPolicyCommand")
1593
- .sc(DeleteTableBucketPolicy$)
1594
- .build() {
1527
+ class DeleteTableBucketPolicyCommand extends command(_ep0, _mw0, "DeleteTableBucketPolicy", DeleteTableBucketPolicy$) {
1595
1528
  }
1596
1529
 
1597
- class DeleteTableBucketReplicationCommand extends Command
1598
- .classBuilder()
1599
- .ep(commonParams)
1600
- .m(function (Command, cs, config, o) {
1601
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1602
- })
1603
- .s("S3TableBuckets", "DeleteTableBucketReplication", {})
1604
- .n("S3TablesClient", "DeleteTableBucketReplicationCommand")
1605
- .sc(DeleteTableBucketReplication$)
1606
- .build() {
1530
+ class DeleteTableBucketReplicationCommand extends command(_ep0, _mw0, "DeleteTableBucketReplication", DeleteTableBucketReplication$) {
1607
1531
  }
1608
1532
 
1609
- class DeleteTableCommand extends Command
1610
- .classBuilder()
1611
- .ep(commonParams)
1612
- .m(function (Command, cs, config, o) {
1613
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1614
- })
1615
- .s("S3TableBuckets", "DeleteTable", {})
1616
- .n("S3TablesClient", "DeleteTableCommand")
1617
- .sc(DeleteTable$)
1618
- .build() {
1533
+ class DeleteTableCommand extends command(_ep0, _mw0, "DeleteTable", DeleteTable$) {
1619
1534
  }
1620
1535
 
1621
- class DeleteTablePolicyCommand extends Command
1622
- .classBuilder()
1623
- .ep(commonParams)
1624
- .m(function (Command, cs, config, o) {
1625
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1626
- })
1627
- .s("S3TableBuckets", "DeleteTablePolicy", {})
1628
- .n("S3TablesClient", "DeleteTablePolicyCommand")
1629
- .sc(DeleteTablePolicy$)
1630
- .build() {
1536
+ class DeleteTablePolicyCommand extends command(_ep0, _mw0, "DeleteTablePolicy", DeleteTablePolicy$) {
1631
1537
  }
1632
1538
 
1633
- class DeleteTableReplicationCommand extends Command
1634
- .classBuilder()
1635
- .ep(commonParams)
1636
- .m(function (Command, cs, config, o) {
1637
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1638
- })
1639
- .s("S3TableBuckets", "DeleteTableReplication", {})
1640
- .n("S3TablesClient", "DeleteTableReplicationCommand")
1641
- .sc(DeleteTableReplication$)
1642
- .build() {
1539
+ class DeleteTableReplicationCommand extends command(_ep0, _mw0, "DeleteTableReplication", DeleteTableReplication$) {
1643
1540
  }
1644
1541
 
1645
- class GetNamespaceCommand extends Command
1646
- .classBuilder()
1647
- .ep(commonParams)
1648
- .m(function (Command, cs, config, o) {
1649
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1650
- })
1651
- .s("S3TableBuckets", "GetNamespace", {})
1652
- .n("S3TablesClient", "GetNamespaceCommand")
1653
- .sc(GetNamespace$)
1654
- .build() {
1542
+ class GetNamespaceCommand extends command(_ep0, _mw0, "GetNamespace", GetNamespace$) {
1655
1543
  }
1656
1544
 
1657
- class GetTableBucketCommand extends Command
1658
- .classBuilder()
1659
- .ep(commonParams)
1660
- .m(function (Command, cs, config, o) {
1661
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1662
- })
1663
- .s("S3TableBuckets", "GetTableBucket", {})
1664
- .n("S3TablesClient", "GetTableBucketCommand")
1665
- .sc(GetTableBucket$)
1666
- .build() {
1545
+ class GetTableBucketCommand extends command(_ep0, _mw0, "GetTableBucket", GetTableBucket$) {
1667
1546
  }
1668
1547
 
1669
- class GetTableBucketEncryptionCommand extends Command
1670
- .classBuilder()
1671
- .ep(commonParams)
1672
- .m(function (Command, cs, config, o) {
1673
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1674
- })
1675
- .s("S3TableBuckets", "GetTableBucketEncryption", {})
1676
- .n("S3TablesClient", "GetTableBucketEncryptionCommand")
1677
- .sc(GetTableBucketEncryption$)
1678
- .build() {
1548
+ class GetTableBucketEncryptionCommand extends command(_ep0, _mw0, "GetTableBucketEncryption", GetTableBucketEncryption$) {
1679
1549
  }
1680
1550
 
1681
- class GetTableBucketMaintenanceConfigurationCommand extends Command
1682
- .classBuilder()
1683
- .ep(commonParams)
1684
- .m(function (Command, cs, config, o) {
1685
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1686
- })
1687
- .s("S3TableBuckets", "GetTableBucketMaintenanceConfiguration", {})
1688
- .n("S3TablesClient", "GetTableBucketMaintenanceConfigurationCommand")
1689
- .sc(GetTableBucketMaintenanceConfiguration$)
1690
- .build() {
1551
+ class GetTableBucketMaintenanceConfigurationCommand extends command(_ep0, _mw0, "GetTableBucketMaintenanceConfiguration", GetTableBucketMaintenanceConfiguration$) {
1691
1552
  }
1692
1553
 
1693
- class GetTableBucketMetricsConfigurationCommand extends Command
1694
- .classBuilder()
1695
- .ep(commonParams)
1696
- .m(function (Command, cs, config, o) {
1697
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1698
- })
1699
- .s("S3TableBuckets", "GetTableBucketMetricsConfiguration", {})
1700
- .n("S3TablesClient", "GetTableBucketMetricsConfigurationCommand")
1701
- .sc(GetTableBucketMetricsConfiguration$)
1702
- .build() {
1554
+ class GetTableBucketMetricsConfigurationCommand extends command(_ep0, _mw0, "GetTableBucketMetricsConfiguration", GetTableBucketMetricsConfiguration$) {
1703
1555
  }
1704
1556
 
1705
- class GetTableBucketPolicyCommand extends Command
1706
- .classBuilder()
1707
- .ep(commonParams)
1708
- .m(function (Command, cs, config, o) {
1709
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1710
- })
1711
- .s("S3TableBuckets", "GetTableBucketPolicy", {})
1712
- .n("S3TablesClient", "GetTableBucketPolicyCommand")
1713
- .sc(GetTableBucketPolicy$)
1714
- .build() {
1557
+ class GetTableBucketPolicyCommand extends command(_ep0, _mw0, "GetTableBucketPolicy", GetTableBucketPolicy$) {
1715
1558
  }
1716
1559
 
1717
- class GetTableBucketReplicationCommand extends Command
1718
- .classBuilder()
1719
- .ep(commonParams)
1720
- .m(function (Command, cs, config, o) {
1721
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1722
- })
1723
- .s("S3TableBuckets", "GetTableBucketReplication", {})
1724
- .n("S3TablesClient", "GetTableBucketReplicationCommand")
1725
- .sc(GetTableBucketReplication$)
1726
- .build() {
1560
+ class GetTableBucketReplicationCommand extends command(_ep0, _mw0, "GetTableBucketReplication", GetTableBucketReplication$) {
1727
1561
  }
1728
1562
 
1729
- class GetTableBucketStorageClassCommand extends Command
1730
- .classBuilder()
1731
- .ep(commonParams)
1732
- .m(function (Command, cs, config, o) {
1733
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1734
- })
1735
- .s("S3TableBuckets", "GetTableBucketStorageClass", {})
1736
- .n("S3TablesClient", "GetTableBucketStorageClassCommand")
1737
- .sc(GetTableBucketStorageClass$)
1738
- .build() {
1563
+ class GetTableBucketStorageClassCommand extends command(_ep0, _mw0, "GetTableBucketStorageClass", GetTableBucketStorageClass$) {
1739
1564
  }
1740
1565
 
1741
- class GetTableCommand extends Command
1742
- .classBuilder()
1743
- .ep(commonParams)
1744
- .m(function (Command, cs, config, o) {
1745
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1746
- })
1747
- .s("S3TableBuckets", "GetTable", {})
1748
- .n("S3TablesClient", "GetTableCommand")
1749
- .sc(GetTable$)
1750
- .build() {
1566
+ class GetTableCommand extends command(_ep0, _mw0, "GetTable", GetTable$) {
1751
1567
  }
1752
1568
 
1753
- class GetTableEncryptionCommand extends Command
1754
- .classBuilder()
1755
- .ep(commonParams)
1756
- .m(function (Command, cs, config, o) {
1757
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1758
- })
1759
- .s("S3TableBuckets", "GetTableEncryption", {})
1760
- .n("S3TablesClient", "GetTableEncryptionCommand")
1761
- .sc(GetTableEncryption$)
1762
- .build() {
1569
+ class GetTableEncryptionCommand extends command(_ep0, _mw0, "GetTableEncryption", GetTableEncryption$) {
1763
1570
  }
1764
1571
 
1765
- class GetTableMaintenanceConfigurationCommand extends Command
1766
- .classBuilder()
1767
- .ep(commonParams)
1768
- .m(function (Command, cs, config, o) {
1769
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1770
- })
1771
- .s("S3TableBuckets", "GetTableMaintenanceConfiguration", {})
1772
- .n("S3TablesClient", "GetTableMaintenanceConfigurationCommand")
1773
- .sc(GetTableMaintenanceConfiguration$)
1774
- .build() {
1572
+ class GetTableMaintenanceConfigurationCommand extends command(_ep0, _mw0, "GetTableMaintenanceConfiguration", GetTableMaintenanceConfiguration$) {
1775
1573
  }
1776
1574
 
1777
- class GetTableMaintenanceJobStatusCommand extends Command
1778
- .classBuilder()
1779
- .ep(commonParams)
1780
- .m(function (Command, cs, config, o) {
1781
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1782
- })
1783
- .s("S3TableBuckets", "GetTableMaintenanceJobStatus", {})
1784
- .n("S3TablesClient", "GetTableMaintenanceJobStatusCommand")
1785
- .sc(GetTableMaintenanceJobStatus$)
1786
- .build() {
1575
+ class GetTableMaintenanceJobStatusCommand extends command(_ep0, _mw0, "GetTableMaintenanceJobStatus", GetTableMaintenanceJobStatus$) {
1787
1576
  }
1788
1577
 
1789
- class GetTableMetadataLocationCommand extends Command
1790
- .classBuilder()
1791
- .ep(commonParams)
1792
- .m(function (Command, cs, config, o) {
1793
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1794
- })
1795
- .s("S3TableBuckets", "GetTableMetadataLocation", {})
1796
- .n("S3TablesClient", "GetTableMetadataLocationCommand")
1797
- .sc(GetTableMetadataLocation$)
1798
- .build() {
1578
+ class GetTableMetadataLocationCommand extends command(_ep0, _mw0, "GetTableMetadataLocation", GetTableMetadataLocation$) {
1799
1579
  }
1800
1580
 
1801
- class GetTablePolicyCommand extends Command
1802
- .classBuilder()
1803
- .ep(commonParams)
1804
- .m(function (Command, cs, config, o) {
1805
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1806
- })
1807
- .s("S3TableBuckets", "GetTablePolicy", {})
1808
- .n("S3TablesClient", "GetTablePolicyCommand")
1809
- .sc(GetTablePolicy$)
1810
- .build() {
1581
+ class GetTablePolicyCommand extends command(_ep0, _mw0, "GetTablePolicy", GetTablePolicy$) {
1811
1582
  }
1812
1583
 
1813
- class GetTableRecordExpirationConfigurationCommand extends Command
1814
- .classBuilder()
1815
- .ep(commonParams)
1816
- .m(function (Command, cs, config, o) {
1817
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1818
- })
1819
- .s("S3TableBuckets", "GetTableRecordExpirationConfiguration", {})
1820
- .n("S3TablesClient", "GetTableRecordExpirationConfigurationCommand")
1821
- .sc(GetTableRecordExpirationConfiguration$)
1822
- .build() {
1584
+ class GetTableRecordExpirationConfigurationCommand extends command(_ep0, _mw0, "GetTableRecordExpirationConfiguration", GetTableRecordExpirationConfiguration$) {
1823
1585
  }
1824
1586
 
1825
- class GetTableRecordExpirationJobStatusCommand extends Command
1826
- .classBuilder()
1827
- .ep(commonParams)
1828
- .m(function (Command, cs, config, o) {
1829
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1830
- })
1831
- .s("S3TableBuckets", "GetTableRecordExpirationJobStatus", {})
1832
- .n("S3TablesClient", "GetTableRecordExpirationJobStatusCommand")
1833
- .sc(GetTableRecordExpirationJobStatus$)
1834
- .build() {
1587
+ class GetTableRecordExpirationJobStatusCommand extends command(_ep0, _mw0, "GetTableRecordExpirationJobStatus", GetTableRecordExpirationJobStatus$) {
1835
1588
  }
1836
1589
 
1837
- class GetTableReplicationCommand extends Command
1838
- .classBuilder()
1839
- .ep(commonParams)
1840
- .m(function (Command, cs, config, o) {
1841
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1842
- })
1843
- .s("S3TableBuckets", "GetTableReplication", {})
1844
- .n("S3TablesClient", "GetTableReplicationCommand")
1845
- .sc(GetTableReplication$)
1846
- .build() {
1590
+ class GetTableReplicationCommand extends command(_ep0, _mw0, "GetTableReplication", GetTableReplication$) {
1847
1591
  }
1848
1592
 
1849
- class GetTableReplicationStatusCommand extends Command
1850
- .classBuilder()
1851
- .ep(commonParams)
1852
- .m(function (Command, cs, config, o) {
1853
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1854
- })
1855
- .s("S3TableBuckets", "GetTableReplicationStatus", {})
1856
- .n("S3TablesClient", "GetTableReplicationStatusCommand")
1857
- .sc(GetTableReplicationStatus$)
1858
- .build() {
1593
+ class GetTableReplicationStatusCommand extends command(_ep0, _mw0, "GetTableReplicationStatus", GetTableReplicationStatus$) {
1859
1594
  }
1860
1595
 
1861
- class GetTableStorageClassCommand extends Command
1862
- .classBuilder()
1863
- .ep(commonParams)
1864
- .m(function (Command, cs, config, o) {
1865
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1866
- })
1867
- .s("S3TableBuckets", "GetTableStorageClass", {})
1868
- .n("S3TablesClient", "GetTableStorageClassCommand")
1869
- .sc(GetTableStorageClass$)
1870
- .build() {
1596
+ class GetTableStorageClassCommand extends command(_ep0, _mw0, "GetTableStorageClass", GetTableStorageClass$) {
1871
1597
  }
1872
1598
 
1873
- class ListNamespacesCommand extends Command
1874
- .classBuilder()
1875
- .ep(commonParams)
1876
- .m(function (Command, cs, config, o) {
1877
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1878
- })
1879
- .s("S3TableBuckets", "ListNamespaces", {})
1880
- .n("S3TablesClient", "ListNamespacesCommand")
1881
- .sc(ListNamespaces$)
1882
- .build() {
1599
+ class ListNamespacesCommand extends command(_ep0, _mw0, "ListNamespaces", ListNamespaces$) {
1883
1600
  }
1884
1601
 
1885
- class ListTableBucketsCommand extends Command
1886
- .classBuilder()
1887
- .ep(commonParams)
1888
- .m(function (Command, cs, config, o) {
1889
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1890
- })
1891
- .s("S3TableBuckets", "ListTableBuckets", {})
1892
- .n("S3TablesClient", "ListTableBucketsCommand")
1893
- .sc(ListTableBuckets$)
1894
- .build() {
1602
+ class ListTableBucketsCommand extends command(_ep0, _mw0, "ListTableBuckets", ListTableBuckets$) {
1895
1603
  }
1896
1604
 
1897
- class ListTablesCommand extends Command
1898
- .classBuilder()
1899
- .ep(commonParams)
1900
- .m(function (Command, cs, config, o) {
1901
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1902
- })
1903
- .s("S3TableBuckets", "ListTables", {})
1904
- .n("S3TablesClient", "ListTablesCommand")
1905
- .sc(ListTables$)
1906
- .build() {
1605
+ class ListTablesCommand extends command(_ep0, _mw0, "ListTables", ListTables$) {
1907
1606
  }
1908
1607
 
1909
- class ListTagsForResourceCommand extends Command
1910
- .classBuilder()
1911
- .ep(commonParams)
1912
- .m(function (Command, cs, config, o) {
1913
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1914
- })
1915
- .s("S3TableBuckets", "ListTagsForResource", {})
1916
- .n("S3TablesClient", "ListTagsForResourceCommand")
1917
- .sc(ListTagsForResource$)
1918
- .build() {
1608
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1919
1609
  }
1920
1610
 
1921
- class PutTableBucketEncryptionCommand extends Command
1922
- .classBuilder()
1923
- .ep(commonParams)
1924
- .m(function (Command, cs, config, o) {
1925
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1926
- })
1927
- .s("S3TableBuckets", "PutTableBucketEncryption", {})
1928
- .n("S3TablesClient", "PutTableBucketEncryptionCommand")
1929
- .sc(PutTableBucketEncryption$)
1930
- .build() {
1611
+ class PutTableBucketEncryptionCommand extends command(_ep0, _mw0, "PutTableBucketEncryption", PutTableBucketEncryption$) {
1931
1612
  }
1932
1613
 
1933
- class PutTableBucketMaintenanceConfigurationCommand extends Command
1934
- .classBuilder()
1935
- .ep(commonParams)
1936
- .m(function (Command, cs, config, o) {
1937
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1938
- })
1939
- .s("S3TableBuckets", "PutTableBucketMaintenanceConfiguration", {})
1940
- .n("S3TablesClient", "PutTableBucketMaintenanceConfigurationCommand")
1941
- .sc(PutTableBucketMaintenanceConfiguration$)
1942
- .build() {
1614
+ class PutTableBucketMaintenanceConfigurationCommand extends command(_ep0, _mw0, "PutTableBucketMaintenanceConfiguration", PutTableBucketMaintenanceConfiguration$) {
1943
1615
  }
1944
1616
 
1945
- class PutTableBucketMetricsConfigurationCommand extends Command
1946
- .classBuilder()
1947
- .ep(commonParams)
1948
- .m(function (Command, cs, config, o) {
1949
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1950
- })
1951
- .s("S3TableBuckets", "PutTableBucketMetricsConfiguration", {})
1952
- .n("S3TablesClient", "PutTableBucketMetricsConfigurationCommand")
1953
- .sc(PutTableBucketMetricsConfiguration$)
1954
- .build() {
1617
+ class PutTableBucketMetricsConfigurationCommand extends command(_ep0, _mw0, "PutTableBucketMetricsConfiguration", PutTableBucketMetricsConfiguration$) {
1955
1618
  }
1956
1619
 
1957
- class PutTableBucketPolicyCommand extends Command
1958
- .classBuilder()
1959
- .ep(commonParams)
1960
- .m(function (Command, cs, config, o) {
1961
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1962
- })
1963
- .s("S3TableBuckets", "PutTableBucketPolicy", {})
1964
- .n("S3TablesClient", "PutTableBucketPolicyCommand")
1965
- .sc(PutTableBucketPolicy$)
1966
- .build() {
1620
+ class PutTableBucketPolicyCommand extends command(_ep0, _mw0, "PutTableBucketPolicy", PutTableBucketPolicy$) {
1967
1621
  }
1968
1622
 
1969
- class PutTableBucketReplicationCommand extends Command
1970
- .classBuilder()
1971
- .ep(commonParams)
1972
- .m(function (Command, cs, config, o) {
1973
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1974
- })
1975
- .s("S3TableBuckets", "PutTableBucketReplication", {})
1976
- .n("S3TablesClient", "PutTableBucketReplicationCommand")
1977
- .sc(PutTableBucketReplication$)
1978
- .build() {
1623
+ class PutTableBucketReplicationCommand extends command(_ep0, _mw0, "PutTableBucketReplication", PutTableBucketReplication$) {
1979
1624
  }
1980
1625
 
1981
- class PutTableBucketStorageClassCommand extends Command
1982
- .classBuilder()
1983
- .ep(commonParams)
1984
- .m(function (Command, cs, config, o) {
1985
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1986
- })
1987
- .s("S3TableBuckets", "PutTableBucketStorageClass", {})
1988
- .n("S3TablesClient", "PutTableBucketStorageClassCommand")
1989
- .sc(PutTableBucketStorageClass$)
1990
- .build() {
1626
+ class PutTableBucketStorageClassCommand extends command(_ep0, _mw0, "PutTableBucketStorageClass", PutTableBucketStorageClass$) {
1991
1627
  }
1992
1628
 
1993
- class PutTableMaintenanceConfigurationCommand extends Command
1994
- .classBuilder()
1995
- .ep(commonParams)
1996
- .m(function (Command, cs, config, o) {
1997
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1998
- })
1999
- .s("S3TableBuckets", "PutTableMaintenanceConfiguration", {})
2000
- .n("S3TablesClient", "PutTableMaintenanceConfigurationCommand")
2001
- .sc(PutTableMaintenanceConfiguration$)
2002
- .build() {
1629
+ class PutTableMaintenanceConfigurationCommand extends command(_ep0, _mw0, "PutTableMaintenanceConfiguration", PutTableMaintenanceConfiguration$) {
2003
1630
  }
2004
1631
 
2005
- class PutTablePolicyCommand extends Command
2006
- .classBuilder()
2007
- .ep(commonParams)
2008
- .m(function (Command, cs, config, o) {
2009
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2010
- })
2011
- .s("S3TableBuckets", "PutTablePolicy", {})
2012
- .n("S3TablesClient", "PutTablePolicyCommand")
2013
- .sc(PutTablePolicy$)
2014
- .build() {
1632
+ class PutTablePolicyCommand extends command(_ep0, _mw0, "PutTablePolicy", PutTablePolicy$) {
2015
1633
  }
2016
1634
 
2017
- class PutTableRecordExpirationConfigurationCommand extends Command
2018
- .classBuilder()
2019
- .ep(commonParams)
2020
- .m(function (Command, cs, config, o) {
2021
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2022
- })
2023
- .s("S3TableBuckets", "PutTableRecordExpirationConfiguration", {})
2024
- .n("S3TablesClient", "PutTableRecordExpirationConfigurationCommand")
2025
- .sc(PutTableRecordExpirationConfiguration$)
2026
- .build() {
1635
+ class PutTableRecordExpirationConfigurationCommand extends command(_ep0, _mw0, "PutTableRecordExpirationConfiguration", PutTableRecordExpirationConfiguration$) {
2027
1636
  }
2028
1637
 
2029
- class PutTableReplicationCommand extends Command
2030
- .classBuilder()
2031
- .ep(commonParams)
2032
- .m(function (Command, cs, config, o) {
2033
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2034
- })
2035
- .s("S3TableBuckets", "PutTableReplication", {})
2036
- .n("S3TablesClient", "PutTableReplicationCommand")
2037
- .sc(PutTableReplication$)
2038
- .build() {
1638
+ class PutTableReplicationCommand extends command(_ep0, _mw0, "PutTableReplication", PutTableReplication$) {
2039
1639
  }
2040
1640
 
2041
- class RenameTableCommand extends Command
2042
- .classBuilder()
2043
- .ep(commonParams)
2044
- .m(function (Command, cs, config, o) {
2045
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2046
- })
2047
- .s("S3TableBuckets", "RenameTable", {})
2048
- .n("S3TablesClient", "RenameTableCommand")
2049
- .sc(RenameTable$)
2050
- .build() {
1641
+ class RenameTableCommand extends command(_ep0, _mw0, "RenameTable", RenameTable$) {
2051
1642
  }
2052
1643
 
2053
- class TagResourceCommand extends Command
2054
- .classBuilder()
2055
- .ep(commonParams)
2056
- .m(function (Command, cs, config, o) {
2057
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2058
- })
2059
- .s("S3TableBuckets", "TagResource", {})
2060
- .n("S3TablesClient", "TagResourceCommand")
2061
- .sc(TagResource$)
2062
- .build() {
1644
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2063
1645
  }
2064
1646
 
2065
- class UntagResourceCommand extends Command
2066
- .classBuilder()
2067
- .ep(commonParams)
2068
- .m(function (Command, cs, config, o) {
2069
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2070
- })
2071
- .s("S3TableBuckets", "UntagResource", {})
2072
- .n("S3TablesClient", "UntagResourceCommand")
2073
- .sc(UntagResource$)
2074
- .build() {
1647
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2075
1648
  }
2076
1649
 
2077
- class UpdateTableMetadataLocationCommand extends Command
2078
- .classBuilder()
2079
- .ep(commonParams)
2080
- .m(function (Command, cs, config, o) {
2081
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2082
- })
2083
- .s("S3TableBuckets", "UpdateTableMetadataLocation", {})
2084
- .n("S3TablesClient", "UpdateTableMetadataLocationCommand")
2085
- .sc(UpdateTableMetadataLocation$)
2086
- .build() {
1650
+ class UpdateTableMetadataLocationCommand extends command(_ep0, _mw0, "UpdateTableMetadataLocation", UpdateTableMetadataLocation$) {
2087
1651
  }
2088
1652
 
2089
1653
  const paginateListNamespaces = createPaginator(S3TablesClient, ListNamespacesCommand, "continuationToken", "continuationToken", "maxNamespaces");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "S3TableBuckets", "S3TablesClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];