@aws-sdk/client-s3tables 3.1077.0 → 3.1079.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
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateNamespace$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateNamespaceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "CreateNamespace", {})
13
- .n("S3TablesClient", "CreateNamespaceCommand")
14
- .sc(CreateNamespace$)
15
- .build() {
3
+ export class CreateNamespaceCommand extends command(_ep0, _mw0, "CreateNamespace", CreateNamespace$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateTableBucket$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTableBucketCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "CreateTableBucket", {})
13
- .n("S3TablesClient", "CreateTableBucketCommand")
14
- .sc(CreateTableBucket$)
15
- .build() {
3
+ export class CreateTableBucketCommand extends command(_ep0, _mw0, "CreateTableBucket", CreateTableBucket$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateTable$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTableCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "CreateTable", {})
13
- .n("S3TablesClient", "CreateTableCommand")
14
- .sc(CreateTable$)
15
- .build() {
3
+ export class CreateTableCommand extends command(_ep0, _mw0, "CreateTable", CreateTable$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteNamespace$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteNamespaceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "DeleteNamespace", {})
13
- .n("S3TablesClient", "DeleteNamespaceCommand")
14
- .sc(DeleteNamespace$)
15
- .build() {
3
+ export class DeleteNamespaceCommand extends command(_ep0, _mw0, "DeleteNamespace", DeleteNamespace$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTableBucket$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTableBucketCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "DeleteTableBucket", {})
13
- .n("S3TablesClient", "DeleteTableBucketCommand")
14
- .sc(DeleteTableBucket$)
15
- .build() {
3
+ export class DeleteTableBucketCommand extends command(_ep0, _mw0, "DeleteTableBucket", DeleteTableBucket$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTableBucketEncryption$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTableBucketEncryptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "DeleteTableBucketEncryption", {})
13
- .n("S3TablesClient", "DeleteTableBucketEncryptionCommand")
14
- .sc(DeleteTableBucketEncryption$)
15
- .build() {
3
+ export class DeleteTableBucketEncryptionCommand extends command(_ep0, _mw0, "DeleteTableBucketEncryption", DeleteTableBucketEncryption$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  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() {
3
+ export class DeleteTableBucketMetricsConfigurationCommand extends command(_ep0, _mw0, "DeleteTableBucketMetricsConfiguration", DeleteTableBucketMetricsConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTableBucketPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTableBucketPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "DeleteTableBucketPolicy", {})
13
- .n("S3TablesClient", "DeleteTableBucketPolicyCommand")
14
- .sc(DeleteTableBucketPolicy$)
15
- .build() {
3
+ export class DeleteTableBucketPolicyCommand extends command(_ep0, _mw0, "DeleteTableBucketPolicy", DeleteTableBucketPolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTableBucketReplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTableBucketReplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "DeleteTableBucketReplication", {})
13
- .n("S3TablesClient", "DeleteTableBucketReplicationCommand")
14
- .sc(DeleteTableBucketReplication$)
15
- .build() {
3
+ export class DeleteTableBucketReplicationCommand extends command(_ep0, _mw0, "DeleteTableBucketReplication", DeleteTableBucketReplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTable$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTableCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "DeleteTable", {})
13
- .n("S3TablesClient", "DeleteTableCommand")
14
- .sc(DeleteTable$)
15
- .build() {
3
+ export class DeleteTableCommand extends command(_ep0, _mw0, "DeleteTable", DeleteTable$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTablePolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTablePolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "DeleteTablePolicy", {})
13
- .n("S3TablesClient", "DeleteTablePolicyCommand")
14
- .sc(DeleteTablePolicy$)
15
- .build() {
3
+ export class DeleteTablePolicyCommand extends command(_ep0, _mw0, "DeleteTablePolicy", DeleteTablePolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTableReplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTableReplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "DeleteTableReplication", {})
13
- .n("S3TablesClient", "DeleteTableReplicationCommand")
14
- .sc(DeleteTableReplication$)
15
- .build() {
3
+ export class DeleteTableReplicationCommand extends command(_ep0, _mw0, "DeleteTableReplication", DeleteTableReplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetNamespace$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetNamespaceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetNamespace", {})
13
- .n("S3TablesClient", "GetNamespaceCommand")
14
- .sc(GetNamespace$)
15
- .build() {
3
+ export class GetNamespaceCommand extends command(_ep0, _mw0, "GetNamespace", GetNamespace$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableBucket$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableBucketCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableBucket", {})
13
- .n("S3TablesClient", "GetTableBucketCommand")
14
- .sc(GetTableBucket$)
15
- .build() {
3
+ export class GetTableBucketCommand extends command(_ep0, _mw0, "GetTableBucket", GetTableBucket$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableBucketEncryption$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableBucketEncryptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableBucketEncryption", {})
13
- .n("S3TablesClient", "GetTableBucketEncryptionCommand")
14
- .sc(GetTableBucketEncryption$)
15
- .build() {
3
+ export class GetTableBucketEncryptionCommand extends command(_ep0, _mw0, "GetTableBucketEncryption", GetTableBucketEncryption$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableBucketMaintenanceConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableBucketMaintenanceConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableBucketMaintenanceConfiguration", {})
13
- .n("S3TablesClient", "GetTableBucketMaintenanceConfigurationCommand")
14
- .sc(GetTableBucketMaintenanceConfiguration$)
15
- .build() {
3
+ export class GetTableBucketMaintenanceConfigurationCommand extends command(_ep0, _mw0, "GetTableBucketMaintenanceConfiguration", GetTableBucketMaintenanceConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  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() {
3
+ export class GetTableBucketMetricsConfigurationCommand extends command(_ep0, _mw0, "GetTableBucketMetricsConfiguration", GetTableBucketMetricsConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableBucketPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableBucketPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableBucketPolicy", {})
13
- .n("S3TablesClient", "GetTableBucketPolicyCommand")
14
- .sc(GetTableBucketPolicy$)
15
- .build() {
3
+ export class GetTableBucketPolicyCommand extends command(_ep0, _mw0, "GetTableBucketPolicy", GetTableBucketPolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableBucketReplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableBucketReplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableBucketReplication", {})
13
- .n("S3TablesClient", "GetTableBucketReplicationCommand")
14
- .sc(GetTableBucketReplication$)
15
- .build() {
3
+ export class GetTableBucketReplicationCommand extends command(_ep0, _mw0, "GetTableBucketReplication", GetTableBucketReplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableBucketStorageClass$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableBucketStorageClassCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableBucketStorageClass", {})
13
- .n("S3TablesClient", "GetTableBucketStorageClassCommand")
14
- .sc(GetTableBucketStorageClass$)
15
- .build() {
3
+ export class GetTableBucketStorageClassCommand extends command(_ep0, _mw0, "GetTableBucketStorageClass", GetTableBucketStorageClass$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTable$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTable", {})
13
- .n("S3TablesClient", "GetTableCommand")
14
- .sc(GetTable$)
15
- .build() {
3
+ export class GetTableCommand extends command(_ep0, _mw0, "GetTable", GetTable$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableEncryption$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableEncryptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableEncryption", {})
13
- .n("S3TablesClient", "GetTableEncryptionCommand")
14
- .sc(GetTableEncryption$)
15
- .build() {
3
+ export class GetTableEncryptionCommand extends command(_ep0, _mw0, "GetTableEncryption", GetTableEncryption$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableMaintenanceConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableMaintenanceConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableMaintenanceConfiguration", {})
13
- .n("S3TablesClient", "GetTableMaintenanceConfigurationCommand")
14
- .sc(GetTableMaintenanceConfiguration$)
15
- .build() {
3
+ export class GetTableMaintenanceConfigurationCommand extends command(_ep0, _mw0, "GetTableMaintenanceConfiguration", GetTableMaintenanceConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableMaintenanceJobStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableMaintenanceJobStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableMaintenanceJobStatus", {})
13
- .n("S3TablesClient", "GetTableMaintenanceJobStatusCommand")
14
- .sc(GetTableMaintenanceJobStatus$)
15
- .build() {
3
+ export class GetTableMaintenanceJobStatusCommand extends command(_ep0, _mw0, "GetTableMaintenanceJobStatus", GetTableMaintenanceJobStatus$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableMetadataLocation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableMetadataLocationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableMetadataLocation", {})
13
- .n("S3TablesClient", "GetTableMetadataLocationCommand")
14
- .sc(GetTableMetadataLocation$)
15
- .build() {
3
+ export class GetTableMetadataLocationCommand extends command(_ep0, _mw0, "GetTableMetadataLocation", GetTableMetadataLocation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTablePolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTablePolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTablePolicy", {})
13
- .n("S3TablesClient", "GetTablePolicyCommand")
14
- .sc(GetTablePolicy$)
15
- .build() {
3
+ export class GetTablePolicyCommand extends command(_ep0, _mw0, "GetTablePolicy", GetTablePolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableRecordExpirationConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableRecordExpirationConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableRecordExpirationConfiguration", {})
13
- .n("S3TablesClient", "GetTableRecordExpirationConfigurationCommand")
14
- .sc(GetTableRecordExpirationConfiguration$)
15
- .build() {
3
+ export class GetTableRecordExpirationConfigurationCommand extends command(_ep0, _mw0, "GetTableRecordExpirationConfiguration", GetTableRecordExpirationConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableRecordExpirationJobStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableRecordExpirationJobStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableRecordExpirationJobStatus", {})
13
- .n("S3TablesClient", "GetTableRecordExpirationJobStatusCommand")
14
- .sc(GetTableRecordExpirationJobStatus$)
15
- .build() {
3
+ export class GetTableRecordExpirationJobStatusCommand extends command(_ep0, _mw0, "GetTableRecordExpirationJobStatus", GetTableRecordExpirationJobStatus$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableReplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableReplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableReplication", {})
13
- .n("S3TablesClient", "GetTableReplicationCommand")
14
- .sc(GetTableReplication$)
15
- .build() {
3
+ export class GetTableReplicationCommand extends command(_ep0, _mw0, "GetTableReplication", GetTableReplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableReplicationStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableReplicationStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableReplicationStatus", {})
13
- .n("S3TablesClient", "GetTableReplicationStatusCommand")
14
- .sc(GetTableReplicationStatus$)
15
- .build() {
3
+ export class GetTableReplicationStatusCommand extends command(_ep0, _mw0, "GetTableReplicationStatus", GetTableReplicationStatus$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTableStorageClass$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTableStorageClassCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "GetTableStorageClass", {})
13
- .n("S3TablesClient", "GetTableStorageClassCommand")
14
- .sc(GetTableStorageClass$)
15
- .build() {
3
+ export class GetTableStorageClassCommand extends command(_ep0, _mw0, "GetTableStorageClass", GetTableStorageClass$) {
16
4
  }