@aws-sdk/client-s3tables 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/dist-cjs/index.js +60 -495
  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-es/runtimeConfig.browser.js +0 -2
  54. package/dist-es/runtimeConfig.js +1 -2
  55. package/dist-es/runtimeConfig.native.js +0 -2
  56. package/dist-es/runtimeConfig.shared.js +2 -0
  57. package/dist-types/commandBuilder.d.ts +18 -0
  58. package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateTableBucketCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateTableCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteTableBucketCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteTableBucketEncryptionCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteTableBucketPolicyCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteTableBucketReplicationCommand.d.ts +3 -8
  67. package/dist-types/commands/DeleteTableCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteTablePolicyCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteTableReplicationCommand.d.ts +3 -8
  70. package/dist-types/commands/GetNamespaceCommand.d.ts +3 -8
  71. package/dist-types/commands/GetTableBucketCommand.d.ts +3 -8
  72. package/dist-types/commands/GetTableBucketEncryptionCommand.d.ts +3 -8
  73. package/dist-types/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
  74. package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +3 -8
  75. package/dist-types/commands/GetTableBucketPolicyCommand.d.ts +3 -8
  76. package/dist-types/commands/GetTableBucketReplicationCommand.d.ts +3 -8
  77. package/dist-types/commands/GetTableBucketStorageClassCommand.d.ts +3 -8
  78. package/dist-types/commands/GetTableCommand.d.ts +3 -8
  79. package/dist-types/commands/GetTableEncryptionCommand.d.ts +3 -8
  80. package/dist-types/commands/GetTableMaintenanceConfigurationCommand.d.ts +3 -8
  81. package/dist-types/commands/GetTableMaintenanceJobStatusCommand.d.ts +3 -8
  82. package/dist-types/commands/GetTableMetadataLocationCommand.d.ts +3 -8
  83. package/dist-types/commands/GetTablePolicyCommand.d.ts +3 -8
  84. package/dist-types/commands/GetTableRecordExpirationConfigurationCommand.d.ts +3 -8
  85. package/dist-types/commands/GetTableRecordExpirationJobStatusCommand.d.ts +3 -8
  86. package/dist-types/commands/GetTableReplicationCommand.d.ts +3 -8
  87. package/dist-types/commands/GetTableReplicationStatusCommand.d.ts +3 -8
  88. package/dist-types/commands/GetTableStorageClassCommand.d.ts +3 -8
  89. package/dist-types/commands/ListNamespacesCommand.d.ts +3 -8
  90. package/dist-types/commands/ListTableBucketsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListTablesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  93. package/dist-types/commands/PutTableBucketEncryptionCommand.d.ts +3 -8
  94. package/dist-types/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
  95. package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +3 -8
  96. package/dist-types/commands/PutTableBucketPolicyCommand.d.ts +3 -8
  97. package/dist-types/commands/PutTableBucketReplicationCommand.d.ts +3 -8
  98. package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +3 -8
  99. package/dist-types/commands/PutTableMaintenanceConfigurationCommand.d.ts +3 -8
  100. package/dist-types/commands/PutTablePolicyCommand.d.ts +3 -8
  101. package/dist-types/commands/PutTableRecordExpirationConfigurationCommand.d.ts +3 -8
  102. package/dist-types/commands/PutTableReplicationCommand.d.ts +3 -8
  103. package/dist-types/commands/RenameTableCommand.d.ts +3 -8
  104. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  105. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateTableMetadataLocationCommand.d.ts +3 -8
  107. package/dist-types/index.d.ts +1 -0
  108. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  109. package/dist-types/runtimeConfig.d.ts +1 -1
  110. package/dist-types/runtimeConfig.native.d.ts +1 -1
  111. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  112. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  113. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateTableBucketCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DeleteTableBucketCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DeleteTableBucketEncryptionCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeleteTableBucketPolicyCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteTableBucketReplicationCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteTablePolicyCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeleteTableReplicationCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetTableBucketCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetTableBucketEncryptionCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetTableBucketMetricsConfigurationCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetTableBucketPolicyCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetTableBucketReplicationCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/GetTableBucketStorageClassCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/GetTableEncryptionCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetTableMaintenanceConfigurationCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/GetTableMaintenanceJobStatusCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/GetTableMetadataLocationCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/GetTablePolicyCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/GetTableRecordExpirationConfigurationCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/GetTableRecordExpirationJobStatusCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/GetTableReplicationCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/GetTableReplicationStatusCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/GetTableStorageClassCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListTableBucketsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/PutTableBucketEncryptionCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/PutTableBucketMetricsConfigurationCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/PutTableBucketPolicyCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/PutTableBucketReplicationCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/PutTableBucketStorageClassCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/PutTableMaintenanceConfigurationCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/PutTablePolicyCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/PutTableRecordExpirationConfigurationCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/PutTableReplicationCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/RenameTableCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/UpdateTableMetadataLocationCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/index.d.ts +1 -0
  163. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  164. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  165. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  166. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  167. package/package.json +9 -11
