@aws-sdk/client-lakeformation 3.40.0 → 3.44.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 +38 -0
- package/README.md +2 -2
- package/dist-cjs/LakeFormation.js +285 -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/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 +19 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-cjs/models/models_0.js +417 -6
- 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 +5676 -0
- package/dist-es/LakeFormation.js +285 -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/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 +19 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-es/models/models_0.js +287 -4
- 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 +6231 -0
- package/dist-types/LakeFormation.d.ts +160 -15
- package/dist-types/LakeFormationClient.d.ts +23 -4
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +2 -2
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/BatchRevokePermissionsCommand.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 +2 -2
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +35 -0
- package/dist-types/commands/DeleteLFTagCommand.d.ts +2 -2
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +42 -0
- package/dist-types/commands/DeregisterResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTransactionCommand.d.ts +35 -0
- package/dist-types/commands/ExtendTransactionCommand.d.ts +37 -0
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +1 -1
- package/dist-types/commands/GetLFTagCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/GetTableObjectsCommand.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/GrantPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +35 -0
- package/dist-types/commands/ListLFTagsCommand.d.ts +2 -2
- package/dist-types/commands/ListPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourcesCommand.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/PutDataLakeSettingsCommand.d.ts +1 -1
- package/dist-types/commands/RegisterResourceCommand.d.ts +3 -3
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +2 -2
- package/dist-types/commands/RevokePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/UpdateResourceCommand.d.ts +2 -2
- 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 +19 -0
- package/dist-types/models/models_0.d.ts +1475 -234
- 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 +128 -0
- package/dist-types/ts3.4/LakeFormation.d.ts +95 -0
- package/dist-types/ts3.4/LakeFormationClient.d.ts +21 -2
- 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/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 +19 -0
- package/dist-types/ts3.4/models/models_0.d.ts +745 -7
- 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 +128 -0
- package/package.json +4 -4
- 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
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetTableObjectsCommandInput, GetTableObjectsCommandOutput } from "../commands/GetTableObjectsCommand";
|
|
3
|
+
import { LakeFormationPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetTableObjects(config: LakeFormationPaginationConfiguration, input: GetTableObjectsCommandInput, ...additionalArguments: any): Paginator<GetTableObjectsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput } from "../commands/GetWorkUnitsCommand";
|
|
3
|
+
import { LakeFormationPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetWorkUnits(config: LakeFormationPaginationConfiguration, input: GetWorkUnitsCommandInput, ...additionalArguments: any): Paginator<GetWorkUnitsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput } from "../commands/ListDataCellsFilterCommand";
|
|
3
|
+
import { LakeFormationPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListDataCellsFilter(config: LakeFormationPaginationConfiguration, input: ListDataCellsFilterCommandInput, ...additionalArguments: any): Paginator<ListDataCellsFilterCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListLFTagsCommandInput, ListLFTagsCommandOutput } from "../commands/ListLFTagsCommand";
|
|
3
|
+
import { LakeFormationPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListLFTags(config: LakeFormationPaginationConfiguration, input: ListLFTagsCommandInput, ...additionalArguments: any): Paginator<ListLFTagsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput } from "../commands/ListTableStorageOptimizersCommand";
|
|
3
|
+
import { LakeFormationPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListTableStorageOptimizers(config: LakeFormationPaginationConfiguration, input: ListTableStorageOptimizersCommandInput, ...additionalArguments: any): Paginator<ListTableStorageOptimizersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTransactionsCommandInput, ListTransactionsCommandOutput } from "../commands/ListTransactionsCommand";
|
|
3
|
+
import { LakeFormationPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListTransactions(config: LakeFormationPaginationConfiguration, input: ListTransactionsCommandInput, ...additionalArguments: any): Paginator<ListTransactionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput } from "../commands/SearchDatabasesByLFTagsCommand";
|
|
3
|
+
import { LakeFormationPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateSearchDatabasesByLFTags(config: LakeFormationPaginationConfiguration, input: SearchDatabasesByLFTagsCommandInput, ...additionalArguments: any): Paginator<SearchDatabasesByLFTagsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput } from "../commands/SearchTablesByLFTagsCommand";
|
|
3
|
+
import { LakeFormationPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateSearchTablesByLFTags(config: LakeFormationPaginationConfiguration, input: SearchTablesByLFTagsCommandInput, ...additionalArguments: any): Paginator<SearchTablesByLFTagsCommandOutput>;
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
export * from "./GetEffectivePermissionsForPathPaginator";
|
|
2
|
+
export * from "./GetTableObjectsPaginator";
|
|
3
|
+
export * from "./GetWorkUnitsPaginator";
|
|
2
4
|
export * from "./Interfaces";
|
|
5
|
+
export * from "./ListDataCellsFilterPaginator";
|
|
6
|
+
export * from "./ListLFTagsPaginator";
|
|
3
7
|
export * from "./ListPermissionsPaginator";
|
|
4
8
|
export * from "./ListResourcesPaginator";
|
|
9
|
+
export * from "./ListTableStorageOptimizersPaginator";
|
|
10
|
+
export * from "./ListTransactionsPaginator";
|
|
11
|
+
export * from "./SearchDatabasesByLFTagsPaginator";
|
|
12
|
+
export * from "./SearchTablesByLFTagsPaginator";
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput } from "../commands/AddLFTagsToResourceCommand";
|
|
4
|
+
import { BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput } from "../commands/BatchGrantPermissionsCommand";
|
|
5
|
+
import { BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput } from "../commands/BatchRevokePermissionsCommand";
|
|
6
|
+
import { CancelTransactionCommandInput, CancelTransactionCommandOutput } from "../commands/CancelTransactionCommand";
|
|
7
|
+
import { CommitTransactionCommandInput, CommitTransactionCommandOutput } from "../commands/CommitTransactionCommand";
|
|
8
|
+
import { CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput } from "../commands/CreateDataCellsFilterCommand";
|
|
9
|
+
import { CreateLFTagCommandInput, CreateLFTagCommandOutput } from "../commands/CreateLFTagCommand";
|
|
10
|
+
import { DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput } from "../commands/DeleteDataCellsFilterCommand";
|
|
11
|
+
import { DeleteLFTagCommandInput, DeleteLFTagCommandOutput } from "../commands/DeleteLFTagCommand";
|
|
12
|
+
import { DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput } from "../commands/DeleteObjectsOnCancelCommand";
|
|
13
|
+
import { DeregisterResourceCommandInput, DeregisterResourceCommandOutput } from "../commands/DeregisterResourceCommand";
|
|
14
|
+
import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "../commands/DescribeResourceCommand";
|
|
15
|
+
import { DescribeTransactionCommandInput, DescribeTransactionCommandOutput } from "../commands/DescribeTransactionCommand";
|
|
16
|
+
import { ExtendTransactionCommandInput, ExtendTransactionCommandOutput } from "../commands/ExtendTransactionCommand";
|
|
17
|
+
import { GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput } from "../commands/GetDataLakeSettingsCommand";
|
|
18
|
+
import { GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput } from "../commands/GetEffectivePermissionsForPathCommand";
|
|
19
|
+
import { GetLFTagCommandInput, GetLFTagCommandOutput } from "../commands/GetLFTagCommand";
|
|
20
|
+
import { GetQueryStateCommandInput, GetQueryStateCommandOutput } from "../commands/GetQueryStateCommand";
|
|
21
|
+
import { GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput } from "../commands/GetQueryStatisticsCommand";
|
|
22
|
+
import { GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput } from "../commands/GetResourceLFTagsCommand";
|
|
23
|
+
import { GetTableObjectsCommandInput, GetTableObjectsCommandOutput } from "../commands/GetTableObjectsCommand";
|
|
24
|
+
import { GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput } from "../commands/GetWorkUnitResultsCommand";
|
|
25
|
+
import { GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput } from "../commands/GetWorkUnitsCommand";
|
|
26
|
+
import { GrantPermissionsCommandInput, GrantPermissionsCommandOutput } from "../commands/GrantPermissionsCommand";
|
|
27
|
+
import { ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput } from "../commands/ListDataCellsFilterCommand";
|
|
28
|
+
import { ListLFTagsCommandInput, ListLFTagsCommandOutput } from "../commands/ListLFTagsCommand";
|
|
29
|
+
import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "../commands/ListPermissionsCommand";
|
|
30
|
+
import { ListResourcesCommandInput, ListResourcesCommandOutput } from "../commands/ListResourcesCommand";
|
|
31
|
+
import { ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput } from "../commands/ListTableStorageOptimizersCommand";
|
|
32
|
+
import { ListTransactionsCommandInput, ListTransactionsCommandOutput } from "../commands/ListTransactionsCommand";
|
|
33
|
+
import { PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput } from "../commands/PutDataLakeSettingsCommand";
|
|
34
|
+
import { RegisterResourceCommandInput, RegisterResourceCommandOutput } from "../commands/RegisterResourceCommand";
|
|
35
|
+
import { RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput } from "../commands/RemoveLFTagsFromResourceCommand";
|
|
36
|
+
import { RevokePermissionsCommandInput, RevokePermissionsCommandOutput } from "../commands/RevokePermissionsCommand";
|
|
37
|
+
import { SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput } from "../commands/SearchDatabasesByLFTagsCommand";
|
|
38
|
+
import { SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput } from "../commands/SearchTablesByLFTagsCommand";
|
|
39
|
+
import { StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput } from "../commands/StartQueryPlanningCommand";
|
|
40
|
+
import { StartTransactionCommandInput, StartTransactionCommandOutput } from "../commands/StartTransactionCommand";
|
|
41
|
+
import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "../commands/UpdateLFTagCommand";
|
|
42
|
+
import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "../commands/UpdateResourceCommand";
|
|
43
|
+
import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from "../commands/UpdateTableObjectsCommand";
|
|
44
|
+
import { UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput } from "../commands/UpdateTableStorageOptimizerCommand";
|
|
45
|
+
export declare const serializeAws_restJson1AddLFTagsToResourceCommand: (input: AddLFTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
export declare const serializeAws_restJson1BatchGrantPermissionsCommand: (input: BatchGrantPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
export declare const serializeAws_restJson1BatchRevokePermissionsCommand: (input: BatchRevokePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
export declare const serializeAws_restJson1CancelTransactionCommand: (input: CancelTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
export declare const serializeAws_restJson1CommitTransactionCommand: (input: CommitTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
export declare const serializeAws_restJson1CreateDataCellsFilterCommand: (input: CreateDataCellsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
export declare const serializeAws_restJson1CreateLFTagCommand: (input: CreateLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
export declare const serializeAws_restJson1DeleteDataCellsFilterCommand: (input: DeleteDataCellsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
export declare const serializeAws_restJson1DeleteLFTagCommand: (input: DeleteLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_restJson1DeleteObjectsOnCancelCommand: (input: DeleteObjectsOnCancelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
export declare const serializeAws_restJson1DeregisterResourceCommand: (input: DeregisterResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
export declare const serializeAws_restJson1DescribeResourceCommand: (input: DescribeResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
export declare const serializeAws_restJson1DescribeTransactionCommand: (input: DescribeTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
export declare const serializeAws_restJson1ExtendTransactionCommand: (input: ExtendTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
export declare const serializeAws_restJson1GetDataLakeSettingsCommand: (input: GetDataLakeSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
export declare const serializeAws_restJson1GetEffectivePermissionsForPathCommand: (input: GetEffectivePermissionsForPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
export declare const serializeAws_restJson1GetLFTagCommand: (input: GetLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
export declare const serializeAws_restJson1GetQueryStateCommand: (input: GetQueryStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
export declare const serializeAws_restJson1GetQueryStatisticsCommand: (input: GetQueryStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
export declare const serializeAws_restJson1GetResourceLFTagsCommand: (input: GetResourceLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
export declare const serializeAws_restJson1GetTableObjectsCommand: (input: GetTableObjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_restJson1GetWorkUnitResultsCommand: (input: GetWorkUnitResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
export declare const serializeAws_restJson1GetWorkUnitsCommand: (input: GetWorkUnitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_restJson1GrantPermissionsCommand: (input: GrantPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_restJson1ListDataCellsFilterCommand: (input: ListDataCellsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_restJson1ListLFTagsCommand: (input: ListLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_restJson1ListPermissionsCommand: (input: ListPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_restJson1ListResourcesCommand: (input: ListResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
export declare const serializeAws_restJson1ListTableStorageOptimizersCommand: (input: ListTableStorageOptimizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_restJson1ListTransactionsCommand: (input: ListTransactionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
export declare const serializeAws_restJson1PutDataLakeSettingsCommand: (input: PutDataLakeSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_restJson1RegisterResourceCommand: (input: RegisterResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_restJson1RemoveLFTagsFromResourceCommand: (input: RemoveLFTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_restJson1RevokePermissionsCommand: (input: RevokePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_restJson1SearchDatabasesByLFTagsCommand: (input: SearchDatabasesByLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_restJson1SearchTablesByLFTagsCommand: (input: SearchTablesByLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const serializeAws_restJson1StartQueryPlanningCommand: (input: StartQueryPlanningCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_restJson1StartTransactionCommand: (input: StartTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
export declare const serializeAws_restJson1UpdateLFTagCommand: (input: UpdateLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_restJson1UpdateResourceCommand: (input: UpdateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_restJson1UpdateTableObjectsCommand: (input: UpdateTableObjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
export declare const serializeAws_restJson1UpdateTableStorageOptimizerCommand: (input: UpdateTableStorageOptimizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
export declare const deserializeAws_restJson1AddLFTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddLFTagsToResourceCommandOutput>;
|
|
88
|
+
export declare const deserializeAws_restJson1BatchGrantPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGrantPermissionsCommandOutput>;
|
|
89
|
+
export declare const deserializeAws_restJson1BatchRevokePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchRevokePermissionsCommandOutput>;
|
|
90
|
+
export declare const deserializeAws_restJson1CancelTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelTransactionCommandOutput>;
|
|
91
|
+
export declare const deserializeAws_restJson1CommitTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CommitTransactionCommandOutput>;
|
|
92
|
+
export declare const deserializeAws_restJson1CreateDataCellsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataCellsFilterCommandOutput>;
|
|
93
|
+
export declare const deserializeAws_restJson1CreateLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLFTagCommandOutput>;
|
|
94
|
+
export declare const deserializeAws_restJson1DeleteDataCellsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataCellsFilterCommandOutput>;
|
|
95
|
+
export declare const deserializeAws_restJson1DeleteLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLFTagCommandOutput>;
|
|
96
|
+
export declare const deserializeAws_restJson1DeleteObjectsOnCancelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteObjectsOnCancelCommandOutput>;
|
|
97
|
+
export declare const deserializeAws_restJson1DeregisterResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterResourceCommandOutput>;
|
|
98
|
+
export declare const deserializeAws_restJson1DescribeResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceCommandOutput>;
|
|
99
|
+
export declare const deserializeAws_restJson1DescribeTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransactionCommandOutput>;
|
|
100
|
+
export declare const deserializeAws_restJson1ExtendTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExtendTransactionCommandOutput>;
|
|
101
|
+
export declare const deserializeAws_restJson1GetDataLakeSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeSettingsCommandOutput>;
|
|
102
|
+
export declare const deserializeAws_restJson1GetEffectivePermissionsForPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEffectivePermissionsForPathCommandOutput>;
|
|
103
|
+
export declare const deserializeAws_restJson1GetLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLFTagCommandOutput>;
|
|
104
|
+
export declare const deserializeAws_restJson1GetQueryStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryStateCommandOutput>;
|
|
105
|
+
export declare const deserializeAws_restJson1GetQueryStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryStatisticsCommandOutput>;
|
|
106
|
+
export declare const deserializeAws_restJson1GetResourceLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLFTagsCommandOutput>;
|
|
107
|
+
export declare const deserializeAws_restJson1GetTableObjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableObjectsCommandOutput>;
|
|
108
|
+
export declare const deserializeAws_restJson1GetWorkUnitResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkUnitResultsCommandOutput>;
|
|
109
|
+
export declare const deserializeAws_restJson1GetWorkUnitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkUnitsCommandOutput>;
|
|
110
|
+
export declare const deserializeAws_restJson1GrantPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GrantPermissionsCommandOutput>;
|
|
111
|
+
export declare const deserializeAws_restJson1ListDataCellsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataCellsFilterCommandOutput>;
|
|
112
|
+
export declare const deserializeAws_restJson1ListLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLFTagsCommandOutput>;
|
|
113
|
+
export declare const deserializeAws_restJson1ListPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionsCommandOutput>;
|
|
114
|
+
export declare const deserializeAws_restJson1ListResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesCommandOutput>;
|
|
115
|
+
export declare const deserializeAws_restJson1ListTableStorageOptimizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTableStorageOptimizersCommandOutput>;
|
|
116
|
+
export declare const deserializeAws_restJson1ListTransactionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTransactionsCommandOutput>;
|
|
117
|
+
export declare const deserializeAws_restJson1PutDataLakeSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataLakeSettingsCommandOutput>;
|
|
118
|
+
export declare const deserializeAws_restJson1RegisterResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterResourceCommandOutput>;
|
|
119
|
+
export declare const deserializeAws_restJson1RemoveLFTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveLFTagsFromResourceCommandOutput>;
|
|
120
|
+
export declare const deserializeAws_restJson1RevokePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokePermissionsCommandOutput>;
|
|
121
|
+
export declare const deserializeAws_restJson1SearchDatabasesByLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDatabasesByLFTagsCommandOutput>;
|
|
122
|
+
export declare const deserializeAws_restJson1SearchTablesByLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTablesByLFTagsCommandOutput>;
|
|
123
|
+
export declare const deserializeAws_restJson1StartQueryPlanningCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartQueryPlanningCommandOutput>;
|
|
124
|
+
export declare const deserializeAws_restJson1StartTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTransactionCommandOutput>;
|
|
125
|
+
export declare const deserializeAws_restJson1UpdateLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLFTagCommandOutput>;
|
|
126
|
+
export declare const deserializeAws_restJson1UpdateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCommandOutput>;
|
|
127
|
+
export declare const deserializeAws_restJson1UpdateTableObjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTableObjectsCommandOutput>;
|
|
128
|
+
export declare const deserializeAws_restJson1UpdateTableStorageOptimizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTableStorageOptimizerCommandOutput>;
|
|
@@ -2,26 +2,45 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
|
2
2
|
import { AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput } from "./commands/AddLFTagsToResourceCommand";
|
|
3
3
|
import { BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput } from "./commands/BatchGrantPermissionsCommand";
|
|
4
4
|
import { BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput } from "./commands/BatchRevokePermissionsCommand";
|
|
5
|
+
import { CancelTransactionCommandInput, CancelTransactionCommandOutput } from "./commands/CancelTransactionCommand";
|
|
6
|
+
import { CommitTransactionCommandInput, CommitTransactionCommandOutput } from "./commands/CommitTransactionCommand";
|
|
7
|
+
import { CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput } from "./commands/CreateDataCellsFilterCommand";
|
|
5
8
|
import { CreateLFTagCommandInput, CreateLFTagCommandOutput } from "./commands/CreateLFTagCommand";
|
|
9
|
+
import { DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput } from "./commands/DeleteDataCellsFilterCommand";
|
|
6
10
|
import { DeleteLFTagCommandInput, DeleteLFTagCommandOutput } from "./commands/DeleteLFTagCommand";
|
|
11
|
+
import { DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput } from "./commands/DeleteObjectsOnCancelCommand";
|
|
7
12
|
import { DeregisterResourceCommandInput, DeregisterResourceCommandOutput } from "./commands/DeregisterResourceCommand";
|
|
8
13
|
import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "./commands/DescribeResourceCommand";
|
|
14
|
+
import { DescribeTransactionCommandInput, DescribeTransactionCommandOutput } from "./commands/DescribeTransactionCommand";
|
|
15
|
+
import { ExtendTransactionCommandInput, ExtendTransactionCommandOutput } from "./commands/ExtendTransactionCommand";
|
|
9
16
|
import { GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput } from "./commands/GetDataLakeSettingsCommand";
|
|
10
17
|
import { GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput } from "./commands/GetEffectivePermissionsForPathCommand";
|
|
11
18
|
import { GetLFTagCommandInput, GetLFTagCommandOutput } from "./commands/GetLFTagCommand";
|
|
19
|
+
import { GetQueryStateCommandInput, GetQueryStateCommandOutput } from "./commands/GetQueryStateCommand";
|
|
20
|
+
import { GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput } from "./commands/GetQueryStatisticsCommand";
|
|
12
21
|
import { GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput } from "./commands/GetResourceLFTagsCommand";
|
|
22
|
+
import { GetTableObjectsCommandInput, GetTableObjectsCommandOutput } from "./commands/GetTableObjectsCommand";
|
|
23
|
+
import { GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput } from "./commands/GetWorkUnitResultsCommand";
|
|
24
|
+
import { GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput } from "./commands/GetWorkUnitsCommand";
|
|
13
25
|
import { GrantPermissionsCommandInput, GrantPermissionsCommandOutput } from "./commands/GrantPermissionsCommand";
|
|
26
|
+
import { ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput } from "./commands/ListDataCellsFilterCommand";
|
|
14
27
|
import { ListLFTagsCommandInput, ListLFTagsCommandOutput } from "./commands/ListLFTagsCommand";
|
|
15
28
|
import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "./commands/ListPermissionsCommand";
|
|
16
29
|
import { ListResourcesCommandInput, ListResourcesCommandOutput } from "./commands/ListResourcesCommand";
|
|
30
|
+
import { ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput } from "./commands/ListTableStorageOptimizersCommand";
|
|
31
|
+
import { ListTransactionsCommandInput, ListTransactionsCommandOutput } from "./commands/ListTransactionsCommand";
|
|
17
32
|
import { PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput } from "./commands/PutDataLakeSettingsCommand";
|
|
18
33
|
import { RegisterResourceCommandInput, RegisterResourceCommandOutput } from "./commands/RegisterResourceCommand";
|
|
19
34
|
import { RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput } from "./commands/RemoveLFTagsFromResourceCommand";
|
|
20
35
|
import { RevokePermissionsCommandInput, RevokePermissionsCommandOutput } from "./commands/RevokePermissionsCommand";
|
|
21
36
|
import { SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput } from "./commands/SearchDatabasesByLFTagsCommand";
|
|
22
37
|
import { SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput } from "./commands/SearchTablesByLFTagsCommand";
|
|
38
|
+
import { StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput } from "./commands/StartQueryPlanningCommand";
|
|
39
|
+
import { StartTransactionCommandInput, StartTransactionCommandOutput } from "./commands/StartTransactionCommand";
|
|
23
40
|
import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "./commands/UpdateLFTagCommand";
|
|
24
41
|
import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
|
|
42
|
+
import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from "./commands/UpdateTableObjectsCommand";
|
|
43
|
+
import { UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput } from "./commands/UpdateTableStorageOptimizerCommand";
|
|
25
44
|
import { LakeFormationClient } from "./LakeFormationClient";
|
|
26
45
|
|
|
27
46
|
export declare class LakeFormation extends LakeFormationClient {
|
|
@@ -38,14 +57,34 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
38
57
|
batchRevokePermissions(args: BatchRevokePermissionsCommandInput, cb: (err: any, data?: BatchRevokePermissionsCommandOutput) => void): void;
|
|
39
58
|
batchRevokePermissions(args: BatchRevokePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchRevokePermissionsCommandOutput) => void): void;
|
|
40
59
|
|
|
60
|
+
cancelTransaction(args: CancelTransactionCommandInput, options?: __HttpHandlerOptions): Promise<CancelTransactionCommandOutput>;
|
|
61
|
+
cancelTransaction(args: CancelTransactionCommandInput, cb: (err: any, data?: CancelTransactionCommandOutput) => void): void;
|
|
62
|
+
cancelTransaction(args: CancelTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelTransactionCommandOutput) => void): void;
|
|
63
|
+
|
|
64
|
+
commitTransaction(args: CommitTransactionCommandInput, options?: __HttpHandlerOptions): Promise<CommitTransactionCommandOutput>;
|
|
65
|
+
commitTransaction(args: CommitTransactionCommandInput, cb: (err: any, data?: CommitTransactionCommandOutput) => void): void;
|
|
66
|
+
commitTransaction(args: CommitTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CommitTransactionCommandOutput) => void): void;
|
|
67
|
+
|
|
68
|
+
createDataCellsFilter(args: CreateDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataCellsFilterCommandOutput>;
|
|
69
|
+
createDataCellsFilter(args: CreateDataCellsFilterCommandInput, cb: (err: any, data?: CreateDataCellsFilterCommandOutput) => void): void;
|
|
70
|
+
createDataCellsFilter(args: CreateDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataCellsFilterCommandOutput) => void): void;
|
|
71
|
+
|
|
41
72
|
createLFTag(args: CreateLFTagCommandInput, options?: __HttpHandlerOptions): Promise<CreateLFTagCommandOutput>;
|
|
42
73
|
createLFTag(args: CreateLFTagCommandInput, cb: (err: any, data?: CreateLFTagCommandOutput) => void): void;
|
|
43
74
|
createLFTag(args: CreateLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLFTagCommandOutput) => void): void;
|
|
44
75
|
|
|
76
|
+
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataCellsFilterCommandOutput>;
|
|
77
|
+
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, cb: (err: any, data?: DeleteDataCellsFilterCommandOutput) => void): void;
|
|
78
|
+
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataCellsFilterCommandOutput) => void): void;
|
|
79
|
+
|
|
45
80
|
deleteLFTag(args: DeleteLFTagCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLFTagCommandOutput>;
|
|
46
81
|
deleteLFTag(args: DeleteLFTagCommandInput, cb: (err: any, data?: DeleteLFTagCommandOutput) => void): void;
|
|
47
82
|
deleteLFTag(args: DeleteLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLFTagCommandOutput) => void): void;
|
|
48
83
|
|
|
84
|
+
deleteObjectsOnCancel(args: DeleteObjectsOnCancelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteObjectsOnCancelCommandOutput>;
|
|
85
|
+
deleteObjectsOnCancel(args: DeleteObjectsOnCancelCommandInput, cb: (err: any, data?: DeleteObjectsOnCancelCommandOutput) => void): void;
|
|
86
|
+
deleteObjectsOnCancel(args: DeleteObjectsOnCancelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObjectsOnCancelCommandOutput) => void): void;
|
|
87
|
+
|
|
49
88
|
deregisterResource(args: DeregisterResourceCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterResourceCommandOutput>;
|
|
50
89
|
deregisterResource(args: DeregisterResourceCommandInput, cb: (err: any, data?: DeregisterResourceCommandOutput) => void): void;
|
|
51
90
|
deregisterResource(args: DeregisterResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterResourceCommandOutput) => void): void;
|
|
@@ -54,6 +93,14 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
54
93
|
describeResource(args: DescribeResourceCommandInput, cb: (err: any, data?: DescribeResourceCommandOutput) => void): void;
|
|
55
94
|
describeResource(args: DescribeResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceCommandOutput) => void): void;
|
|
56
95
|
|
|
96
|
+
describeTransaction(args: DescribeTransactionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransactionCommandOutput>;
|
|
97
|
+
describeTransaction(args: DescribeTransactionCommandInput, cb: (err: any, data?: DescribeTransactionCommandOutput) => void): void;
|
|
98
|
+
describeTransaction(args: DescribeTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransactionCommandOutput) => void): void;
|
|
99
|
+
|
|
100
|
+
extendTransaction(args: ExtendTransactionCommandInput, options?: __HttpHandlerOptions): Promise<ExtendTransactionCommandOutput>;
|
|
101
|
+
extendTransaction(args: ExtendTransactionCommandInput, cb: (err: any, data?: ExtendTransactionCommandOutput) => void): void;
|
|
102
|
+
extendTransaction(args: ExtendTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExtendTransactionCommandOutput) => void): void;
|
|
103
|
+
|
|
57
104
|
getDataLakeSettings(args: GetDataLakeSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetDataLakeSettingsCommandOutput>;
|
|
58
105
|
getDataLakeSettings(args: GetDataLakeSettingsCommandInput, cb: (err: any, data?: GetDataLakeSettingsCommandOutput) => void): void;
|
|
59
106
|
getDataLakeSettings(args: GetDataLakeSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataLakeSettingsCommandOutput) => void): void;
|
|
@@ -66,14 +113,38 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
66
113
|
getLFTag(args: GetLFTagCommandInput, cb: (err: any, data?: GetLFTagCommandOutput) => void): void;
|
|
67
114
|
getLFTag(args: GetLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLFTagCommandOutput) => void): void;
|
|
68
115
|
|
|
116
|
+
getQueryState(args: GetQueryStateCommandInput, options?: __HttpHandlerOptions): Promise<GetQueryStateCommandOutput>;
|
|
117
|
+
getQueryState(args: GetQueryStateCommandInput, cb: (err: any, data?: GetQueryStateCommandOutput) => void): void;
|
|
118
|
+
getQueryState(args: GetQueryStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueryStateCommandOutput) => void): void;
|
|
119
|
+
|
|
120
|
+
getQueryStatistics(args: GetQueryStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetQueryStatisticsCommandOutput>;
|
|
121
|
+
getQueryStatistics(args: GetQueryStatisticsCommandInput, cb: (err: any, data?: GetQueryStatisticsCommandOutput) => void): void;
|
|
122
|
+
getQueryStatistics(args: GetQueryStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueryStatisticsCommandOutput) => void): void;
|
|
123
|
+
|
|
69
124
|
getResourceLFTags(args: GetResourceLFTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceLFTagsCommandOutput>;
|
|
70
125
|
getResourceLFTags(args: GetResourceLFTagsCommandInput, cb: (err: any, data?: GetResourceLFTagsCommandOutput) => void): void;
|
|
71
126
|
getResourceLFTags(args: GetResourceLFTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceLFTagsCommandOutput) => void): void;
|
|
72
127
|
|
|
128
|
+
getTableObjects(args: GetTableObjectsCommandInput, options?: __HttpHandlerOptions): Promise<GetTableObjectsCommandOutput>;
|
|
129
|
+
getTableObjects(args: GetTableObjectsCommandInput, cb: (err: any, data?: GetTableObjectsCommandOutput) => void): void;
|
|
130
|
+
getTableObjects(args: GetTableObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableObjectsCommandOutput) => void): void;
|
|
131
|
+
|
|
132
|
+
getWorkUnitResults(args: GetWorkUnitResultsCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkUnitResultsCommandOutput>;
|
|
133
|
+
getWorkUnitResults(args: GetWorkUnitResultsCommandInput, cb: (err: any, data?: GetWorkUnitResultsCommandOutput) => void): void;
|
|
134
|
+
getWorkUnitResults(args: GetWorkUnitResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkUnitResultsCommandOutput) => void): void;
|
|
135
|
+
|
|
136
|
+
getWorkUnits(args: GetWorkUnitsCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkUnitsCommandOutput>;
|
|
137
|
+
getWorkUnits(args: GetWorkUnitsCommandInput, cb: (err: any, data?: GetWorkUnitsCommandOutput) => void): void;
|
|
138
|
+
getWorkUnits(args: GetWorkUnitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkUnitsCommandOutput) => void): void;
|
|
139
|
+
|
|
73
140
|
grantPermissions(args: GrantPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<GrantPermissionsCommandOutput>;
|
|
74
141
|
grantPermissions(args: GrantPermissionsCommandInput, cb: (err: any, data?: GrantPermissionsCommandOutput) => void): void;
|
|
75
142
|
grantPermissions(args: GrantPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GrantPermissionsCommandOutput) => void): void;
|
|
76
143
|
|
|
144
|
+
listDataCellsFilter(args: ListDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<ListDataCellsFilterCommandOutput>;
|
|
145
|
+
listDataCellsFilter(args: ListDataCellsFilterCommandInput, cb: (err: any, data?: ListDataCellsFilterCommandOutput) => void): void;
|
|
146
|
+
listDataCellsFilter(args: ListDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataCellsFilterCommandOutput) => void): void;
|
|
147
|
+
|
|
77
148
|
listLFTags(args: ListLFTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListLFTagsCommandOutput>;
|
|
78
149
|
listLFTags(args: ListLFTagsCommandInput, cb: (err: any, data?: ListLFTagsCommandOutput) => void): void;
|
|
79
150
|
listLFTags(args: ListLFTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLFTagsCommandOutput) => void): void;
|
|
@@ -86,6 +157,14 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
86
157
|
listResources(args: ListResourcesCommandInput, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
|
|
87
158
|
listResources(args: ListResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
|
|
88
159
|
|
|
160
|
+
listTableStorageOptimizers(args: ListTableStorageOptimizersCommandInput, options?: __HttpHandlerOptions): Promise<ListTableStorageOptimizersCommandOutput>;
|
|
161
|
+
listTableStorageOptimizers(args: ListTableStorageOptimizersCommandInput, cb: (err: any, data?: ListTableStorageOptimizersCommandOutput) => void): void;
|
|
162
|
+
listTableStorageOptimizers(args: ListTableStorageOptimizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTableStorageOptimizersCommandOutput) => void): void;
|
|
163
|
+
|
|
164
|
+
listTransactions(args: ListTransactionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTransactionsCommandOutput>;
|
|
165
|
+
listTransactions(args: ListTransactionsCommandInput, cb: (err: any, data?: ListTransactionsCommandOutput) => void): void;
|
|
166
|
+
listTransactions(args: ListTransactionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTransactionsCommandOutput) => void): void;
|
|
167
|
+
|
|
89
168
|
putDataLakeSettings(args: PutDataLakeSettingsCommandInput, options?: __HttpHandlerOptions): Promise<PutDataLakeSettingsCommandOutput>;
|
|
90
169
|
putDataLakeSettings(args: PutDataLakeSettingsCommandInput, cb: (err: any, data?: PutDataLakeSettingsCommandOutput) => void): void;
|
|
91
170
|
putDataLakeSettings(args: PutDataLakeSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDataLakeSettingsCommandOutput) => void): void;
|
|
@@ -110,6 +189,14 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
110
189
|
searchTablesByLFTags(args: SearchTablesByLFTagsCommandInput, cb: (err: any, data?: SearchTablesByLFTagsCommandOutput) => void): void;
|
|
111
190
|
searchTablesByLFTags(args: SearchTablesByLFTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchTablesByLFTagsCommandOutput) => void): void;
|
|
112
191
|
|
|
192
|
+
startQueryPlanning(args: StartQueryPlanningCommandInput, options?: __HttpHandlerOptions): Promise<StartQueryPlanningCommandOutput>;
|
|
193
|
+
startQueryPlanning(args: StartQueryPlanningCommandInput, cb: (err: any, data?: StartQueryPlanningCommandOutput) => void): void;
|
|
194
|
+
startQueryPlanning(args: StartQueryPlanningCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartQueryPlanningCommandOutput) => void): void;
|
|
195
|
+
|
|
196
|
+
startTransaction(args: StartTransactionCommandInput, options?: __HttpHandlerOptions): Promise<StartTransactionCommandOutput>;
|
|
197
|
+
startTransaction(args: StartTransactionCommandInput, cb: (err: any, data?: StartTransactionCommandOutput) => void): void;
|
|
198
|
+
startTransaction(args: StartTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTransactionCommandOutput) => void): void;
|
|
199
|
+
|
|
113
200
|
updateLFTag(args: UpdateLFTagCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLFTagCommandOutput>;
|
|
114
201
|
updateLFTag(args: UpdateLFTagCommandInput, cb: (err: any, data?: UpdateLFTagCommandOutput) => void): void;
|
|
115
202
|
updateLFTag(args: UpdateLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLFTagCommandOutput) => void): void;
|
|
@@ -117,4 +204,12 @@ export declare class LakeFormation extends LakeFormationClient {
|
|
|
117
204
|
updateResource(args: UpdateResourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceCommandOutput>;
|
|
118
205
|
updateResource(args: UpdateResourceCommandInput, cb: (err: any, data?: UpdateResourceCommandOutput) => void): void;
|
|
119
206
|
updateResource(args: UpdateResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceCommandOutput) => void): void;
|
|
207
|
+
|
|
208
|
+
updateTableObjects(args: UpdateTableObjectsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTableObjectsCommandOutput>;
|
|
209
|
+
updateTableObjects(args: UpdateTableObjectsCommandInput, cb: (err: any, data?: UpdateTableObjectsCommandOutput) => void): void;
|
|
210
|
+
updateTableObjects(args: UpdateTableObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTableObjectsCommandOutput) => void): void;
|
|
211
|
+
|
|
212
|
+
updateTableStorageOptimizer(args: UpdateTableStorageOptimizerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTableStorageOptimizerCommandOutput>;
|
|
213
|
+
updateTableStorageOptimizer(args: UpdateTableStorageOptimizerCommandInput, cb: (err: any, data?: UpdateTableStorageOptimizerCommandOutput) => void): void;
|
|
214
|
+
updateTableStorageOptimizer(args: UpdateTableStorageOptimizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTableStorageOptimizerCommandOutput) => void): void;
|
|
120
215
|
}
|
|
@@ -9,28 +9,47 @@ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encode
|
|
|
9
9
|
import { AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput } from "./commands/AddLFTagsToResourceCommand";
|
|
10
10
|
import { BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput } from "./commands/BatchGrantPermissionsCommand";
|
|
11
11
|
import { BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput } from "./commands/BatchRevokePermissionsCommand";
|
|
12
|
+
import { CancelTransactionCommandInput, CancelTransactionCommandOutput } from "./commands/CancelTransactionCommand";
|
|
13
|
+
import { CommitTransactionCommandInput, CommitTransactionCommandOutput } from "./commands/CommitTransactionCommand";
|
|
14
|
+
import { CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput } from "./commands/CreateDataCellsFilterCommand";
|
|
12
15
|
import { CreateLFTagCommandInput, CreateLFTagCommandOutput } from "./commands/CreateLFTagCommand";
|
|
16
|
+
import { DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput } from "./commands/DeleteDataCellsFilterCommand";
|
|
13
17
|
import { DeleteLFTagCommandInput, DeleteLFTagCommandOutput } from "./commands/DeleteLFTagCommand";
|
|
18
|
+
import { DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput } from "./commands/DeleteObjectsOnCancelCommand";
|
|
14
19
|
import { DeregisterResourceCommandInput, DeregisterResourceCommandOutput } from "./commands/DeregisterResourceCommand";
|
|
15
20
|
import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "./commands/DescribeResourceCommand";
|
|
21
|
+
import { DescribeTransactionCommandInput, DescribeTransactionCommandOutput } from "./commands/DescribeTransactionCommand";
|
|
22
|
+
import { ExtendTransactionCommandInput, ExtendTransactionCommandOutput } from "./commands/ExtendTransactionCommand";
|
|
16
23
|
import { GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput } from "./commands/GetDataLakeSettingsCommand";
|
|
17
24
|
import { GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput } from "./commands/GetEffectivePermissionsForPathCommand";
|
|
18
25
|
import { GetLFTagCommandInput, GetLFTagCommandOutput } from "./commands/GetLFTagCommand";
|
|
26
|
+
import { GetQueryStateCommandInput, GetQueryStateCommandOutput } from "./commands/GetQueryStateCommand";
|
|
27
|
+
import { GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput } from "./commands/GetQueryStatisticsCommand";
|
|
19
28
|
import { GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput } from "./commands/GetResourceLFTagsCommand";
|
|
29
|
+
import { GetTableObjectsCommandInput, GetTableObjectsCommandOutput } from "./commands/GetTableObjectsCommand";
|
|
30
|
+
import { GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput } from "./commands/GetWorkUnitResultsCommand";
|
|
31
|
+
import { GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput } from "./commands/GetWorkUnitsCommand";
|
|
20
32
|
import { GrantPermissionsCommandInput, GrantPermissionsCommandOutput } from "./commands/GrantPermissionsCommand";
|
|
33
|
+
import { ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput } from "./commands/ListDataCellsFilterCommand";
|
|
21
34
|
import { ListLFTagsCommandInput, ListLFTagsCommandOutput } from "./commands/ListLFTagsCommand";
|
|
22
35
|
import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "./commands/ListPermissionsCommand";
|
|
23
36
|
import { ListResourcesCommandInput, ListResourcesCommandOutput } from "./commands/ListResourcesCommand";
|
|
37
|
+
import { ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput } from "./commands/ListTableStorageOptimizersCommand";
|
|
38
|
+
import { ListTransactionsCommandInput, ListTransactionsCommandOutput } from "./commands/ListTransactionsCommand";
|
|
24
39
|
import { PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput } from "./commands/PutDataLakeSettingsCommand";
|
|
25
40
|
import { RegisterResourceCommandInput, RegisterResourceCommandOutput } from "./commands/RegisterResourceCommand";
|
|
26
41
|
import { RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput } from "./commands/RemoveLFTagsFromResourceCommand";
|
|
27
42
|
import { RevokePermissionsCommandInput, RevokePermissionsCommandOutput } from "./commands/RevokePermissionsCommand";
|
|
28
43
|
import { SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput } from "./commands/SearchDatabasesByLFTagsCommand";
|
|
29
44
|
import { SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput } from "./commands/SearchTablesByLFTagsCommand";
|
|
45
|
+
import { StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput } from "./commands/StartQueryPlanningCommand";
|
|
46
|
+
import { StartTransactionCommandInput, StartTransactionCommandOutput } from "./commands/StartTransactionCommand";
|
|
30
47
|
import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "./commands/UpdateLFTagCommand";
|
|
31
48
|
import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
|
|
32
|
-
|
|
33
|
-
|
|
49
|
+
import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from "./commands/UpdateTableObjectsCommand";
|
|
50
|
+
import { UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput } from "./commands/UpdateTableStorageOptimizerCommand";
|
|
51
|
+
export declare type ServiceInputTypes = AddLFTagsToResourceCommandInput | BatchGrantPermissionsCommandInput | BatchRevokePermissionsCommandInput | CancelTransactionCommandInput | CommitTransactionCommandInput | CreateDataCellsFilterCommandInput | CreateLFTagCommandInput | DeleteDataCellsFilterCommandInput | DeleteLFTagCommandInput | DeleteObjectsOnCancelCommandInput | DeregisterResourceCommandInput | DescribeResourceCommandInput | DescribeTransactionCommandInput | ExtendTransactionCommandInput | GetDataLakeSettingsCommandInput | GetEffectivePermissionsForPathCommandInput | GetLFTagCommandInput | GetQueryStateCommandInput | GetQueryStatisticsCommandInput | GetResourceLFTagsCommandInput | GetTableObjectsCommandInput | GetWorkUnitResultsCommandInput | GetWorkUnitsCommandInput | GrantPermissionsCommandInput | ListDataCellsFilterCommandInput | ListLFTagsCommandInput | ListPermissionsCommandInput | ListResourcesCommandInput | ListTableStorageOptimizersCommandInput | ListTransactionsCommandInput | PutDataLakeSettingsCommandInput | RegisterResourceCommandInput | RemoveLFTagsFromResourceCommandInput | RevokePermissionsCommandInput | SearchDatabasesByLFTagsCommandInput | SearchTablesByLFTagsCommandInput | StartQueryPlanningCommandInput | StartTransactionCommandInput | UpdateLFTagCommandInput | UpdateResourceCommandInput | UpdateTableObjectsCommandInput | UpdateTableStorageOptimizerCommandInput;
|
|
52
|
+
export declare type ServiceOutputTypes = AddLFTagsToResourceCommandOutput | BatchGrantPermissionsCommandOutput | BatchRevokePermissionsCommandOutput | CancelTransactionCommandOutput | CommitTransactionCommandOutput | CreateDataCellsFilterCommandOutput | CreateLFTagCommandOutput | DeleteDataCellsFilterCommandOutput | DeleteLFTagCommandOutput | DeleteObjectsOnCancelCommandOutput | DeregisterResourceCommandOutput | DescribeResourceCommandOutput | DescribeTransactionCommandOutput | ExtendTransactionCommandOutput | GetDataLakeSettingsCommandOutput | GetEffectivePermissionsForPathCommandOutput | GetLFTagCommandOutput | GetQueryStateCommandOutput | GetQueryStatisticsCommandOutput | GetResourceLFTagsCommandOutput | GetTableObjectsCommandOutput | GetWorkUnitResultsCommandOutput | GetWorkUnitsCommandOutput | GrantPermissionsCommandOutput | ListDataCellsFilterCommandOutput | ListLFTagsCommandOutput | ListPermissionsCommandOutput | ListResourcesCommandOutput | ListTableStorageOptimizersCommandOutput | ListTransactionsCommandOutput | PutDataLakeSettingsCommandOutput | RegisterResourceCommandOutput | RemoveLFTagsFromResourceCommandOutput | RevokePermissionsCommandOutput | SearchDatabasesByLFTagsCommandOutput | SearchTablesByLFTagsCommandOutput | StartQueryPlanningCommandOutput | StartTransactionCommandOutput | UpdateLFTagCommandOutput | UpdateResourceCommandOutput | UpdateTableObjectsCommandOutput | UpdateTableStorageOptimizerCommandOutput;
|
|
34
53
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
35
54
|
|
|
36
55
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
4
|
+
import { CancelTransactionRequest, CancelTransactionResponse } from "../models/models_0";
|
|
5
|
+
export interface CancelTransactionCommandInput extends CancelTransactionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CancelTransactionCommandOutput extends CancelTransactionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CancelTransactionCommand extends $Command<CancelTransactionCommandInput, CancelTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
11
|
+
readonly input: CancelTransactionCommandInput;
|
|
12
|
+
constructor(input: CancelTransactionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelTransactionCommandInput, CancelTransactionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
4
|
+
import { CommitTransactionRequest, CommitTransactionResponse } from "../models/models_0";
|
|
5
|
+
export interface CommitTransactionCommandInput extends CommitTransactionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CommitTransactionCommandOutput extends CommitTransactionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CommitTransactionCommand extends $Command<CommitTransactionCommandInput, CommitTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
11
|
+
readonly input: CommitTransactionCommandInput;
|
|
12
|
+
constructor(input: CommitTransactionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CommitTransactionCommandInput, CommitTransactionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
4
|
+
import { CreateDataCellsFilterRequest, CreateDataCellsFilterResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateDataCellsFilterCommandInput extends CreateDataCellsFilterRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateDataCellsFilterCommandOutput extends CreateDataCellsFilterResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateDataCellsFilterCommand extends $Command<CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateDataCellsFilterCommandInput;
|
|
12
|
+
constructor(input: CreateDataCellsFilterCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
4
|
+
import { DeleteDataCellsFilterRequest, DeleteDataCellsFilterResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteDataCellsFilterCommandInput extends DeleteDataCellsFilterRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteDataCellsFilterCommandOutput extends DeleteDataCellsFilterResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteDataCellsFilterCommand extends $Command<DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteDataCellsFilterCommandInput;
|
|
12
|
+
constructor(input: DeleteDataCellsFilterCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
4
|
+
import { DeleteObjectsOnCancelRequest, DeleteObjectsOnCancelResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteObjectsOnCancelCommandInput extends DeleteObjectsOnCancelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteObjectsOnCancelCommandOutput extends DeleteObjectsOnCancelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteObjectsOnCancelCommand extends $Command<DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput, LakeFormationClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteObjectsOnCancelCommandInput;
|
|
12
|
+
constructor(input: DeleteObjectsOnCancelCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
4
|
+
import { DescribeTransactionRequest, DescribeTransactionResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeTransactionCommandInput extends DescribeTransactionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeTransactionCommandOutput extends DescribeTransactionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeTransactionCommand extends $Command<DescribeTransactionCommandInput, DescribeTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeTransactionCommandInput;
|
|
12
|
+
constructor(input: DescribeTransactionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTransactionCommandInput, DescribeTransactionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
4
|
+
import { ExtendTransactionRequest, ExtendTransactionResponse } from "../models/models_0";
|
|
5
|
+
export interface ExtendTransactionCommandInput extends ExtendTransactionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ExtendTransactionCommandOutput extends ExtendTransactionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ExtendTransactionCommand extends $Command<ExtendTransactionCommandInput, ExtendTransactionCommandOutput, LakeFormationClientResolvedConfig> {
|
|
11
|
+
readonly input: ExtendTransactionCommandInput;
|
|
12
|
+
constructor(input: ExtendTransactionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExtendTransactionCommandInput, ExtendTransactionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|