@aws-sdk/client-s3tables 3.891.0 → 3.894.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/dist-cjs/index.js +2032 -10
- package/package.json +19 -19
- package/dist-cjs/S3Tables.js +0 -71
- package/dist-cjs/S3TablesClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/CreateNamespaceCommand.js +0 -26
- package/dist-cjs/commands/CreateTableBucketCommand.js +0 -26
- package/dist-cjs/commands/CreateTableCommand.js +0 -26
- package/dist-cjs/commands/DeleteNamespaceCommand.js +0 -26
- package/dist-cjs/commands/DeleteTableBucketCommand.js +0 -26
- package/dist-cjs/commands/DeleteTableBucketEncryptionCommand.js +0 -26
- package/dist-cjs/commands/DeleteTableBucketPolicyCommand.js +0 -26
- package/dist-cjs/commands/DeleteTableCommand.js +0 -26
- package/dist-cjs/commands/DeleteTablePolicyCommand.js +0 -26
- package/dist-cjs/commands/GetNamespaceCommand.js +0 -26
- package/dist-cjs/commands/GetTableBucketCommand.js +0 -26
- package/dist-cjs/commands/GetTableBucketEncryptionCommand.js +0 -26
- package/dist-cjs/commands/GetTableBucketMaintenanceConfigurationCommand.js +0 -26
- package/dist-cjs/commands/GetTableBucketPolicyCommand.js +0 -26
- package/dist-cjs/commands/GetTableCommand.js +0 -26
- package/dist-cjs/commands/GetTableEncryptionCommand.js +0 -26
- package/dist-cjs/commands/GetTableMaintenanceConfigurationCommand.js +0 -26
- package/dist-cjs/commands/GetTableMaintenanceJobStatusCommand.js +0 -26
- package/dist-cjs/commands/GetTableMetadataLocationCommand.js +0 -26
- package/dist-cjs/commands/GetTablePolicyCommand.js +0 -26
- package/dist-cjs/commands/ListNamespacesCommand.js +0 -26
- package/dist-cjs/commands/ListTableBucketsCommand.js +0 -26
- package/dist-cjs/commands/ListTablesCommand.js +0 -26
- package/dist-cjs/commands/PutTableBucketEncryptionCommand.js +0 -26
- package/dist-cjs/commands/PutTableBucketMaintenanceConfigurationCommand.js +0 -26
- package/dist-cjs/commands/PutTableBucketPolicyCommand.js +0 -26
- package/dist-cjs/commands/PutTableMaintenanceConfigurationCommand.js +0 -26
- package/dist-cjs/commands/PutTablePolicyCommand.js +0 -26
- package/dist-cjs/commands/RenameTableCommand.js +0 -26
- package/dist-cjs/commands/UpdateTableMetadataLocationCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -33
- package/dist-cjs/endpoint/EndpointParameters.js +0 -17
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/S3TablesServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -164
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListNamespacesPaginator.js +0 -7
- package/dist-cjs/pagination/ListTableBucketsPaginator.js +0 -7
- package/dist-cjs/pagination/ListTablesPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -7
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1076
- package/dist-cjs/runtimeExtensions.js +0 -13
|
@@ -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
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListNamespaces = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListNamespacesCommand_1 = require("../commands/ListNamespacesCommand");
|
|
6
|
-
const S3TablesClient_1 = require("../S3TablesClient");
|
|
7
|
-
exports.paginateListNamespaces = (0, core_1.createPaginator)(S3TablesClient_1.S3TablesClient, ListNamespacesCommand_1.ListNamespacesCommand, "continuationToken", "continuationToken", "maxNamespaces");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTableBuckets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTableBucketsCommand_1 = require("../commands/ListTableBucketsCommand");
|
|
6
|
-
const S3TablesClient_1 = require("../S3TablesClient");
|
|
7
|
-
exports.paginateListTableBuckets = (0, core_1.createPaginator)(S3TablesClient_1.S3TablesClient, ListTableBucketsCommand_1.ListTableBucketsCommand, "continuationToken", "continuationToken", "maxBuckets");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTables = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTablesCommand_1 = require("../commands/ListTablesCommand");
|
|
6
|
-
const S3TablesClient_1 = require("../S3TablesClient");
|
|
7
|
-
exports.paginateListTables = (0, core_1.createPaginator)(S3TablesClient_1.S3TablesClient, ListTablesCommand_1.ListTablesCommand, "continuationToken", "continuationToken", "maxTables");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListNamespacesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListTableBucketsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListTablesPaginator"), exports);
|