@aws-sdk/client-lakeformation 3.489.0 → 3.495.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/LakeFormation.js +1 -119
- package/dist-cjs/LakeFormationClient.js +1 -43
- package/dist-cjs/commands/AddLFTagsToResourceCommand.js +1 -28
- package/dist-cjs/commands/AssumeDecoratedRoleWithSAMLCommand.js +1 -28
- package/dist-cjs/commands/BatchGrantPermissionsCommand.js +1 -28
- package/dist-cjs/commands/BatchRevokePermissionsCommand.js +1 -28
- package/dist-cjs/commands/CancelTransactionCommand.js +1 -28
- package/dist-cjs/commands/CommitTransactionCommand.js +1 -28
- package/dist-cjs/commands/CreateDataCellsFilterCommand.js +1 -28
- package/dist-cjs/commands/CreateLFTagCommand.js +1 -28
- package/dist-cjs/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateLakeFormationOptInCommand.js +1 -28
- package/dist-cjs/commands/DeleteDataCellsFilterCommand.js +1 -28
- package/dist-cjs/commands/DeleteLFTagCommand.js +1 -28
- package/dist-cjs/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteLakeFormationOptInCommand.js +1 -28
- package/dist-cjs/commands/DeleteObjectsOnCancelCommand.js +1 -28
- package/dist-cjs/commands/DeregisterResourceCommand.js +1 -28
- package/dist-cjs/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourceCommand.js +1 -28
- package/dist-cjs/commands/DescribeTransactionCommand.js +1 -28
- package/dist-cjs/commands/ExtendTransactionCommand.js +1 -28
- package/dist-cjs/commands/GetDataCellsFilterCommand.js +1 -28
- package/dist-cjs/commands/GetDataLakeSettingsCommand.js +1 -28
- package/dist-cjs/commands/GetEffectivePermissionsForPathCommand.js +1 -28
- package/dist-cjs/commands/GetLFTagCommand.js +1 -28
- package/dist-cjs/commands/GetQueryStateCommand.js +1 -28
- package/dist-cjs/commands/GetQueryStatisticsCommand.js +1 -28
- package/dist-cjs/commands/GetResourceLFTagsCommand.js +1 -28
- package/dist-cjs/commands/GetTableObjectsCommand.js +1 -28
- package/dist-cjs/commands/GetTemporaryGluePartitionCredentialsCommand.js +1 -28
- package/dist-cjs/commands/GetTemporaryGlueTableCredentialsCommand.js +1 -28
- package/dist-cjs/commands/GetWorkUnitResultsCommand.js +1 -29
- package/dist-cjs/commands/GetWorkUnitsCommand.js +1 -28
- package/dist-cjs/commands/GrantPermissionsCommand.js +1 -28
- package/dist-cjs/commands/ListDataCellsFilterCommand.js +1 -28
- package/dist-cjs/commands/ListLFTagsCommand.js +1 -28
- package/dist-cjs/commands/ListLakeFormationOptInsCommand.js +1 -28
- package/dist-cjs/commands/ListPermissionsCommand.js +1 -28
- package/dist-cjs/commands/ListResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListTableStorageOptimizersCommand.js +1 -28
- package/dist-cjs/commands/ListTransactionsCommand.js +1 -28
- package/dist-cjs/commands/PutDataLakeSettingsCommand.js +1 -28
- package/dist-cjs/commands/RegisterResourceCommand.js +1 -28
- package/dist-cjs/commands/RemoveLFTagsFromResourceCommand.js +1 -28
- package/dist-cjs/commands/RevokePermissionsCommand.js +1 -28
- package/dist-cjs/commands/SearchDatabasesByLFTagsCommand.js +1 -28
- package/dist-cjs/commands/SearchTablesByLFTagsCommand.js +1 -28
- package/dist-cjs/commands/StartQueryPlanningCommand.js +1 -29
- package/dist-cjs/commands/StartTransactionCommand.js +1 -28
- package/dist-cjs/commands/UpdateDataCellsFilterCommand.js +1 -28
- package/dist-cjs/commands/UpdateLFTagCommand.js +1 -28
- package/dist-cjs/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateTableObjectsCommand.js +1 -28
- package/dist-cjs/commands/UpdateTableStorageOptimizerCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -57
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5516 -11
- package/dist-cjs/models/LakeFormationServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -368
- package/dist-cjs/pagination/GetEffectivePermissionsForPathPaginator.js +1 -7
- package/dist-cjs/pagination/GetTableObjectsPaginator.js +1 -7
- package/dist-cjs/pagination/GetWorkUnitsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDataCellsFilterPaginator.js +1 -7
- package/dist-cjs/pagination/ListLFTagsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLakeFormationOptInsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPermissionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTableStorageOptimizersPaginator.js +1 -7
- package/dist-cjs/pagination/ListTransactionsPaginator.js +1 -7
- package/dist-cjs/pagination/SearchDatabasesByLFTagsPaginator.js +1 -7
- package/dist-cjs/pagination/SearchTablesByLFTagsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -16
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3724
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +41 -41
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListPermissionsCommand = 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 ListPermissionsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "ListPermissions", {})
|
|
22
|
-
.n("LakeFormationClient", "ListPermissionsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ListPermissionsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ListPermissionsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListPermissionsCommand = ListPermissionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListResourcesCommand = 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 ListResourcesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "ListResources", {})
|
|
22
|
-
.n("LakeFormationClient", "ListResourcesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ListResourcesCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ListResourcesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListResourcesCommand = ListResourcesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTableStorageOptimizersCommand = 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 ListTableStorageOptimizersCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "ListTableStorageOptimizers", {})
|
|
22
|
-
.n("LakeFormationClient", "ListTableStorageOptimizersCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ListTableStorageOptimizersCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ListTableStorageOptimizersCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListTableStorageOptimizersCommand = ListTableStorageOptimizersCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTransactionsCommand = 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 ListTransactionsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "ListTransactions", {})
|
|
22
|
-
.n("LakeFormationClient", "ListTransactionsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ListTransactionsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ListTransactionsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListTransactionsCommand = ListTransactionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutDataLakeSettingsCommand = 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 PutDataLakeSettingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "PutDataLakeSettings", {})
|
|
22
|
-
.n("LakeFormationClient", "PutDataLakeSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_PutDataLakeSettingsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_PutDataLakeSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutDataLakeSettingsCommand = PutDataLakeSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RegisterResourceCommand = 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 RegisterResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "RegisterResource", {})
|
|
22
|
-
.n("LakeFormationClient", "RegisterResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_RegisterResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_RegisterResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RegisterResourceCommand = RegisterResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RemoveLFTagsFromResourceCommand = 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 RemoveLFTagsFromResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "RemoveLFTagsFromResource", {})
|
|
22
|
-
.n("LakeFormationClient", "RemoveLFTagsFromResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_RemoveLFTagsFromResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_RemoveLFTagsFromResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RemoveLFTagsFromResourceCommand = RemoveLFTagsFromResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RevokePermissionsCommand = 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 RevokePermissionsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "RevokePermissions", {})
|
|
22
|
-
.n("LakeFormationClient", "RevokePermissionsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_RevokePermissionsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_RevokePermissionsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RevokePermissionsCommand = RevokePermissionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SearchDatabasesByLFTagsCommand = 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 SearchDatabasesByLFTagsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "SearchDatabasesByLFTags", {})
|
|
22
|
-
.n("LakeFormationClient", "SearchDatabasesByLFTagsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_SearchDatabasesByLFTagsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_SearchDatabasesByLFTagsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SearchDatabasesByLFTagsCommand = SearchDatabasesByLFTagsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SearchTablesByLFTagsCommand = 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 SearchTablesByLFTagsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "SearchTablesByLFTags", {})
|
|
22
|
-
.n("LakeFormationClient", "SearchTablesByLFTagsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_SearchTablesByLFTagsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_SearchTablesByLFTagsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SearchTablesByLFTagsCommand = SearchTablesByLFTagsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartQueryPlanningCommand = 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 models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class StartQueryPlanningCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSLakeFormation", "StartQueryPlanning", {})
|
|
23
|
-
.n("LakeFormationClient", "StartQueryPlanningCommand")
|
|
24
|
-
.f(models_0_1.StartQueryPlanningRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_StartQueryPlanningCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_StartQueryPlanningCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.StartQueryPlanningCommand = StartQueryPlanningCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartTransactionCommand = 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 StartTransactionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "StartTransaction", {})
|
|
22
|
-
.n("LakeFormationClient", "StartTransactionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_StartTransactionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_StartTransactionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartTransactionCommand = StartTransactionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDataCellsFilterCommand = 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 UpdateDataCellsFilterCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "UpdateDataCellsFilter", {})
|
|
22
|
-
.n("LakeFormationClient", "UpdateDataCellsFilterCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateDataCellsFilterCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateDataCellsFilterCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateDataCellsFilterCommand = UpdateDataCellsFilterCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateLFTagCommand = 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 UpdateLFTagCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "UpdateLFTag", {})
|
|
22
|
-
.n("LakeFormationClient", "UpdateLFTagCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateLFTagCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateLFTagCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateLFTagCommand = UpdateLFTagCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateLakeFormationIdentityCenterConfigurationCommand = 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 UpdateLakeFormationIdentityCenterConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "UpdateLakeFormationIdentityCenterConfiguration", {})
|
|
22
|
-
.n("LakeFormationClient", "UpdateLakeFormationIdentityCenterConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateLakeFormationIdentityCenterConfigurationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateLakeFormationIdentityCenterConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateLakeFormationIdentityCenterConfigurationCommand = UpdateLakeFormationIdentityCenterConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateResourceCommand = 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 UpdateResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "UpdateResource", {})
|
|
22
|
-
.n("LakeFormationClient", "UpdateResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateResourceCommand = UpdateResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateTableObjectsCommand = 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 UpdateTableObjectsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "UpdateTableObjects", {})
|
|
22
|
-
.n("LakeFormationClient", "UpdateTableObjectsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateTableObjectsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateTableObjectsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateTableObjectsCommand = UpdateTableObjectsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateTableStorageOptimizerCommand = 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 UpdateTableStorageOptimizerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSLakeFormation", "UpdateTableStorageOptimizer", {})
|
|
22
|
-
.n("LakeFormationClient", "UpdateTableStorageOptimizerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateTableStorageOptimizerCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateTableStorageOptimizerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateTableStorageOptimizerCommand = UpdateTableStorageOptimizerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,57 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AddLFTagsToResourceCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AssumeDecoratedRoleWithSAMLCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./BatchGrantPermissionsCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./BatchRevokePermissionsCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CancelTransactionCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CommitTransactionCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateDataCellsFilterCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateLFTagCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateLakeFormationIdentityCenterConfigurationCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateLakeFormationOptInCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteDataCellsFilterCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteLFTagCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteLakeFormationIdentityCenterConfigurationCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteLakeFormationOptInCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteObjectsOnCancelCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeregisterResourceCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeLakeFormationIdentityCenterConfigurationCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeResourceCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DescribeTransactionCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./ExtendTransactionCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetDataCellsFilterCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetDataLakeSettingsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetEffectivePermissionsForPathCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetLFTagCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetQueryStateCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetQueryStatisticsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetResourceLFTagsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetTableObjectsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./GetTemporaryGluePartitionCredentialsCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./GetTemporaryGlueTableCredentialsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./GetWorkUnitResultsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./GetWorkUnitsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./GrantPermissionsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListDataCellsFilterCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./ListLFTagsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ListLakeFormationOptInsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ListPermissionsCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListResourcesCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListTableStorageOptimizersCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListTransactionsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./PutDataLakeSettingsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./RegisterResourceCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./RemoveLFTagsFromResourceCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./RevokePermissionsCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./SearchDatabasesByLFTagsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./SearchTablesByLFTagsCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./StartQueryPlanningCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./StartTransactionCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./UpdateDataCellsFilterCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./UpdateLFTagCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./UpdateLakeFormationIdentityCenterConfigurationCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./UpdateResourceCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./UpdateTableObjectsCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./UpdateTableStorageOptimizerCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "lakeformation",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|