@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 { GetTablePolicyRequest, GetTablePolicyResponse } 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 GetTablePolicyCommandInput extends GetTablePolicyRequest {
22
19
  export interface GetTablePolicyCommandOutput extends GetTablePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTablePolicyCommand_base: {
25
- new (input: GetTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTablePolicyCommandInput, GetTablePolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTablePolicyCommandInput, GetTablePolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTablePolicyCommandInput, GetTablePolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetTablePolicyCommandInput, GetTablePolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets details about a table policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-get">Viewing 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:GetTablePolicy</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 { GetTableRecordExpirationConfigurationRequest, GetTableRecordExpirationConfigurationResponse } 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 GetTableRecordExpirationConfigurationCommandInput extends GetTa
22
19
  export interface GetTableRecordExpirationConfigurationCommandOutput extends GetTableRecordExpirationConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableRecordExpirationConfigurationCommand_base: {
25
- new (input: GetTableRecordExpirationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableRecordExpirationConfigurationCommandInput, GetTableRecordExpirationConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableRecordExpirationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableRecordExpirationConfigurationCommandInput, GetTableRecordExpirationConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableRecordExpirationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableRecordExpirationConfigurationCommandInput, GetTableRecordExpirationConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableRecordExpirationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetTableRecordExpirationConfigurationCommandInput, GetTableRecordExpirationConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the expiration configuration settings for records in a table, and the status of the configuration. If the status of the configuration is <code>enabled</code>, records expire and are automatically removed from the table after the specified number of days.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableRecordExpirationConfiguration</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 { GetTableRecordExpirationJobStatusRequest, GetTableRecordExpirationJobStatusResponse } 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 GetTableRecordExpirationJobStatusCommandInput extends GetTableR
22
19
  export interface GetTableRecordExpirationJobStatusCommandOutput extends GetTableRecordExpirationJobStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableRecordExpirationJobStatusCommand_base: {
25
- new (input: GetTableRecordExpirationJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableRecordExpirationJobStatusCommandInput, GetTableRecordExpirationJobStatusCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableRecordExpirationJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableRecordExpirationJobStatusCommandInput, GetTableRecordExpirationJobStatusCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableRecordExpirationJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableRecordExpirationJobStatusCommandInput, GetTableRecordExpirationJobStatusCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableRecordExpirationJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableRecordExpirationJobStatusCommandInput, GetTableRecordExpirationJobStatusCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the status, metrics, and details of the latest record expiration job for a table. This includes when the job ran, and whether it succeeded or failed. If the job ran successfully, this also includes statistics about the records that were removed.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableRecordExpirationJobStatus</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 { GetTableReplicationRequest, GetTableReplicationResponse } 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 GetTableReplicationCommandInput extends GetTableReplicationRequ
22
19
  export interface GetTableReplicationCommandOutput extends GetTableReplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableReplicationCommand_base: {
25
- new (input: GetTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<GetTableReplicationCommandInput, GetTableReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<GetTableReplicationCommandInput, GetTableReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<GetTableReplicationCommandInput, GetTableReplicationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<GetTableReplicationCommandInput, GetTableReplicationCommandOutput, 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 specific table.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableReplication</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 { GetTableReplicationStatusRequest, GetTableReplicationStatusResponse } 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 GetTableReplicationStatusCommandInput extends GetTableReplicati
22
19
  export interface GetTableReplicationStatusCommandOutput extends GetTableReplicationStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableReplicationStatusCommand_base: {
25
- new (input: GetTableReplicationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableReplicationStatusCommandInput, GetTableReplicationStatusCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableReplicationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableReplicationStatusCommandInput, GetTableReplicationStatusCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableReplicationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableReplicationStatusCommandInput, GetTableReplicationStatusCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableReplicationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTableReplicationStatusCommandInput, GetTableReplicationStatusCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the replication status for a table, including the status of replication to each destination. This operation provides visibility into replication health and progress.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableReplicationStatus</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 { GetTableStorageClassRequest, GetTableStorageClassResponse } 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 GetTableStorageClassCommandInput extends GetTableStorageClassRe
22
19
  export interface GetTableStorageClassCommandOutput extends GetTableStorageClassResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTableStorageClassCommand_base: {
25
- new (input: GetTableStorageClassCommandInput): import("@smithy/core/client").CommandImpl<GetTableStorageClassCommandInput, GetTableStorageClassCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTableStorageClassCommandInput): import("@smithy/core/client").CommandImpl<GetTableStorageClassCommandInput, GetTableStorageClassCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTableStorageClassCommandInput): import("@smithy/core/client").CommandImpl<GetTableStorageClassCommandInput, GetTableStorageClassCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTableStorageClassCommandInput): import("@smithy/core/client").CommandImpl<GetTableStorageClassCommandInput, GetTableStorageClassCommandOutput, 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:GetTableStorageClass</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 { ListNamespacesRequest, ListNamespacesResponse } 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 ListNamespacesCommandInput extends ListNamespacesRequest {
22
19
  export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListNamespacesCommand_base: {
25
- new (input: ListNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListNamespacesCommandInput, ListNamespacesCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListNamespacesCommandInput, ListNamespacesCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListNamespacesCommandInput, ListNamespacesCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListNamespacesCommandInput, ListNamespacesCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the namespaces within a table bucket. 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:ListNamespaces</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 { ListTableBucketsRequest, ListTableBucketsResponse } 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 ListTableBucketsCommandInput extends ListTableBucketsRequest {
22
19
  export interface ListTableBucketsCommandOutput extends ListTableBucketsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTableBucketsCommand_base: {
25
- new (input: ListTableBucketsCommandInput): import("@smithy/core/client").CommandImpl<ListTableBucketsCommandInput, ListTableBucketsCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTableBucketsCommandInput]): import("@smithy/core/client").CommandImpl<ListTableBucketsCommandInput, ListTableBucketsCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTableBucketsCommandInput): import("@smithy/core/client").CommandImpl<ListTableBucketsCommandInput, ListTableBucketsCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListTableBucketsCommandInput]): import("@smithy/core/client").CommandImpl<ListTableBucketsCommandInput, ListTableBucketsCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists table buckets for your account. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets.html">S3 Table buckets</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:ListTableBuckets</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 { ListTablesRequest, ListTablesResponse } 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 ListTablesCommandInput extends ListTablesRequest {
22
19
  export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTablesCommand_base: {
25
- new (input: ListTablesCommandInput): import("@smithy/core/client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTablesCommandInput): import("@smithy/core/client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTablesCommandInput): import("@smithy/core/client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTablesCommandInput): import("@smithy/core/client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List tables in the given table bucket. 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:ListTables</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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all of the tags applied to a specified Amazon S3 Tables resource. Each tag is a label consisting of a key and value pair. Tags can help you organize, track costs for, and control access to resources. </p> <note> <p>For a list of S3 resources that support tagging, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html#manage-tags">Managing tags for Amazon S3 resources</a>.</p> </note> <dl> <dt>Permissions</dt> <dd> <p>For tables and table buckets, you must have the <code>s3tables:ListTagsForResource</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 { PutTableBucketEncryptionRequest } 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 PutTableBucketEncryptionCommandInput extends PutTableBucketEncr
22
19
  export interface PutTableBucketEncryptionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutTableBucketEncryptionCommand_base: {
25
- new (input: PutTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketEncryptionCommandInput, PutTableBucketEncryptionCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketEncryptionCommandInput, PutTableBucketEncryptionCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketEncryptionCommandInput, PutTableBucketEncryptionCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTableBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketEncryptionCommandInput, PutTableBucketEncryptionCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Sets the encryption configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:PutTableBucketEncryption</code> permission to use this operation.</p> <note> <p>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> in the <i>Amazon Simple Storage Service User Guide</i>.</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 { PutTableBucketMaintenanceConfigurationRequest } 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 PutTableBucketMaintenanceConfigurationCommandInput extends PutT
22
19
  export interface PutTableBucketMaintenanceConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutTableBucketMaintenanceConfigurationCommand_base: {
25
- new (input: PutTableBucketMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketMaintenanceConfigurationCommandInput, PutTableBucketMaintenanceConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTableBucketMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketMaintenanceConfigurationCommandInput, PutTableBucketMaintenanceConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTableBucketMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketMaintenanceConfigurationCommandInput, PutTableBucketMaintenanceConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTableBucketMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketMaintenanceConfigurationCommandInput, PutTableBucketMaintenanceConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new maintenance configuration or replaces an existing maintenance configuration for a 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:PutTableBucketMaintenanceConfiguration</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 { PutTableBucketMetricsConfigurationRequest } 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 PutTableBucketMetricsConfigurationCommandInput extends PutTable
22
19
  export interface PutTableBucketMetricsConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutTableBucketMetricsConfigurationCommand_base: {
25
- new (input: PutTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketMetricsConfigurationCommandInput, PutTableBucketMetricsConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketMetricsConfigurationCommandInput, PutTableBucketMetricsConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketMetricsConfigurationCommandInput, PutTableBucketMetricsConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTableBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketMetricsConfigurationCommandInput, PutTableBucketMetricsConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Sets the metrics configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:PutTableBucketMetricsConfiguration</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 { PutTableBucketPolicyRequest } 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 PutTableBucketPolicyCommandInput extends PutTableBucketPolicyRe
22
19
  export interface PutTableBucketPolicyCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutTableBucketPolicyCommand_base: {
25
- new (input: PutTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketPolicyCommandInput, PutTableBucketPolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketPolicyCommandInput, PutTableBucketPolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketPolicyCommandInput, PutTableBucketPolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTableBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketPolicyCommandInput, PutTableBucketPolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new table bucket policy or replaces an existing table bucket policy for a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-add">Adding 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:PutTableBucketPolicy</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 { PutTableBucketReplicationRequest, PutTableBucketReplicationResponse } 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 PutTableBucketReplicationCommandInput extends PutTableBucketRep
22
19
  export interface PutTableBucketReplicationCommandOutput extends PutTableBucketReplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutTableBucketReplicationCommand_base: {
25
- new (input: PutTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketReplicationCommandInput, PutTableBucketReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketReplicationCommandInput, PutTableBucketReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketReplicationCommandInput, PutTableBucketReplicationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTableBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketReplicationCommandInput, PutTableBucketReplicationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates the replication configuration for a table bucket. This operation defines how tables in the source bucket are replicated to destination buckets. Replication helps ensure data availability and disaster recovery across regions or accounts.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:PutTableBucketReplication</code> permission to use this operation. The IAM role specified in the configuration must have permissions to read from the source bucket and write permissions to all destination buckets.</p> </li> <li> <p>You must also have the following permissions:</p> <ul> <li> <p> <code>s3tables:GetTable</code> permission on the source table.</p> </li> <li> <p> <code>s3tables:ListTables</code> permission on the bucket containing the table.</p> </li> <li> <p> <code>s3tables:CreateTable</code> permission for the destination.</p> </li> <li> <p> <code>s3tables:CreateNamespace</code> permission for the destination.</p> </li> <li> <p> <code>s3tables:GetTableMaintenanceConfig</code> permission for the source bucket.</p> </li> <li> <p> <code>s3tables:PutTableMaintenanceConfig</code> permission for the destination bucket.</p> </li> </ul> </li> <li> <p>You must have <code>iam:PassRole</code> permission with condition allowing roles to be passed to <code>replication.s3tables.amazonaws.com</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 { PutTableBucketStorageClassRequest } 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 PutTableBucketStorageClassCommandInput extends PutTableBucketSt
22
19
  export interface PutTableBucketStorageClassCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutTableBucketStorageClassCommand_base: {
25
- new (input: PutTableBucketStorageClassCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketStorageClassCommandInput, PutTableBucketStorageClassCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTableBucketStorageClassCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketStorageClassCommandInput, PutTableBucketStorageClassCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTableBucketStorageClassCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketStorageClassCommandInput, PutTableBucketStorageClassCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTableBucketStorageClassCommandInput): import("@smithy/core/client").CommandImpl<PutTableBucketStorageClassCommandInput, PutTableBucketStorageClassCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Sets or updates the storage class configuration for a table bucket. This configuration serves as the default storage class for all new tables created in the bucket, allowing you to optimize storage costs at the bucket level.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:PutTableBucketStorageClass</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 { PutTableMaintenanceConfigurationRequest } 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 PutTableMaintenanceConfigurationCommandInput extends PutTableMa
22
19
  export interface PutTableMaintenanceConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutTableMaintenanceConfigurationCommand_base: {
25
- new (input: PutTableMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableMaintenanceConfigurationCommandInput, PutTableMaintenanceConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTableMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableMaintenanceConfigurationCommandInput, PutTableMaintenanceConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTableMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableMaintenanceConfigurationCommandInput, PutTableMaintenanceConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTableMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableMaintenanceConfigurationCommandInput, PutTableMaintenanceConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new maintenance configuration or replaces an existing maintenance configuration 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:PutTableMaintenanceConfiguration</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 { PutTablePolicyRequest } 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 PutTablePolicyCommandInput extends PutTablePolicyRequest {
22
19
  export interface PutTablePolicyCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutTablePolicyCommand_base: {
25
- new (input: PutTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutTablePolicyCommandInput, PutTablePolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutTablePolicyCommandInput, PutTablePolicyCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutTablePolicyCommandInput, PutTablePolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTablePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutTablePolicyCommandInput, PutTablePolicyCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new table policy or replaces an existing table policy for a table. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-add">Adding 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:PutTablePolicy</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 { PutTableRecordExpirationConfigurationRequest } 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 PutTableRecordExpirationConfigurationCommandInput extends PutTa
22
19
  export interface PutTableRecordExpirationConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutTableRecordExpirationConfigurationCommand_base: {
25
- new (input: PutTableRecordExpirationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableRecordExpirationConfigurationCommandInput, PutTableRecordExpirationConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTableRecordExpirationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableRecordExpirationConfigurationCommandInput, PutTableRecordExpirationConfigurationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTableRecordExpirationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableRecordExpirationConfigurationCommandInput, PutTableRecordExpirationConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTableRecordExpirationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutTableRecordExpirationConfigurationCommandInput, PutTableRecordExpirationConfigurationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates the expiration configuration settings for records in a table, including the status of the configuration. If you enable record expiration for a table, records expire and are automatically removed from the table after the number of days that you specify.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:PutTableRecordExpirationConfiguration</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 { PutTableReplicationRequest, PutTableReplicationResponse } 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 PutTableReplicationCommandInput extends PutTableReplicationRequ
22
19
  export interface PutTableReplicationCommandOutput extends PutTableReplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutTableReplicationCommand_base: {
25
- new (input: PutTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutTableReplicationCommandInput, PutTableReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutTableReplicationCommandInput, PutTableReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutTableReplicationCommandInput, PutTableReplicationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutTableReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutTableReplicationCommandInput, PutTableReplicationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates the replication configuration for a specific table. This operation allows you to define table-level replication independently of bucket-level replication, providing granular control over which tables are replicated and where.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:PutTableReplication</code> permission to use this operation. The IAM role specified in the configuration must have permissions to read from the source table and write to all destination tables.</p> </li> <li> <p>You must also have the following permissions:</p> <ul> <li> <p> <code>s3tables:GetTable</code> permission on the source table being replicated.</p> </li> <li> <p> <code>s3tables:CreateTable</code> permission for the destination.</p> </li> <li> <p> <code>s3tables:CreateNamespace</code> permission for the destination.</p> </li> <li> <p> <code>s3tables:GetTableMaintenanceConfig</code> permission for the source table.</p> </li> <li> <p> <code>s3tables:PutTableMaintenanceConfig</code> permission for the destination table.</p> </li> </ul> </li> <li> <p>You must have <code>iam:PassRole</code> permission with condition allowing roles to be passed to <code>replication.s3tables.amazonaws.com</code>.</p> </li> </ul> </dd> </dl>