@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
|
@@ -6,20 +6,29 @@ export * from "./DeleteTableBucketCommand";
|
|
|
6
6
|
export * from "./DeleteTableBucketEncryptionCommand";
|
|
7
7
|
export * from "./DeleteTableBucketMetricsConfigurationCommand";
|
|
8
8
|
export * from "./DeleteTableBucketPolicyCommand";
|
|
9
|
+
export * from "./DeleteTableBucketReplicationCommand";
|
|
9
10
|
export * from "./DeleteTableCommand";
|
|
10
11
|
export * from "./DeleteTablePolicyCommand";
|
|
12
|
+
export * from "./DeleteTableReplicationCommand";
|
|
11
13
|
export * from "./GetNamespaceCommand";
|
|
12
14
|
export * from "./GetTableBucketCommand";
|
|
13
15
|
export * from "./GetTableBucketEncryptionCommand";
|
|
14
16
|
export * from "./GetTableBucketMaintenanceConfigurationCommand";
|
|
15
17
|
export * from "./GetTableBucketMetricsConfigurationCommand";
|
|
16
18
|
export * from "./GetTableBucketPolicyCommand";
|
|
19
|
+
export * from "./GetTableBucketReplicationCommand";
|
|
20
|
+
export * from "./GetTableBucketStorageClassCommand";
|
|
17
21
|
export * from "./GetTableCommand";
|
|
18
22
|
export * from "./GetTableEncryptionCommand";
|
|
19
23
|
export * from "./GetTableMaintenanceConfigurationCommand";
|
|
20
24
|
export * from "./GetTableMaintenanceJobStatusCommand";
|
|
21
25
|
export * from "./GetTableMetadataLocationCommand";
|
|
22
26
|
export * from "./GetTablePolicyCommand";
|
|
27
|
+
export * from "./GetTableRecordExpirationConfigurationCommand";
|
|
28
|
+
export * from "./GetTableRecordExpirationJobStatusCommand";
|
|
29
|
+
export * from "./GetTableReplicationCommand";
|
|
30
|
+
export * from "./GetTableReplicationStatusCommand";
|
|
31
|
+
export * from "./GetTableStorageClassCommand";
|
|
23
32
|
export * from "./ListNamespacesCommand";
|
|
24
33
|
export * from "./ListTableBucketsCommand";
|
|
25
34
|
export * from "./ListTablesCommand";
|
|
@@ -28,8 +37,12 @@ export * from "./PutTableBucketEncryptionCommand";
|
|
|
28
37
|
export * from "./PutTableBucketMaintenanceConfigurationCommand";
|
|
29
38
|
export * from "./PutTableBucketMetricsConfigurationCommand";
|
|
30
39
|
export * from "./PutTableBucketPolicyCommand";
|
|
40
|
+
export * from "./PutTableBucketReplicationCommand";
|
|
41
|
+
export * from "./PutTableBucketStorageClassCommand";
|
|
31
42
|
export * from "./PutTableMaintenanceConfigurationCommand";
|
|
32
43
|
export * from "./PutTablePolicyCommand";
|
|
44
|
+
export * from "./PutTableRecordExpirationConfigurationCommand";
|
|
45
|
+
export * from "./PutTableReplicationCommand";
|
|
33
46
|
export * from "./RenameTableCommand";
|
|
34
47
|
export * from "./TagResourceCommand";
|
|
35
48
|
export * from "./UntagResourceCommand";
|
|
@@ -8,6 +8,11 @@ export declare const OpenTableFormat: {
|
|
|
8
8
|
};
|
|
9
9
|
export type OpenTableFormat =
|
|
10
10
|
(typeof OpenTableFormat)[keyof typeof OpenTableFormat];
|
|
11
|
+
export declare const StorageClass: {
|
|
12
|
+
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
13
|
+
readonly STANDARD: "STANDARD";
|
|
14
|
+
};
|
|
15
|
+
export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
|
|
11
16
|
export declare const TableType: {
|
|
12
17
|
readonly AWS: "aws";
|
|
13
18
|
readonly CUSTOMER: "customer";
|
|
@@ -58,3 +63,24 @@ export declare const JobStatus: {
|
|
|
58
63
|
readonly SUCCESSFUL: "Successful";
|
|
59
64
|
};
|
|
60
65
|
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
66
|
+
export declare const TableRecordExpirationStatus: {
|
|
67
|
+
readonly DISABLED: "disabled";
|
|
68
|
+
readonly ENABLED: "enabled";
|
|
69
|
+
};
|
|
70
|
+
export type TableRecordExpirationStatus =
|
|
71
|
+
(typeof TableRecordExpirationStatus)[keyof typeof TableRecordExpirationStatus];
|
|
72
|
+
export declare const TableRecordExpirationJobStatus: {
|
|
73
|
+
readonly DISABLED: "Disabled";
|
|
74
|
+
readonly FAILED: "Failed";
|
|
75
|
+
readonly NOT_YET_RUN: "NotYetRun";
|
|
76
|
+
readonly SUCCESSFUL: "Successful";
|
|
77
|
+
};
|
|
78
|
+
export type TableRecordExpirationJobStatus =
|
|
79
|
+
(typeof TableRecordExpirationJobStatus)[keyof typeof TableRecordExpirationJobStatus];
|
|
80
|
+
export declare const ReplicationStatus: {
|
|
81
|
+
readonly COMPLETED: "completed";
|
|
82
|
+
readonly FAILED: "failed";
|
|
83
|
+
readonly PENDING: "pending";
|
|
84
|
+
};
|
|
85
|
+
export type ReplicationStatus =
|
|
86
|
+
(typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
|
@@ -43,3 +43,10 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
43
43
|
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
44
44
|
);
|
|
45
45
|
}
|
|
46
|
+
export declare class MethodNotAllowedException extends __BaseException {
|
|
47
|
+
readonly name: "MethodNotAllowedException";
|
|
48
|
+
readonly $fault: "client";
|
|
49
|
+
constructor(
|
|
50
|
+
opts: __ExceptionOptionType<MethodNotAllowedException, __BaseException>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
@@ -3,11 +3,15 @@ import {
|
|
|
3
3
|
JobStatus,
|
|
4
4
|
MaintenanceStatus,
|
|
5
5
|
OpenTableFormat,
|
|
6
|
+
ReplicationStatus,
|
|
6
7
|
SSEAlgorithm,
|
|
8
|
+
StorageClass,
|
|
7
9
|
TableBucketMaintenanceType,
|
|
8
10
|
TableBucketType,
|
|
9
11
|
TableMaintenanceJobType,
|
|
10
12
|
TableMaintenanceType,
|
|
13
|
+
TableRecordExpirationJobStatus,
|
|
14
|
+
TableRecordExpirationStatus,
|
|
11
15
|
TableType,
|
|
12
16
|
} from "./enums";
|
|
13
17
|
export interface CreateNamespaceRequest {
|
|
@@ -32,6 +36,7 @@ export interface IcebergSchema {
|
|
|
32
36
|
}
|
|
33
37
|
export interface IcebergMetadata {
|
|
34
38
|
schema: IcebergSchema | undefined;
|
|
39
|
+
properties?: Record<string, string> | undefined;
|
|
35
40
|
}
|
|
36
41
|
export type TableMetadata =
|
|
37
42
|
| TableMetadata.IcebergMember
|
|
@@ -50,6 +55,9 @@ export declare namespace TableMetadata {
|
|
|
50
55
|
_: (name: string, value: any) => T;
|
|
51
56
|
}
|
|
52
57
|
}
|
|
58
|
+
export interface StorageClassConfiguration {
|
|
59
|
+
storageClass: StorageClass | undefined;
|
|
60
|
+
}
|
|
53
61
|
export interface CreateTableRequest {
|
|
54
62
|
tableBucketARN: string | undefined;
|
|
55
63
|
namespace: string | undefined;
|
|
@@ -57,6 +65,7 @@ export interface CreateTableRequest {
|
|
|
57
65
|
format: OpenTableFormat | undefined;
|
|
58
66
|
metadata?: TableMetadata | undefined;
|
|
59
67
|
encryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
68
|
+
storageClassConfiguration?: StorageClassConfiguration | undefined;
|
|
60
69
|
tags?: Record<string, string> | undefined;
|
|
61
70
|
}
|
|
62
71
|
export interface CreateTableResponse {
|
|
@@ -66,6 +75,7 @@ export interface CreateTableResponse {
|
|
|
66
75
|
export interface CreateTableBucketRequest {
|
|
67
76
|
name: string | undefined;
|
|
68
77
|
encryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
78
|
+
storageClassConfiguration?: StorageClassConfiguration | undefined;
|
|
69
79
|
tags?: Record<string, string> | undefined;
|
|
70
80
|
}
|
|
71
81
|
export interface CreateTableBucketResponse {
|
|
@@ -93,11 +103,19 @@ export interface DeleteTableBucketMetricsConfigurationRequest {
|
|
|
93
103
|
export interface DeleteTableBucketPolicyRequest {
|
|
94
104
|
tableBucketARN: string | undefined;
|
|
95
105
|
}
|
|
106
|
+
export interface DeleteTableBucketReplicationRequest {
|
|
107
|
+
tableBucketARN: string | undefined;
|
|
108
|
+
versionToken?: string | undefined;
|
|
109
|
+
}
|
|
96
110
|
export interface DeleteTablePolicyRequest {
|
|
97
111
|
tableBucketARN: string | undefined;
|
|
98
112
|
namespace: string | undefined;
|
|
99
113
|
name: string | undefined;
|
|
100
114
|
}
|
|
115
|
+
export interface DeleteTableReplicationRequest {
|
|
116
|
+
tableArn: string | undefined;
|
|
117
|
+
versionToken: string | undefined;
|
|
118
|
+
}
|
|
101
119
|
export interface GetNamespaceRequest {
|
|
102
120
|
tableBucketARN: string | undefined;
|
|
103
121
|
namespace: string | undefined;
|
|
@@ -116,6 +134,12 @@ export interface GetTableRequest {
|
|
|
116
134
|
name?: string | undefined;
|
|
117
135
|
tableArn?: string | undefined;
|
|
118
136
|
}
|
|
137
|
+
export interface ReplicationInformation {
|
|
138
|
+
sourceTableARN: string | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface ManagedTableInformation {
|
|
141
|
+
replicationInformation?: ReplicationInformation | undefined;
|
|
142
|
+
}
|
|
119
143
|
export interface GetTableResponse {
|
|
120
144
|
name: string | undefined;
|
|
121
145
|
type: TableType | undefined;
|
|
@@ -133,6 +157,7 @@ export interface GetTableResponse {
|
|
|
133
157
|
ownerAccountId: string | undefined;
|
|
134
158
|
format: OpenTableFormat | undefined;
|
|
135
159
|
tableBucketId?: string | undefined;
|
|
160
|
+
managedTableInformation?: ManagedTableInformation | undefined;
|
|
136
161
|
}
|
|
137
162
|
export interface GetTableBucketRequest {
|
|
138
163
|
tableBucketARN: string | undefined;
|
|
@@ -205,6 +230,29 @@ export interface GetTableBucketPolicyRequest {
|
|
|
205
230
|
export interface GetTableBucketPolicyResponse {
|
|
206
231
|
resourcePolicy: string | undefined;
|
|
207
232
|
}
|
|
233
|
+
export interface GetTableBucketReplicationRequest {
|
|
234
|
+
tableBucketARN: string | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface ReplicationDestination {
|
|
237
|
+
destinationTableBucketARN: string | undefined;
|
|
238
|
+
}
|
|
239
|
+
export interface TableBucketReplicationRule {
|
|
240
|
+
destinations: ReplicationDestination[] | undefined;
|
|
241
|
+
}
|
|
242
|
+
export interface TableBucketReplicationConfiguration {
|
|
243
|
+
role: string | undefined;
|
|
244
|
+
rules: TableBucketReplicationRule[] | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface GetTableBucketReplicationResponse {
|
|
247
|
+
versionToken: string | undefined;
|
|
248
|
+
configuration: TableBucketReplicationConfiguration | undefined;
|
|
249
|
+
}
|
|
250
|
+
export interface GetTableBucketStorageClassRequest {
|
|
251
|
+
tableBucketARN: string | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface GetTableBucketStorageClassResponse {
|
|
254
|
+
storageClassConfiguration: StorageClassConfiguration | undefined;
|
|
255
|
+
}
|
|
208
256
|
export interface GetTableEncryptionRequest {
|
|
209
257
|
tableBucketARN: string | undefined;
|
|
210
258
|
namespace: string | undefined;
|
|
@@ -296,6 +344,73 @@ export interface GetTablePolicyRequest {
|
|
|
296
344
|
export interface GetTablePolicyResponse {
|
|
297
345
|
resourcePolicy: string | undefined;
|
|
298
346
|
}
|
|
347
|
+
export interface GetTableRecordExpirationConfigurationRequest {
|
|
348
|
+
tableArn: string | undefined;
|
|
349
|
+
}
|
|
350
|
+
export interface TableRecordExpirationSettings {
|
|
351
|
+
days?: number | undefined;
|
|
352
|
+
}
|
|
353
|
+
export interface TableRecordExpirationConfigurationValue {
|
|
354
|
+
status?: TableRecordExpirationStatus | undefined;
|
|
355
|
+
settings?: TableRecordExpirationSettings | undefined;
|
|
356
|
+
}
|
|
357
|
+
export interface GetTableRecordExpirationConfigurationResponse {
|
|
358
|
+
configuration: TableRecordExpirationConfigurationValue | undefined;
|
|
359
|
+
}
|
|
360
|
+
export interface GetTableRecordExpirationJobStatusRequest {
|
|
361
|
+
tableArn: string | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface TableRecordExpirationJobMetrics {
|
|
364
|
+
deletedDataFiles?: number | undefined;
|
|
365
|
+
deletedRecords?: number | undefined;
|
|
366
|
+
removedFilesSize?: number | undefined;
|
|
367
|
+
}
|
|
368
|
+
export interface GetTableRecordExpirationJobStatusResponse {
|
|
369
|
+
status: TableRecordExpirationJobStatus | undefined;
|
|
370
|
+
lastRunTimestamp?: Date | undefined;
|
|
371
|
+
failureMessage?: string | undefined;
|
|
372
|
+
metrics?: TableRecordExpirationJobMetrics | undefined;
|
|
373
|
+
}
|
|
374
|
+
export interface GetTableReplicationRequest {
|
|
375
|
+
tableArn: string | undefined;
|
|
376
|
+
}
|
|
377
|
+
export interface TableReplicationRule {
|
|
378
|
+
destinations: ReplicationDestination[] | undefined;
|
|
379
|
+
}
|
|
380
|
+
export interface TableReplicationConfiguration {
|
|
381
|
+
role: string | undefined;
|
|
382
|
+
rules: TableReplicationRule[] | undefined;
|
|
383
|
+
}
|
|
384
|
+
export interface GetTableReplicationResponse {
|
|
385
|
+
versionToken: string | undefined;
|
|
386
|
+
configuration: TableReplicationConfiguration | undefined;
|
|
387
|
+
}
|
|
388
|
+
export interface GetTableReplicationStatusRequest {
|
|
389
|
+
tableArn: string | undefined;
|
|
390
|
+
}
|
|
391
|
+
export interface LastSuccessfulReplicatedUpdate {
|
|
392
|
+
metadataLocation: string | undefined;
|
|
393
|
+
timestamp: Date | undefined;
|
|
394
|
+
}
|
|
395
|
+
export interface ReplicationDestinationStatusModel {
|
|
396
|
+
replicationStatus: ReplicationStatus | undefined;
|
|
397
|
+
destinationTableBucketArn: string | undefined;
|
|
398
|
+
destinationTableArn?: string | undefined;
|
|
399
|
+
lastSuccessfulReplicatedUpdate?: LastSuccessfulReplicatedUpdate | undefined;
|
|
400
|
+
failureMessage?: string | undefined;
|
|
401
|
+
}
|
|
402
|
+
export interface GetTableReplicationStatusResponse {
|
|
403
|
+
sourceTableArn: string | undefined;
|
|
404
|
+
destinations: ReplicationDestinationStatusModel[] | undefined;
|
|
405
|
+
}
|
|
406
|
+
export interface GetTableStorageClassRequest {
|
|
407
|
+
tableBucketARN: string | undefined;
|
|
408
|
+
namespace: string | undefined;
|
|
409
|
+
name: string | undefined;
|
|
410
|
+
}
|
|
411
|
+
export interface GetTableStorageClassResponse {
|
|
412
|
+
storageClassConfiguration: StorageClassConfiguration | undefined;
|
|
413
|
+
}
|
|
299
414
|
export interface ListNamespacesRequest {
|
|
300
415
|
tableBucketARN: string | undefined;
|
|
301
416
|
prefix?: string | undefined;
|
|
@@ -346,6 +461,7 @@ export interface TableSummary {
|
|
|
346
461
|
tableARN: string | undefined;
|
|
347
462
|
createdAt: Date | undefined;
|
|
348
463
|
modifiedAt: Date | undefined;
|
|
464
|
+
managedByService?: string | undefined;
|
|
349
465
|
namespaceId?: string | undefined;
|
|
350
466
|
tableBucketId?: string | undefined;
|
|
351
467
|
}
|
|
@@ -375,6 +491,19 @@ export interface PutTableBucketPolicyRequest {
|
|
|
375
491
|
tableBucketARN: string | undefined;
|
|
376
492
|
resourcePolicy: string | undefined;
|
|
377
493
|
}
|
|
494
|
+
export interface PutTableBucketReplicationRequest {
|
|
495
|
+
tableBucketARN: string | undefined;
|
|
496
|
+
versionToken?: string | undefined;
|
|
497
|
+
configuration: TableBucketReplicationConfiguration | undefined;
|
|
498
|
+
}
|
|
499
|
+
export interface PutTableBucketReplicationResponse {
|
|
500
|
+
versionToken: string | undefined;
|
|
501
|
+
status: string | undefined;
|
|
502
|
+
}
|
|
503
|
+
export interface PutTableBucketStorageClassRequest {
|
|
504
|
+
tableBucketARN: string | undefined;
|
|
505
|
+
storageClassConfiguration: StorageClassConfiguration | undefined;
|
|
506
|
+
}
|
|
378
507
|
export interface PutTableMaintenanceConfigurationRequest {
|
|
379
508
|
tableBucketARN: string | undefined;
|
|
380
509
|
namespace: string | undefined;
|
|
@@ -388,6 +517,19 @@ export interface PutTablePolicyRequest {
|
|
|
388
517
|
name: string | undefined;
|
|
389
518
|
resourcePolicy: string | undefined;
|
|
390
519
|
}
|
|
520
|
+
export interface PutTableRecordExpirationConfigurationRequest {
|
|
521
|
+
tableArn: string | undefined;
|
|
522
|
+
value: TableRecordExpirationConfigurationValue | undefined;
|
|
523
|
+
}
|
|
524
|
+
export interface PutTableReplicationRequest {
|
|
525
|
+
tableArn: string | undefined;
|
|
526
|
+
versionToken?: string | undefined;
|
|
527
|
+
configuration: TableReplicationConfiguration | undefined;
|
|
528
|
+
}
|
|
529
|
+
export interface PutTableReplicationResponse {
|
|
530
|
+
versionToken: string | undefined;
|
|
531
|
+
status: string | undefined;
|
|
532
|
+
}
|
|
391
533
|
export interface RenameTableRequest {
|
|
392
534
|
tableBucketARN: string | undefined;
|
|
393
535
|
namespace: string | undefined;
|
|
@@ -18,8 +18,10 @@ export declare var DeleteNamespaceRequest: StaticStructureSchema;
|
|
|
18
18
|
export declare var DeleteTableBucketEncryptionRequest: StaticStructureSchema;
|
|
19
19
|
export declare var DeleteTableBucketMetricsConfigurationRequest: StaticStructureSchema;
|
|
20
20
|
export declare var DeleteTableBucketPolicyRequest: StaticStructureSchema;
|
|
21
|
+
export declare var DeleteTableBucketReplicationRequest: StaticStructureSchema;
|
|
21
22
|
export declare var DeleteTableBucketRequest: StaticStructureSchema;
|
|
22
23
|
export declare var DeleteTablePolicyRequest: StaticStructureSchema;
|
|
24
|
+
export declare var DeleteTableReplicationRequest: StaticStructureSchema;
|
|
23
25
|
export declare var DeleteTableRequest: StaticStructureSchema;
|
|
24
26
|
export declare var EncryptionConfiguration: StaticStructureSchema;
|
|
25
27
|
export declare var ForbiddenException: StaticErrorSchema;
|
|
@@ -33,8 +35,12 @@ export declare var GetTableBucketMetricsConfigurationRequest: StaticStructureSch
|
|
|
33
35
|
export declare var GetTableBucketMetricsConfigurationResponse: StaticStructureSchema;
|
|
34
36
|
export declare var GetTableBucketPolicyRequest: StaticStructureSchema;
|
|
35
37
|
export declare var GetTableBucketPolicyResponse: StaticStructureSchema;
|
|
38
|
+
export declare var GetTableBucketReplicationRequest: StaticStructureSchema;
|
|
39
|
+
export declare var GetTableBucketReplicationResponse: StaticStructureSchema;
|
|
36
40
|
export declare var GetTableBucketRequest: StaticStructureSchema;
|
|
37
41
|
export declare var GetTableBucketResponse: StaticStructureSchema;
|
|
42
|
+
export declare var GetTableBucketStorageClassRequest: StaticStructureSchema;
|
|
43
|
+
export declare var GetTableBucketStorageClassResponse: StaticStructureSchema;
|
|
38
44
|
export declare var GetTableEncryptionRequest: StaticStructureSchema;
|
|
39
45
|
export declare var GetTableEncryptionResponse: StaticStructureSchema;
|
|
40
46
|
export declare var GetTableMaintenanceConfigurationRequest: StaticStructureSchema;
|
|
@@ -45,14 +51,25 @@ export declare var GetTableMetadataLocationRequest: StaticStructureSchema;
|
|
|
45
51
|
export declare var GetTableMetadataLocationResponse: StaticStructureSchema;
|
|
46
52
|
export declare var GetTablePolicyRequest: StaticStructureSchema;
|
|
47
53
|
export declare var GetTablePolicyResponse: StaticStructureSchema;
|
|
54
|
+
export declare var GetTableRecordExpirationConfigurationRequest: StaticStructureSchema;
|
|
55
|
+
export declare var GetTableRecordExpirationConfigurationResponse: StaticStructureSchema;
|
|
56
|
+
export declare var GetTableRecordExpirationJobStatusRequest: StaticStructureSchema;
|
|
57
|
+
export declare var GetTableRecordExpirationJobStatusResponse: StaticStructureSchema;
|
|
58
|
+
export declare var GetTableReplicationRequest: StaticStructureSchema;
|
|
59
|
+
export declare var GetTableReplicationResponse: StaticStructureSchema;
|
|
60
|
+
export declare var GetTableReplicationStatusRequest: StaticStructureSchema;
|
|
61
|
+
export declare var GetTableReplicationStatusResponse: StaticStructureSchema;
|
|
48
62
|
export declare var GetTableRequest: StaticStructureSchema;
|
|
49
63
|
export declare var GetTableResponse: StaticStructureSchema;
|
|
64
|
+
export declare var GetTableStorageClassRequest: StaticStructureSchema;
|
|
65
|
+
export declare var GetTableStorageClassResponse: StaticStructureSchema;
|
|
50
66
|
export declare var IcebergCompactionSettings: StaticStructureSchema;
|
|
51
67
|
export declare var IcebergMetadata: StaticStructureSchema;
|
|
52
68
|
export declare var IcebergSchema: StaticStructureSchema;
|
|
53
69
|
export declare var IcebergSnapshotManagementSettings: StaticStructureSchema;
|
|
54
70
|
export declare var IcebergUnreferencedFileRemovalSettings: StaticStructureSchema;
|
|
55
71
|
export declare var InternalServerErrorException: StaticErrorSchema;
|
|
72
|
+
export declare var LastSuccessfulReplicatedUpdate: StaticStructureSchema;
|
|
56
73
|
export declare var ListNamespacesRequest: StaticStructureSchema;
|
|
57
74
|
export declare var ListNamespacesResponse: StaticStructureSchema;
|
|
58
75
|
export declare var ListTableBucketsRequest: StaticStructureSchema;
|
|
@@ -61,20 +78,39 @@ export declare var ListTablesRequest: StaticStructureSchema;
|
|
|
61
78
|
export declare var ListTablesResponse: StaticStructureSchema;
|
|
62
79
|
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
63
80
|
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
81
|
+
export declare var ManagedTableInformation: StaticStructureSchema;
|
|
82
|
+
export declare var MethodNotAllowedException: StaticErrorSchema;
|
|
64
83
|
export declare var NamespaceSummary: StaticStructureSchema;
|
|
65
84
|
export declare var NotFoundException: StaticErrorSchema;
|
|
66
85
|
export declare var PutTableBucketEncryptionRequest: StaticStructureSchema;
|
|
67
86
|
export declare var PutTableBucketMaintenanceConfigurationRequest: StaticStructureSchema;
|
|
68
87
|
export declare var PutTableBucketMetricsConfigurationRequest: StaticStructureSchema;
|
|
69
88
|
export declare var PutTableBucketPolicyRequest: StaticStructureSchema;
|
|
89
|
+
export declare var PutTableBucketReplicationRequest: StaticStructureSchema;
|
|
90
|
+
export declare var PutTableBucketReplicationResponse: StaticStructureSchema;
|
|
91
|
+
export declare var PutTableBucketStorageClassRequest: StaticStructureSchema;
|
|
70
92
|
export declare var PutTableMaintenanceConfigurationRequest: StaticStructureSchema;
|
|
71
93
|
export declare var PutTablePolicyRequest: StaticStructureSchema;
|
|
94
|
+
export declare var PutTableRecordExpirationConfigurationRequest: StaticStructureSchema;
|
|
95
|
+
export declare var PutTableReplicationRequest: StaticStructureSchema;
|
|
96
|
+
export declare var PutTableReplicationResponse: StaticStructureSchema;
|
|
72
97
|
export declare var RenameTableRequest: StaticStructureSchema;
|
|
98
|
+
export declare var ReplicationDestination: StaticStructureSchema;
|
|
99
|
+
export declare var ReplicationDestinationStatusModel: StaticStructureSchema;
|
|
100
|
+
export declare var ReplicationInformation: StaticStructureSchema;
|
|
73
101
|
export declare var SchemaField: StaticStructureSchema;
|
|
102
|
+
export declare var StorageClassConfiguration: StaticStructureSchema;
|
|
74
103
|
export declare var TableBucketMaintenanceConfigurationValue: StaticStructureSchema;
|
|
104
|
+
export declare var TableBucketReplicationConfiguration: StaticStructureSchema;
|
|
105
|
+
export declare var TableBucketReplicationRule: StaticStructureSchema;
|
|
75
106
|
export declare var TableBucketSummary: StaticStructureSchema;
|
|
76
107
|
export declare var TableMaintenanceConfigurationValue: StaticStructureSchema;
|
|
77
108
|
export declare var TableMaintenanceJobStatusValue: StaticStructureSchema;
|
|
109
|
+
export declare var TableRecordExpirationConfigurationValue: StaticStructureSchema;
|
|
110
|
+
export declare var TableRecordExpirationJobMetrics: StaticStructureSchema;
|
|
111
|
+
export declare var TableRecordExpirationSettings: StaticStructureSchema;
|
|
112
|
+
export declare var TableReplicationConfiguration: StaticStructureSchema;
|
|
113
|
+
export declare var TableReplicationRule: StaticStructureSchema;
|
|
78
114
|
export declare var TableSummary: StaticStructureSchema;
|
|
79
115
|
export declare var TagResourceRequest: StaticStructureSchema;
|
|
80
116
|
export declare var TagResourceResponse: StaticStructureSchema;
|
|
@@ -87,13 +123,18 @@ export declare var __Unit: "unit";
|
|
|
87
123
|
export declare var S3TablesServiceException: StaticErrorSchema;
|
|
88
124
|
export declare var NamespaceList: number;
|
|
89
125
|
export declare var NamespaceSummaryList: StaticListSchema;
|
|
126
|
+
export declare var ReplicationDestinations: StaticListSchema;
|
|
127
|
+
export declare var ReplicationDestinationStatuses: StaticListSchema;
|
|
90
128
|
export declare var SchemaFieldList: StaticListSchema;
|
|
129
|
+
export declare var TableBucketReplicationRules: StaticListSchema;
|
|
91
130
|
export declare var TableBucketSummaryList: StaticListSchema;
|
|
131
|
+
export declare var TableReplicationRules: StaticListSchema;
|
|
92
132
|
export declare var TableSummaryList: StaticListSchema;
|
|
93
133
|
export declare var TagKeyList: number;
|
|
94
134
|
export declare var TableBucketMaintenanceConfiguration: StaticMapSchema;
|
|
95
135
|
export declare var TableMaintenanceConfiguration: StaticMapSchema;
|
|
96
136
|
export declare var TableMaintenanceJobStatus: StaticMapSchema;
|
|
137
|
+
export declare var TableProperties: number;
|
|
97
138
|
export declare var Tags: number;
|
|
98
139
|
export declare var TableBucketMaintenanceSettings: StaticStructureSchema;
|
|
99
140
|
export declare var TableMaintenanceSettings: StaticStructureSchema;
|
|
@@ -107,7 +148,9 @@ export declare var DeleteTableBucket: StaticOperationSchema;
|
|
|
107
148
|
export declare var DeleteTableBucketEncryption: StaticOperationSchema;
|
|
108
149
|
export declare var DeleteTableBucketMetricsConfiguration: StaticOperationSchema;
|
|
109
150
|
export declare var DeleteTableBucketPolicy: StaticOperationSchema;
|
|
151
|
+
export declare var DeleteTableBucketReplication: StaticOperationSchema;
|
|
110
152
|
export declare var DeleteTablePolicy: StaticOperationSchema;
|
|
153
|
+
export declare var DeleteTableReplication: StaticOperationSchema;
|
|
111
154
|
export declare var GetNamespace: StaticOperationSchema;
|
|
112
155
|
export declare var GetTable: StaticOperationSchema;
|
|
113
156
|
export declare var GetTableBucket: StaticOperationSchema;
|
|
@@ -115,11 +158,18 @@ export declare var GetTableBucketEncryption: StaticOperationSchema;
|
|
|
115
158
|
export declare var GetTableBucketMaintenanceConfiguration: StaticOperationSchema;
|
|
116
159
|
export declare var GetTableBucketMetricsConfiguration: StaticOperationSchema;
|
|
117
160
|
export declare var GetTableBucketPolicy: StaticOperationSchema;
|
|
161
|
+
export declare var GetTableBucketReplication: StaticOperationSchema;
|
|
162
|
+
export declare var GetTableBucketStorageClass: StaticOperationSchema;
|
|
118
163
|
export declare var GetTableEncryption: StaticOperationSchema;
|
|
119
164
|
export declare var GetTableMaintenanceConfiguration: StaticOperationSchema;
|
|
120
165
|
export declare var GetTableMaintenanceJobStatus: StaticOperationSchema;
|
|
121
166
|
export declare var GetTableMetadataLocation: StaticOperationSchema;
|
|
122
167
|
export declare var GetTablePolicy: StaticOperationSchema;
|
|
168
|
+
export declare var GetTableRecordExpirationConfiguration: StaticOperationSchema;
|
|
169
|
+
export declare var GetTableRecordExpirationJobStatus: StaticOperationSchema;
|
|
170
|
+
export declare var GetTableReplication: StaticOperationSchema;
|
|
171
|
+
export declare var GetTableReplicationStatus: StaticOperationSchema;
|
|
172
|
+
export declare var GetTableStorageClass: StaticOperationSchema;
|
|
123
173
|
export declare var ListNamespaces: StaticOperationSchema;
|
|
124
174
|
export declare var ListTableBuckets: StaticOperationSchema;
|
|
125
175
|
export declare var ListTables: StaticOperationSchema;
|
|
@@ -128,8 +178,12 @@ export declare var PutTableBucketEncryption: StaticOperationSchema;
|
|
|
128
178
|
export declare var PutTableBucketMaintenanceConfiguration: StaticOperationSchema;
|
|
129
179
|
export declare var PutTableBucketMetricsConfiguration: StaticOperationSchema;
|
|
130
180
|
export declare var PutTableBucketPolicy: StaticOperationSchema;
|
|
181
|
+
export declare var PutTableBucketReplication: StaticOperationSchema;
|
|
182
|
+
export declare var PutTableBucketStorageClass: StaticOperationSchema;
|
|
131
183
|
export declare var PutTableMaintenanceConfiguration: StaticOperationSchema;
|
|
132
184
|
export declare var PutTablePolicy: StaticOperationSchema;
|
|
185
|
+
export declare var PutTableRecordExpirationConfiguration: StaticOperationSchema;
|
|
186
|
+
export declare var PutTableReplication: StaticOperationSchema;
|
|
133
187
|
export declare var RenameTable: StaticOperationSchema;
|
|
134
188
|
export declare var TagResource: StaticOperationSchema;
|
|
135
189
|
export declare var UntagResource: StaticOperationSchema;
|
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.
|
|
4
|
+
"version": "3.946.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3tables",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service --solo s3tables"
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo s3tables",
|
|
15
|
+
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
17
18
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +21,38 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.946.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.946.0",
|
|
25
26
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
27
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
28
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.946.0",
|
|
29
30
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
31
|
"@aws-sdk/types": "3.936.0",
|
|
31
32
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
33
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.946.0",
|
|
34
35
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
36
|
+
"@smithy/core": "^3.18.7",
|
|
36
37
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
38
|
"@smithy/hash-node": "^4.2.5",
|
|
38
39
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
40
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
42
43
|
"@smithy/middleware-serde": "^4.2.6",
|
|
43
44
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
45
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
46
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
47
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
48
49
|
"@smithy/types": "^4.9.0",
|
|
49
50
|
"@smithy/url-parser": "^4.2.5",
|
|
50
51
|
"@smithy/util-base64": "^4.3.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
55
56
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
57
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
58
|
"@smithy/util-retry": "^4.2.5",
|