@aws-sdk/client-s3tables 3.893.0 → 3.895.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist-cjs/index.js +2032 -10
  2. package/package.json +7 -7
  3. package/dist-cjs/S3Tables.js +0 -71
  4. package/dist-cjs/S3TablesClient.js +0 -52
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  6. package/dist-cjs/commands/CreateNamespaceCommand.js +0 -26
  7. package/dist-cjs/commands/CreateTableBucketCommand.js +0 -26
  8. package/dist-cjs/commands/CreateTableCommand.js +0 -26
  9. package/dist-cjs/commands/DeleteNamespaceCommand.js +0 -26
  10. package/dist-cjs/commands/DeleteTableBucketCommand.js +0 -26
  11. package/dist-cjs/commands/DeleteTableBucketEncryptionCommand.js +0 -26
  12. package/dist-cjs/commands/DeleteTableBucketPolicyCommand.js +0 -26
  13. package/dist-cjs/commands/DeleteTableCommand.js +0 -26
  14. package/dist-cjs/commands/DeleteTablePolicyCommand.js +0 -26
  15. package/dist-cjs/commands/GetNamespaceCommand.js +0 -26
  16. package/dist-cjs/commands/GetTableBucketCommand.js +0 -26
  17. package/dist-cjs/commands/GetTableBucketEncryptionCommand.js +0 -26
  18. package/dist-cjs/commands/GetTableBucketMaintenanceConfigurationCommand.js +0 -26
  19. package/dist-cjs/commands/GetTableBucketPolicyCommand.js +0 -26
  20. package/dist-cjs/commands/GetTableCommand.js +0 -26
  21. package/dist-cjs/commands/GetTableEncryptionCommand.js +0 -26
  22. package/dist-cjs/commands/GetTableMaintenanceConfigurationCommand.js +0 -26
  23. package/dist-cjs/commands/GetTableMaintenanceJobStatusCommand.js +0 -26
  24. package/dist-cjs/commands/GetTableMetadataLocationCommand.js +0 -26
  25. package/dist-cjs/commands/GetTablePolicyCommand.js +0 -26
  26. package/dist-cjs/commands/ListNamespacesCommand.js +0 -26
  27. package/dist-cjs/commands/ListTableBucketsCommand.js +0 -26
  28. package/dist-cjs/commands/ListTablesCommand.js +0 -26
  29. package/dist-cjs/commands/PutTableBucketEncryptionCommand.js +0 -26
  30. package/dist-cjs/commands/PutTableBucketMaintenanceConfigurationCommand.js +0 -26
  31. package/dist-cjs/commands/PutTableBucketPolicyCommand.js +0 -26
  32. package/dist-cjs/commands/PutTableMaintenanceConfigurationCommand.js +0 -26
  33. package/dist-cjs/commands/PutTablePolicyCommand.js +0 -26
  34. package/dist-cjs/commands/RenameTableCommand.js +0 -26
  35. package/dist-cjs/commands/UpdateTableMetadataLocationCommand.js +0 -26
  36. package/dist-cjs/commands/index.js +0 -33
  37. package/dist-cjs/endpoint/EndpointParameters.js +0 -17
  38. package/dist-cjs/extensionConfiguration.js +0 -2
  39. package/dist-cjs/models/S3TablesServiceException.js +0 -12
  40. package/dist-cjs/models/index.js +0 -4
  41. package/dist-cjs/models/models_0.js +0 -164
  42. package/dist-cjs/pagination/Interfaces.js +0 -2
  43. package/dist-cjs/pagination/ListNamespacesPaginator.js +0 -7
  44. package/dist-cjs/pagination/ListTableBucketsPaginator.js +0 -7
  45. package/dist-cjs/pagination/ListTablesPaginator.js +0 -7
  46. package/dist-cjs/pagination/index.js +0 -7
  47. package/dist-cjs/protocols/Aws_restJson1.js +0 -1076
  48. package/dist-cjs/runtimeExtensions.js +0 -13
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTableEncryptionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetTableEncryptionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "GetTableEncryption", {})
20
- .n("S3TablesClient", "GetTableEncryptionCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTableEncryptionCommand)
23
- .de(Aws_restJson1_1.de_GetTableEncryptionCommand)
24
- .build() {
25
- }
26
- exports.GetTableEncryptionCommand = GetTableEncryptionCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTableMaintenanceConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetTableMaintenanceConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "GetTableMaintenanceConfiguration", {})
20
- .n("S3TablesClient", "GetTableMaintenanceConfigurationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTableMaintenanceConfigurationCommand)
23
- .de(Aws_restJson1_1.de_GetTableMaintenanceConfigurationCommand)
24
- .build() {
25
- }
26
- exports.GetTableMaintenanceConfigurationCommand = GetTableMaintenanceConfigurationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTableMaintenanceJobStatusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetTableMaintenanceJobStatusCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "GetTableMaintenanceJobStatus", {})
20
- .n("S3TablesClient", "GetTableMaintenanceJobStatusCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTableMaintenanceJobStatusCommand)
23
- .de(Aws_restJson1_1.de_GetTableMaintenanceJobStatusCommand)
24
- .build() {
25
- }
26
- exports.GetTableMaintenanceJobStatusCommand = GetTableMaintenanceJobStatusCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTableMetadataLocationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetTableMetadataLocationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "GetTableMetadataLocation", {})
20
- .n("S3TablesClient", "GetTableMetadataLocationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTableMetadataLocationCommand)
23
- .de(Aws_restJson1_1.de_GetTableMetadataLocationCommand)
24
- .build() {
25
- }
26
- exports.GetTableMetadataLocationCommand = GetTableMetadataLocationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTablePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetTablePolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "GetTablePolicy", {})
20
- .n("S3TablesClient", "GetTablePolicyCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTablePolicyCommand)
23
- .de(Aws_restJson1_1.de_GetTablePolicyCommand)
24
- .build() {
25
- }
26
- exports.GetTablePolicyCommand = GetTablePolicyCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListNamespacesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListNamespacesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "ListNamespaces", {})
20
- .n("S3TablesClient", "ListNamespacesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListNamespacesCommand)
23
- .de(Aws_restJson1_1.de_ListNamespacesCommand)
24
- .build() {
25
- }
26
- exports.ListNamespacesCommand = ListNamespacesCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTableBucketsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTableBucketsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "ListTableBuckets", {})
20
- .n("S3TablesClient", "ListTableBucketsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListTableBucketsCommand)
23
- .de(Aws_restJson1_1.de_ListTableBucketsCommand)
24
- .build() {
25
- }
26
- exports.ListTableBucketsCommand = ListTableBucketsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTablesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTablesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "ListTables", {})
20
- .n("S3TablesClient", "ListTablesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListTablesCommand)
23
- .de(Aws_restJson1_1.de_ListTablesCommand)
24
- .build() {
25
- }
26
- exports.ListTablesCommand = ListTablesCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutTableBucketEncryptionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutTableBucketEncryptionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "PutTableBucketEncryption", {})
20
- .n("S3TablesClient", "PutTableBucketEncryptionCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_PutTableBucketEncryptionCommand)
23
- .de(Aws_restJson1_1.de_PutTableBucketEncryptionCommand)
24
- .build() {
25
- }
26
- exports.PutTableBucketEncryptionCommand = PutTableBucketEncryptionCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutTableBucketMaintenanceConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutTableBucketMaintenanceConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "PutTableBucketMaintenanceConfiguration", {})
20
- .n("S3TablesClient", "PutTableBucketMaintenanceConfigurationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_PutTableBucketMaintenanceConfigurationCommand)
23
- .de(Aws_restJson1_1.de_PutTableBucketMaintenanceConfigurationCommand)
24
- .build() {
25
- }
26
- exports.PutTableBucketMaintenanceConfigurationCommand = PutTableBucketMaintenanceConfigurationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutTableBucketPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutTableBucketPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "PutTableBucketPolicy", {})
20
- .n("S3TablesClient", "PutTableBucketPolicyCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_PutTableBucketPolicyCommand)
23
- .de(Aws_restJson1_1.de_PutTableBucketPolicyCommand)
24
- .build() {
25
- }
26
- exports.PutTableBucketPolicyCommand = PutTableBucketPolicyCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutTableMaintenanceConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutTableMaintenanceConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "PutTableMaintenanceConfiguration", {})
20
- .n("S3TablesClient", "PutTableMaintenanceConfigurationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_PutTableMaintenanceConfigurationCommand)
23
- .de(Aws_restJson1_1.de_PutTableMaintenanceConfigurationCommand)
24
- .build() {
25
- }
26
- exports.PutTableMaintenanceConfigurationCommand = PutTableMaintenanceConfigurationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutTablePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutTablePolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "PutTablePolicy", {})
20
- .n("S3TablesClient", "PutTablePolicyCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_PutTablePolicyCommand)
23
- .de(Aws_restJson1_1.de_PutTablePolicyCommand)
24
- .build() {
25
- }
26
- exports.PutTablePolicyCommand = PutTablePolicyCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RenameTableCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RenameTableCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "RenameTable", {})
20
- .n("S3TablesClient", "RenameTableCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_RenameTableCommand)
23
- .de(Aws_restJson1_1.de_RenameTableCommand)
24
- .build() {
25
- }
26
- exports.RenameTableCommand = RenameTableCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTableMetadataLocationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateTableMetadataLocationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("S3TableBuckets", "UpdateTableMetadataLocation", {})
20
- .n("S3TablesClient", "UpdateTableMetadataLocationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UpdateTableMetadataLocationCommand)
23
- .de(Aws_restJson1_1.de_UpdateTableMetadataLocationCommand)
24
- .build() {
25
- }
26
- exports.UpdateTableMetadataLocationCommand = UpdateTableMetadataLocationCommand;
@@ -1,33 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateNamespaceCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateTableBucketCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateTableCommand"), exports);
7
- tslib_1.__exportStar(require("./DeleteNamespaceCommand"), exports);
8
- tslib_1.__exportStar(require("./DeleteTableBucketCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteTableBucketEncryptionCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteTableBucketPolicyCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteTableCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteTablePolicyCommand"), exports);
13
- tslib_1.__exportStar(require("./GetNamespaceCommand"), exports);
14
- tslib_1.__exportStar(require("./GetTableBucketCommand"), exports);
15
- tslib_1.__exportStar(require("./GetTableBucketEncryptionCommand"), exports);
16
- tslib_1.__exportStar(require("./GetTableBucketMaintenanceConfigurationCommand"), exports);
17
- tslib_1.__exportStar(require("./GetTableBucketPolicyCommand"), exports);
18
- tslib_1.__exportStar(require("./GetTableCommand"), exports);
19
- tslib_1.__exportStar(require("./GetTableEncryptionCommand"), exports);
20
- tslib_1.__exportStar(require("./GetTableMaintenanceConfigurationCommand"), exports);
21
- tslib_1.__exportStar(require("./GetTableMaintenanceJobStatusCommand"), exports);
22
- tslib_1.__exportStar(require("./GetTableMetadataLocationCommand"), exports);
23
- tslib_1.__exportStar(require("./GetTablePolicyCommand"), exports);
24
- tslib_1.__exportStar(require("./ListNamespacesCommand"), exports);
25
- tslib_1.__exportStar(require("./ListTableBucketsCommand"), exports);
26
- tslib_1.__exportStar(require("./ListTablesCommand"), exports);
27
- tslib_1.__exportStar(require("./PutTableBucketEncryptionCommand"), exports);
28
- tslib_1.__exportStar(require("./PutTableBucketMaintenanceConfigurationCommand"), exports);
29
- tslib_1.__exportStar(require("./PutTableBucketPolicyCommand"), exports);
30
- tslib_1.__exportStar(require("./PutTableMaintenanceConfigurationCommand"), exports);
31
- tslib_1.__exportStar(require("./PutTablePolicyCommand"), exports);
32
- tslib_1.__exportStar(require("./RenameTableCommand"), exports);
33
- tslib_1.__exportStar(require("./UpdateTableMetadataLocationCommand"), exports);
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return Object.assign(options, {
6
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
7
- useFipsEndpoint: options.useFipsEndpoint ?? false,
8
- defaultSigningName: "s3tables",
9
- });
10
- };
11
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
12
- exports.commonParams = {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.S3TablesServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class S3TablesServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, S3TablesServiceException.prototype);
10
- }
11
- }
12
- exports.S3TablesServiceException = S3TablesServiceException;
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
@@ -1,164 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.JobStatus = exports.TableMaintenanceJobType = exports.TableMaintenanceSettings = exports.IcebergCompactionStrategy = exports.TableMaintenanceType = exports.MaintenanceStatus = exports.TableBucketMaintenanceSettings = exports.TableBucketMaintenanceType = exports.TableBucketType = exports.TableType = exports.TableMetadata = exports.OpenTableFormat = exports.SSEAlgorithm = exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.AccessDeniedException = void 0;
4
- const S3TablesServiceException_1 = require("./S3TablesServiceException");
5
- class AccessDeniedException extends S3TablesServiceException_1.S3TablesServiceException {
6
- name = "AccessDeniedException";
7
- $fault = "client";
8
- constructor(opts) {
9
- super({
10
- name: "AccessDeniedException",
11
- $fault: "client",
12
- ...opts,
13
- });
14
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
- }
16
- }
17
- exports.AccessDeniedException = AccessDeniedException;
18
- class BadRequestException extends S3TablesServiceException_1.S3TablesServiceException {
19
- name = "BadRequestException";
20
- $fault = "client";
21
- constructor(opts) {
22
- super({
23
- name: "BadRequestException",
24
- $fault: "client",
25
- ...opts,
26
- });
27
- Object.setPrototypeOf(this, BadRequestException.prototype);
28
- }
29
- }
30
- exports.BadRequestException = BadRequestException;
31
- class ConflictException extends S3TablesServiceException_1.S3TablesServiceException {
32
- name = "ConflictException";
33
- $fault = "client";
34
- constructor(opts) {
35
- super({
36
- name: "ConflictException",
37
- $fault: "client",
38
- ...opts,
39
- });
40
- Object.setPrototypeOf(this, ConflictException.prototype);
41
- }
42
- }
43
- exports.ConflictException = ConflictException;
44
- class ForbiddenException extends S3TablesServiceException_1.S3TablesServiceException {
45
- name = "ForbiddenException";
46
- $fault = "client";
47
- constructor(opts) {
48
- super({
49
- name: "ForbiddenException",
50
- $fault: "client",
51
- ...opts,
52
- });
53
- Object.setPrototypeOf(this, ForbiddenException.prototype);
54
- }
55
- }
56
- exports.ForbiddenException = ForbiddenException;
57
- class InternalServerErrorException extends S3TablesServiceException_1.S3TablesServiceException {
58
- name = "InternalServerErrorException";
59
- $fault = "server";
60
- constructor(opts) {
61
- super({
62
- name: "InternalServerErrorException",
63
- $fault: "server",
64
- ...opts,
65
- });
66
- Object.setPrototypeOf(this, InternalServerErrorException.prototype);
67
- }
68
- }
69
- exports.InternalServerErrorException = InternalServerErrorException;
70
- class NotFoundException extends S3TablesServiceException_1.S3TablesServiceException {
71
- name = "NotFoundException";
72
- $fault = "client";
73
- constructor(opts) {
74
- super({
75
- name: "NotFoundException",
76
- $fault: "client",
77
- ...opts,
78
- });
79
- Object.setPrototypeOf(this, NotFoundException.prototype);
80
- }
81
- }
82
- exports.NotFoundException = NotFoundException;
83
- class TooManyRequestsException extends S3TablesServiceException_1.S3TablesServiceException {
84
- name = "TooManyRequestsException";
85
- $fault = "client";
86
- constructor(opts) {
87
- super({
88
- name: "TooManyRequestsException",
89
- $fault: "client",
90
- ...opts,
91
- });
92
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
93
- }
94
- }
95
- exports.TooManyRequestsException = TooManyRequestsException;
96
- exports.SSEAlgorithm = {
97
- AES256: "AES256",
98
- AWS_KMS: "aws:kms",
99
- };
100
- exports.OpenTableFormat = {
101
- ICEBERG: "ICEBERG",
102
- };
103
- var TableMetadata;
104
- (function (TableMetadata) {
105
- TableMetadata.visit = (value, visitor) => {
106
- if (value.iceberg !== undefined)
107
- return visitor.iceberg(value.iceberg);
108
- return visitor._(value.$unknown[0], value.$unknown[1]);
109
- };
110
- })(TableMetadata || (exports.TableMetadata = TableMetadata = {}));
111
- exports.TableType = {
112
- AWS: "aws",
113
- CUSTOMER: "customer",
114
- };
115
- exports.TableBucketType = {
116
- AWS: "aws",
117
- CUSTOMER: "customer",
118
- };
119
- exports.TableBucketMaintenanceType = {
120
- ICEBERG_UNREFERENCED_FILE_REMOVAL: "icebergUnreferencedFileRemoval",
121
- };
122
- var TableBucketMaintenanceSettings;
123
- (function (TableBucketMaintenanceSettings) {
124
- TableBucketMaintenanceSettings.visit = (value, visitor) => {
125
- if (value.icebergUnreferencedFileRemoval !== undefined)
126
- return visitor.icebergUnreferencedFileRemoval(value.icebergUnreferencedFileRemoval);
127
- return visitor._(value.$unknown[0], value.$unknown[1]);
128
- };
129
- })(TableBucketMaintenanceSettings || (exports.TableBucketMaintenanceSettings = TableBucketMaintenanceSettings = {}));
130
- exports.MaintenanceStatus = {
131
- DISABLED: "disabled",
132
- ENABLED: "enabled",
133
- };
134
- exports.TableMaintenanceType = {
135
- ICEBERG_COMPACTION: "icebergCompaction",
136
- ICEBERG_SNAPSHOT_MANAGEMENT: "icebergSnapshotManagement",
137
- };
138
- exports.IcebergCompactionStrategy = {
139
- AUTO: "auto",
140
- BINPACK: "binpack",
141
- SORT: "sort",
142
- ZORDER: "z-order",
143
- };
144
- var TableMaintenanceSettings;
145
- (function (TableMaintenanceSettings) {
146
- TableMaintenanceSettings.visit = (value, visitor) => {
147
- if (value.icebergCompaction !== undefined)
148
- return visitor.icebergCompaction(value.icebergCompaction);
149
- if (value.icebergSnapshotManagement !== undefined)
150
- return visitor.icebergSnapshotManagement(value.icebergSnapshotManagement);
151
- return visitor._(value.$unknown[0], value.$unknown[1]);
152
- };
153
- })(TableMaintenanceSettings || (exports.TableMaintenanceSettings = TableMaintenanceSettings = {}));
154
- exports.TableMaintenanceJobType = {
155
- ICEBERG_COMPACTION: "icebergCompaction",
156
- ICEBERG_SNAPSHOT_MANAGEMENT: "icebergSnapshotManagement",
157
- ICEBERG_UNREFERENCED_FILE_REMOVAL: "icebergUnreferencedFileRemoval",
158
- };
159
- exports.JobStatus = {
160
- DISABLED: "Disabled",
161
- FAILED: "Failed",
162
- NOT_YET_RUN: "Not_Yet_Run",
163
- SUCCESSFUL: "Successful",
164
- };