@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 { ListNamespaces$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListNamespacesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "ListNamespaces", {})
13
- .n("S3TablesClient", "ListNamespacesCommand")
14
- .sc(ListNamespaces$)
15
- .build() {
3
+ export class ListNamespacesCommand extends command(_ep0, _mw0, "ListNamespaces", ListNamespaces$) {
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 { ListTableBuckets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTableBucketsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "ListTableBuckets", {})
13
- .n("S3TablesClient", "ListTableBucketsCommand")
14
- .sc(ListTableBuckets$)
15
- .build() {
3
+ export class ListTableBucketsCommand extends command(_ep0, _mw0, "ListTableBuckets", ListTableBuckets$) {
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 { ListTables$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTablesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "ListTables", {})
13
- .n("S3TablesClient", "ListTablesCommand")
14
- .sc(ListTables$)
15
- .build() {
3
+ export class ListTablesCommand extends command(_ep0, _mw0, "ListTables", ListTables$) {
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 { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "ListTagsForResource", {})
13
- .n("S3TablesClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
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 { PutTableBucketEncryption$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutTableBucketEncryptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "PutTableBucketEncryption", {})
13
- .n("S3TablesClient", "PutTableBucketEncryptionCommand")
14
- .sc(PutTableBucketEncryption$)
15
- .build() {
3
+ export class PutTableBucketEncryptionCommand extends command(_ep0, _mw0, "PutTableBucketEncryption", PutTableBucketEncryption$) {
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 { PutTableBucketMaintenanceConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutTableBucketMaintenanceConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "PutTableBucketMaintenanceConfiguration", {})
13
- .n("S3TablesClient", "PutTableBucketMaintenanceConfigurationCommand")
14
- .sc(PutTableBucketMaintenanceConfiguration$)
15
- .build() {
3
+ export class PutTableBucketMaintenanceConfigurationCommand extends command(_ep0, _mw0, "PutTableBucketMaintenanceConfiguration", PutTableBucketMaintenanceConfiguration$) {
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 { PutTableBucketMetricsConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutTableBucketMetricsConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "PutTableBucketMetricsConfiguration", {})
13
- .n("S3TablesClient", "PutTableBucketMetricsConfigurationCommand")
14
- .sc(PutTableBucketMetricsConfiguration$)
15
- .build() {
3
+ export class PutTableBucketMetricsConfigurationCommand extends command(_ep0, _mw0, "PutTableBucketMetricsConfiguration", PutTableBucketMetricsConfiguration$) {
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 { PutTableBucketPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutTableBucketPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "PutTableBucketPolicy", {})
13
- .n("S3TablesClient", "PutTableBucketPolicyCommand")
14
- .sc(PutTableBucketPolicy$)
15
- .build() {
3
+ export class PutTableBucketPolicyCommand extends command(_ep0, _mw0, "PutTableBucketPolicy", PutTableBucketPolicy$) {
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 { PutTableBucketReplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutTableBucketReplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "PutTableBucketReplication", {})
13
- .n("S3TablesClient", "PutTableBucketReplicationCommand")
14
- .sc(PutTableBucketReplication$)
15
- .build() {
3
+ export class PutTableBucketReplicationCommand extends command(_ep0, _mw0, "PutTableBucketReplication", PutTableBucketReplication$) {
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 { PutTableBucketStorageClass$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutTableBucketStorageClassCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "PutTableBucketStorageClass", {})
13
- .n("S3TablesClient", "PutTableBucketStorageClassCommand")
14
- .sc(PutTableBucketStorageClass$)
15
- .build() {
3
+ export class PutTableBucketStorageClassCommand extends command(_ep0, _mw0, "PutTableBucketStorageClass", PutTableBucketStorageClass$) {
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 { PutTableMaintenanceConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutTableMaintenanceConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "PutTableMaintenanceConfiguration", {})
13
- .n("S3TablesClient", "PutTableMaintenanceConfigurationCommand")
14
- .sc(PutTableMaintenanceConfiguration$)
15
- .build() {
3
+ export class PutTableMaintenanceConfigurationCommand extends command(_ep0, _mw0, "PutTableMaintenanceConfiguration", PutTableMaintenanceConfiguration$) {
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 { PutTablePolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutTablePolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "PutTablePolicy", {})
13
- .n("S3TablesClient", "PutTablePolicyCommand")
14
- .sc(PutTablePolicy$)
15
- .build() {
3
+ export class PutTablePolicyCommand extends command(_ep0, _mw0, "PutTablePolicy", PutTablePolicy$) {
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 { PutTableRecordExpirationConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutTableRecordExpirationConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "PutTableRecordExpirationConfiguration", {})
13
- .n("S3TablesClient", "PutTableRecordExpirationConfigurationCommand")
14
- .sc(PutTableRecordExpirationConfiguration$)
15
- .build() {
3
+ export class PutTableRecordExpirationConfigurationCommand extends command(_ep0, _mw0, "PutTableRecordExpirationConfiguration", PutTableRecordExpirationConfiguration$) {
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 { PutTableReplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutTableReplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "PutTableReplication", {})
13
- .n("S3TablesClient", "PutTableReplicationCommand")
14
- .sc(PutTableReplication$)
15
- .build() {
3
+ export class PutTableReplicationCommand extends command(_ep0, _mw0, "PutTableReplication", PutTableReplication$) {
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 { RenameTable$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RenameTableCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "RenameTable", {})
13
- .n("S3TablesClient", "RenameTableCommand")
14
- .sc(RenameTable$)
15
- .build() {
3
+ export class RenameTableCommand extends command(_ep0, _mw0, "RenameTable", RenameTable$) {
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 { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "TagResource", {})
13
- .n("S3TablesClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
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 { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "UntagResource", {})
13
- .n("S3TablesClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
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 { UpdateTableMetadataLocation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTableMetadataLocationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3TableBuckets", "UpdateTableMetadataLocation", {})
13
- .n("S3TablesClient", "UpdateTableMetadataLocationCommand")
14
- .sc(UpdateTableMetadataLocation$)
15
- .build() {
3
+ export class UpdateTableMetadataLocationCommand extends command(_ep0, _mw0, "UpdateTableMetadataLocation", UpdateTableMetadataLocation$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./S3TablesClient";
2
2
  export * from "./S3Tables";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./S3TablesClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_0";
4
- import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {
22
19
  export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateNamespaceCommand_base: {
25
- new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a namespace. A namespace is a logical grouping of tables within your table bucket, which you can use to organize tables. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-create.html">Create a namespace</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:CreateNamespace</code> permission to use this operation. </p> </dd> </dl>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateTableBucketRequest, CreateTableBucketResponse } from "../models/models_0";
4
- import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTableBucketCommandInput extends CreateTableBucketRequest
22
19
  export interface CreateTableBucketCommandOutput extends CreateTableBucketResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTableBucketCommand_base: {
25
- new (input: CreateTableBucketCommandInput): import("@smithy/core/client").CommandImpl<CreateTableBucketCommandInput, CreateTableBucketCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTableBucketCommandInput): import("@smithy/core/client").CommandImpl<CreateTableBucketCommandInput, CreateTableBucketCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTableBucketCommandInput): import("@smithy/core/client").CommandImpl<CreateTableBucketCommandInput, CreateTableBucketCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTableBucketCommandInput): import("@smithy/core/client").CommandImpl<CreateTableBucketCommandInput, CreateTableBucketCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-create.html">Creating a table bucket</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:CreateTableBucket</code> permission to use this operation. </p> </li> <li> <p>If you use this operation with the optional <code>encryptionConfiguration</code> parameter you must have the <code>s3tables:PutTableBucketEncryption</code> permission.</p> </li> <li> <p>If you use this operation with the <code>storageClassConfiguration</code> request parameter, you must have the <code>s3tables:PutTableBucketStorageClass</code> permission.</p> </li> <li> <p>To create a table bucket with tags, you must have the <code>s3tables:TagResource</code> permission in addition to <code>s3tables:CreateTableBucket</code> permission.</p> </li> </ul> </dd> </dl>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateTableRequest, CreateTableResponse } from "../models/models_0";
4
- import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTableCommandInput extends CreateTableRequest {
22
19
  export interface CreateTableCommandOutput extends CreateTableResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTableCommand_base: {
25
- new (input: CreateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new table associated with the given namespace in a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-create.html">Creating an Amazon S3 table</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:CreateTable</code> permission to use this operation. </p> </li> <li> <p>If you use this operation with the optional <code>metadata</code> request parameter you must have the <code>s3tables:PutTableData</code> permission. </p> </li> <li> <p>If you use this operation with the optional <code>encryptionConfiguration</code> request parameter you must have the <code>s3tables:PutTableEncryption</code> permission. </p> </li> <li> <p>If you use this operation with the <code>storageClassConfiguration</code> request parameter, you must have the <code>s3tables:PutTableStorageClass</code> permission.</p> </li> <li> <p>To create a table with tags, you must have the <code>s3tables:TagResource</code> permission in addition to <code>s3tables:CreateTable</code> permission.</p> </li> </ul> <note> <p>Additionally, If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-kms-permissions.html">Permissions requirements for S3 Tables SSE-KMS encryption</a>. </p> </note> </dd> </dl>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteNamespaceRequest } from "../models/models_0";
4
- import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
22
19
  export interface DeleteNamespaceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteNamespaceCommand_base: {
25
- new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a namespace. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-delete.html">Delete a namespace</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteNamespace</code> permission to use this operation. </p> </dd> </dl>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteTableBucketRequest } from "../models/models_0";
4
- import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTableBucketCommandInput extends DeleteTableBucketRequest
22
19
  export interface DeleteTableBucketCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTableBucketCommand_base: {
25
- new (input: DeleteTableBucketCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTableBucketCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTableBucketCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTableBucketCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-delete.html">Deleting a table bucket</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucket</code> permission to use this operation. </p> </dd> </dl>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteTableBucketEncryptionRequest } from "../models/models_0";
4
- import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTableBucketEncryptionCommandInput extends DeleteTableBuck
22
19
  export interface DeleteTableBucketEncryptionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTableBucketEncryptionCommand_base: {
25
- new (input: DeleteTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketEncryptionCommandInput, DeleteTableBucketEncryptionCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketEncryptionCommandInput, DeleteTableBucketEncryptionCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketEncryptionCommandInput, DeleteTableBucketEncryptionCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketEncryptionCommandInput, DeleteTableBucketEncryptionCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the encryption configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucketEncryption</code> permission to use this operation.</p> </dd> </dl>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteTableBucketMetricsConfigurationRequest } from "../models/models_0";
4
- import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTableBucketMetricsConfigurationCommandInput extends Delet
22
19
  export interface DeleteTableBucketMetricsConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTableBucketMetricsConfigurationCommand_base: {
25
- new (input: DeleteTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketMetricsConfigurationCommandInput, DeleteTableBucketMetricsConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketMetricsConfigurationCommandInput, DeleteTableBucketMetricsConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketMetricsConfigurationCommandInput, DeleteTableBucketMetricsConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketMetricsConfigurationCommandInput, DeleteTableBucketMetricsConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the metrics configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucketMetricsConfiguration</code> permission to use this operation.</p> </dd> </dl>