@@ -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>
@@ -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 { DeleteTableBucketPolicyRequest } 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 DeleteTableBucketPolicyCommandInput extends DeleteTableBucketPo
22
19
  export interface DeleteTableBucketPolicyCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTableBucketPolicyCommand_base: {
25
- new (input: DeleteTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketPolicyCommandInput, DeleteTableBucketPolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketPolicyCommandInput, DeleteTableBucketPolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketPolicyCommandInput, DeleteTableBucketPolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketPolicyCommandInput, DeleteTableBucketPolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a table bucket policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-delete">Deleting a table bucket policy</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucketPolicy</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 { DeleteTableBucketReplicationRequest } 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 DeleteTableBucketReplicationCommandInput extends DeleteTableBuc
22
19
  export interface DeleteTableBucketReplicationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTableBucketReplicationCommand_base: {
25
- new (input: DeleteTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketReplicationCommandInput, DeleteTableBucketReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketReplicationCommandInput, DeleteTableBucketReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketReplicationCommandInput, DeleteTableBucketReplicationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketReplicationCommandInput, DeleteTableBucketReplicationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the replication configuration for a table bucket. After deletion, new table updates will no longer be replicated to destination buckets, though existing replicated tables will remain in destination buckets.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucketReplication</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 { DeleteTableRequest } 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 DeleteTableCommandInput extends DeleteTableRequest {
22
19
  export interface DeleteTableCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTableCommand_base: {
25
- new (input: DeleteTableCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTableCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTableCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTableCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a table. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-delete.html">Deleting an Amazon S3 table</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTable</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 { DeleteTablePolicyRequest } 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 DeleteTablePolicyCommandInput extends DeleteTablePolicyRequest
22
19
  export interface DeleteTablePolicyCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTablePolicyCommand_base: {
25
- new (input: DeleteTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteTablePolicyCommandInput, DeleteTablePolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteTablePolicyCommandInput, DeleteTablePolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteTablePolicyCommandInput, DeleteTablePolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteTablePolicyCommandInput, DeleteTablePolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a table policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-delete">Deleting a table policy</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTablePolicy</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 { DeleteTableReplicationRequest } 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 DeleteTableReplicationCommandInput extends DeleteTableReplicati
22
19
  export interface DeleteTableReplicationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTableReplicationCommand_base: {
25
- new (input: DeleteTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableReplicationCommandInput, DeleteTableReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableReplicationCommandInput, DeleteTableReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableReplicationCommandInput, DeleteTableReplicationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableReplicationCommandInput, DeleteTableReplicationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the replication configuration for a specific table. After deletion, new updates to this table will no longer be replicated to destination tables, though existing replicated copies will remain in destination buckets.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableReplication</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 { GetNamespaceRequest, GetNamespaceResponse } 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 GetNamespaceCommandInput extends GetNamespaceRequest {
22
19
  export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetNamespaceCommand_base: {
25
- new (input: GetNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetNamespaceCommandInput, GetNamespaceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets details about a namespace. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace.html">Table namespaces</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetNamespace</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 { GetTableBucketRequest, GetTableBucketResponse } 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 GetTableBucketCommandInput extends GetTableBucketRequest {
22
19
  export interface GetTableBucketCommandOutput extends GetTableBucketResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableBucketCommand_base: {
25
- new (input: GetTableBucketCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketCommandInput, GetTableBucketCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableBucketCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketCommandInput, GetTableBucketCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableBucketCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketCommandInput, GetTableBucketCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableBucketCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketCommandInput, GetTableBucketCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets details on a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-details.html">Viewing details about an Amazon S3 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:GetTableBucket</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 { GetTableBucketEncryptionRequest, GetTableBucketEncryptionResponse } 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 GetTableBucketEncryptionCommandInput extends GetTableBucketEncr
22
19
  export interface GetTableBucketEncryptionCommandOutput extends GetTableBucketEncryptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableBucketEncryptionCommand_base: {
25
- new (input: GetTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketEncryptionCommandInput, GetTableBucketEncryptionCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketEncryptionCommandInput, GetTableBucketEncryptionCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketEncryptionCommandInput, GetTableBucketEncryptionCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketEncryptionCommandInput, GetTableBucketEncryptionCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the encryption configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucketEncryption</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 { GetTableBucketMaintenanceConfigurationRequest, GetTableBucketMaintenanceConfigurationResponse } 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 GetTableBucketMaintenanceConfigurationCommandInput extends GetT
22
19
  export interface GetTableBucketMaintenanceConfigurationCommandOutput extends GetTableBucketMaintenanceConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableBucketMaintenanceConfigurationCommand_base: {
25
- new (input: GetTableBucketMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketMaintenanceConfigurationCommandInput, GetTableBucketMaintenanceConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableBucketMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketMaintenanceConfigurationCommandInput, GetTableBucketMaintenanceConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableBucketMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketMaintenanceConfigurationCommandInput, GetTableBucketMaintenanceConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableBucketMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketMaintenanceConfigurationCommandInput, GetTableBucketMaintenanceConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets details about a maintenance configuration for a given table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-table-buckets-maintenance.html">Amazon S3 table bucket maintenance</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucketMaintenanceConfiguration</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 { GetTableBucketMetricsConfigurationRequest, GetTableBucketMetricsConfigurationResponse } 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 GetTableBucketMetricsConfigurationCommandInput extends GetTable
22
19
  export interface GetTableBucketMetricsConfigurationCommandOutput extends GetTableBucketMetricsConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableBucketMetricsConfigurationCommand_base: {
25
- new (input: GetTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketMetricsConfigurationCommandInput, GetTableBucketMetricsConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketMetricsConfigurationCommandInput, GetTableBucketMetricsConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketMetricsConfigurationCommandInput, GetTableBucketMetricsConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketMetricsConfigurationCommandInput, GetTableBucketMetricsConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the metrics configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucketMetricsConfiguration</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 { GetTableBucketPolicyRequest, GetTableBucketPolicyResponse } 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 GetTableBucketPolicyCommandInput extends GetTableBucketPolicyRe
22
19
  export interface GetTableBucketPolicyCommandOutput extends GetTableBucketPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableBucketPolicyCommand_base: {
25
- new (input: GetTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketPolicyCommandInput, GetTableBucketPolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketPolicyCommandInput, GetTableBucketPolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketPolicyCommandInput, GetTableBucketPolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketPolicyCommandInput, GetTableBucketPolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets details about a table bucket policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-get">Viewing a table bucket policy</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucketPolicy</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 { GetTableBucketReplicationRequest, GetTableBucketReplicationResponse } 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 GetTableBucketReplicationCommandInput extends GetTableBucketRep
22
19
  export interface GetTableBucketReplicationCommandOutput extends GetTableBucketReplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableBucketReplicationCommand_base: {
25
- new (input: GetTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketReplicationCommandInput, GetTableBucketReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketReplicationCommandInput, GetTableBucketReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketReplicationCommandInput, GetTableBucketReplicationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketReplicationCommandInput, GetTableBucketReplicationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the replication configuration for a table bucket.This operation returns the IAM role, <code>versionToken</code>, and replication rules that define how tables in this bucket are replicated to other buckets.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucketReplication</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 { GetTableBucketStorageClassRequest, GetTableBucketStorageClassResponse } 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 GetTableBucketStorageClassCommandInput extends GetTableBucketSt
22
19
  export interface GetTableBucketStorageClassCommandOutput extends GetTableBucketStorageClassResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableBucketStorageClassCommand_base: {
25
- new (input: GetTableBucketStorageClassCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketStorageClassCommandInput, GetTableBucketStorageClassCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableBucketStorageClassCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketStorageClassCommandInput, GetTableBucketStorageClassCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableBucketStorageClassCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketStorageClassCommandInput, GetTableBucketStorageClassCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableBucketStorageClassCommandInput): import("@smithy/core/client").CommandImpl<GetTableBucketStorageClassCommandInput, GetTableBucketStorageClassCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the storage class configuration for a specific table. This allows you to view the storage class settings that apply to an individual table, which may differ from the table bucket's default configuration.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucketStorageClass</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 { GetTableRequest, GetTableResponse } 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 GetTableCommandInput extends GetTableRequest {
22
19
  export interface GetTableCommandOutput extends GetTableResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableCommand_base: {
25
- new (input: GetTableCommandInput): import("@smithy/core/client").CommandImpl<GetTableCommandInput, GetTableCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetTableCommandInput]): import("@smithy/core/client").CommandImpl<GetTableCommandInput, GetTableCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableCommandInput): import("@smithy/core/client").CommandImpl<GetTableCommandInput, GetTableCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetTableCommandInput]): import("@smithy/core/client").CommandImpl<GetTableCommandInput, GetTableCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets details about a table. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-tables.html">S3 Tables</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTable</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 { GetTableEncryptionRequest, GetTableEncryptionResponse } 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 GetTableEncryptionCommandInput extends GetTableEncryptionReques
22
19
  export interface GetTableEncryptionCommandOutput extends GetTableEncryptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableEncryptionCommand_base: {
25
- new (input: GetTableEncryptionCommandInput): import("@smithy/core/client").CommandImpl<GetTableEncryptionCommandInput, GetTableEncryptionCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableEncryptionCommandInput): import("@smithy/core/client").CommandImpl<GetTableEncryptionCommandInput, GetTableEncryptionCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableEncryptionCommandInput): import("@smithy/core/client").CommandImpl<GetTableEncryptionCommandInput, GetTableEncryptionCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableEncryptionCommandInput): import("@smithy/core/client").CommandImpl<GetTableEncryptionCommandInput, GetTableEncryptionCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the encryption configuration for a table.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableEncryption</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 { GetTableMaintenanceConfigurationRequest, GetTableMaintenanceConfigurationResponse } 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 GetTableMaintenanceConfigurationCommandInput extends GetTableMa
22
19
  export interface GetTableMaintenanceConfigurationCommandOutput extends GetTableMaintenanceConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableMaintenanceConfigurationCommand_base: {
25
- new (input: GetTableMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableMaintenanceConfigurationCommandInput, GetTableMaintenanceConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableMaintenanceConfigurationCommandInput, GetTableMaintenanceConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableMaintenanceConfigurationCommandInput, GetTableMaintenanceConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableMaintenanceConfigurationCommandInput, GetTableMaintenanceConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets details about the maintenance configuration of a table. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-maintenance.html">S3 Tables maintenance</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:GetTableMaintenanceConfiguration</code> permission to use this operation. </p> </li> <li> <p>You must have the <code>s3tables:GetTableData</code> permission to use set the compaction strategy to <code>sort</code> or <code>zorder</code>.</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 { GetTableMaintenanceJobStatusRequest, GetTableMaintenanceJobStatusResponse } 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 GetTableMaintenanceJobStatusCommandInput extends GetTableMainte
22
19
  export interface GetTableMaintenanceJobStatusCommandOutput extends GetTableMaintenanceJobStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableMaintenanceJobStatusCommand_base: {
25
- new (input: GetTableMaintenanceJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableMaintenanceJobStatusCommandInput, GetTableMaintenanceJobStatusCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableMaintenanceJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableMaintenanceJobStatusCommandInput, GetTableMaintenanceJobStatusCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableMaintenanceJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableMaintenanceJobStatusCommandInput, GetTableMaintenanceJobStatusCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableMaintenanceJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableMaintenanceJobStatusCommandInput, GetTableMaintenanceJobStatusCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the status of a maintenance job for a table. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-maintenance.html">S3 Tables maintenance</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableMaintenanceJobStatus</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 { GetTableMetadataLocationRequest, GetTableMetadataLocationResponse } 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 GetTableMetadataLocationCommandInput extends GetTableMetadataLo
22
19
  export interface GetTableMetadataLocationCommandOutput extends GetTableMetadataLocationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableMetadataLocationCommand_base: {
25
- new (input: GetTableMetadataLocationCommandInput): import("@smithy/core/client").CommandImpl<GetTableMetadataLocationCommandInput, GetTableMetadataLocationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableMetadataLocationCommandInput): import("@smithy/core/client").CommandImpl<GetTableMetadataLocationCommandInput, GetTableMetadataLocationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableMetadataLocationCommandInput): import("@smithy/core/client").CommandImpl<GetTableMetadataLocationCommandInput, GetTableMetadataLocationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableMetadataLocationCommandInput): import("@smithy/core/client").CommandImpl<GetTableMetadataLocationCommandInput, GetTableMetadataLocationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the location of the table metadata.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableMetadataLocation</code> permission to use this operation. </p> </dd> </dl>