@aws-sdk/client-s3tables 3.939.0 → 3.943.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 +755 -20
- package/dist-es/S3Tables.js +26 -0
- 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/schemas/schemas_0.js +539 -21
- package/dist-types/S3Tables.d.ts +91 -0
- package/dist-types/S3TablesClient.d.ts +15 -2
- package/dist-types/commands/CreateTableBucketCommand.d.ts +4 -1
- package/dist-types/commands/CreateTableCommand.d.ts +7 -1
- package/dist-types/commands/DeleteTableBucketReplicationCommand.d.ts +94 -0
- package/dist-types/commands/DeleteTableReplicationCommand.d.ts +94 -0
- 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 +5 -0
- 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/ListTablesCommand.d.ts +1 -0
- package/dist-types/commands/PutTableBucketReplicationCommand.d.ts +109 -0
- package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +93 -0
- package/dist-types/commands/PutTableRecordExpirationConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/PutTableReplicationCommand.d.ts +109 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/enums.d.ts +51 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +530 -2
- package/dist-types/schemas/schemas_0.d.ts +54 -0
- package/dist-types/ts3.4/S3Tables.d.ts +239 -0
- package/dist-types/ts3.4/S3TablesClient.d.ts +78 -0
- 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/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 +5 -5
package/dist-es/S3Tables.js
CHANGED
|
@@ -7,20 +7,29 @@ import { DeleteTableBucketCommand, } from "./commands/DeleteTableBucketCommand";
|
|
|
7
7
|
import { DeleteTableBucketEncryptionCommand, } from "./commands/DeleteTableBucketEncryptionCommand";
|
|
8
8
|
import { DeleteTableBucketMetricsConfigurationCommand, } from "./commands/DeleteTableBucketMetricsConfigurationCommand";
|
|
9
9
|
import { DeleteTableBucketPolicyCommand, } from "./commands/DeleteTableBucketPolicyCommand";
|
|
10
|
+
import { DeleteTableBucketReplicationCommand, } from "./commands/DeleteTableBucketReplicationCommand";
|
|
10
11
|
import { DeleteTableCommand } from "./commands/DeleteTableCommand";
|
|
11
12
|
import { DeleteTablePolicyCommand, } from "./commands/DeleteTablePolicyCommand";
|
|
13
|
+
import { DeleteTableReplicationCommand, } from "./commands/DeleteTableReplicationCommand";
|
|
12
14
|
import { GetNamespaceCommand, } from "./commands/GetNamespaceCommand";
|
|
13
15
|
import { GetTableBucketCommand, } from "./commands/GetTableBucketCommand";
|
|
14
16
|
import { GetTableBucketEncryptionCommand, } from "./commands/GetTableBucketEncryptionCommand";
|
|
15
17
|
import { GetTableBucketMaintenanceConfigurationCommand, } from "./commands/GetTableBucketMaintenanceConfigurationCommand";
|
|
16
18
|
import { GetTableBucketMetricsConfigurationCommand, } from "./commands/GetTableBucketMetricsConfigurationCommand";
|
|
17
19
|
import { GetTableBucketPolicyCommand, } from "./commands/GetTableBucketPolicyCommand";
|
|
20
|
+
import { GetTableBucketReplicationCommand, } from "./commands/GetTableBucketReplicationCommand";
|
|
21
|
+
import { GetTableBucketStorageClassCommand, } from "./commands/GetTableBucketStorageClassCommand";
|
|
18
22
|
import { GetTableCommand } from "./commands/GetTableCommand";
|
|
19
23
|
import { GetTableEncryptionCommand, } from "./commands/GetTableEncryptionCommand";
|
|
20
24
|
import { GetTableMaintenanceConfigurationCommand, } from "./commands/GetTableMaintenanceConfigurationCommand";
|
|
21
25
|
import { GetTableMaintenanceJobStatusCommand, } from "./commands/GetTableMaintenanceJobStatusCommand";
|
|
22
26
|
import { GetTableMetadataLocationCommand, } from "./commands/GetTableMetadataLocationCommand";
|
|
23
27
|
import { GetTablePolicyCommand, } from "./commands/GetTablePolicyCommand";
|
|
28
|
+
import { GetTableRecordExpirationConfigurationCommand, } from "./commands/GetTableRecordExpirationConfigurationCommand";
|
|
29
|
+
import { GetTableRecordExpirationJobStatusCommand, } from "./commands/GetTableRecordExpirationJobStatusCommand";
|
|
30
|
+
import { GetTableReplicationCommand, } from "./commands/GetTableReplicationCommand";
|
|
31
|
+
import { GetTableReplicationStatusCommand, } from "./commands/GetTableReplicationStatusCommand";
|
|
32
|
+
import { GetTableStorageClassCommand, } from "./commands/GetTableStorageClassCommand";
|
|
24
33
|
import { ListNamespacesCommand, } from "./commands/ListNamespacesCommand";
|
|
25
34
|
import { ListTableBucketsCommand, } from "./commands/ListTableBucketsCommand";
|
|
26
35
|
import { ListTablesCommand } from "./commands/ListTablesCommand";
|
|
@@ -29,8 +38,12 @@ import { PutTableBucketEncryptionCommand, } from "./commands/PutTableBucketEncry
|
|
|
29
38
|
import { PutTableBucketMaintenanceConfigurationCommand, } from "./commands/PutTableBucketMaintenanceConfigurationCommand";
|
|
30
39
|
import { PutTableBucketMetricsConfigurationCommand, } from "./commands/PutTableBucketMetricsConfigurationCommand";
|
|
31
40
|
import { PutTableBucketPolicyCommand, } from "./commands/PutTableBucketPolicyCommand";
|
|
41
|
+
import { PutTableBucketReplicationCommand, } from "./commands/PutTableBucketReplicationCommand";
|
|
42
|
+
import { PutTableBucketStorageClassCommand, } from "./commands/PutTableBucketStorageClassCommand";
|
|
32
43
|
import { PutTableMaintenanceConfigurationCommand, } from "./commands/PutTableMaintenanceConfigurationCommand";
|
|
33
44
|
import { PutTablePolicyCommand, } from "./commands/PutTablePolicyCommand";
|
|
45
|
+
import { PutTableRecordExpirationConfigurationCommand, } from "./commands/PutTableRecordExpirationConfigurationCommand";
|
|
46
|
+
import { PutTableReplicationCommand, } from "./commands/PutTableReplicationCommand";
|
|
34
47
|
import { RenameTableCommand } from "./commands/RenameTableCommand";
|
|
35
48
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
36
49
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
@@ -46,7 +59,9 @@ const commands = {
|
|
|
46
59
|
DeleteTableBucketEncryptionCommand,
|
|
47
60
|
DeleteTableBucketMetricsConfigurationCommand,
|
|
48
61
|
DeleteTableBucketPolicyCommand,
|
|
62
|
+
DeleteTableBucketReplicationCommand,
|
|
49
63
|
DeleteTablePolicyCommand,
|
|
64
|
+
DeleteTableReplicationCommand,
|
|
50
65
|
GetNamespaceCommand,
|
|
51
66
|
GetTableCommand,
|
|
52
67
|
GetTableBucketCommand,
|
|
@@ -54,11 +69,18 @@ const commands = {
|
|
|
54
69
|
GetTableBucketMaintenanceConfigurationCommand,
|
|
55
70
|
GetTableBucketMetricsConfigurationCommand,
|
|
56
71
|
GetTableBucketPolicyCommand,
|
|
72
|
+
GetTableBucketReplicationCommand,
|
|
73
|
+
GetTableBucketStorageClassCommand,
|
|
57
74
|
GetTableEncryptionCommand,
|
|
58
75
|
GetTableMaintenanceConfigurationCommand,
|
|
59
76
|
GetTableMaintenanceJobStatusCommand,
|
|
60
77
|
GetTableMetadataLocationCommand,
|
|
61
78
|
GetTablePolicyCommand,
|
|
79
|
+
GetTableRecordExpirationConfigurationCommand,
|
|
80
|
+
GetTableRecordExpirationJobStatusCommand,
|
|
81
|
+
GetTableReplicationCommand,
|
|
82
|
+
GetTableReplicationStatusCommand,
|
|
83
|
+
GetTableStorageClassCommand,
|
|
62
84
|
ListNamespacesCommand,
|
|
63
85
|
ListTableBucketsCommand,
|
|
64
86
|
ListTablesCommand,
|
|
@@ -67,8 +89,12 @@ const commands = {
|
|
|
67
89
|
PutTableBucketMaintenanceConfigurationCommand,
|
|
68
90
|
PutTableBucketMetricsConfigurationCommand,
|
|
69
91
|
PutTableBucketPolicyCommand,
|
|
92
|
+
PutTableBucketReplicationCommand,
|
|
93
|
+
PutTableBucketStorageClassCommand,
|
|
70
94
|
PutTableMaintenanceConfigurationCommand,
|
|
71
95
|
PutTablePolicyCommand,
|
|
96
|
+
PutTableRecordExpirationConfigurationCommand,
|
|
97
|
+
PutTableReplicationCommand,
|
|
72
98
|
RenameTableCommand,
|
|
73
99
|
TagResourceCommand,
|
|
74
100
|
UntagResourceCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteTableBucketReplication } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteTableBucketReplicationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "DeleteTableBucketReplication", {})
|
|
13
|
+
.n("S3TablesClient", "DeleteTableBucketReplicationCommand")
|
|
14
|
+
.sc(DeleteTableBucketReplication)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteTableReplication } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteTableReplicationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "DeleteTableReplication", {})
|
|
13
|
+
.n("S3TablesClient", "DeleteTableReplicationCommand")
|
|
14
|
+
.sc(DeleteTableReplication)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetTableBucketReplication } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetTableBucketReplicationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "GetTableBucketReplication", {})
|
|
13
|
+
.n("S3TablesClient", "GetTableBucketReplicationCommand")
|
|
14
|
+
.sc(GetTableBucketReplication)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetTableBucketStorageClass } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetTableBucketStorageClassCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "GetTableBucketStorageClass", {})
|
|
13
|
+
.n("S3TablesClient", "GetTableBucketStorageClassCommand")
|
|
14
|
+
.sc(GetTableBucketStorageClass)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetTableRecordExpirationConfiguration } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetTableRecordExpirationConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "GetTableRecordExpirationConfiguration", {})
|
|
13
|
+
.n("S3TablesClient", "GetTableRecordExpirationConfigurationCommand")
|
|
14
|
+
.sc(GetTableRecordExpirationConfiguration)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetTableRecordExpirationJobStatus } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetTableRecordExpirationJobStatusCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "GetTableRecordExpirationJobStatus", {})
|
|
13
|
+
.n("S3TablesClient", "GetTableRecordExpirationJobStatusCommand")
|
|
14
|
+
.sc(GetTableRecordExpirationJobStatus)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetTableReplication } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetTableReplicationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "GetTableReplication", {})
|
|
13
|
+
.n("S3TablesClient", "GetTableReplicationCommand")
|
|
14
|
+
.sc(GetTableReplication)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetTableReplicationStatus } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetTableReplicationStatusCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "GetTableReplicationStatus", {})
|
|
13
|
+
.n("S3TablesClient", "GetTableReplicationStatusCommand")
|
|
14
|
+
.sc(GetTableReplicationStatus)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetTableStorageClass } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetTableStorageClassCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "GetTableStorageClass", {})
|
|
13
|
+
.n("S3TablesClient", "GetTableStorageClassCommand")
|
|
14
|
+
.sc(GetTableStorageClass)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { PutTableBucketReplication } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class PutTableBucketReplicationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "PutTableBucketReplication", {})
|
|
13
|
+
.n("S3TablesClient", "PutTableBucketReplicationCommand")
|
|
14
|
+
.sc(PutTableBucketReplication)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { PutTableBucketStorageClass } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class PutTableBucketStorageClassCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "PutTableBucketStorageClass", {})
|
|
13
|
+
.n("S3TablesClient", "PutTableBucketStorageClassCommand")
|
|
14
|
+
.sc(PutTableBucketStorageClass)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { PutTableRecordExpirationConfiguration } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class PutTableRecordExpirationConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "PutTableRecordExpirationConfiguration", {})
|
|
13
|
+
.n("S3TablesClient", "PutTableRecordExpirationConfigurationCommand")
|
|
14
|
+
.sc(PutTableRecordExpirationConfiguration)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { PutTableReplication } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class PutTableReplicationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("S3TableBuckets", "PutTableReplication", {})
|
|
13
|
+
.n("S3TablesClient", "PutTableReplicationCommand")
|
|
14
|
+
.sc(PutTableReplication)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -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";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -5,6 +5,10 @@ export const SSEAlgorithm = {
|
|
|
5
5
|
export const OpenTableFormat = {
|
|
6
6
|
ICEBERG: "ICEBERG",
|
|
7
7
|
};
|
|
8
|
+
export const StorageClass = {
|
|
9
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
10
|
+
STANDARD: "STANDARD",
|
|
11
|
+
};
|
|
8
12
|
export const TableType = {
|
|
9
13
|
AWS: "aws",
|
|
10
14
|
CUSTOMER: "customer",
|
|
@@ -41,3 +45,18 @@ export const JobStatus = {
|
|
|
41
45
|
NOT_YET_RUN: "Not_Yet_Run",
|
|
42
46
|
SUCCESSFUL: "Successful",
|
|
43
47
|
};
|
|
48
|
+
export const TableRecordExpirationStatus = {
|
|
49
|
+
DISABLED: "disabled",
|
|
50
|
+
ENABLED: "enabled",
|
|
51
|
+
};
|
|
52
|
+
export const TableRecordExpirationJobStatus = {
|
|
53
|
+
DISABLED: "Disabled",
|
|
54
|
+
FAILED: "Failed",
|
|
55
|
+
NOT_YET_RUN: "NotYetRun",
|
|
56
|
+
SUCCESSFUL: "Successful",
|
|
57
|
+
};
|
|
58
|
+
export const ReplicationStatus = {
|
|
59
|
+
COMPLETED: "completed",
|
|
60
|
+
FAILED: "failed",
|
|
61
|
+
PENDING: "pending",
|
|
62
|
+
};
|
package/dist-es/models/errors.js
CHANGED
|
@@ -83,3 +83,15 @@ export class TooManyRequestsException extends __BaseException {
|
|
|
83
83
|
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
|
+
export class MethodNotAllowedException extends __BaseException {
|
|
87
|
+
name = "MethodNotAllowedException";
|
|
88
|
+
$fault = "client";
|
|
89
|
+
constructor(opts) {
|
|
90
|
+
super({
|
|
91
|
+
name: "MethodNotAllowedException",
|
|
92
|
+
$fault: "client",
|
|
93
|
+
...opts,
|
|
94
|
+
});
|
|
95
|
+
Object.setPrototypeOf(this, MethodNotAllowedException.prototype);
|
|
96
|
+
}
|
|
97
|
+
}
|