@aws-sdk/client-s3tables 3.1077.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/dist-cjs/index.js +57 -493
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateNamespaceCommand.js +2 -14
  4. package/dist-es/commands/CreateTableBucketCommand.js +2 -14
  5. package/dist-es/commands/CreateTableCommand.js +2 -14
  6. package/dist-es/commands/DeleteNamespaceCommand.js +2 -14
  7. package/dist-es/commands/DeleteTableBucketCommand.js +2 -14
  8. package/dist-es/commands/DeleteTableBucketEncryptionCommand.js +2 -14
  9. package/dist-es/commands/DeleteTableBucketMetricsConfigurationCommand.js +2 -14
  10. package/dist-es/commands/DeleteTableBucketPolicyCommand.js +2 -14
  11. package/dist-es/commands/DeleteTableBucketReplicationCommand.js +2 -14
  12. package/dist-es/commands/DeleteTableCommand.js +2 -14
  13. package/dist-es/commands/DeleteTablePolicyCommand.js +2 -14
  14. package/dist-es/commands/DeleteTableReplicationCommand.js +2 -14
  15. package/dist-es/commands/GetNamespaceCommand.js +2 -14
  16. package/dist-es/commands/GetTableBucketCommand.js +2 -14
  17. package/dist-es/commands/GetTableBucketEncryptionCommand.js +2 -14
  18. package/dist-es/commands/GetTableBucketMaintenanceConfigurationCommand.js +2 -14
  19. package/dist-es/commands/GetTableBucketMetricsConfigurationCommand.js +2 -14
  20. package/dist-es/commands/GetTableBucketPolicyCommand.js +2 -14
  21. package/dist-es/commands/GetTableBucketReplicationCommand.js +2 -14
  22. package/dist-es/commands/GetTableBucketStorageClassCommand.js +2 -14
  23. package/dist-es/commands/GetTableCommand.js +2 -14
  24. package/dist-es/commands/GetTableEncryptionCommand.js +2 -14
  25. package/dist-es/commands/GetTableMaintenanceConfigurationCommand.js +2 -14
  26. package/dist-es/commands/GetTableMaintenanceJobStatusCommand.js +2 -14
  27. package/dist-es/commands/GetTableMetadataLocationCommand.js +2 -14
  28. package/dist-es/commands/GetTablePolicyCommand.js +2 -14
  29. package/dist-es/commands/GetTableRecordExpirationConfigurationCommand.js +2 -14
  30. package/dist-es/commands/GetTableRecordExpirationJobStatusCommand.js +2 -14
  31. package/dist-es/commands/GetTableReplicationCommand.js +2 -14
  32. package/dist-es/commands/GetTableReplicationStatusCommand.js +2 -14
  33. package/dist-es/commands/GetTableStorageClassCommand.js +2 -14
  34. package/dist-es/commands/ListNamespacesCommand.js +2 -14
  35. package/dist-es/commands/ListTableBucketsCommand.js +2 -14
  36. package/dist-es/commands/ListTablesCommand.js +2 -14
  37. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  38. package/dist-es/commands/PutTableBucketEncryptionCommand.js +2 -14
  39. package/dist-es/commands/PutTableBucketMaintenanceConfigurationCommand.js +2 -14
  40. package/dist-es/commands/PutTableBucketMetricsConfigurationCommand.js +2 -14
  41. package/dist-es/commands/PutTableBucketPolicyCommand.js +2 -14
  42. package/dist-es/commands/PutTableBucketReplicationCommand.js +2 -14
  43. package/dist-es/commands/PutTableBucketStorageClassCommand.js +2 -14
  44. package/dist-es/commands/PutTableMaintenanceConfigurationCommand.js +2 -14
  45. package/dist-es/commands/PutTablePolicyCommand.js +2 -14
  46. package/dist-es/commands/PutTableRecordExpirationConfigurationCommand.js +2 -14
  47. package/dist-es/commands/PutTableReplicationCommand.js +2 -14
  48. package/dist-es/commands/RenameTableCommand.js +2 -14
  49. package/dist-es/commands/TagResourceCommand.js +2 -14
  50. package/dist-es/commands/UntagResourceCommand.js +2 -14
  51. package/dist-es/commands/UpdateTableMetadataLocationCommand.js +2 -14
  52. package/dist-es/index.js +1 -0
  53. package/dist-types/commandBuilder.d.ts +18 -0
  54. package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateTableBucketCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateTableCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteTableBucketCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteTableBucketEncryptionCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteTableBucketPolicyCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteTableBucketReplicationCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteTableCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteTablePolicyCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteTableReplicationCommand.d.ts +3 -8
  66. package/dist-types/commands/GetNamespaceCommand.d.ts +3 -8
  67. package/dist-types/commands/GetTableBucketCommand.d.ts +3 -8
  68. package/dist-types/commands/GetTableBucketEncryptionCommand.d.ts +3 -8
  69. package/dist-types/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
  70. package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +3 -8
  71. package/dist-types/commands/GetTableBucketPolicyCommand.d.ts +3 -8
  72. package/dist-types/commands/GetTableBucketReplicationCommand.d.ts +3 -8
  73. package/dist-types/commands/GetTableBucketStorageClassCommand.d.ts +3 -8
  74. package/dist-types/commands/GetTableCommand.d.ts +3 -8
  75. package/dist-types/commands/GetTableEncryptionCommand.d.ts +3 -8
  76. package/dist-types/commands/GetTableMaintenanceConfigurationCommand.d.ts +3 -8
  77. package/dist-types/commands/GetTableMaintenanceJobStatusCommand.d.ts +3 -8
  78. package/dist-types/commands/GetTableMetadataLocationCommand.d.ts +3 -8
  79. package/dist-types/commands/GetTablePolicyCommand.d.ts +3 -8
  80. package/dist-types/commands/GetTableRecordExpirationConfigurationCommand.d.ts +3 -8
  81. package/dist-types/commands/GetTableRecordExpirationJobStatusCommand.d.ts +3 -8
  82. package/dist-types/commands/GetTableReplicationCommand.d.ts +3 -8
  83. package/dist-types/commands/GetTableReplicationStatusCommand.d.ts +3 -8
  84. package/dist-types/commands/GetTableStorageClassCommand.d.ts +3 -8
  85. package/dist-types/commands/ListNamespacesCommand.d.ts +3 -8
  86. package/dist-types/commands/ListTableBucketsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListTablesCommand.d.ts +3 -8
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  89. package/dist-types/commands/PutTableBucketEncryptionCommand.d.ts +3 -8
  90. package/dist-types/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
  91. package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +3 -8
  92. package/dist-types/commands/PutTableBucketPolicyCommand.d.ts +3 -8
  93. package/dist-types/commands/PutTableBucketReplicationCommand.d.ts +3 -8
  94. package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +3 -8
  95. package/dist-types/commands/PutTableMaintenanceConfigurationCommand.d.ts +3 -8
  96. package/dist-types/commands/PutTablePolicyCommand.d.ts +3 -8
  97. package/dist-types/commands/PutTableRecordExpirationConfigurationCommand.d.ts +3 -8
  98. package/dist-types/commands/PutTableReplicationCommand.d.ts +3 -8
  99. package/dist-types/commands/RenameTableCommand.d.ts +3 -8
  100. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  101. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateTableMetadataLocationCommand.d.ts +3 -8
  103. package/dist-types/index.d.ts +1 -0
  104. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  105. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/CreateTableBucketCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DeleteTableBucketCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DeleteTableBucketEncryptionCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DeleteTableBucketPolicyCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteTableBucketReplicationCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DeleteTablePolicyCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeleteTableReplicationCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetTableBucketCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/GetTableBucketEncryptionCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetTableBucketMetricsConfigurationCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetTableBucketPolicyCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetTableBucketReplicationCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/GetTableBucketStorageClassCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetTableEncryptionCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetTableMaintenanceConfigurationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetTableMaintenanceJobStatusCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetTableMetadataLocationCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetTablePolicyCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetTableRecordExpirationConfigurationCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/GetTableRecordExpirationJobStatusCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetTableReplicationCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/GetTableReplicationStatusCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetTableStorageClassCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListTableBucketsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/PutTableBucketEncryptionCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/PutTableBucketMetricsConfigurationCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/PutTableBucketPolicyCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/PutTableBucketReplicationCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/PutTableBucketStorageClassCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/PutTableMaintenanceConfigurationCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/PutTablePolicyCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/PutTableRecordExpirationConfigurationCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/PutTableReplicationCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/RenameTableCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateTableMetadataLocationCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/index.d.ts +1 -0
  155. package/package.json +9 -9
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { PutTableBucketStorageClassRequest } from "../models/models_0";
4
- import {
5
- S3TablesClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../S3TablesClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface PutTableBucketStorageClassCommandInput
12
5
  extends PutTableBucketStorageClassRequest {}
13
6
  export interface PutTableBucketStorageClassCommandOutput
@@ -18,22 +11,20 @@ declare const PutTableBucketStorageClassCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  PutTableBucketStorageClassCommandInput,
20
13
  PutTableBucketStorageClassCommandOutput,
21
- S3TablesClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").S3TablesClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: PutTableBucketStorageClassCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  PutTableBucketStorageClassCommandInput,
29
22
  PutTableBucketStorageClassCommandOutput,
30
- S3TablesClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").S3TablesClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class PutTableBucketStorageClassCommand extends PutTableBucketStorageClassCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { PutTableMaintenanceConfigurationRequest } from "../models/models_0";
4
- import {
5
- S3TablesClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../S3TablesClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface PutTableMaintenanceConfigurationCommandInput
12
5
  extends PutTableMaintenanceConfigurationRequest {}
13
6
  export interface PutTableMaintenanceConfigurationCommandOutput
@@ -18,22 +11,20 @@ declare const PutTableMaintenanceConfigurationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  PutTableMaintenanceConfigurationCommandInput,
20
13
  PutTableMaintenanceConfigurationCommandOutput,
21
- S3TablesClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").S3TablesClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: PutTableMaintenanceConfigurationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  PutTableMaintenanceConfigurationCommandInput,
29
22
  PutTableMaintenanceConfigurationCommandOutput,
30
- S3TablesClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").S3TablesClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class PutTableMaintenanceConfigurationCommand extends PutTableMaintenanceConfigurationCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { PutTablePolicyRequest } from "../models/models_0";
4
- import {
5
- S3TablesClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../S3TablesClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface PutTablePolicyCommandInput extends PutTablePolicyRequest {}
12
5
  export interface PutTablePolicyCommandOutput extends __MetadataBearer {}
13
6
  declare const PutTablePolicyCommand_base: {
@@ -16,22 +9,20 @@ declare const PutTablePolicyCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  PutTablePolicyCommandInput,
18
11
  PutTablePolicyCommandOutput,
19
- S3TablesClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").S3TablesClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: PutTablePolicyCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  PutTablePolicyCommandInput,
27
20
  PutTablePolicyCommandOutput,
28
- S3TablesClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").S3TablesClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class PutTablePolicyCommand extends PutTablePolicyCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { PutTableRecordExpirationConfigurationRequest } from "../models/models_0";
4
- import {
5
- S3TablesClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../S3TablesClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface PutTableRecordExpirationConfigurationCommandInput
12
5
  extends PutTableRecordExpirationConfigurationRequest {}
13
6
  export interface PutTableRecordExpirationConfigurationCommandOutput
@@ -18,22 +11,20 @@ declare const PutTableRecordExpirationConfigurationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  PutTableRecordExpirationConfigurationCommandInput,
20
13
  PutTableRecordExpirationConfigurationCommandOutput,
21
- S3TablesClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").S3TablesClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: PutTableRecordExpirationConfigurationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  PutTableRecordExpirationConfigurationCommandInput,
29
22
  PutTableRecordExpirationConfigurationCommandOutput,
30
- S3TablesClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").S3TablesClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class PutTableRecordExpirationConfigurationCommand extends PutTableRecordExpirationConfigurationCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  PutTableReplicationRequest,
5
4
  PutTableReplicationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- S3TablesClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../S3TablesClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutTableReplicationCommandInput
15
8
  extends PutTableReplicationRequest {}
16
9
  export interface PutTableReplicationCommandOutput
@@ -22,22 +15,20 @@ declare const PutTableReplicationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutTableReplicationCommandInput,
24
17
  PutTableReplicationCommandOutput,
25
- S3TablesClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").S3TablesClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutTableReplicationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutTableReplicationCommandInput,
33
26
  PutTableReplicationCommandOutput,
34
- S3TablesClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").S3TablesClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutTableReplicationCommand extends PutTableReplicationCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { RenameTableRequest } from "../models/models_0";
4
- import {
5
- S3TablesClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../S3TablesClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RenameTableCommandInput extends RenameTableRequest {}
12
5
  export interface RenameTableCommandOutput extends __MetadataBearer {}
13
6
  declare const RenameTableCommand_base: {
@@ -16,22 +9,20 @@ declare const RenameTableCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  RenameTableCommandInput,
18
11
  RenameTableCommandOutput,
19
- S3TablesClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").S3TablesClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: RenameTableCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  RenameTableCommandInput,
27
20
  RenameTableCommandOutput,
28
- S3TablesClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").S3TablesClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class RenameTableCommand extends RenameTableCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import {
5
- S3TablesClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../S3TablesClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceResponse,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- S3TablesClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").S3TablesClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- S3TablesClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").S3TablesClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  UntagResourceRequest,
5
4
  UntagResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- S3TablesClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../S3TablesClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
8
  export interface UntagResourceCommandOutput
16
9
  extends UntagResourceResponse,
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UntagResourceCommandInput,
23
16
  UntagResourceCommandOutput,
24
- S3TablesClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").S3TablesClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UntagResourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UntagResourceCommandInput,
32
25
  UntagResourceCommandOutput,
33
- S3TablesClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").S3TablesClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  UpdateTableMetadataLocationRequest,
5
4
  UpdateTableMetadataLocationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- S3TablesClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../S3TablesClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateTableMetadataLocationCommandInput
15
8
  extends UpdateTableMetadataLocationRequest {}
16
9
  export interface UpdateTableMetadataLocationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateTableMetadataLocationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateTableMetadataLocationCommandInput,
24
17
  UpdateTableMetadataLocationCommandOutput,
25
- S3TablesClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").S3TablesClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateTableMetadataLocationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateTableMetadataLocationCommandInput,
33
26
  UpdateTableMetadataLocationCommandOutput,
34
- S3TablesClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").S3TablesClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateTableMetadataLocationCommand extends UpdateTableMetadataLocationCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { S3TablesExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3tables",
3
3
  "description": "AWS SDK for JavaScript S3tables Client for Node.js, Browser and React Native",
4
- "version": "3.1077.0",
4
+ "version": "3.1078.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -23,17 +23,17 @@
23
23
  "module": "./dist-es/index.js",
24
24
  "sideEffects": false,
25
25
  "dependencies": {
26
- "@aws-sdk/core": "^3.974.25",
27
- "@aws-sdk/credential-provider-node": "^3.972.60",
28
- "@aws-sdk/types": "^3.973.14",
29
- "@smithy/core": "^3.28.0",
30
- "@smithy/fetch-http-handler": "^5.6.1",
31
- "@smithy/node-http-handler": "^4.9.1",
32
- "@smithy/types": "^4.15.0",
26
+ "@aws-sdk/core": "^3.974.26",
27
+ "@aws-sdk/credential-provider-node": "^3.972.61",
28
+ "@aws-sdk/types": "^3.973.15",
29
+ "@smithy/core": "^3.29.0",
30
+ "@smithy/fetch-http-handler": "^5.6.2",
31
+ "@smithy/node-http-handler": "^4.9.2",
32
+ "@smithy/types": "^4.15.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@smithy/snapshot-testing": "^2.2.4",
36
+ "@smithy/snapshot-testing": "^2.2.5",
37
37
  "@tsconfig/node20": "20.1.8",
38
38
  "@types/node": "^20.14.8",
39
39
  "concurrently": "7.0.0",