@aws-sdk/client-lakeformation 3.928.0 → 3.930.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 +2154 -2623
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/LakeFormationClient.js +2 -0
- package/dist-es/commands/AddLFTagsToResourceCommand.js +3 -9
- package/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +3 -9
- package/dist-es/commands/BatchGrantPermissionsCommand.js +3 -9
- package/dist-es/commands/BatchRevokePermissionsCommand.js +3 -9
- package/dist-es/commands/CancelTransactionCommand.js +3 -9
- package/dist-es/commands/CommitTransactionCommand.js +3 -9
- package/dist-es/commands/CreateDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/CreateLFTagCommand.js +3 -9
- package/dist-es/commands/CreateLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateLakeFormationOptInCommand.js +3 -9
- package/dist-es/commands/DeleteDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/DeleteLFTagCommand.js +3 -9
- package/dist-es/commands/DeleteLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteLakeFormationOptInCommand.js +3 -9
- package/dist-es/commands/DeleteObjectsOnCancelCommand.js +3 -9
- package/dist-es/commands/DeregisterResourceCommand.js +3 -9
- package/dist-es/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeResourceCommand.js +3 -9
- package/dist-es/commands/DescribeTransactionCommand.js +3 -9
- package/dist-es/commands/ExtendTransactionCommand.js +3 -9
- package/dist-es/commands/GetDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/GetDataLakePrincipalCommand.js +3 -9
- package/dist-es/commands/GetDataLakeSettingsCommand.js +3 -9
- package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +3 -9
- package/dist-es/commands/GetLFTagCommand.js +3 -9
- package/dist-es/commands/GetLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/GetQueryStateCommand.js +3 -9
- package/dist-es/commands/GetQueryStatisticsCommand.js +3 -9
- package/dist-es/commands/GetResourceLFTagsCommand.js +3 -9
- package/dist-es/commands/GetTableObjectsCommand.js +3 -9
- package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +3 -9
- package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +3 -9
- package/dist-es/commands/GetWorkUnitResultsCommand.js +3 -10
- package/dist-es/commands/GetWorkUnitsCommand.js +3 -9
- package/dist-es/commands/GrantPermissionsCommand.js +3 -9
- package/dist-es/commands/ListDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/ListLFTagExpressionsCommand.js +3 -9
- package/dist-es/commands/ListLFTagsCommand.js +3 -9
- package/dist-es/commands/ListLakeFormationOptInsCommand.js +3 -9
- package/dist-es/commands/ListPermissionsCommand.js +3 -9
- package/dist-es/commands/ListResourcesCommand.js +3 -9
- package/dist-es/commands/ListTableStorageOptimizersCommand.js +3 -9
- package/dist-es/commands/ListTransactionsCommand.js +3 -9
- package/dist-es/commands/PutDataLakeSettingsCommand.js +3 -9
- package/dist-es/commands/RegisterResourceCommand.js +3 -9
- package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +3 -9
- package/dist-es/commands/RevokePermissionsCommand.js +3 -9
- package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +3 -9
- package/dist-es/commands/SearchTablesByLFTagsCommand.js +3 -9
- package/dist-es/commands/StartQueryPlanningCommand.js +3 -10
- package/dist-es/commands/StartTransactionCommand.js +3 -9
- package/dist-es/commands/UpdateDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/UpdateLFTagCommand.js +3 -9
- package/dist-es/commands/UpdateLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateResourceCommand.js +3 -9
- package/dist-es/commands/UpdateTableObjectsCommand.js +3 -9
- package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -12
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1996 -0
- package/dist-types/LakeFormationClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +294 -0
- package/dist-types/ts3.4/LakeFormationClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -2137
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -542
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -728
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutDataLakeSettings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutDataLakeSettingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "PutDataLakeSettings", {})
|
|
17
13
|
.n("LakeFormationClient", "PutDataLakeSettingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutDataLakeSettingsCommand)
|
|
20
|
-
.de(de_PutDataLakeSettingsCommand)
|
|
14
|
+
.sc(PutDataLakeSettings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RegisterResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RegisterResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "RegisterResource", {})
|
|
17
13
|
.n("LakeFormationClient", "RegisterResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RegisterResourceCommand)
|
|
20
|
-
.de(de_RegisterResourceCommand)
|
|
14
|
+
.sc(RegisterResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RemoveLFTagsFromResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RemoveLFTagsFromResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "RemoveLFTagsFromResource", {})
|
|
17
13
|
.n("LakeFormationClient", "RemoveLFTagsFromResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RemoveLFTagsFromResourceCommand)
|
|
20
|
-
.de(de_RemoveLFTagsFromResourceCommand)
|
|
14
|
+
.sc(RemoveLFTagsFromResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RevokePermissions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RevokePermissionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "RevokePermissions", {})
|
|
17
13
|
.n("LakeFormationClient", "RevokePermissionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RevokePermissionsCommand)
|
|
20
|
-
.de(de_RevokePermissionsCommand)
|
|
14
|
+
.sc(RevokePermissions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { SearchDatabasesByLFTags } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class SearchDatabasesByLFTagsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "SearchDatabasesByLFTags", {})
|
|
17
13
|
.n("LakeFormationClient", "SearchDatabasesByLFTagsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_SearchDatabasesByLFTagsCommand)
|
|
20
|
-
.de(de_SearchDatabasesByLFTagsCommand)
|
|
14
|
+
.sc(SearchDatabasesByLFTags)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { SearchTablesByLFTags } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class SearchTablesByLFTagsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "SearchTablesByLFTags", {})
|
|
17
13
|
.n("LakeFormationClient", "SearchTablesByLFTagsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_SearchTablesByLFTagsCommand)
|
|
20
|
-
.de(de_SearchTablesByLFTagsCommand)
|
|
14
|
+
.sc(SearchTablesByLFTags)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_StartQueryPlanningCommand, se_StartQueryPlanningCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { StartQueryPlanning } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class StartQueryPlanningCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSLakeFormation", "StartQueryPlanning", {})
|
|
18
13
|
.n("LakeFormationClient", "StartQueryPlanningCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_StartQueryPlanningCommand)
|
|
21
|
-
.de(de_StartQueryPlanningCommand)
|
|
14
|
+
.sc(StartQueryPlanning)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StartTransaction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StartTransactionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "StartTransaction", {})
|
|
17
13
|
.n("LakeFormationClient", "StartTransactionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StartTransactionCommand)
|
|
20
|
-
.de(de_StartTransactionCommand)
|
|
14
|
+
.sc(StartTransaction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateDataCellsFilter } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateDataCellsFilterCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "UpdateDataCellsFilter", {})
|
|
17
13
|
.n("LakeFormationClient", "UpdateDataCellsFilterCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateDataCellsFilterCommand)
|
|
20
|
-
.de(de_UpdateDataCellsFilterCommand)
|
|
14
|
+
.sc(UpdateDataCellsFilter)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateLFTag } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateLFTagCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "UpdateLFTag", {})
|
|
17
13
|
.n("LakeFormationClient", "UpdateLFTagCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateLFTagCommand)
|
|
20
|
-
.de(de_UpdateLFTagCommand)
|
|
14
|
+
.sc(UpdateLFTag)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateLFTagExpression } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateLFTagExpressionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "UpdateLFTagExpression", {})
|
|
17
13
|
.n("LakeFormationClient", "UpdateLFTagExpressionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateLFTagExpressionCommand)
|
|
20
|
-
.de(de_UpdateLFTagExpressionCommand)
|
|
14
|
+
.sc(UpdateLFTagExpression)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateLakeFormationIdentityCenterConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateLakeFormationIdentityCenterConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "UpdateLakeFormationIdentityCenterConfiguration", {})
|
|
17
13
|
.n("LakeFormationClient", "UpdateLakeFormationIdentityCenterConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateLakeFormationIdentityCenterConfigurationCommand)
|
|
20
|
-
.de(de_UpdateLakeFormationIdentityCenterConfigurationCommand)
|
|
14
|
+
.sc(UpdateLakeFormationIdentityCenterConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "UpdateResource", {})
|
|
17
13
|
.n("LakeFormationClient", "UpdateResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateResourceCommand)
|
|
20
|
-
.de(de_UpdateResourceCommand)
|
|
14
|
+
.sc(UpdateResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateTableObjects } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateTableObjectsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "UpdateTableObjects", {})
|
|
17
13
|
.n("LakeFormationClient", "UpdateTableObjectsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateTableObjectsCommand)
|
|
20
|
-
.de(de_UpdateTableObjectsCommand)
|
|
14
|
+
.sc(UpdateTableObjects)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateTableStorageOptimizer } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateTableStorageOptimizerCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "UpdateTableStorageOptimizer", {})
|
|
17
13
|
.n("LakeFormationClient", "UpdateTableStorageOptimizerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateTableStorageOptimizerCommand)
|
|
20
|
-
.de(de_UpdateTableStorageOptimizerCommand)
|
|
14
|
+
.sc(UpdateTableStorageOptimizer)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
1
|
import { LakeFormationServiceException as __BaseException } from "./LakeFormationServiceException";
|
|
3
2
|
export class AccessDeniedException extends __BaseException {
|
|
4
3
|
name = "AccessDeniedException";
|
|
@@ -353,14 +352,3 @@ export const TransactionType = {
|
|
|
353
352
|
READ_AND_WRITE: "READ_AND_WRITE",
|
|
354
353
|
READ_ONLY: "READ_ONLY",
|
|
355
354
|
};
|
|
356
|
-
export const GetWorkUnitResultsRequestFilterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
...(obj.WorkUnitToken && { WorkUnitToken: SENSITIVE_STRING }),
|
|
359
|
-
});
|
|
360
|
-
export const GetWorkUnitResultsResponseFilterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
});
|
|
363
|
-
export const StartQueryPlanningRequestFilterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
...(obj.QueryString && { QueryString: SENSITIVE_STRING }),
|
|
366
|
-
});
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
2
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
2
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
3
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
4
5
|
import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
@@ -23,6 +24,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
24
|
},
|
|
24
25
|
],
|
|
25
26
|
logger: config?.logger ?? new NoOpLogger(),
|
|
27
|
+
protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.lakeformation" }),
|
|
26
28
|
sdkStreamMixin: config?.sdkStreamMixin ?? sdkStreamMixin,
|
|
27
29
|
serviceId: config?.serviceId ?? "LakeFormation",
|
|
28
30
|
urlParser: config?.urlParser ?? parseUrl,
|