@aws-sdk/client-lakeformation 3.43.0 → 3.47.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/CHANGELOG.md +51 -0
- package/README.md +2 -2
- package/dist-cjs/LakeFormation.js +315 -0
- package/dist-cjs/commands/AddLFTagsToResourceCommand.js +3 -3
- package/dist-cjs/commands/BatchGrantPermissionsCommand.js +3 -3
- package/dist-cjs/commands/BatchRevokePermissionsCommand.js +3 -3
- package/dist-cjs/commands/CancelTransactionCommand.js +36 -0
- package/dist-cjs/commands/CommitTransactionCommand.js +36 -0
- package/dist-cjs/commands/CreateDataCellsFilterCommand.js +36 -0
- package/dist-cjs/commands/CreateLFTagCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataCellsFilterCommand.js +36 -0
- package/dist-cjs/commands/DeleteLFTagCommand.js +3 -3
- package/dist-cjs/commands/DeleteObjectsOnCancelCommand.js +36 -0
- package/dist-cjs/commands/DeregisterResourceCommand.js +3 -3
- package/dist-cjs/commands/DescribeResourceCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransactionCommand.js +36 -0
- package/dist-cjs/commands/ExtendTransactionCommand.js +36 -0
- package/dist-cjs/commands/GetDataLakeSettingsCommand.js +3 -3
- package/dist-cjs/commands/GetEffectivePermissionsForPathCommand.js +3 -3
- package/dist-cjs/commands/GetLFTagCommand.js +3 -3
- package/dist-cjs/commands/GetQueryStateCommand.js +36 -0
- package/dist-cjs/commands/GetQueryStatisticsCommand.js +36 -0
- package/dist-cjs/commands/GetResourceLFTagsCommand.js +3 -3
- package/dist-cjs/commands/GetTableObjectsCommand.js +36 -0
- package/dist-cjs/commands/GetTemporaryGluePartitionCredentialsCommand.js +36 -0
- package/dist-cjs/commands/GetTemporaryGlueTableCredentialsCommand.js +36 -0
- package/dist-cjs/commands/GetWorkUnitResultsCommand.js +36 -0
- package/dist-cjs/commands/GetWorkUnitsCommand.js +36 -0
- package/dist-cjs/commands/GrantPermissionsCommand.js +3 -3
- package/dist-cjs/commands/ListDataCellsFilterCommand.js +36 -0
- package/dist-cjs/commands/ListLFTagsCommand.js +3 -3
- package/dist-cjs/commands/ListPermissionsCommand.js +3 -3
- package/dist-cjs/commands/ListResourcesCommand.js +3 -3
- package/dist-cjs/commands/ListTableStorageOptimizersCommand.js +36 -0
- package/dist-cjs/commands/ListTransactionsCommand.js +36 -0
- package/dist-cjs/commands/PutDataLakeSettingsCommand.js +3 -3
- package/dist-cjs/commands/RegisterResourceCommand.js +3 -3
- package/dist-cjs/commands/RemoveLFTagsFromResourceCommand.js +3 -3
- package/dist-cjs/commands/RevokePermissionsCommand.js +3 -3
- package/dist-cjs/commands/SearchDatabasesByLFTagsCommand.js +3 -3
- package/dist-cjs/commands/SearchTablesByLFTagsCommand.js +3 -3
- package/dist-cjs/commands/StartQueryPlanningCommand.js +36 -0
- package/dist-cjs/commands/StartTransactionCommand.js +36 -0
- package/dist-cjs/commands/UpdateLFTagCommand.js +3 -3
- package/dist-cjs/commands/UpdateResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateTableObjectsCommand.js +36 -0
- package/dist-cjs/commands/UpdateTableStorageOptimizerCommand.js +36 -0
- package/dist-cjs/commands/index.js +21 -0
- package/dist-cjs/endpoints.js +1 -20
- package/dist-cjs/models/models_0.js +395 -46
- package/dist-cjs/pagination/GetTableObjectsPaginator.js +35 -0
- package/dist-cjs/pagination/GetWorkUnitsPaginator.js +35 -0
- package/dist-cjs/pagination/ListDataCellsFilterPaginator.js +35 -0
- package/dist-cjs/pagination/ListLFTagsPaginator.js +35 -0
- package/dist-cjs/pagination/ListTableStorageOptimizersPaginator.js +35 -0
- package/dist-cjs/pagination/ListTransactionsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchDatabasesByLFTagsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchTablesByLFTagsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +6022 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/LakeFormation.js +315 -0
- package/dist-es/commands/AddLFTagsToResourceCommand.js +3 -3
- package/dist-es/commands/BatchGrantPermissionsCommand.js +3 -3
- package/dist-es/commands/BatchRevokePermissionsCommand.js +3 -3
- package/dist-es/commands/CancelTransactionCommand.js +39 -0
- package/dist-es/commands/CommitTransactionCommand.js +39 -0
- package/dist-es/commands/CreateDataCellsFilterCommand.js +39 -0
- package/dist-es/commands/CreateLFTagCommand.js +3 -3
- package/dist-es/commands/DeleteDataCellsFilterCommand.js +39 -0
- package/dist-es/commands/DeleteLFTagCommand.js +3 -3
- package/dist-es/commands/DeleteObjectsOnCancelCommand.js +39 -0
- package/dist-es/commands/DeregisterResourceCommand.js +3 -3
- package/dist-es/commands/DescribeResourceCommand.js +3 -3
- package/dist-es/commands/DescribeTransactionCommand.js +39 -0
- package/dist-es/commands/ExtendTransactionCommand.js +39 -0
- package/dist-es/commands/GetDataLakeSettingsCommand.js +3 -3
- package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +3 -3
- package/dist-es/commands/GetLFTagCommand.js +3 -3
- package/dist-es/commands/GetQueryStateCommand.js +39 -0
- package/dist-es/commands/GetQueryStatisticsCommand.js +39 -0
- package/dist-es/commands/GetResourceLFTagsCommand.js +3 -3
- package/dist-es/commands/GetTableObjectsCommand.js +39 -0
- package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +39 -0
- package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +39 -0
- package/dist-es/commands/GetWorkUnitResultsCommand.js +39 -0
- package/dist-es/commands/GetWorkUnitsCommand.js +39 -0
- package/dist-es/commands/GrantPermissionsCommand.js +3 -3
- package/dist-es/commands/ListDataCellsFilterCommand.js +39 -0
- package/dist-es/commands/ListLFTagsCommand.js +3 -3
- package/dist-es/commands/ListPermissionsCommand.js +3 -3
- package/dist-es/commands/ListResourcesCommand.js +3 -3
- package/dist-es/commands/ListTableStorageOptimizersCommand.js +39 -0
- package/dist-es/commands/ListTransactionsCommand.js +39 -0
- package/dist-es/commands/PutDataLakeSettingsCommand.js +3 -3
- package/dist-es/commands/RegisterResourceCommand.js +3 -3
- package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +3 -3
- package/dist-es/commands/RevokePermissionsCommand.js +3 -3
- package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +3 -3
- package/dist-es/commands/SearchTablesByLFTagsCommand.js +3 -3
- package/dist-es/commands/StartQueryPlanningCommand.js +39 -0
- package/dist-es/commands/StartTransactionCommand.js +39 -0
- package/dist-es/commands/UpdateLFTagCommand.js +3 -3
- package/dist-es/commands/UpdateResourceCommand.js +3 -3
- package/dist-es/commands/UpdateTableObjectsCommand.js +39 -0
- package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +39 -0
- package/dist-es/commands/index.js +21 -0
- package/dist-es/endpoints.js +1 -20
- package/dist-es/models/models_0.js +280 -36
- package/dist-es/pagination/GetTableObjectsPaginator.js +74 -0
- package/dist-es/pagination/GetWorkUnitsPaginator.js +74 -0
- package/dist-es/pagination/ListDataCellsFilterPaginator.js +74 -0
- package/dist-es/pagination/ListLFTagsPaginator.js +74 -0
- package/dist-es/pagination/ListTableStorageOptimizersPaginator.js +74 -0
- package/dist-es/pagination/ListTransactionsPaginator.js +74 -0
- package/dist-es/pagination/SearchDatabasesByLFTagsPaginator.js +74 -0
- package/dist-es/pagination/SearchTablesByLFTagsPaginator.js +74 -0
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +6598 -0
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/LakeFormation.d.ts +174 -15
- package/dist-types/LakeFormationClient.d.ts +30 -5
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/CancelTransactionCommand.d.ts +35 -0
- package/dist-types/commands/CommitTransactionCommand.d.ts +35 -0
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +35 -0
- package/dist-types/commands/CreateLFTagCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +35 -0
- package/dist-types/commands/DeleteLFTagCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +42 -0
- package/dist-types/commands/DescribeResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransactionCommand.d.ts +35 -0
- package/dist-types/commands/ExtendTransactionCommand.d.ts +37 -0
- package/dist-types/commands/GetLFTagCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryStateCommand.d.ts +35 -0
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +35 -0
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/GetTableObjectsCommand.d.ts +35 -0
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +35 -0
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +35 -0
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +35 -0
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +35 -0
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +35 -0
- package/dist-types/commands/ListLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +35 -0
- package/dist-types/commands/ListTransactionsCommand.d.ts +36 -0
- package/dist-types/commands/RegisterResourceCommand.d.ts +2 -2
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +37 -0
- package/dist-types/commands/StartTransactionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateLFTagCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +21 -0
- package/dist-types/models/models_0.d.ts +1484 -170
- package/dist-types/pagination/GetTableObjectsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetWorkUnitsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLFTagsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTransactionsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +134 -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 +105 -0
- package/dist-types/ts3.4/LakeFormationClient.d.ts +26 -3
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +17 -0
- 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/GetWorkUnitResultsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +21 -0
- package/dist-types/ts3.4/models/models_0.d.ts +800 -33
- package/dist-types/ts3.4/pagination/GetTableObjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetWorkUnitsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLFTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTransactionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +134 -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 +38 -45
- package/dist-cjs/protocols/Aws_json1_1.js +0 -3153
- package/dist-es/protocols/Aws_json1_1.js +0 -3221
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -71
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -71
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,57 @@
|
|
|
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.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **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))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **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))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **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))
|
|
28
|
+
* **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))
|
|
29
|
+
* 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))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* **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))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
# [3.44.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.43.0...v3.44.0) (2021-12-02)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Features
|
|
50
|
+
|
|
51
|
+
* **clients:** update clients as of 2021/11/30 ([#3077](https://github.com/aws/aws-sdk-js-v3/issues/3077)) ([2bdba30](https://github.com/aws/aws-sdk-js-v3/commit/2bdba30963e550728ba2903d57daa1e666a29d71))
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
6
57
|
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
7
58
|
|
|
8
59
|
**Note:** Version bump only for package @aws-sdk/client-lakeformation
|
package/README.md
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
AWS SDK for JavaScript LakeFormation Client for Node.js, Browser and React Native.
|
|
9
9
|
|
|
10
|
-
<fullname>
|
|
10
|
+
<fullname>Lake Formation</fullname>
|
|
11
11
|
|
|
12
|
-
<p>Defines the public endpoint for the
|
|
12
|
+
<p>Defines the public endpoint for the Lake Formation service.</p>
|
|
13
13
|
|
|
14
14
|
## Installing
|
|
15
15
|
|
|
@@ -4,26 +4,47 @@ exports.LakeFormation = void 0;
|
|
|
4
4
|
const AddLFTagsToResourceCommand_1 = require("./commands/AddLFTagsToResourceCommand");
|
|
5
5
|
const BatchGrantPermissionsCommand_1 = require("./commands/BatchGrantPermissionsCommand");
|
|
6
6
|
const BatchRevokePermissionsCommand_1 = require("./commands/BatchRevokePermissionsCommand");
|
|
7
|
+
const CancelTransactionCommand_1 = require("./commands/CancelTransactionCommand");
|
|
8
|
+
const CommitTransactionCommand_1 = require("./commands/CommitTransactionCommand");
|
|
9
|
+
const CreateDataCellsFilterCommand_1 = require("./commands/CreateDataCellsFilterCommand");
|
|
7
10
|
const CreateLFTagCommand_1 = require("./commands/CreateLFTagCommand");
|
|
11
|
+
const DeleteDataCellsFilterCommand_1 = require("./commands/DeleteDataCellsFilterCommand");
|
|
8
12
|
const DeleteLFTagCommand_1 = require("./commands/DeleteLFTagCommand");
|
|
13
|
+
const DeleteObjectsOnCancelCommand_1 = require("./commands/DeleteObjectsOnCancelCommand");
|
|
9
14
|
const DeregisterResourceCommand_1 = require("./commands/DeregisterResourceCommand");
|
|
10
15
|
const DescribeResourceCommand_1 = require("./commands/DescribeResourceCommand");
|
|
16
|
+
const DescribeTransactionCommand_1 = require("./commands/DescribeTransactionCommand");
|
|
17
|
+
const ExtendTransactionCommand_1 = require("./commands/ExtendTransactionCommand");
|
|
11
18
|
const GetDataLakeSettingsCommand_1 = require("./commands/GetDataLakeSettingsCommand");
|
|
12
19
|
const GetEffectivePermissionsForPathCommand_1 = require("./commands/GetEffectivePermissionsForPathCommand");
|
|
13
20
|
const GetLFTagCommand_1 = require("./commands/GetLFTagCommand");
|
|
21
|
+
const GetQueryStateCommand_1 = require("./commands/GetQueryStateCommand");
|
|
22
|
+
const GetQueryStatisticsCommand_1 = require("./commands/GetQueryStatisticsCommand");
|
|
14
23
|
const GetResourceLFTagsCommand_1 = require("./commands/GetResourceLFTagsCommand");
|
|
24
|
+
const GetTableObjectsCommand_1 = require("./commands/GetTableObjectsCommand");
|
|
25
|
+
const GetTemporaryGluePartitionCredentialsCommand_1 = require("./commands/GetTemporaryGluePartitionCredentialsCommand");
|
|
26
|
+
const GetTemporaryGlueTableCredentialsCommand_1 = require("./commands/GetTemporaryGlueTableCredentialsCommand");
|
|
27
|
+
const GetWorkUnitResultsCommand_1 = require("./commands/GetWorkUnitResultsCommand");
|
|
28
|
+
const GetWorkUnitsCommand_1 = require("./commands/GetWorkUnitsCommand");
|
|
15
29
|
const GrantPermissionsCommand_1 = require("./commands/GrantPermissionsCommand");
|
|
30
|
+
const ListDataCellsFilterCommand_1 = require("./commands/ListDataCellsFilterCommand");
|
|
16
31
|
const ListLFTagsCommand_1 = require("./commands/ListLFTagsCommand");
|
|
17
32
|
const ListPermissionsCommand_1 = require("./commands/ListPermissionsCommand");
|
|
18
33
|
const ListResourcesCommand_1 = require("./commands/ListResourcesCommand");
|
|
34
|
+
const ListTableStorageOptimizersCommand_1 = require("./commands/ListTableStorageOptimizersCommand");
|
|
35
|
+
const ListTransactionsCommand_1 = require("./commands/ListTransactionsCommand");
|
|
19
36
|
const PutDataLakeSettingsCommand_1 = require("./commands/PutDataLakeSettingsCommand");
|
|
20
37
|
const RegisterResourceCommand_1 = require("./commands/RegisterResourceCommand");
|
|
21
38
|
const RemoveLFTagsFromResourceCommand_1 = require("./commands/RemoveLFTagsFromResourceCommand");
|
|
22
39
|
const RevokePermissionsCommand_1 = require("./commands/RevokePermissionsCommand");
|
|
23
40
|
const SearchDatabasesByLFTagsCommand_1 = require("./commands/SearchDatabasesByLFTagsCommand");
|
|
24
41
|
const SearchTablesByLFTagsCommand_1 = require("./commands/SearchTablesByLFTagsCommand");
|
|
42
|
+
const StartQueryPlanningCommand_1 = require("./commands/StartQueryPlanningCommand");
|
|
43
|
+
const StartTransactionCommand_1 = require("./commands/StartTransactionCommand");
|
|
25
44
|
const UpdateLFTagCommand_1 = require("./commands/UpdateLFTagCommand");
|
|
26
45
|
const UpdateResourceCommand_1 = require("./commands/UpdateResourceCommand");
|
|
46
|
+
const UpdateTableObjectsCommand_1 = require("./commands/UpdateTableObjectsCommand");
|
|
47
|
+
const UpdateTableStorageOptimizerCommand_1 = require("./commands/UpdateTableStorageOptimizerCommand");
|
|
27
48
|
const LakeFormationClient_1 = require("./LakeFormationClient");
|
|
28
49
|
class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
29
50
|
addLFTagsToResource(args, optionsOrCb, cb) {
|
|
@@ -68,6 +89,48 @@ class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
|
68
89
|
return this.send(command, optionsOrCb);
|
|
69
90
|
}
|
|
70
91
|
}
|
|
92
|
+
cancelTransaction(args, optionsOrCb, cb) {
|
|
93
|
+
const command = new CancelTransactionCommand_1.CancelTransactionCommand(args);
|
|
94
|
+
if (typeof optionsOrCb === "function") {
|
|
95
|
+
this.send(command, optionsOrCb);
|
|
96
|
+
}
|
|
97
|
+
else if (typeof cb === "function") {
|
|
98
|
+
if (typeof optionsOrCb !== "object")
|
|
99
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
100
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
101
|
+
}
|
|
102
|
+
else {
|
|
103
|
+
return this.send(command, optionsOrCb);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
commitTransaction(args, optionsOrCb, cb) {
|
|
107
|
+
const command = new CommitTransactionCommand_1.CommitTransactionCommand(args);
|
|
108
|
+
if (typeof optionsOrCb === "function") {
|
|
109
|
+
this.send(command, optionsOrCb);
|
|
110
|
+
}
|
|
111
|
+
else if (typeof cb === "function") {
|
|
112
|
+
if (typeof optionsOrCb !== "object")
|
|
113
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
114
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
115
|
+
}
|
|
116
|
+
else {
|
|
117
|
+
return this.send(command, optionsOrCb);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
createDataCellsFilter(args, optionsOrCb, cb) {
|
|
121
|
+
const command = new CreateDataCellsFilterCommand_1.CreateDataCellsFilterCommand(args);
|
|
122
|
+
if (typeof optionsOrCb === "function") {
|
|
123
|
+
this.send(command, optionsOrCb);
|
|
124
|
+
}
|
|
125
|
+
else if (typeof cb === "function") {
|
|
126
|
+
if (typeof optionsOrCb !== "object")
|
|
127
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
128
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
129
|
+
}
|
|
130
|
+
else {
|
|
131
|
+
return this.send(command, optionsOrCb);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
71
134
|
createLFTag(args, optionsOrCb, cb) {
|
|
72
135
|
const command = new CreateLFTagCommand_1.CreateLFTagCommand(args);
|
|
73
136
|
if (typeof optionsOrCb === "function") {
|
|
@@ -82,6 +145,20 @@ class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
|
82
145
|
return this.send(command, optionsOrCb);
|
|
83
146
|
}
|
|
84
147
|
}
|
|
148
|
+
deleteDataCellsFilter(args, optionsOrCb, cb) {
|
|
149
|
+
const command = new DeleteDataCellsFilterCommand_1.DeleteDataCellsFilterCommand(args);
|
|
150
|
+
if (typeof optionsOrCb === "function") {
|
|
151
|
+
this.send(command, optionsOrCb);
|
|
152
|
+
}
|
|
153
|
+
else if (typeof cb === "function") {
|
|
154
|
+
if (typeof optionsOrCb !== "object")
|
|
155
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
156
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
157
|
+
}
|
|
158
|
+
else {
|
|
159
|
+
return this.send(command, optionsOrCb);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
85
162
|
deleteLFTag(args, optionsOrCb, cb) {
|
|
86
163
|
const command = new DeleteLFTagCommand_1.DeleteLFTagCommand(args);
|
|
87
164
|
if (typeof optionsOrCb === "function") {
|
|
@@ -96,6 +173,20 @@ class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
|
96
173
|
return this.send(command, optionsOrCb);
|
|
97
174
|
}
|
|
98
175
|
}
|
|
176
|
+
deleteObjectsOnCancel(args, optionsOrCb, cb) {
|
|
177
|
+
const command = new DeleteObjectsOnCancelCommand_1.DeleteObjectsOnCancelCommand(args);
|
|
178
|
+
if (typeof optionsOrCb === "function") {
|
|
179
|
+
this.send(command, optionsOrCb);
|
|
180
|
+
}
|
|
181
|
+
else if (typeof cb === "function") {
|
|
182
|
+
if (typeof optionsOrCb !== "object")
|
|
183
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
184
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
185
|
+
}
|
|
186
|
+
else {
|
|
187
|
+
return this.send(command, optionsOrCb);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
99
190
|
deregisterResource(args, optionsOrCb, cb) {
|
|
100
191
|
const command = new DeregisterResourceCommand_1.DeregisterResourceCommand(args);
|
|
101
192
|
if (typeof optionsOrCb === "function") {
|
|
@@ -124,6 +215,34 @@ class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
|
124
215
|
return this.send(command, optionsOrCb);
|
|
125
216
|
}
|
|
126
217
|
}
|
|
218
|
+
describeTransaction(args, optionsOrCb, cb) {
|
|
219
|
+
const command = new DescribeTransactionCommand_1.DescribeTransactionCommand(args);
|
|
220
|
+
if (typeof optionsOrCb === "function") {
|
|
221
|
+
this.send(command, optionsOrCb);
|
|
222
|
+
}
|
|
223
|
+
else if (typeof cb === "function") {
|
|
224
|
+
if (typeof optionsOrCb !== "object")
|
|
225
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
226
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
227
|
+
}
|
|
228
|
+
else {
|
|
229
|
+
return this.send(command, optionsOrCb);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
extendTransaction(args, optionsOrCb, cb) {
|
|
233
|
+
const command = new ExtendTransactionCommand_1.ExtendTransactionCommand(args);
|
|
234
|
+
if (typeof optionsOrCb === "function") {
|
|
235
|
+
this.send(command, optionsOrCb);
|
|
236
|
+
}
|
|
237
|
+
else if (typeof cb === "function") {
|
|
238
|
+
if (typeof optionsOrCb !== "object")
|
|
239
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
240
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
241
|
+
}
|
|
242
|
+
else {
|
|
243
|
+
return this.send(command, optionsOrCb);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
127
246
|
getDataLakeSettings(args, optionsOrCb, cb) {
|
|
128
247
|
const command = new GetDataLakeSettingsCommand_1.GetDataLakeSettingsCommand(args);
|
|
129
248
|
if (typeof optionsOrCb === "function") {
|
|
@@ -166,6 +285,34 @@ class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
|
166
285
|
return this.send(command, optionsOrCb);
|
|
167
286
|
}
|
|
168
287
|
}
|
|
288
|
+
getQueryState(args, optionsOrCb, cb) {
|
|
289
|
+
const command = new GetQueryStateCommand_1.GetQueryStateCommand(args);
|
|
290
|
+
if (typeof optionsOrCb === "function") {
|
|
291
|
+
this.send(command, optionsOrCb);
|
|
292
|
+
}
|
|
293
|
+
else if (typeof cb === "function") {
|
|
294
|
+
if (typeof optionsOrCb !== "object")
|
|
295
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
296
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
297
|
+
}
|
|
298
|
+
else {
|
|
299
|
+
return this.send(command, optionsOrCb);
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
getQueryStatistics(args, optionsOrCb, cb) {
|
|
303
|
+
const command = new GetQueryStatisticsCommand_1.GetQueryStatisticsCommand(args);
|
|
304
|
+
if (typeof optionsOrCb === "function") {
|
|
305
|
+
this.send(command, optionsOrCb);
|
|
306
|
+
}
|
|
307
|
+
else if (typeof cb === "function") {
|
|
308
|
+
if (typeof optionsOrCb !== "object")
|
|
309
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
310
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
311
|
+
}
|
|
312
|
+
else {
|
|
313
|
+
return this.send(command, optionsOrCb);
|
|
314
|
+
}
|
|
315
|
+
}
|
|
169
316
|
getResourceLFTags(args, optionsOrCb, cb) {
|
|
170
317
|
const command = new GetResourceLFTagsCommand_1.GetResourceLFTagsCommand(args);
|
|
171
318
|
if (typeof optionsOrCb === "function") {
|
|
@@ -180,6 +327,76 @@ class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
|
180
327
|
return this.send(command, optionsOrCb);
|
|
181
328
|
}
|
|
182
329
|
}
|
|
330
|
+
getTableObjects(args, optionsOrCb, cb) {
|
|
331
|
+
const command = new GetTableObjectsCommand_1.GetTableObjectsCommand(args);
|
|
332
|
+
if (typeof optionsOrCb === "function") {
|
|
333
|
+
this.send(command, optionsOrCb);
|
|
334
|
+
}
|
|
335
|
+
else if (typeof cb === "function") {
|
|
336
|
+
if (typeof optionsOrCb !== "object")
|
|
337
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
338
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
339
|
+
}
|
|
340
|
+
else {
|
|
341
|
+
return this.send(command, optionsOrCb);
|
|
342
|
+
}
|
|
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
|
+
}
|
|
372
|
+
getWorkUnitResults(args, optionsOrCb, cb) {
|
|
373
|
+
const command = new GetWorkUnitResultsCommand_1.GetWorkUnitResultsCommand(args);
|
|
374
|
+
if (typeof optionsOrCb === "function") {
|
|
375
|
+
this.send(command, optionsOrCb);
|
|
376
|
+
}
|
|
377
|
+
else if (typeof cb === "function") {
|
|
378
|
+
if (typeof optionsOrCb !== "object")
|
|
379
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
380
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
381
|
+
}
|
|
382
|
+
else {
|
|
383
|
+
return this.send(command, optionsOrCb);
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
getWorkUnits(args, optionsOrCb, cb) {
|
|
387
|
+
const command = new GetWorkUnitsCommand_1.GetWorkUnitsCommand(args);
|
|
388
|
+
if (typeof optionsOrCb === "function") {
|
|
389
|
+
this.send(command, optionsOrCb);
|
|
390
|
+
}
|
|
391
|
+
else if (typeof cb === "function") {
|
|
392
|
+
if (typeof optionsOrCb !== "object")
|
|
393
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
394
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
395
|
+
}
|
|
396
|
+
else {
|
|
397
|
+
return this.send(command, optionsOrCb);
|
|
398
|
+
}
|
|
399
|
+
}
|
|
183
400
|
grantPermissions(args, optionsOrCb, cb) {
|
|
184
401
|
const command = new GrantPermissionsCommand_1.GrantPermissionsCommand(args);
|
|
185
402
|
if (typeof optionsOrCb === "function") {
|
|
@@ -194,6 +411,20 @@ class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
|
194
411
|
return this.send(command, optionsOrCb);
|
|
195
412
|
}
|
|
196
413
|
}
|
|
414
|
+
listDataCellsFilter(args, optionsOrCb, cb) {
|
|
415
|
+
const command = new ListDataCellsFilterCommand_1.ListDataCellsFilterCommand(args);
|
|
416
|
+
if (typeof optionsOrCb === "function") {
|
|
417
|
+
this.send(command, optionsOrCb);
|
|
418
|
+
}
|
|
419
|
+
else if (typeof cb === "function") {
|
|
420
|
+
if (typeof optionsOrCb !== "object")
|
|
421
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
422
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
423
|
+
}
|
|
424
|
+
else {
|
|
425
|
+
return this.send(command, optionsOrCb);
|
|
426
|
+
}
|
|
427
|
+
}
|
|
197
428
|
listLFTags(args, optionsOrCb, cb) {
|
|
198
429
|
const command = new ListLFTagsCommand_1.ListLFTagsCommand(args);
|
|
199
430
|
if (typeof optionsOrCb === "function") {
|
|
@@ -236,6 +467,34 @@ class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
|
236
467
|
return this.send(command, optionsOrCb);
|
|
237
468
|
}
|
|
238
469
|
}
|
|
470
|
+
listTableStorageOptimizers(args, optionsOrCb, cb) {
|
|
471
|
+
const command = new ListTableStorageOptimizersCommand_1.ListTableStorageOptimizersCommand(args);
|
|
472
|
+
if (typeof optionsOrCb === "function") {
|
|
473
|
+
this.send(command, optionsOrCb);
|
|
474
|
+
}
|
|
475
|
+
else if (typeof cb === "function") {
|
|
476
|
+
if (typeof optionsOrCb !== "object")
|
|
477
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
478
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
479
|
+
}
|
|
480
|
+
else {
|
|
481
|
+
return this.send(command, optionsOrCb);
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
listTransactions(args, optionsOrCb, cb) {
|
|
485
|
+
const command = new ListTransactionsCommand_1.ListTransactionsCommand(args);
|
|
486
|
+
if (typeof optionsOrCb === "function") {
|
|
487
|
+
this.send(command, optionsOrCb);
|
|
488
|
+
}
|
|
489
|
+
else if (typeof cb === "function") {
|
|
490
|
+
if (typeof optionsOrCb !== "object")
|
|
491
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
492
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
493
|
+
}
|
|
494
|
+
else {
|
|
495
|
+
return this.send(command, optionsOrCb);
|
|
496
|
+
}
|
|
497
|
+
}
|
|
239
498
|
putDataLakeSettings(args, optionsOrCb, cb) {
|
|
240
499
|
const command = new PutDataLakeSettingsCommand_1.PutDataLakeSettingsCommand(args);
|
|
241
500
|
if (typeof optionsOrCb === "function") {
|
|
@@ -320,6 +579,34 @@ class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
|
320
579
|
return this.send(command, optionsOrCb);
|
|
321
580
|
}
|
|
322
581
|
}
|
|
582
|
+
startQueryPlanning(args, optionsOrCb, cb) {
|
|
583
|
+
const command = new StartQueryPlanningCommand_1.StartQueryPlanningCommand(args);
|
|
584
|
+
if (typeof optionsOrCb === "function") {
|
|
585
|
+
this.send(command, optionsOrCb);
|
|
586
|
+
}
|
|
587
|
+
else if (typeof cb === "function") {
|
|
588
|
+
if (typeof optionsOrCb !== "object")
|
|
589
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
590
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
591
|
+
}
|
|
592
|
+
else {
|
|
593
|
+
return this.send(command, optionsOrCb);
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
startTransaction(args, optionsOrCb, cb) {
|
|
597
|
+
const command = new StartTransactionCommand_1.StartTransactionCommand(args);
|
|
598
|
+
if (typeof optionsOrCb === "function") {
|
|
599
|
+
this.send(command, optionsOrCb);
|
|
600
|
+
}
|
|
601
|
+
else if (typeof cb === "function") {
|
|
602
|
+
if (typeof optionsOrCb !== "object")
|
|
603
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
604
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
605
|
+
}
|
|
606
|
+
else {
|
|
607
|
+
return this.send(command, optionsOrCb);
|
|
608
|
+
}
|
|
609
|
+
}
|
|
323
610
|
updateLFTag(args, optionsOrCb, cb) {
|
|
324
611
|
const command = new UpdateLFTagCommand_1.UpdateLFTagCommand(args);
|
|
325
612
|
if (typeof optionsOrCb === "function") {
|
|
@@ -348,5 +635,33 @@ class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
|
|
|
348
635
|
return this.send(command, optionsOrCb);
|
|
349
636
|
}
|
|
350
637
|
}
|
|
638
|
+
updateTableObjects(args, optionsOrCb, cb) {
|
|
639
|
+
const command = new UpdateTableObjectsCommand_1.UpdateTableObjectsCommand(args);
|
|
640
|
+
if (typeof optionsOrCb === "function") {
|
|
641
|
+
this.send(command, optionsOrCb);
|
|
642
|
+
}
|
|
643
|
+
else if (typeof cb === "function") {
|
|
644
|
+
if (typeof optionsOrCb !== "object")
|
|
645
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
646
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
647
|
+
}
|
|
648
|
+
else {
|
|
649
|
+
return this.send(command, optionsOrCb);
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
updateTableStorageOptimizer(args, optionsOrCb, cb) {
|
|
653
|
+
const command = new UpdateTableStorageOptimizerCommand_1.UpdateTableStorageOptimizerCommand(args);
|
|
654
|
+
if (typeof optionsOrCb === "function") {
|
|
655
|
+
this.send(command, optionsOrCb);
|
|
656
|
+
}
|
|
657
|
+
else if (typeof cb === "function") {
|
|
658
|
+
if (typeof optionsOrCb !== "object")
|
|
659
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
660
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
661
|
+
}
|
|
662
|
+
else {
|
|
663
|
+
return this.send(command, optionsOrCb);
|
|
664
|
+
}
|
|
665
|
+
}
|
|
351
666
|
}
|
|
352
667
|
exports.LakeFormation = LakeFormation;
|
|
@@ -4,7 +4,7 @@ exports.AddLFTagsToResourceCommand = void 0;
|
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
|
-
const
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class AddLFTagsToResourceCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
10
10
|
super();
|
|
@@ -27,10 +27,10 @@ class AddLFTagsToResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1AddLFTagsToResourceCommand(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1AddLFTagsToResourceCommand(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.AddLFTagsToResourceCommand = AddLFTagsToResourceCommand;
|
|
@@ -4,7 +4,7 @@ exports.BatchGrantPermissionsCommand = void 0;
|
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
|
-
const
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class BatchGrantPermissionsCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
10
10
|
super();
|
|
@@ -27,10 +27,10 @@ class BatchGrantPermissionsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1BatchGrantPermissionsCommand(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1BatchGrantPermissionsCommand(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.BatchGrantPermissionsCommand = BatchGrantPermissionsCommand;
|
|
@@ -4,7 +4,7 @@ exports.BatchRevokePermissionsCommand = void 0;
|
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
|
-
const
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class BatchRevokePermissionsCommand extends smithy_client_1.Command {
|
|
9
9
|
constructor(input) {
|
|
10
10
|
super();
|
|
@@ -27,10 +27,10 @@ class BatchRevokePermissionsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1BatchRevokePermissionsCommand(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1BatchRevokePermissionsCommand(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.BatchRevokePermissionsCommand = BatchRevokePermissionsCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CancelTransactionCommand = 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 CancelTransactionCommand 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 = "CancelTransactionCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CancelTransactionRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CancelTransactionResponse.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_restJson1CancelTransactionCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1CancelTransactionCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CancelTransactionCommand = CancelTransactionCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CommitTransactionCommand = 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 CommitTransactionCommand 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 = "CommitTransactionCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CommitTransactionRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CommitTransactionResponse.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_restJson1CommitTransactionCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1CommitTransactionCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CommitTransactionCommand = CommitTransactionCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateDataCellsFilterCommand = 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 CreateDataCellsFilterCommand 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 = "CreateDataCellsFilterCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateDataCellsFilterRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateDataCellsFilterResponse.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_restJson1CreateDataCellsFilterCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1CreateDataCellsFilterCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateDataCellsFilterCommand = CreateDataCellsFilterCommand;
|