@aws-sdk/client-lakeformation 3.45.0 → 3.47.2
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/CHANGELOG.md +45 -0
- package/dist-cjs/LakeFormation.js +30 -0
- package/dist-cjs/commands/GetTemporaryGluePartitionCredentialsCommand.js +36 -0
- package/dist-cjs/commands/GetTemporaryGlueTableCredentialsCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +0 -20
- package/dist-cjs/models/models_0.js +42 -104
- package/dist-cjs/protocols/Aws_restJson1.js +348 -2
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/LakeFormation.js +30 -0
- package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +39 -0
- package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +0 -20
- package/dist-es/models/models_0.js +29 -68
- package/dist-es/protocols/Aws_restJson1.js +369 -2
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/LakeFormation.d.ts +14 -0
- package/dist-types/LakeFormationClient.d.ts +9 -3
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +35 -0
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +172 -99
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/LakeFormation.d.ts +10 -0
- package/dist-types/ts3.4/LakeFormationClient.d.ts +7 -3
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +95 -66
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"us-east-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "lakeformation.us-east-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "lakeformation-fips.us-east-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-2": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "lakeformation.us-east-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "lakeformation-fips.us-east-2.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-gov-west-1": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "lakeformation.us-gov-west-1.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "lakeformation-fips.us-gov-west-1.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -39,10 +27,6 @@ var regionHash = {
|
|
|
39
27
|
},
|
|
40
28
|
"us-west-1": {
|
|
41
29
|
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "lakeformation.us-west-1.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "lakeformation-fips.us-west-1.amazonaws.com",
|
|
48
32
|
tags: ["fips"],
|
|
@@ -51,10 +35,6 @@ var regionHash = {
|
|
|
51
35
|
},
|
|
52
36
|
"us-west-2": {
|
|
53
37
|
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "lakeformation.us-west-2.amazonaws.com",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
38
|
{
|
|
59
39
|
hostname: "lakeformation-fips.us-west-2.amazonaws.com",
|
|
60
40
|
tags: ["fips"],
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
-
export var AccessDeniedException;
|
|
4
|
-
(function (AccessDeniedException) {
|
|
5
|
-
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
7
3
|
export var LFTagPair;
|
|
8
4
|
(function (LFTagPair) {
|
|
9
5
|
LFTagPair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -77,26 +73,6 @@ export var AddLFTagsToResourceResponse;
|
|
|
77
73
|
(function (AddLFTagsToResourceResponse) {
|
|
78
74
|
AddLFTagsToResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
75
|
})(AddLFTagsToResourceResponse || (AddLFTagsToResourceResponse = {}));
|
|
80
|
-
export var ConcurrentModificationException;
|
|
81
|
-
(function (ConcurrentModificationException) {
|
|
82
|
-
ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
-
})(ConcurrentModificationException || (ConcurrentModificationException = {}));
|
|
84
|
-
export var EntityNotFoundException;
|
|
85
|
-
(function (EntityNotFoundException) {
|
|
86
|
-
EntityNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
-
})(EntityNotFoundException || (EntityNotFoundException = {}));
|
|
88
|
-
export var InternalServiceException;
|
|
89
|
-
(function (InternalServiceException) {
|
|
90
|
-
InternalServiceException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
-
})(InternalServiceException || (InternalServiceException = {}));
|
|
92
|
-
export var InvalidInputException;
|
|
93
|
-
(function (InvalidInputException) {
|
|
94
|
-
InvalidInputException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
-
})(InvalidInputException || (InvalidInputException = {}));
|
|
96
|
-
export var OperationTimeoutException;
|
|
97
|
-
(function (OperationTimeoutException) {
|
|
98
|
-
OperationTimeoutException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
-
})(OperationTimeoutException || (OperationTimeoutException = {}));
|
|
100
76
|
export var AddObjectInput;
|
|
101
77
|
(function (AddObjectInput) {
|
|
102
78
|
AddObjectInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -105,10 +81,10 @@ export var AllRowsWildcard;
|
|
|
105
81
|
(function (AllRowsWildcard) {
|
|
106
82
|
AllRowsWildcard.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
83
|
})(AllRowsWildcard || (AllRowsWildcard = {}));
|
|
108
|
-
export var
|
|
109
|
-
(function (
|
|
110
|
-
|
|
111
|
-
})(
|
|
84
|
+
export var AuditContext;
|
|
85
|
+
(function (AuditContext) {
|
|
86
|
+
AuditContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
+
})(AuditContext || (AuditContext = {}));
|
|
112
88
|
export var Permission;
|
|
113
89
|
(function (Permission) {
|
|
114
90
|
Permission["ALL"] = "ALL";
|
|
@@ -163,14 +139,6 @@ export var CancelTransactionResponse;
|
|
|
163
139
|
(function (CancelTransactionResponse) {
|
|
164
140
|
CancelTransactionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
141
|
})(CancelTransactionResponse || (CancelTransactionResponse = {}));
|
|
166
|
-
export var TransactionCommitInProgressException;
|
|
167
|
-
(function (TransactionCommitInProgressException) {
|
|
168
|
-
TransactionCommitInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
-
})(TransactionCommitInProgressException || (TransactionCommitInProgressException = {}));
|
|
170
|
-
export var TransactionCommittedException;
|
|
171
|
-
(function (TransactionCommittedException) {
|
|
172
|
-
TransactionCommittedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
-
})(TransactionCommittedException || (TransactionCommittedException = {}));
|
|
174
142
|
export var CommitTransactionRequest;
|
|
175
143
|
(function (CommitTransactionRequest) {
|
|
176
144
|
CommitTransactionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -186,10 +154,6 @@ export var CommitTransactionResponse;
|
|
|
186
154
|
(function (CommitTransactionResponse) {
|
|
187
155
|
CommitTransactionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
156
|
})(CommitTransactionResponse || (CommitTransactionResponse = {}));
|
|
189
|
-
export var TransactionCanceledException;
|
|
190
|
-
(function (TransactionCanceledException) {
|
|
191
|
-
TransactionCanceledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
-
})(TransactionCanceledException || (TransactionCanceledException = {}));
|
|
193
157
|
export var RowFilter;
|
|
194
158
|
(function (RowFilter) {
|
|
195
159
|
RowFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -206,10 +170,6 @@ export var CreateDataCellsFilterResponse;
|
|
|
206
170
|
(function (CreateDataCellsFilterResponse) {
|
|
207
171
|
CreateDataCellsFilterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
172
|
})(CreateDataCellsFilterResponse || (CreateDataCellsFilterResponse = {}));
|
|
209
|
-
export var ResourceNumberLimitExceededException;
|
|
210
|
-
(function (ResourceNumberLimitExceededException) {
|
|
211
|
-
ResourceNumberLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(ResourceNumberLimitExceededException || (ResourceNumberLimitExceededException = {}));
|
|
213
173
|
export var CreateLFTagRequest;
|
|
214
174
|
(function (CreateLFTagRequest) {
|
|
215
175
|
CreateLFTagRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -246,10 +206,6 @@ export var DeleteObjectsOnCancelResponse;
|
|
|
246
206
|
(function (DeleteObjectsOnCancelResponse) {
|
|
247
207
|
DeleteObjectsOnCancelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
208
|
})(DeleteObjectsOnCancelResponse || (DeleteObjectsOnCancelResponse = {}));
|
|
249
|
-
export var ResourceNotReadyException;
|
|
250
|
-
(function (ResourceNotReadyException) {
|
|
251
|
-
ResourceNotReadyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
-
})(ResourceNotReadyException || (ResourceNotReadyException = {}));
|
|
253
209
|
export var DeregisterResourceRequest;
|
|
254
210
|
(function (DeregisterResourceRequest) {
|
|
255
211
|
DeregisterResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -346,10 +302,6 @@ export var GetQueryStateResponse;
|
|
|
346
302
|
(function (GetQueryStateResponse) {
|
|
347
303
|
GetQueryStateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
304
|
})(GetQueryStateResponse || (GetQueryStateResponse = {}));
|
|
349
|
-
export var ExpiredException;
|
|
350
|
-
(function (ExpiredException) {
|
|
351
|
-
ExpiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
-
})(ExpiredException || (ExpiredException = {}));
|
|
353
305
|
export var GetQueryStatisticsRequest;
|
|
354
306
|
(function (GetQueryStatisticsRequest) {
|
|
355
307
|
GetQueryStatisticsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -366,14 +318,6 @@ export var GetQueryStatisticsResponse;
|
|
|
366
318
|
(function (GetQueryStatisticsResponse) {
|
|
367
319
|
GetQueryStatisticsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
320
|
})(GetQueryStatisticsResponse || (GetQueryStatisticsResponse = {}));
|
|
369
|
-
export var StatisticsNotReadyYetException;
|
|
370
|
-
(function (StatisticsNotReadyYetException) {
|
|
371
|
-
StatisticsNotReadyYetException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
-
})(StatisticsNotReadyYetException || (StatisticsNotReadyYetException = {}));
|
|
373
|
-
export var ThrottledException;
|
|
374
|
-
(function (ThrottledException) {
|
|
375
|
-
ThrottledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(ThrottledException || (ThrottledException = {}));
|
|
377
321
|
export var GetResourceLFTagsRequest;
|
|
378
322
|
(function (GetResourceLFTagsRequest) {
|
|
379
323
|
GetResourceLFTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -386,10 +330,6 @@ export var GetResourceLFTagsResponse;
|
|
|
386
330
|
(function (GetResourceLFTagsResponse) {
|
|
387
331
|
GetResourceLFTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
332
|
})(GetResourceLFTagsResponse || (GetResourceLFTagsResponse = {}));
|
|
389
|
-
export var GlueEncryptionException;
|
|
390
|
-
(function (GlueEncryptionException) {
|
|
391
|
-
GlueEncryptionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
})(GlueEncryptionException || (GlueEncryptionException = {}));
|
|
393
333
|
export var GetTableObjectsRequest;
|
|
394
334
|
(function (GetTableObjectsRequest) {
|
|
395
335
|
GetTableObjectsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -406,6 +346,31 @@ export var GetTableObjectsResponse;
|
|
|
406
346
|
(function (GetTableObjectsResponse) {
|
|
407
347
|
GetTableObjectsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
348
|
})(GetTableObjectsResponse || (GetTableObjectsResponse = {}));
|
|
349
|
+
export var PartitionValueList;
|
|
350
|
+
(function (PartitionValueList) {
|
|
351
|
+
PartitionValueList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
})(PartitionValueList || (PartitionValueList = {}));
|
|
353
|
+
export var PermissionType;
|
|
354
|
+
(function (PermissionType) {
|
|
355
|
+
PermissionType["CELL_FILTER_PERMISSION"] = "CELL_FILTER_PERMISSION";
|
|
356
|
+
PermissionType["COLUMN_PERMISSION"] = "COLUMN_PERMISSION";
|
|
357
|
+
})(PermissionType || (PermissionType = {}));
|
|
358
|
+
export var GetTemporaryGluePartitionCredentialsRequest;
|
|
359
|
+
(function (GetTemporaryGluePartitionCredentialsRequest) {
|
|
360
|
+
GetTemporaryGluePartitionCredentialsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
})(GetTemporaryGluePartitionCredentialsRequest || (GetTemporaryGluePartitionCredentialsRequest = {}));
|
|
362
|
+
export var GetTemporaryGluePartitionCredentialsResponse;
|
|
363
|
+
(function (GetTemporaryGluePartitionCredentialsResponse) {
|
|
364
|
+
GetTemporaryGluePartitionCredentialsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
})(GetTemporaryGluePartitionCredentialsResponse || (GetTemporaryGluePartitionCredentialsResponse = {}));
|
|
366
|
+
export var GetTemporaryGlueTableCredentialsRequest;
|
|
367
|
+
(function (GetTemporaryGlueTableCredentialsRequest) {
|
|
368
|
+
GetTemporaryGlueTableCredentialsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
})(GetTemporaryGlueTableCredentialsRequest || (GetTemporaryGlueTableCredentialsRequest = {}));
|
|
370
|
+
export var GetTemporaryGlueTableCredentialsResponse;
|
|
371
|
+
(function (GetTemporaryGlueTableCredentialsResponse) {
|
|
372
|
+
GetTemporaryGlueTableCredentialsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
})(GetTemporaryGlueTableCredentialsResponse || (GetTemporaryGlueTableCredentialsResponse = {}));
|
|
409
374
|
export var GetWorkUnitResultsRequest;
|
|
410
375
|
(function (GetWorkUnitResultsRequest) {
|
|
411
376
|
GetWorkUnitResultsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.WorkUnitToken && { WorkUnitToken: SENSITIVE_STRING }))); };
|
|
@@ -426,10 +391,6 @@ export var GetWorkUnitsResponse;
|
|
|
426
391
|
(function (GetWorkUnitsResponse) {
|
|
427
392
|
GetWorkUnitsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
393
|
})(GetWorkUnitsResponse || (GetWorkUnitsResponse = {}));
|
|
429
|
-
export var WorkUnitsNotReadyYetException;
|
|
430
|
-
(function (WorkUnitsNotReadyYetException) {
|
|
431
|
-
WorkUnitsNotReadyYetException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
-
})(WorkUnitsNotReadyYetException || (WorkUnitsNotReadyYetException = {}));
|
|
433
394
|
export var GrantPermissionsRequest;
|
|
434
395
|
(function (GrantPermissionsRequest) {
|
|
435
396
|
GrantPermissionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|