@aws-sdk/client-s3tables 3.940.0 → 3.946.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.
- package/README.md +104 -0
- package/dist-cjs/index.js +671 -304
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/S3Tables.js +26 -0
- package/dist-es/S3TablesClient.js +2 -2
- package/dist-es/commands/DeleteTableBucketReplicationCommand.js +16 -0
- package/dist-es/commands/DeleteTableReplicationCommand.js +16 -0
- package/dist-es/commands/GetTableBucketReplicationCommand.js +16 -0
- package/dist-es/commands/GetTableBucketStorageClassCommand.js +16 -0
- package/dist-es/commands/GetTableRecordExpirationConfigurationCommand.js +16 -0
- package/dist-es/commands/GetTableRecordExpirationJobStatusCommand.js +16 -0
- package/dist-es/commands/GetTableReplicationCommand.js +16 -0
- package/dist-es/commands/GetTableReplicationStatusCommand.js +16 -0
- package/dist-es/commands/GetTableStorageClassCommand.js +16 -0
- package/dist-es/commands/PutTableBucketReplicationCommand.js +16 -0
- package/dist-es/commands/PutTableBucketStorageClassCommand.js +16 -0
- package/dist-es/commands/PutTableRecordExpirationConfigurationCommand.js +16 -0
- package/dist-es/commands/PutTableReplicationCommand.js +16 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/enums.js +19 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +455 -305
- package/dist-types/S3Tables.d.ts +92 -1
- package/dist-types/S3TablesClient.d.ts +25 -12
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateTableBucketCommand.d.ts +7 -4
- package/dist-types/commands/CreateTableCommand.d.ts +10 -4
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketReplicationCommand.d.ts +94 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTablePolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableReplicationCommand.d.ts +94 -0
- package/dist-types/commands/GetNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketReplicationCommand.d.ts +107 -0
- package/dist-types/commands/GetTableBucketStorageClassCommand.d.ts +94 -0
- package/dist-types/commands/GetTableCommand.d.ts +8 -3
- package/dist-types/commands/GetTableEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/GetTableMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetTableMaintenanceJobStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetTableMetadataLocationCommand.d.ts +3 -3
- package/dist-types/commands/GetTablePolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetTableRecordExpirationConfigurationCommand.d.ts +97 -0
- package/dist-types/commands/GetTableRecordExpirationJobStatusCommand.d.ts +99 -0
- package/dist-types/commands/GetTableReplicationCommand.d.ts +107 -0
- package/dist-types/commands/GetTableReplicationStatusCommand.d.ts +104 -0
- package/dist-types/commands/GetTableStorageClassCommand.d.ts +96 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +3 -3
- package/dist-types/commands/ListTableBucketsCommand.d.ts +3 -3
- package/dist-types/commands/ListTablesCommand.d.ts +4 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketReplicationCommand.d.ts +109 -0
- package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +93 -0
- package/dist-types/commands/PutTableMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutTablePolicyCommand.d.ts +3 -3
- package/dist-types/commands/PutTableRecordExpirationConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/PutTableReplicationCommand.d.ts +109 -0
- package/dist-types/commands/RenameTableCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTableMetadataLocationCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/S3TablesServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +51 -0
- package/dist-types/models/errors.d.ts +13 -1
- package/dist-types/models/models_0.d.ts +530 -2
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTableBucketsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +55 -1
- package/dist-types/ts3.4/S3Tables.d.ts +239 -0
- package/dist-types/ts3.4/S3TablesClient.d.ts +81 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTableBucketReplicationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTableReplicationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetTableBucketReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableBucketStorageClassCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableRecordExpirationConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableRecordExpirationJobStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableReplicationStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableStorageClassCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutTableBucketReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutTableBucketStorageClassCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutTableRecordExpirationConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutTableReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/S3TablesServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +26 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +54 -0
- package/package.json +13 -12
package/dist-types/S3Tables.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
|
|
3
3
|
import { CreateTableBucketCommandInput, CreateTableBucketCommandOutput } from "./commands/CreateTableBucketCommand";
|
|
4
4
|
import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
|
|
@@ -7,20 +7,29 @@ import { DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput } from ".
|
|
|
7
7
|
import { DeleteTableBucketEncryptionCommandInput, DeleteTableBucketEncryptionCommandOutput } from "./commands/DeleteTableBucketEncryptionCommand";
|
|
8
8
|
import { DeleteTableBucketMetricsConfigurationCommandInput, DeleteTableBucketMetricsConfigurationCommandOutput } from "./commands/DeleteTableBucketMetricsConfigurationCommand";
|
|
9
9
|
import { DeleteTableBucketPolicyCommandInput, DeleteTableBucketPolicyCommandOutput } from "./commands/DeleteTableBucketPolicyCommand";
|
|
10
|
+
import { DeleteTableBucketReplicationCommandInput, DeleteTableBucketReplicationCommandOutput } from "./commands/DeleteTableBucketReplicationCommand";
|
|
10
11
|
import { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
|
|
11
12
|
import { DeleteTablePolicyCommandInput, DeleteTablePolicyCommandOutput } from "./commands/DeleteTablePolicyCommand";
|
|
13
|
+
import { DeleteTableReplicationCommandInput, DeleteTableReplicationCommandOutput } from "./commands/DeleteTableReplicationCommand";
|
|
12
14
|
import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
|
|
13
15
|
import { GetTableBucketCommandInput, GetTableBucketCommandOutput } from "./commands/GetTableBucketCommand";
|
|
14
16
|
import { GetTableBucketEncryptionCommandInput, GetTableBucketEncryptionCommandOutput } from "./commands/GetTableBucketEncryptionCommand";
|
|
15
17
|
import { GetTableBucketMaintenanceConfigurationCommandInput, GetTableBucketMaintenanceConfigurationCommandOutput } from "./commands/GetTableBucketMaintenanceConfigurationCommand";
|
|
16
18
|
import { GetTableBucketMetricsConfigurationCommandInput, GetTableBucketMetricsConfigurationCommandOutput } from "./commands/GetTableBucketMetricsConfigurationCommand";
|
|
17
19
|
import { GetTableBucketPolicyCommandInput, GetTableBucketPolicyCommandOutput } from "./commands/GetTableBucketPolicyCommand";
|
|
20
|
+
import { GetTableBucketReplicationCommandInput, GetTableBucketReplicationCommandOutput } from "./commands/GetTableBucketReplicationCommand";
|
|
21
|
+
import { GetTableBucketStorageClassCommandInput, GetTableBucketStorageClassCommandOutput } from "./commands/GetTableBucketStorageClassCommand";
|
|
18
22
|
import { GetTableCommandInput, GetTableCommandOutput } from "./commands/GetTableCommand";
|
|
19
23
|
import { GetTableEncryptionCommandInput, GetTableEncryptionCommandOutput } from "./commands/GetTableEncryptionCommand";
|
|
20
24
|
import { GetTableMaintenanceConfigurationCommandInput, GetTableMaintenanceConfigurationCommandOutput } from "./commands/GetTableMaintenanceConfigurationCommand";
|
|
21
25
|
import { GetTableMaintenanceJobStatusCommandInput, GetTableMaintenanceJobStatusCommandOutput } from "./commands/GetTableMaintenanceJobStatusCommand";
|
|
22
26
|
import { GetTableMetadataLocationCommandInput, GetTableMetadataLocationCommandOutput } from "./commands/GetTableMetadataLocationCommand";
|
|
23
27
|
import { GetTablePolicyCommandInput, GetTablePolicyCommandOutput } from "./commands/GetTablePolicyCommand";
|
|
28
|
+
import { GetTableRecordExpirationConfigurationCommandInput, GetTableRecordExpirationConfigurationCommandOutput } from "./commands/GetTableRecordExpirationConfigurationCommand";
|
|
29
|
+
import { GetTableRecordExpirationJobStatusCommandInput, GetTableRecordExpirationJobStatusCommandOutput } from "./commands/GetTableRecordExpirationJobStatusCommand";
|
|
30
|
+
import { GetTableReplicationCommandInput, GetTableReplicationCommandOutput } from "./commands/GetTableReplicationCommand";
|
|
31
|
+
import { GetTableReplicationStatusCommandInput, GetTableReplicationStatusCommandOutput } from "./commands/GetTableReplicationStatusCommand";
|
|
32
|
+
import { GetTableStorageClassCommandInput, GetTableStorageClassCommandOutput } from "./commands/GetTableStorageClassCommand";
|
|
24
33
|
import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
|
|
25
34
|
import { ListTableBucketsCommandInput, ListTableBucketsCommandOutput } from "./commands/ListTableBucketsCommand";
|
|
26
35
|
import { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
|
|
@@ -29,8 +38,12 @@ import { PutTableBucketEncryptionCommandInput, PutTableBucketEncryptionCommandOu
|
|
|
29
38
|
import { PutTableBucketMaintenanceConfigurationCommandInput, PutTableBucketMaintenanceConfigurationCommandOutput } from "./commands/PutTableBucketMaintenanceConfigurationCommand";
|
|
30
39
|
import { PutTableBucketMetricsConfigurationCommandInput, PutTableBucketMetricsConfigurationCommandOutput } from "./commands/PutTableBucketMetricsConfigurationCommand";
|
|
31
40
|
import { PutTableBucketPolicyCommandInput, PutTableBucketPolicyCommandOutput } from "./commands/PutTableBucketPolicyCommand";
|
|
41
|
+
import { PutTableBucketReplicationCommandInput, PutTableBucketReplicationCommandOutput } from "./commands/PutTableBucketReplicationCommand";
|
|
42
|
+
import { PutTableBucketStorageClassCommandInput, PutTableBucketStorageClassCommandOutput } from "./commands/PutTableBucketStorageClassCommand";
|
|
32
43
|
import { PutTableMaintenanceConfigurationCommandInput, PutTableMaintenanceConfigurationCommandOutput } from "./commands/PutTableMaintenanceConfigurationCommand";
|
|
33
44
|
import { PutTablePolicyCommandInput, PutTablePolicyCommandOutput } from "./commands/PutTablePolicyCommand";
|
|
45
|
+
import { PutTableRecordExpirationConfigurationCommandInput, PutTableRecordExpirationConfigurationCommandOutput } from "./commands/PutTableRecordExpirationConfigurationCommand";
|
|
46
|
+
import { PutTableReplicationCommandInput, PutTableReplicationCommandOutput } from "./commands/PutTableReplicationCommand";
|
|
34
47
|
import { RenameTableCommandInput, RenameTableCommandOutput } from "./commands/RenameTableCommand";
|
|
35
48
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
36
49
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -91,12 +104,24 @@ export interface S3Tables {
|
|
|
91
104
|
deleteTableBucketPolicy(args: DeleteTableBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTableBucketPolicyCommandOutput>;
|
|
92
105
|
deleteTableBucketPolicy(args: DeleteTableBucketPolicyCommandInput, cb: (err: any, data?: DeleteTableBucketPolicyCommandOutput) => void): void;
|
|
93
106
|
deleteTableBucketPolicy(args: DeleteTableBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTableBucketPolicyCommandOutput) => void): void;
|
|
107
|
+
/**
|
|
108
|
+
* @see {@link DeleteTableBucketReplicationCommand}
|
|
109
|
+
*/
|
|
110
|
+
deleteTableBucketReplication(args: DeleteTableBucketReplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTableBucketReplicationCommandOutput>;
|
|
111
|
+
deleteTableBucketReplication(args: DeleteTableBucketReplicationCommandInput, cb: (err: any, data?: DeleteTableBucketReplicationCommandOutput) => void): void;
|
|
112
|
+
deleteTableBucketReplication(args: DeleteTableBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTableBucketReplicationCommandOutput) => void): void;
|
|
94
113
|
/**
|
|
95
114
|
* @see {@link DeleteTablePolicyCommand}
|
|
96
115
|
*/
|
|
97
116
|
deleteTablePolicy(args: DeleteTablePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTablePolicyCommandOutput>;
|
|
98
117
|
deleteTablePolicy(args: DeleteTablePolicyCommandInput, cb: (err: any, data?: DeleteTablePolicyCommandOutput) => void): void;
|
|
99
118
|
deleteTablePolicy(args: DeleteTablePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTablePolicyCommandOutput) => void): void;
|
|
119
|
+
/**
|
|
120
|
+
* @see {@link DeleteTableReplicationCommand}
|
|
121
|
+
*/
|
|
122
|
+
deleteTableReplication(args: DeleteTableReplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTableReplicationCommandOutput>;
|
|
123
|
+
deleteTableReplication(args: DeleteTableReplicationCommandInput, cb: (err: any, data?: DeleteTableReplicationCommandOutput) => void): void;
|
|
124
|
+
deleteTableReplication(args: DeleteTableReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTableReplicationCommandOutput) => void): void;
|
|
100
125
|
/**
|
|
101
126
|
* @see {@link GetNamespaceCommand}
|
|
102
127
|
*/
|
|
@@ -140,6 +165,18 @@ export interface S3Tables {
|
|
|
140
165
|
getTableBucketPolicy(args: GetTableBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetTableBucketPolicyCommandOutput>;
|
|
141
166
|
getTableBucketPolicy(args: GetTableBucketPolicyCommandInput, cb: (err: any, data?: GetTableBucketPolicyCommandOutput) => void): void;
|
|
142
167
|
getTableBucketPolicy(args: GetTableBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableBucketPolicyCommandOutput) => void): void;
|
|
168
|
+
/**
|
|
169
|
+
* @see {@link GetTableBucketReplicationCommand}
|
|
170
|
+
*/
|
|
171
|
+
getTableBucketReplication(args: GetTableBucketReplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetTableBucketReplicationCommandOutput>;
|
|
172
|
+
getTableBucketReplication(args: GetTableBucketReplicationCommandInput, cb: (err: any, data?: GetTableBucketReplicationCommandOutput) => void): void;
|
|
173
|
+
getTableBucketReplication(args: GetTableBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableBucketReplicationCommandOutput) => void): void;
|
|
174
|
+
/**
|
|
175
|
+
* @see {@link GetTableBucketStorageClassCommand}
|
|
176
|
+
*/
|
|
177
|
+
getTableBucketStorageClass(args: GetTableBucketStorageClassCommandInput, options?: __HttpHandlerOptions): Promise<GetTableBucketStorageClassCommandOutput>;
|
|
178
|
+
getTableBucketStorageClass(args: GetTableBucketStorageClassCommandInput, cb: (err: any, data?: GetTableBucketStorageClassCommandOutput) => void): void;
|
|
179
|
+
getTableBucketStorageClass(args: GetTableBucketStorageClassCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableBucketStorageClassCommandOutput) => void): void;
|
|
143
180
|
/**
|
|
144
181
|
* @see {@link GetTableEncryptionCommand}
|
|
145
182
|
*/
|
|
@@ -170,6 +207,36 @@ export interface S3Tables {
|
|
|
170
207
|
getTablePolicy(args: GetTablePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetTablePolicyCommandOutput>;
|
|
171
208
|
getTablePolicy(args: GetTablePolicyCommandInput, cb: (err: any, data?: GetTablePolicyCommandOutput) => void): void;
|
|
172
209
|
getTablePolicy(args: GetTablePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTablePolicyCommandOutput) => void): void;
|
|
210
|
+
/**
|
|
211
|
+
* @see {@link GetTableRecordExpirationConfigurationCommand}
|
|
212
|
+
*/
|
|
213
|
+
getTableRecordExpirationConfiguration(args: GetTableRecordExpirationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetTableRecordExpirationConfigurationCommandOutput>;
|
|
214
|
+
getTableRecordExpirationConfiguration(args: GetTableRecordExpirationConfigurationCommandInput, cb: (err: any, data?: GetTableRecordExpirationConfigurationCommandOutput) => void): void;
|
|
215
|
+
getTableRecordExpirationConfiguration(args: GetTableRecordExpirationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableRecordExpirationConfigurationCommandOutput) => void): void;
|
|
216
|
+
/**
|
|
217
|
+
* @see {@link GetTableRecordExpirationJobStatusCommand}
|
|
218
|
+
*/
|
|
219
|
+
getTableRecordExpirationJobStatus(args: GetTableRecordExpirationJobStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetTableRecordExpirationJobStatusCommandOutput>;
|
|
220
|
+
getTableRecordExpirationJobStatus(args: GetTableRecordExpirationJobStatusCommandInput, cb: (err: any, data?: GetTableRecordExpirationJobStatusCommandOutput) => void): void;
|
|
221
|
+
getTableRecordExpirationJobStatus(args: GetTableRecordExpirationJobStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableRecordExpirationJobStatusCommandOutput) => void): void;
|
|
222
|
+
/**
|
|
223
|
+
* @see {@link GetTableReplicationCommand}
|
|
224
|
+
*/
|
|
225
|
+
getTableReplication(args: GetTableReplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetTableReplicationCommandOutput>;
|
|
226
|
+
getTableReplication(args: GetTableReplicationCommandInput, cb: (err: any, data?: GetTableReplicationCommandOutput) => void): void;
|
|
227
|
+
getTableReplication(args: GetTableReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableReplicationCommandOutput) => void): void;
|
|
228
|
+
/**
|
|
229
|
+
* @see {@link GetTableReplicationStatusCommand}
|
|
230
|
+
*/
|
|
231
|
+
getTableReplicationStatus(args: GetTableReplicationStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetTableReplicationStatusCommandOutput>;
|
|
232
|
+
getTableReplicationStatus(args: GetTableReplicationStatusCommandInput, cb: (err: any, data?: GetTableReplicationStatusCommandOutput) => void): void;
|
|
233
|
+
getTableReplicationStatus(args: GetTableReplicationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableReplicationStatusCommandOutput) => void): void;
|
|
234
|
+
/**
|
|
235
|
+
* @see {@link GetTableStorageClassCommand}
|
|
236
|
+
*/
|
|
237
|
+
getTableStorageClass(args: GetTableStorageClassCommandInput, options?: __HttpHandlerOptions): Promise<GetTableStorageClassCommandOutput>;
|
|
238
|
+
getTableStorageClass(args: GetTableStorageClassCommandInput, cb: (err: any, data?: GetTableStorageClassCommandOutput) => void): void;
|
|
239
|
+
getTableStorageClass(args: GetTableStorageClassCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableStorageClassCommandOutput) => void): void;
|
|
173
240
|
/**
|
|
174
241
|
* @see {@link ListNamespacesCommand}
|
|
175
242
|
*/
|
|
@@ -219,6 +286,18 @@ export interface S3Tables {
|
|
|
219
286
|
putTableBucketPolicy(args: PutTableBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutTableBucketPolicyCommandOutput>;
|
|
220
287
|
putTableBucketPolicy(args: PutTableBucketPolicyCommandInput, cb: (err: any, data?: PutTableBucketPolicyCommandOutput) => void): void;
|
|
221
288
|
putTableBucketPolicy(args: PutTableBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTableBucketPolicyCommandOutput) => void): void;
|
|
289
|
+
/**
|
|
290
|
+
* @see {@link PutTableBucketReplicationCommand}
|
|
291
|
+
*/
|
|
292
|
+
putTableBucketReplication(args: PutTableBucketReplicationCommandInput, options?: __HttpHandlerOptions): Promise<PutTableBucketReplicationCommandOutput>;
|
|
293
|
+
putTableBucketReplication(args: PutTableBucketReplicationCommandInput, cb: (err: any, data?: PutTableBucketReplicationCommandOutput) => void): void;
|
|
294
|
+
putTableBucketReplication(args: PutTableBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTableBucketReplicationCommandOutput) => void): void;
|
|
295
|
+
/**
|
|
296
|
+
* @see {@link PutTableBucketStorageClassCommand}
|
|
297
|
+
*/
|
|
298
|
+
putTableBucketStorageClass(args: PutTableBucketStorageClassCommandInput, options?: __HttpHandlerOptions): Promise<PutTableBucketStorageClassCommandOutput>;
|
|
299
|
+
putTableBucketStorageClass(args: PutTableBucketStorageClassCommandInput, cb: (err: any, data?: PutTableBucketStorageClassCommandOutput) => void): void;
|
|
300
|
+
putTableBucketStorageClass(args: PutTableBucketStorageClassCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTableBucketStorageClassCommandOutput) => void): void;
|
|
222
301
|
/**
|
|
223
302
|
* @see {@link PutTableMaintenanceConfigurationCommand}
|
|
224
303
|
*/
|
|
@@ -231,6 +310,18 @@ export interface S3Tables {
|
|
|
231
310
|
putTablePolicy(args: PutTablePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutTablePolicyCommandOutput>;
|
|
232
311
|
putTablePolicy(args: PutTablePolicyCommandInput, cb: (err: any, data?: PutTablePolicyCommandOutput) => void): void;
|
|
233
312
|
putTablePolicy(args: PutTablePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTablePolicyCommandOutput) => void): void;
|
|
313
|
+
/**
|
|
314
|
+
* @see {@link PutTableRecordExpirationConfigurationCommand}
|
|
315
|
+
*/
|
|
316
|
+
putTableRecordExpirationConfiguration(args: PutTableRecordExpirationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutTableRecordExpirationConfigurationCommandOutput>;
|
|
317
|
+
putTableRecordExpirationConfiguration(args: PutTableRecordExpirationConfigurationCommandInput, cb: (err: any, data?: PutTableRecordExpirationConfigurationCommandOutput) => void): void;
|
|
318
|
+
putTableRecordExpirationConfiguration(args: PutTableRecordExpirationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTableRecordExpirationConfigurationCommandOutput) => void): void;
|
|
319
|
+
/**
|
|
320
|
+
* @see {@link PutTableReplicationCommand}
|
|
321
|
+
*/
|
|
322
|
+
putTableReplication(args: PutTableReplicationCommandInput, options?: __HttpHandlerOptions): Promise<PutTableReplicationCommandOutput>;
|
|
323
|
+
putTableReplication(args: PutTableReplicationCommandInput, cb: (err: any, data?: PutTableReplicationCommandOutput) => void): void;
|
|
324
|
+
putTableReplication(args: PutTableReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTableReplicationCommandOutput) => void): void;
|
|
234
325
|
/**
|
|
235
326
|
* @see {@link RenameTableCommand}
|
|
236
327
|
*/
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
|
|
11
11
|
import { CreateTableBucketCommandInput, CreateTableBucketCommandOutput } from "./commands/CreateTableBucketCommand";
|
|
12
12
|
import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
|
|
@@ -15,20 +15,29 @@ import { DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput } from ".
|
|
|
15
15
|
import { DeleteTableBucketEncryptionCommandInput, DeleteTableBucketEncryptionCommandOutput } from "./commands/DeleteTableBucketEncryptionCommand";
|
|
16
16
|
import { DeleteTableBucketMetricsConfigurationCommandInput, DeleteTableBucketMetricsConfigurationCommandOutput } from "./commands/DeleteTableBucketMetricsConfigurationCommand";
|
|
17
17
|
import { DeleteTableBucketPolicyCommandInput, DeleteTableBucketPolicyCommandOutput } from "./commands/DeleteTableBucketPolicyCommand";
|
|
18
|
+
import { DeleteTableBucketReplicationCommandInput, DeleteTableBucketReplicationCommandOutput } from "./commands/DeleteTableBucketReplicationCommand";
|
|
18
19
|
import { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
|
|
19
20
|
import { DeleteTablePolicyCommandInput, DeleteTablePolicyCommandOutput } from "./commands/DeleteTablePolicyCommand";
|
|
21
|
+
import { DeleteTableReplicationCommandInput, DeleteTableReplicationCommandOutput } from "./commands/DeleteTableReplicationCommand";
|
|
20
22
|
import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
|
|
21
23
|
import { GetTableBucketCommandInput, GetTableBucketCommandOutput } from "./commands/GetTableBucketCommand";
|
|
22
24
|
import { GetTableBucketEncryptionCommandInput, GetTableBucketEncryptionCommandOutput } from "./commands/GetTableBucketEncryptionCommand";
|
|
23
25
|
import { GetTableBucketMaintenanceConfigurationCommandInput, GetTableBucketMaintenanceConfigurationCommandOutput } from "./commands/GetTableBucketMaintenanceConfigurationCommand";
|
|
24
26
|
import { GetTableBucketMetricsConfigurationCommandInput, GetTableBucketMetricsConfigurationCommandOutput } from "./commands/GetTableBucketMetricsConfigurationCommand";
|
|
25
27
|
import { GetTableBucketPolicyCommandInput, GetTableBucketPolicyCommandOutput } from "./commands/GetTableBucketPolicyCommand";
|
|
28
|
+
import { GetTableBucketReplicationCommandInput, GetTableBucketReplicationCommandOutput } from "./commands/GetTableBucketReplicationCommand";
|
|
29
|
+
import { GetTableBucketStorageClassCommandInput, GetTableBucketStorageClassCommandOutput } from "./commands/GetTableBucketStorageClassCommand";
|
|
26
30
|
import { GetTableCommandInput, GetTableCommandOutput } from "./commands/GetTableCommand";
|
|
27
31
|
import { GetTableEncryptionCommandInput, GetTableEncryptionCommandOutput } from "./commands/GetTableEncryptionCommand";
|
|
28
32
|
import { GetTableMaintenanceConfigurationCommandInput, GetTableMaintenanceConfigurationCommandOutput } from "./commands/GetTableMaintenanceConfigurationCommand";
|
|
29
33
|
import { GetTableMaintenanceJobStatusCommandInput, GetTableMaintenanceJobStatusCommandOutput } from "./commands/GetTableMaintenanceJobStatusCommand";
|
|
30
34
|
import { GetTableMetadataLocationCommandInput, GetTableMetadataLocationCommandOutput } from "./commands/GetTableMetadataLocationCommand";
|
|
31
35
|
import { GetTablePolicyCommandInput, GetTablePolicyCommandOutput } from "./commands/GetTablePolicyCommand";
|
|
36
|
+
import { GetTableRecordExpirationConfigurationCommandInput, GetTableRecordExpirationConfigurationCommandOutput } from "./commands/GetTableRecordExpirationConfigurationCommand";
|
|
37
|
+
import { GetTableRecordExpirationJobStatusCommandInput, GetTableRecordExpirationJobStatusCommandOutput } from "./commands/GetTableRecordExpirationJobStatusCommand";
|
|
38
|
+
import { GetTableReplicationCommandInput, GetTableReplicationCommandOutput } from "./commands/GetTableReplicationCommand";
|
|
39
|
+
import { GetTableReplicationStatusCommandInput, GetTableReplicationStatusCommandOutput } from "./commands/GetTableReplicationStatusCommand";
|
|
40
|
+
import { GetTableStorageClassCommandInput, GetTableStorageClassCommandOutput } from "./commands/GetTableStorageClassCommand";
|
|
32
41
|
import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
|
|
33
42
|
import { ListTableBucketsCommandInput, ListTableBucketsCommandOutput } from "./commands/ListTableBucketsCommand";
|
|
34
43
|
import { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
|
|
@@ -37,23 +46,27 @@ import { PutTableBucketEncryptionCommandInput, PutTableBucketEncryptionCommandOu
|
|
|
37
46
|
import { PutTableBucketMaintenanceConfigurationCommandInput, PutTableBucketMaintenanceConfigurationCommandOutput } from "./commands/PutTableBucketMaintenanceConfigurationCommand";
|
|
38
47
|
import { PutTableBucketMetricsConfigurationCommandInput, PutTableBucketMetricsConfigurationCommandOutput } from "./commands/PutTableBucketMetricsConfigurationCommand";
|
|
39
48
|
import { PutTableBucketPolicyCommandInput, PutTableBucketPolicyCommandOutput } from "./commands/PutTableBucketPolicyCommand";
|
|
49
|
+
import { PutTableBucketReplicationCommandInput, PutTableBucketReplicationCommandOutput } from "./commands/PutTableBucketReplicationCommand";
|
|
50
|
+
import { PutTableBucketStorageClassCommandInput, PutTableBucketStorageClassCommandOutput } from "./commands/PutTableBucketStorageClassCommand";
|
|
40
51
|
import { PutTableMaintenanceConfigurationCommandInput, PutTableMaintenanceConfigurationCommandOutput } from "./commands/PutTableMaintenanceConfigurationCommand";
|
|
41
52
|
import { PutTablePolicyCommandInput, PutTablePolicyCommandOutput } from "./commands/PutTablePolicyCommand";
|
|
53
|
+
import { PutTableRecordExpirationConfigurationCommandInput, PutTableRecordExpirationConfigurationCommandOutput } from "./commands/PutTableRecordExpirationConfigurationCommand";
|
|
54
|
+
import { PutTableReplicationCommandInput, PutTableReplicationCommandOutput } from "./commands/PutTableReplicationCommand";
|
|
42
55
|
import { RenameTableCommandInput, RenameTableCommandOutput } from "./commands/RenameTableCommand";
|
|
43
56
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
44
57
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
45
58
|
import { UpdateTableMetadataLocationCommandInput, UpdateTableMetadataLocationCommandOutput } from "./commands/UpdateTableMetadataLocationCommand";
|
|
46
59
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
47
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
60
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
48
61
|
export { __Client };
|
|
49
62
|
/**
|
|
50
63
|
* @public
|
|
51
64
|
*/
|
|
52
|
-
export type ServiceInputTypes = CreateNamespaceCommandInput | CreateTableBucketCommandInput | CreateTableCommandInput | DeleteNamespaceCommandInput | DeleteTableBucketCommandInput | DeleteTableBucketEncryptionCommandInput | DeleteTableBucketMetricsConfigurationCommandInput | DeleteTableBucketPolicyCommandInput | DeleteTableCommandInput | DeleteTablePolicyCommandInput | GetNamespaceCommandInput | GetTableBucketCommandInput | GetTableBucketEncryptionCommandInput | GetTableBucketMaintenanceConfigurationCommandInput | GetTableBucketMetricsConfigurationCommandInput | GetTableBucketPolicyCommandInput | GetTableCommandInput | GetTableEncryptionCommandInput | GetTableMaintenanceConfigurationCommandInput | GetTableMaintenanceJobStatusCommandInput | GetTableMetadataLocationCommandInput | GetTablePolicyCommandInput | ListNamespacesCommandInput | ListTableBucketsCommandInput | ListTablesCommandInput | ListTagsForResourceCommandInput | PutTableBucketEncryptionCommandInput | PutTableBucketMaintenanceConfigurationCommandInput | PutTableBucketMetricsConfigurationCommandInput | PutTableBucketPolicyCommandInput | PutTableMaintenanceConfigurationCommandInput | PutTablePolicyCommandInput | RenameTableCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateTableMetadataLocationCommandInput;
|
|
65
|
+
export type ServiceInputTypes = CreateNamespaceCommandInput | CreateTableBucketCommandInput | CreateTableCommandInput | DeleteNamespaceCommandInput | DeleteTableBucketCommandInput | DeleteTableBucketEncryptionCommandInput | DeleteTableBucketMetricsConfigurationCommandInput | DeleteTableBucketPolicyCommandInput | DeleteTableBucketReplicationCommandInput | DeleteTableCommandInput | DeleteTablePolicyCommandInput | DeleteTableReplicationCommandInput | GetNamespaceCommandInput | GetTableBucketCommandInput | GetTableBucketEncryptionCommandInput | GetTableBucketMaintenanceConfigurationCommandInput | GetTableBucketMetricsConfigurationCommandInput | GetTableBucketPolicyCommandInput | GetTableBucketReplicationCommandInput | GetTableBucketStorageClassCommandInput | GetTableCommandInput | GetTableEncryptionCommandInput | GetTableMaintenanceConfigurationCommandInput | GetTableMaintenanceJobStatusCommandInput | GetTableMetadataLocationCommandInput | GetTablePolicyCommandInput | GetTableRecordExpirationConfigurationCommandInput | GetTableRecordExpirationJobStatusCommandInput | GetTableReplicationCommandInput | GetTableReplicationStatusCommandInput | GetTableStorageClassCommandInput | ListNamespacesCommandInput | ListTableBucketsCommandInput | ListTablesCommandInput | ListTagsForResourceCommandInput | PutTableBucketEncryptionCommandInput | PutTableBucketMaintenanceConfigurationCommandInput | PutTableBucketMetricsConfigurationCommandInput | PutTableBucketPolicyCommandInput | PutTableBucketReplicationCommandInput | PutTableBucketStorageClassCommandInput | PutTableMaintenanceConfigurationCommandInput | PutTablePolicyCommandInput | PutTableRecordExpirationConfigurationCommandInput | PutTableReplicationCommandInput | RenameTableCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateTableMetadataLocationCommandInput;
|
|
53
66
|
/**
|
|
54
67
|
* @public
|
|
55
68
|
*/
|
|
56
|
-
export type ServiceOutputTypes = CreateNamespaceCommandOutput | CreateTableBucketCommandOutput | CreateTableCommandOutput | DeleteNamespaceCommandOutput | DeleteTableBucketCommandOutput | DeleteTableBucketEncryptionCommandOutput | DeleteTableBucketMetricsConfigurationCommandOutput | DeleteTableBucketPolicyCommandOutput | DeleteTableCommandOutput | DeleteTablePolicyCommandOutput | GetNamespaceCommandOutput | GetTableBucketCommandOutput | GetTableBucketEncryptionCommandOutput | GetTableBucketMaintenanceConfigurationCommandOutput | GetTableBucketMetricsConfigurationCommandOutput | GetTableBucketPolicyCommandOutput | GetTableCommandOutput | GetTableEncryptionCommandOutput | GetTableMaintenanceConfigurationCommandOutput | GetTableMaintenanceJobStatusCommandOutput | GetTableMetadataLocationCommandOutput | GetTablePolicyCommandOutput | ListNamespacesCommandOutput | ListTableBucketsCommandOutput | ListTablesCommandOutput | ListTagsForResourceCommandOutput | PutTableBucketEncryptionCommandOutput | PutTableBucketMaintenanceConfigurationCommandOutput | PutTableBucketMetricsConfigurationCommandOutput | PutTableBucketPolicyCommandOutput | PutTableMaintenanceConfigurationCommandOutput | PutTablePolicyCommandOutput | RenameTableCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateTableMetadataLocationCommandOutput;
|
|
69
|
+
export type ServiceOutputTypes = CreateNamespaceCommandOutput | CreateTableBucketCommandOutput | CreateTableCommandOutput | DeleteNamespaceCommandOutput | DeleteTableBucketCommandOutput | DeleteTableBucketEncryptionCommandOutput | DeleteTableBucketMetricsConfigurationCommandOutput | DeleteTableBucketPolicyCommandOutput | DeleteTableBucketReplicationCommandOutput | DeleteTableCommandOutput | DeleteTablePolicyCommandOutput | DeleteTableReplicationCommandOutput | GetNamespaceCommandOutput | GetTableBucketCommandOutput | GetTableBucketEncryptionCommandOutput | GetTableBucketMaintenanceConfigurationCommandOutput | GetTableBucketMetricsConfigurationCommandOutput | GetTableBucketPolicyCommandOutput | GetTableBucketReplicationCommandOutput | GetTableBucketStorageClassCommandOutput | GetTableCommandOutput | GetTableEncryptionCommandOutput | GetTableMaintenanceConfigurationCommandOutput | GetTableMaintenanceJobStatusCommandOutput | GetTableMetadataLocationCommandOutput | GetTablePolicyCommandOutput | GetTableRecordExpirationConfigurationCommandOutput | GetTableRecordExpirationJobStatusCommandOutput | GetTableReplicationCommandOutput | GetTableReplicationStatusCommandOutput | GetTableStorageClassCommandOutput | ListNamespacesCommandOutput | ListTableBucketsCommandOutput | ListTablesCommandOutput | ListTagsForResourceCommandOutput | PutTableBucketEncryptionCommandOutput | PutTableBucketMaintenanceConfigurationCommandOutput | PutTableBucketMetricsConfigurationCommandOutput | PutTableBucketPolicyCommandOutput | PutTableBucketReplicationCommandOutput | PutTableBucketStorageClassCommandOutput | PutTableMaintenanceConfigurationCommandOutput | PutTablePolicyCommandOutput | PutTableRecordExpirationConfigurationCommandOutput | PutTableReplicationCommandOutput | RenameTableCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateTableMetadataLocationCommandOutput;
|
|
57
70
|
/**
|
|
58
71
|
* @public
|
|
59
72
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { S3TablesHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { S3TablesHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { S3TablesClientResolvedConfig } from "../S3TablesClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type S3TablesClientResolvedConfig } from "../S3TablesClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_0";
|
|
4
|
-
import { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_0";
|
|
4
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateTableBucketRequest, CreateTableBucketResponse } from "../models/models_0";
|
|
4
|
-
import { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateTableBucketRequest, CreateTableBucketResponse } from "../models/models_0";
|
|
4
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -27,7 +27,7 @@ declare const CreateTableBucketCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-create.html">Creating a table bucket</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:CreateTableBucket</code> permission to use this operation. </p> </li> <li> <p>If you use this operation with the optional <code>encryptionConfiguration</code> parameter you must have the <code>s3tables:PutTableBucketEncryption</code> permission.</p> </li> <li> <p>
|
|
30
|
+
* <p>Creates a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-create.html">Creating a table bucket</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:CreateTableBucket</code> permission to use this operation. </p> </li> <li> <p>If you use this operation with the optional <code>encryptionConfiguration</code> parameter you must have the <code>s3tables:PutTableBucketEncryption</code> permission.</p> </li> <li> <p>If you use this operation with the <code>storageClassConfiguration</code> request parameter, you must have the <code>s3tables:PutTableBucketStorageClass</code> permission.</p> </li> <li> <p>To create a table bucket with tags, you must have the <code>s3tables:TagResource</code> permission in addition to <code>s3tables:CreateTableBucket</code> permission.</p> </li> </ul> </dd> </dl>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -42,6 +42,9 @@ declare const CreateTableBucketCommand_base: {
|
|
|
42
42
|
* sseAlgorithm: "AES256" || "aws:kms", // required
|
|
43
43
|
* kmsKeyArn: "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
|
+
* storageClassConfiguration: { // StorageClassConfiguration
|
|
46
|
+
* storageClass: "STANDARD" || "INTELLIGENT_TIERING", // required
|
|
47
|
+
* },
|
|
45
48
|
* tags: { // Tags
|
|
46
49
|
* "<keys>": "STRING_VALUE",
|
|
47
50
|
* },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateTableRequest, CreateTableResponse } from "../models/models_0";
|
|
4
|
-
import { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateTableRequest, CreateTableResponse } from "../models/models_0";
|
|
4
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -27,7 +27,7 @@ declare const CreateTableCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new table associated with the given namespace in a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-create.html">Creating an Amazon S3 table</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:CreateTable</code> permission to use this operation. </p> </li> <li> <p>If you use this operation with the optional <code>metadata</code> request parameter you must have the <code>s3tables:PutTableData</code> permission. </p> </li> <li> <p>If you use this operation with the optional <code>encryptionConfiguration</code> request parameter you must have the <code>s3tables:PutTableEncryption</code> permission. </p> </li> <li> <p>
|
|
30
|
+
* <p>Creates a new table associated with the given namespace in a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-create.html">Creating an Amazon S3 table</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:CreateTable</code> permission to use this operation. </p> </li> <li> <p>If you use this operation with the optional <code>metadata</code> request parameter you must have the <code>s3tables:PutTableData</code> permission. </p> </li> <li> <p>If you use this operation with the optional <code>encryptionConfiguration</code> request parameter you must have the <code>s3tables:PutTableEncryption</code> permission. </p> </li> <li> <p>If you use this operation with the <code>storageClassConfiguration</code> request parameter, you must have the <code>s3tables:PutTableStorageClass</code> permission.</p> </li> <li> <p>To create a table with tags, you must have the <code>s3tables:TagResource</code> permission in addition to <code>s3tables:CreateTable</code> permission.</p> </li> </ul> <note> <p>Additionally, If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-kms-permissions.html">Permissions requirements for S3 Tables SSE-KMS encryption</a>. </p> </note> </dd> </dl>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -52,12 +52,18 @@ declare const CreateTableCommand_base: {
|
|
|
52
52
|
* },
|
|
53
53
|
* ],
|
|
54
54
|
* },
|
|
55
|
+
* properties: { // TableProperties
|
|
56
|
+
* "<keys>": "STRING_VALUE",
|
|
57
|
+
* },
|
|
55
58
|
* },
|
|
56
59
|
* },
|
|
57
60
|
* encryptionConfiguration: { // EncryptionConfiguration
|
|
58
61
|
* sseAlgorithm: "AES256" || "aws:kms", // required
|
|
59
62
|
* kmsKeyArn: "STRING_VALUE",
|
|
60
63
|
* },
|
|
64
|
+
* storageClassConfiguration: { // StorageClassConfiguration
|
|
65
|
+
* storageClass: "STANDARD" || "INTELLIGENT_TIERING", // required
|
|
66
|
+
* },
|
|
61
67
|
* tags: { // Tags
|
|
62
68
|
* "<keys>": "STRING_VALUE",
|
|
63
69
|
* },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteNamespaceRequest } from "../models/models_0";
|
|
4
|
-
import { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteNamespaceRequest } from "../models/models_0";
|
|
4
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteTableBucketRequest } from "../models/models_0";
|
|
4
|
-
import { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteTableBucketRequest } from "../models/models_0";
|
|
4
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteTableBucketEncryptionRequest } from "../models/models_0";
|
|
4
|
-
import { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteTableBucketEncryptionRequest } from "../models/models_0";
|
|
4
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteTableBucketMetricsConfigurationRequest } from "../models/models_0";
|
|
4
|
-
import { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteTableBucketMetricsConfigurationRequest } from "../models/models_0";
|
|
4
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteTableBucketPolicyRequest } from "../models/models_0";
|
|
4
|
-
import { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteTableBucketPolicyRequest } from "../models/models_0";
|
|
4
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteTableBucketReplicationRequest } from "../models/models_0";
|
|
4
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteTableBucketReplicationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteTableBucketReplicationCommandInput extends DeleteTableBucketReplicationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteTableBucketReplicationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteTableBucketReplicationCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteTableBucketReplicationCommand_base: {
|
|
25
|
+
new (input: DeleteTableBucketReplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableBucketReplicationCommandInput, DeleteTableBucketReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTableBucketReplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableBucketReplicationCommandInput, DeleteTableBucketReplicationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes the replication configuration for a table bucket. After deletion, new table updates will no longer be replicated to destination buckets, though existing replicated tables will remain in destination buckets.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucketReplication</code> permission to use this operation.</p> </dd> </dl>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { S3TablesClient, DeleteTableBucketReplicationCommand } from "@aws-sdk/client-s3tables"; // ES Modules import
|
|
35
|
+
* // const { S3TablesClient, DeleteTableBucketReplicationCommand } = require("@aws-sdk/client-s3tables"); // CommonJS import
|
|
36
|
+
* // import type { S3TablesClientConfig } from "@aws-sdk/client-s3tables";
|
|
37
|
+
* const config = {}; // type is S3TablesClientConfig
|
|
38
|
+
* const client = new S3TablesClient(config);
|
|
39
|
+
* const input = { // DeleteTableBucketReplicationRequest
|
|
40
|
+
* tableBucketARN: "STRING_VALUE", // required
|
|
41
|
+
* versionToken: "STRING_VALUE",
|
|
42
|
+
* };
|
|
43
|
+
* const command = new DeleteTableBucketReplicationCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @param DeleteTableBucketReplicationCommandInput - {@link DeleteTableBucketReplicationCommandInput}
|
|
50
|
+
* @returns {@link DeleteTableBucketReplicationCommandOutput}
|
|
51
|
+
* @see {@link DeleteTableBucketReplicationCommandInput} for command's `input` shape.
|
|
52
|
+
* @see {@link DeleteTableBucketReplicationCommandOutput} for command's `response` shape.
|
|
53
|
+
* @see {@link S3TablesClientResolvedConfig | config} for S3TablesClient's `config` shape.
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
56
|
+
* <p>The action cannot be performed because you do not have the required permission.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link BadRequestException} (client fault)
|
|
59
|
+
* <p>The request is invalid or malformed.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ConflictException} (client fault)
|
|
62
|
+
* <p>The request failed because there is a conflict with a previous write. You can retry the request.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
65
|
+
* <p>The caller isn't authorized to make the request.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
68
|
+
* <p>The request failed due to an internal server error.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link NotFoundException} (client fault)
|
|
71
|
+
* <p>The request was rejected because the specified resource could not be found.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
74
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link S3TablesServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
78
|
+
*
|
|
79
|
+
*
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export declare class DeleteTableBucketReplicationCommand extends DeleteTableBucketReplicationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteTableBucketReplicationRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteTableBucketReplicationCommandInput;
|
|
91
|
+
output: DeleteTableBucketReplicationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteTableRequest } from "../models/models_0";
|
|
4
|
-
import { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteTableRequest } from "../models/models_0";
|
|
4
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteTablePolicyRequest } from "../models/models_0";
|
|
4
|
-
import { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteTablePolicyRequest } from "../models/models_0";
|
|
4
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|