@aws-sdk/client-lakeformation 3.44.0 → 3.47.1
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 +48 -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 +1 -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 +1 -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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,54 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-lakeformation
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
|
|
36
|
+
* **clients:** update clients as of 2021/01/07 ([#3163](https://github.com/aws/aws-sdk-js-v3/issues/3163)) ([6648b07](https://github.com/aws/aws-sdk-js-v3/commit/6648b07ea97691d2fed55eab49831646543b648b))
|
|
37
|
+
* end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Features
|
|
47
|
+
|
|
48
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
6
54
|
# [3.44.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.43.0...v3.44.0) (2021-12-02)
|
|
7
55
|
|
|
8
56
|
|
|
@@ -22,6 +22,8 @@ const GetQueryStateCommand_1 = require("./commands/GetQueryStateCommand");
|
|
|
22
22
|
const GetQueryStatisticsCommand_1 = require("./commands/GetQueryStatisticsCommand");
|
|
23
23
|
const GetResourceLFTagsCommand_1 = require("./commands/GetResourceLFTagsCommand");
|
|
24
24
|
const GetTableObjectsCommand_1 = require("./commands/GetTableObjectsCommand");
|
|
25
|
+
const GetTemporaryGluePartitionCredentialsCommand_1 = require("./commands/GetTemporaryGluePartitionCredentialsCommand");
|
|
26
|
+
const GetTemporaryGlueTableCredentialsCommand_1 = require("./commands/GetTemporaryGlueTableCredentialsCommand");
|
|
25
27
|
const GetWorkUnitResultsCommand_1 = require("./commands/GetWorkUnitResultsCommand");
|
|
26
28
|
const GetWorkUnitsCommand_1 = require("./commands/GetWorkUnitsCommand");
|
|
27
29
|
const GrantPermissionsCommand_1 = require("./commands/GrantPermissionsCommand");
|
|
@@ -339,6 +341,34 @@ class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
|
339
341
|
return this.send(command, optionsOrCb);
|
|
340
342
|
}
|
|
341
343
|
}
|
|
344
|
+
getTemporaryGluePartitionCredentials(args, optionsOrCb, cb) {
|
|
345
|
+
const command = new GetTemporaryGluePartitionCredentialsCommand_1.GetTemporaryGluePartitionCredentialsCommand(args);
|
|
346
|
+
if (typeof optionsOrCb === "function") {
|
|
347
|
+
this.send(command, optionsOrCb);
|
|
348
|
+
}
|
|
349
|
+
else if (typeof cb === "function") {
|
|
350
|
+
if (typeof optionsOrCb !== "object")
|
|
351
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
352
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
353
|
+
}
|
|
354
|
+
else {
|
|
355
|
+
return this.send(command, optionsOrCb);
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
getTemporaryGlueTableCredentials(args, optionsOrCb, cb) {
|
|
359
|
+
const command = new GetTemporaryGlueTableCredentialsCommand_1.GetTemporaryGlueTableCredentialsCommand(args);
|
|
360
|
+
if (typeof optionsOrCb === "function") {
|
|
361
|
+
this.send(command, optionsOrCb);
|
|
362
|
+
}
|
|
363
|
+
else if (typeof cb === "function") {
|
|
364
|
+
if (typeof optionsOrCb !== "object")
|
|
365
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
366
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
367
|
+
}
|
|
368
|
+
else {
|
|
369
|
+
return this.send(command, optionsOrCb);
|
|
370
|
+
}
|
|
371
|
+
}
|
|
342
372
|
getWorkUnitResults(args, optionsOrCb, cb) {
|
|
343
373
|
const command = new GetWorkUnitResultsCommand_1.GetWorkUnitResultsCommand(args);
|
|
344
374
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetTemporaryGluePartitionCredentialsCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class GetTemporaryGluePartitionCredentialsCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "LakeFormationClient";
|
|
18
|
+
const commandName = "GetTemporaryGluePartitionCredentialsCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetTemporaryGluePartitionCredentialsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetTemporaryGluePartitionCredentialsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1GetTemporaryGluePartitionCredentialsCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1GetTemporaryGluePartitionCredentialsCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetTemporaryGluePartitionCredentialsCommand = GetTemporaryGluePartitionCredentialsCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetTemporaryGlueTableCredentialsCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class GetTemporaryGlueTableCredentialsCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "LakeFormationClient";
|
|
18
|
+
const commandName = "GetTemporaryGlueTableCredentialsCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetTemporaryGlueTableCredentialsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetTemporaryGlueTableCredentialsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1GetTemporaryGlueTableCredentialsCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1GetTemporaryGlueTableCredentialsCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetTemporaryGlueTableCredentialsCommand = GetTemporaryGlueTableCredentialsCommand;
|
|
@@ -22,6 +22,8 @@ tslib_1.__exportStar(require("./GetQueryStateCommand"), exports);
|
|
|
22
22
|
tslib_1.__exportStar(require("./GetQueryStatisticsCommand"), exports);
|
|
23
23
|
tslib_1.__exportStar(require("./GetResourceLFTagsCommand"), exports);
|
|
24
24
|
tslib_1.__exportStar(require("./GetTableObjectsCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./GetTemporaryGluePartitionCredentialsCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./GetTemporaryGlueTableCredentialsCommand"), exports);
|
|
25
27
|
tslib_1.__exportStar(require("./GetWorkUnitResultsCommand"), exports);
|
|
26
28
|
tslib_1.__exportStar(require("./GetWorkUnitsCommand"), exports);
|
|
27
29
|
tslib_1.__exportStar(require("./GrantPermissionsCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const regionHash = {
|
|
6
6
|
"us-east-1": {
|
|
7
7
|
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "lakeformation.us-east-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "lakeformation-fips.us-east-1.amazonaws.com",
|
|
14
10
|
tags: ["fips"],
|
|
@@ -17,10 +13,6 @@ const regionHash = {
|
|
|
17
13
|
},
|
|
18
14
|
"us-east-2": {
|
|
19
15
|
variants: [
|
|
20
|
-
{
|
|
21
|
-
hostname: "lakeformation.us-east-2.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "lakeformation-fips.us-east-2.amazonaws.com",
|
|
26
18
|
tags: ["fips"],
|
|
@@ -29,10 +21,6 @@ const regionHash = {
|
|
|
29
21
|
},
|
|
30
22
|
"us-gov-west-1": {
|
|
31
23
|
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "lakeformation.us-gov-west-1.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
24
|
{
|
|
37
25
|
hostname: "lakeformation-fips.us-gov-west-1.amazonaws.com",
|
|
38
26
|
tags: ["fips"],
|
|
@@ -41,10 +29,6 @@ const regionHash = {
|
|
|
41
29
|
},
|
|
42
30
|
"us-west-1": {
|
|
43
31
|
variants: [
|
|
44
|
-
{
|
|
45
|
-
hostname: "lakeformation.us-west-1.amazonaws.com",
|
|
46
|
-
tags: [],
|
|
47
|
-
},
|
|
48
32
|
{
|
|
49
33
|
hostname: "lakeformation-fips.us-west-1.amazonaws.com",
|
|
50
34
|
tags: ["fips"],
|
|
@@ -53,10 +37,6 @@ const regionHash = {
|
|
|
53
37
|
},
|
|
54
38
|
"us-west-2": {
|
|
55
39
|
variants: [
|
|
56
|
-
{
|
|
57
|
-
hostname: "lakeformation.us-west-2.amazonaws.com",
|
|
58
|
-
tags: [],
|
|
59
|
-
},
|
|
60
40
|
{
|
|
61
41
|
hostname: "lakeformation-fips.us-west-2.amazonaws.com",
|
|
62
42
|
tags: ["fips"],
|
|
@@ -75,6 +55,7 @@ const partitionHash = {
|
|
|
75
55
|
"ap-south-1",
|
|
76
56
|
"ap-southeast-1",
|
|
77
57
|
"ap-southeast-2",
|
|
58
|
+
"ap-southeast-3",
|
|
78
59
|
"ca-central-1",
|
|
79
60
|
"eu-central-1",
|
|
80
61
|
"eu-north-1",
|
|
@@ -1,16 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.WriteOperation = exports.DeleteObjectInput = exports.UpdateResourceResponse = exports.UpdateResourceRequest = exports.UpdateLFTagResponse = exports.UpdateLFTagRequest = exports.StartTransactionResponse = exports.StartTransactionRequest = exports.TransactionType = exports.StartQueryPlanningResponse = exports.StartQueryPlanningRequest = exports.QueryPlanningContext = exports.SearchTablesByLFTagsResponse = exports.TaggedTable = exports.SearchTablesByLFTagsRequest = exports.SearchDatabasesByLFTagsResponse = exports.TaggedDatabase = exports.SearchDatabasesByLFTagsRequest = exports.RevokePermissionsResponse = exports.RevokePermissionsRequest = exports.RemoveLFTagsFromResourceResponse = exports.RemoveLFTagsFromResourceRequest = exports.RegisterResourceResponse = exports.RegisterResourceRequest = exports.PutDataLakeSettingsResponse = exports.PutDataLakeSettingsRequest = exports.ListTransactionsResponse = exports.ListTransactionsRequest = exports.TransactionStatusFilter = exports.ListTableStorageOptimizersResponse = exports.StorageOptimizer = exports.ListTableStorageOptimizersRequest = exports.OptimizerType = exports.ListResourcesResponse = exports.ListResourcesRequest = exports.FilterCondition = exports.FieldNameString = exports.ComparisonOperator = exports.ListPermissionsResponse = exports.ListPermissionsRequest =
|
|
6
|
-
exports.UpdateTableStorageOptimizerResponse = exports.UpdateTableStorageOptimizerRequest = exports.UpdateTableObjectsResponse = exports.UpdateTableObjectsRequest = void 0;
|
|
3
|
+
exports.DescribeResourceRequest = exports.DeregisterResourceResponse = exports.DeregisterResourceRequest = exports.DeleteObjectsOnCancelResponse = exports.DeleteObjectsOnCancelRequest = exports.VirtualObject = exports.DeleteLFTagResponse = exports.DeleteLFTagRequest = exports.DeleteDataCellsFilterResponse = exports.DeleteDataCellsFilterRequest = exports.CreateLFTagResponse = exports.CreateLFTagRequest = exports.CreateDataCellsFilterResponse = exports.CreateDataCellsFilterRequest = exports.DataCellsFilter = exports.RowFilter = exports.CommitTransactionResponse = exports.TransactionStatus = exports.CommitTransactionRequest = exports.CancelTransactionResponse = exports.CancelTransactionRequest = exports.BatchRevokePermissionsResponse = exports.BatchRevokePermissionsRequest = exports.BatchGrantPermissionsResponse = exports.BatchPermissionsFailureEntry = exports.BatchGrantPermissionsRequest = exports.BatchPermissionsRequestEntry = exports.DataLakePrincipal = exports.Permission = exports.AuditContext = exports.AllRowsWildcard = exports.AddObjectInput = exports.AddLFTagsToResourceResponse = exports.LFTagError = exports.ErrorDetail = exports.AddLFTagsToResourceRequest = exports.Resource = exports.TableWithColumnsResource = exports.ColumnWildcard = exports.TableResource = exports.TableWildcard = exports.LFTagPolicyResource = exports.ResourceType = exports.LFTag = exports.LFTagKeyResource = exports.DataLocationResource = exports.DataCellsFilterResource = exports.DatabaseResource = exports.CatalogResource = exports.LFTagPair = void 0;
|
|
4
|
+
exports.DataLakeResourceType = exports.ListLFTagsResponse = exports.ListLFTagsRequest = exports.ResourceShareType = exports.ListDataCellsFilterResponse = exports.ListDataCellsFilterRequest = exports.GrantPermissionsResponse = exports.GrantPermissionsRequest = exports.GetWorkUnitsResponse = exports.WorkUnitRange = exports.GetWorkUnitsRequest = exports.GetWorkUnitResultsResponse = exports.GetWorkUnitResultsRequest = exports.GetTemporaryGlueTableCredentialsResponse = exports.GetTemporaryGlueTableCredentialsRequest = exports.GetTemporaryGluePartitionCredentialsResponse = exports.GetTemporaryGluePartitionCredentialsRequest = exports.PermissionType = exports.PartitionValueList = exports.GetTableObjectsResponse = exports.PartitionObjects = exports.TableObject = exports.GetTableObjectsRequest = exports.GetResourceLFTagsResponse = exports.ColumnLFTag = exports.GetResourceLFTagsRequest = exports.GetQueryStatisticsResponse = exports.PlanningStatistics = exports.ExecutionStatistics = exports.GetQueryStatisticsRequest = exports.GetQueryStateResponse = exports.QueryStateString = exports.GetQueryStateRequest = exports.GetLFTagResponse = exports.GetLFTagRequest = exports.GetEffectivePermissionsForPathResponse = exports.PrincipalResourcePermissions = exports.DetailsMap = exports.GetEffectivePermissionsForPathRequest = exports.GetDataLakeSettingsResponse = exports.DataLakeSettings = exports.PrincipalPermissions = exports.GetDataLakeSettingsRequest = exports.ExtendTransactionResponse = exports.ExtendTransactionRequest = exports.DescribeTransactionResponse = exports.TransactionDescription = exports.DescribeTransactionRequest = exports.DescribeResourceResponse = exports.ResourceInfo = void 0;
|
|
5
|
+
exports.UpdateTableStorageOptimizerResponse = exports.UpdateTableStorageOptimizerRequest = exports.UpdateTableObjectsResponse = exports.UpdateTableObjectsRequest = exports.WriteOperation = exports.DeleteObjectInput = exports.UpdateResourceResponse = exports.UpdateResourceRequest = exports.UpdateLFTagResponse = exports.UpdateLFTagRequest = exports.StartTransactionResponse = exports.StartTransactionRequest = exports.TransactionType = exports.StartQueryPlanningResponse = exports.StartQueryPlanningRequest = exports.QueryPlanningContext = exports.SearchTablesByLFTagsResponse = exports.TaggedTable = exports.SearchTablesByLFTagsRequest = exports.SearchDatabasesByLFTagsResponse = exports.TaggedDatabase = exports.SearchDatabasesByLFTagsRequest = exports.RevokePermissionsResponse = exports.RevokePermissionsRequest = exports.RemoveLFTagsFromResourceResponse = exports.RemoveLFTagsFromResourceRequest = exports.RegisterResourceResponse = exports.RegisterResourceRequest = exports.PutDataLakeSettingsResponse = exports.PutDataLakeSettingsRequest = exports.ListTransactionsResponse = exports.ListTransactionsRequest = exports.TransactionStatusFilter = exports.ListTableStorageOptimizersResponse = exports.StorageOptimizer = exports.ListTableStorageOptimizersRequest = exports.OptimizerType = exports.ListResourcesResponse = exports.ListResourcesRequest = exports.FilterCondition = exports.FieldNameString = exports.ComparisonOperator = exports.ListPermissionsResponse = exports.ListPermissionsRequest = void 0;
|
|
7
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
var AccessDeniedException;
|
|
9
|
-
(function (AccessDeniedException) {
|
|
10
|
-
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
11
|
-
...obj,
|
|
12
|
-
});
|
|
13
|
-
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
14
7
|
var LFTagPair;
|
|
15
8
|
(function (LFTagPair) {
|
|
16
9
|
LFTagPair.filterSensitiveLog = (obj) => ({
|
|
@@ -118,36 +111,6 @@ var AddLFTagsToResourceResponse;
|
|
|
118
111
|
...obj,
|
|
119
112
|
});
|
|
120
113
|
})(AddLFTagsToResourceResponse = exports.AddLFTagsToResourceResponse || (exports.AddLFTagsToResourceResponse = {}));
|
|
121
|
-
var ConcurrentModificationException;
|
|
122
|
-
(function (ConcurrentModificationException) {
|
|
123
|
-
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
124
|
-
...obj,
|
|
125
|
-
});
|
|
126
|
-
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
127
|
-
var EntityNotFoundException;
|
|
128
|
-
(function (EntityNotFoundException) {
|
|
129
|
-
EntityNotFoundException.filterSensitiveLog = (obj) => ({
|
|
130
|
-
...obj,
|
|
131
|
-
});
|
|
132
|
-
})(EntityNotFoundException = exports.EntityNotFoundException || (exports.EntityNotFoundException = {}));
|
|
133
|
-
var InternalServiceException;
|
|
134
|
-
(function (InternalServiceException) {
|
|
135
|
-
InternalServiceException.filterSensitiveLog = (obj) => ({
|
|
136
|
-
...obj,
|
|
137
|
-
});
|
|
138
|
-
})(InternalServiceException = exports.InternalServiceException || (exports.InternalServiceException = {}));
|
|
139
|
-
var InvalidInputException;
|
|
140
|
-
(function (InvalidInputException) {
|
|
141
|
-
InvalidInputException.filterSensitiveLog = (obj) => ({
|
|
142
|
-
...obj,
|
|
143
|
-
});
|
|
144
|
-
})(InvalidInputException = exports.InvalidInputException || (exports.InvalidInputException = {}));
|
|
145
|
-
var OperationTimeoutException;
|
|
146
|
-
(function (OperationTimeoutException) {
|
|
147
|
-
OperationTimeoutException.filterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
})(OperationTimeoutException = exports.OperationTimeoutException || (exports.OperationTimeoutException = {}));
|
|
151
114
|
var AddObjectInput;
|
|
152
115
|
(function (AddObjectInput) {
|
|
153
116
|
AddObjectInput.filterSensitiveLog = (obj) => ({
|
|
@@ -160,12 +123,12 @@ var AllRowsWildcard;
|
|
|
160
123
|
...obj,
|
|
161
124
|
});
|
|
162
125
|
})(AllRowsWildcard = exports.AllRowsWildcard || (exports.AllRowsWildcard = {}));
|
|
163
|
-
var
|
|
164
|
-
(function (
|
|
165
|
-
|
|
126
|
+
var AuditContext;
|
|
127
|
+
(function (AuditContext) {
|
|
128
|
+
AuditContext.filterSensitiveLog = (obj) => ({
|
|
166
129
|
...obj,
|
|
167
130
|
});
|
|
168
|
-
})(
|
|
131
|
+
})(AuditContext = exports.AuditContext || (exports.AuditContext = {}));
|
|
169
132
|
var Permission;
|
|
170
133
|
(function (Permission) {
|
|
171
134
|
Permission["ALL"] = "ALL";
|
|
@@ -238,18 +201,6 @@ var CancelTransactionResponse;
|
|
|
238
201
|
...obj,
|
|
239
202
|
});
|
|
240
203
|
})(CancelTransactionResponse = exports.CancelTransactionResponse || (exports.CancelTransactionResponse = {}));
|
|
241
|
-
var TransactionCommitInProgressException;
|
|
242
|
-
(function (TransactionCommitInProgressException) {
|
|
243
|
-
TransactionCommitInProgressException.filterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
});
|
|
246
|
-
})(TransactionCommitInProgressException = exports.TransactionCommitInProgressException || (exports.TransactionCommitInProgressException = {}));
|
|
247
|
-
var TransactionCommittedException;
|
|
248
|
-
(function (TransactionCommittedException) {
|
|
249
|
-
TransactionCommittedException.filterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
})(TransactionCommittedException = exports.TransactionCommittedException || (exports.TransactionCommittedException = {}));
|
|
253
204
|
var CommitTransactionRequest;
|
|
254
205
|
(function (CommitTransactionRequest) {
|
|
255
206
|
CommitTransactionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -269,12 +220,6 @@ var CommitTransactionResponse;
|
|
|
269
220
|
...obj,
|
|
270
221
|
});
|
|
271
222
|
})(CommitTransactionResponse = exports.CommitTransactionResponse || (exports.CommitTransactionResponse = {}));
|
|
272
|
-
var TransactionCanceledException;
|
|
273
|
-
(function (TransactionCanceledException) {
|
|
274
|
-
TransactionCanceledException.filterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
});
|
|
277
|
-
})(TransactionCanceledException = exports.TransactionCanceledException || (exports.TransactionCanceledException = {}));
|
|
278
223
|
var RowFilter;
|
|
279
224
|
(function (RowFilter) {
|
|
280
225
|
RowFilter.filterSensitiveLog = (obj) => ({
|
|
@@ -299,12 +244,6 @@ var CreateDataCellsFilterResponse;
|
|
|
299
244
|
...obj,
|
|
300
245
|
});
|
|
301
246
|
})(CreateDataCellsFilterResponse = exports.CreateDataCellsFilterResponse || (exports.CreateDataCellsFilterResponse = {}));
|
|
302
|
-
var ResourceNumberLimitExceededException;
|
|
303
|
-
(function (ResourceNumberLimitExceededException) {
|
|
304
|
-
ResourceNumberLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
});
|
|
307
|
-
})(ResourceNumberLimitExceededException = exports.ResourceNumberLimitExceededException || (exports.ResourceNumberLimitExceededException = {}));
|
|
308
247
|
var CreateLFTagRequest;
|
|
309
248
|
(function (CreateLFTagRequest) {
|
|
310
249
|
CreateLFTagRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -359,12 +298,6 @@ var DeleteObjectsOnCancelResponse;
|
|
|
359
298
|
...obj,
|
|
360
299
|
});
|
|
361
300
|
})(DeleteObjectsOnCancelResponse = exports.DeleteObjectsOnCancelResponse || (exports.DeleteObjectsOnCancelResponse = {}));
|
|
362
|
-
var ResourceNotReadyException;
|
|
363
|
-
(function (ResourceNotReadyException) {
|
|
364
|
-
ResourceNotReadyException.filterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
})(ResourceNotReadyException = exports.ResourceNotReadyException || (exports.ResourceNotReadyException = {}));
|
|
368
301
|
var DeregisterResourceRequest;
|
|
369
302
|
(function (DeregisterResourceRequest) {
|
|
370
303
|
DeregisterResourceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -505,12 +438,6 @@ var GetQueryStateResponse;
|
|
|
505
438
|
...obj,
|
|
506
439
|
});
|
|
507
440
|
})(GetQueryStateResponse = exports.GetQueryStateResponse || (exports.GetQueryStateResponse = {}));
|
|
508
|
-
var ExpiredException;
|
|
509
|
-
(function (ExpiredException) {
|
|
510
|
-
ExpiredException.filterSensitiveLog = (obj) => ({
|
|
511
|
-
...obj,
|
|
512
|
-
});
|
|
513
|
-
})(ExpiredException = exports.ExpiredException || (exports.ExpiredException = {}));
|
|
514
441
|
var GetQueryStatisticsRequest;
|
|
515
442
|
(function (GetQueryStatisticsRequest) {
|
|
516
443
|
GetQueryStatisticsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -535,18 +462,6 @@ var GetQueryStatisticsResponse;
|
|
|
535
462
|
...obj,
|
|
536
463
|
});
|
|
537
464
|
})(GetQueryStatisticsResponse = exports.GetQueryStatisticsResponse || (exports.GetQueryStatisticsResponse = {}));
|
|
538
|
-
var StatisticsNotReadyYetException;
|
|
539
|
-
(function (StatisticsNotReadyYetException) {
|
|
540
|
-
StatisticsNotReadyYetException.filterSensitiveLog = (obj) => ({
|
|
541
|
-
...obj,
|
|
542
|
-
});
|
|
543
|
-
})(StatisticsNotReadyYetException = exports.StatisticsNotReadyYetException || (exports.StatisticsNotReadyYetException = {}));
|
|
544
|
-
var ThrottledException;
|
|
545
|
-
(function (ThrottledException) {
|
|
546
|
-
ThrottledException.filterSensitiveLog = (obj) => ({
|
|
547
|
-
...obj,
|
|
548
|
-
});
|
|
549
|
-
})(ThrottledException = exports.ThrottledException || (exports.ThrottledException = {}));
|
|
550
465
|
var GetResourceLFTagsRequest;
|
|
551
466
|
(function (GetResourceLFTagsRequest) {
|
|
552
467
|
GetResourceLFTagsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -565,12 +480,6 @@ var GetResourceLFTagsResponse;
|
|
|
565
480
|
...obj,
|
|
566
481
|
});
|
|
567
482
|
})(GetResourceLFTagsResponse = exports.GetResourceLFTagsResponse || (exports.GetResourceLFTagsResponse = {}));
|
|
568
|
-
var GlueEncryptionException;
|
|
569
|
-
(function (GlueEncryptionException) {
|
|
570
|
-
GlueEncryptionException.filterSensitiveLog = (obj) => ({
|
|
571
|
-
...obj,
|
|
572
|
-
});
|
|
573
|
-
})(GlueEncryptionException = exports.GlueEncryptionException || (exports.GlueEncryptionException = {}));
|
|
574
483
|
var GetTableObjectsRequest;
|
|
575
484
|
(function (GetTableObjectsRequest) {
|
|
576
485
|
GetTableObjectsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -595,6 +504,41 @@ var GetTableObjectsResponse;
|
|
|
595
504
|
...obj,
|
|
596
505
|
});
|
|
597
506
|
})(GetTableObjectsResponse = exports.GetTableObjectsResponse || (exports.GetTableObjectsResponse = {}));
|
|
507
|
+
var PartitionValueList;
|
|
508
|
+
(function (PartitionValueList) {
|
|
509
|
+
PartitionValueList.filterSensitiveLog = (obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
});
|
|
512
|
+
})(PartitionValueList = exports.PartitionValueList || (exports.PartitionValueList = {}));
|
|
513
|
+
var PermissionType;
|
|
514
|
+
(function (PermissionType) {
|
|
515
|
+
PermissionType["CELL_FILTER_PERMISSION"] = "CELL_FILTER_PERMISSION";
|
|
516
|
+
PermissionType["COLUMN_PERMISSION"] = "COLUMN_PERMISSION";
|
|
517
|
+
})(PermissionType = exports.PermissionType || (exports.PermissionType = {}));
|
|
518
|
+
var GetTemporaryGluePartitionCredentialsRequest;
|
|
519
|
+
(function (GetTemporaryGluePartitionCredentialsRequest) {
|
|
520
|
+
GetTemporaryGluePartitionCredentialsRequest.filterSensitiveLog = (obj) => ({
|
|
521
|
+
...obj,
|
|
522
|
+
});
|
|
523
|
+
})(GetTemporaryGluePartitionCredentialsRequest = exports.GetTemporaryGluePartitionCredentialsRequest || (exports.GetTemporaryGluePartitionCredentialsRequest = {}));
|
|
524
|
+
var GetTemporaryGluePartitionCredentialsResponse;
|
|
525
|
+
(function (GetTemporaryGluePartitionCredentialsResponse) {
|
|
526
|
+
GetTemporaryGluePartitionCredentialsResponse.filterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
});
|
|
529
|
+
})(GetTemporaryGluePartitionCredentialsResponse = exports.GetTemporaryGluePartitionCredentialsResponse || (exports.GetTemporaryGluePartitionCredentialsResponse = {}));
|
|
530
|
+
var GetTemporaryGlueTableCredentialsRequest;
|
|
531
|
+
(function (GetTemporaryGlueTableCredentialsRequest) {
|
|
532
|
+
GetTemporaryGlueTableCredentialsRequest.filterSensitiveLog = (obj) => ({
|
|
533
|
+
...obj,
|
|
534
|
+
});
|
|
535
|
+
})(GetTemporaryGlueTableCredentialsRequest = exports.GetTemporaryGlueTableCredentialsRequest || (exports.GetTemporaryGlueTableCredentialsRequest = {}));
|
|
536
|
+
var GetTemporaryGlueTableCredentialsResponse;
|
|
537
|
+
(function (GetTemporaryGlueTableCredentialsResponse) {
|
|
538
|
+
GetTemporaryGlueTableCredentialsResponse.filterSensitiveLog = (obj) => ({
|
|
539
|
+
...obj,
|
|
540
|
+
});
|
|
541
|
+
})(GetTemporaryGlueTableCredentialsResponse = exports.GetTemporaryGlueTableCredentialsResponse || (exports.GetTemporaryGlueTableCredentialsResponse = {}));
|
|
598
542
|
var GetWorkUnitResultsRequest;
|
|
599
543
|
(function (GetWorkUnitResultsRequest) {
|
|
600
544
|
GetWorkUnitResultsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -626,12 +570,6 @@ var GetWorkUnitsResponse;
|
|
|
626
570
|
...obj,
|
|
627
571
|
});
|
|
628
572
|
})(GetWorkUnitsResponse = exports.GetWorkUnitsResponse || (exports.GetWorkUnitsResponse = {}));
|
|
629
|
-
var WorkUnitsNotReadyYetException;
|
|
630
|
-
(function (WorkUnitsNotReadyYetException) {
|
|
631
|
-
WorkUnitsNotReadyYetException.filterSensitiveLog = (obj) => ({
|
|
632
|
-
...obj,
|
|
633
|
-
});
|
|
634
|
-
})(WorkUnitsNotReadyYetException = exports.WorkUnitsNotReadyYetException || (exports.WorkUnitsNotReadyYetException = {}));
|
|
635
573
|
var GrantPermissionsRequest;
|
|
636
574
|
(function (GrantPermissionsRequest) {
|
|
637
575
|
GrantPermissionsRequest.filterSensitiveLog = (obj) => ({
|