@aws-sdk/client-lakeformation 3.169.0 → 3.170.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.
Files changed (73) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/LakeFormation.d.ts +820 -230
  3. package/dist-types/ts3.4/LakeFormationClient.d.ts +400 -118
  4. package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/index.d.ts +45 -45
  50. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  51. package/dist-types/ts3.4/index.d.ts +6 -6
  52. package/dist-types/ts3.4/models/LakeFormationServiceException.d.ts +8 -6
  53. package/dist-types/ts3.4/models/index.d.ts +1 -1
  54. package/dist-types/ts3.4/models/models_0.d.ts +1643 -1490
  55. package/dist-types/ts3.4/pagination/GetEffectivePermissionsForPathPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/GetTableObjectsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/GetWorkUnitsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  59. package/dist-types/ts3.4/pagination/ListDataCellsFilterPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListLFTagsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListTableStorageOptimizersPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListTransactionsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/SearchDatabasesByLFTagsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/SearchTablesByLFTagsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  68. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +545 -137
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  73. package/package.json +34 -34
@@ -1,137 +1,545 @@
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 { AssumeDecoratedRoleWithSAMLCommandInput, AssumeDecoratedRoleWithSAMLCommandOutput } from "../commands/AssumeDecoratedRoleWithSAMLCommand";
5
- import { BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput } from "../commands/BatchGrantPermissionsCommand";
6
- import { BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput } from "../commands/BatchRevokePermissionsCommand";
7
- import { CancelTransactionCommandInput, CancelTransactionCommandOutput } from "../commands/CancelTransactionCommand";
8
- import { CommitTransactionCommandInput, CommitTransactionCommandOutput } from "../commands/CommitTransactionCommand";
9
- import { CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput } from "../commands/CreateDataCellsFilterCommand";
10
- import { CreateLFTagCommandInput, CreateLFTagCommandOutput } from "../commands/CreateLFTagCommand";
11
- import { DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput } from "../commands/DeleteDataCellsFilterCommand";
12
- import { DeleteLFTagCommandInput, DeleteLFTagCommandOutput } from "../commands/DeleteLFTagCommand";
13
- import { DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput } from "../commands/DeleteObjectsOnCancelCommand";
14
- import { DeregisterResourceCommandInput, DeregisterResourceCommandOutput } from "../commands/DeregisterResourceCommand";
15
- import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "../commands/DescribeResourceCommand";
16
- import { DescribeTransactionCommandInput, DescribeTransactionCommandOutput } from "../commands/DescribeTransactionCommand";
17
- import { ExtendTransactionCommandInput, ExtendTransactionCommandOutput } from "../commands/ExtendTransactionCommand";
18
- import { GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput } from "../commands/GetDataLakeSettingsCommand";
19
- import { GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput } from "../commands/GetEffectivePermissionsForPathCommand";
20
- import { GetLFTagCommandInput, GetLFTagCommandOutput } from "../commands/GetLFTagCommand";
21
- import { GetQueryStateCommandInput, GetQueryStateCommandOutput } from "../commands/GetQueryStateCommand";
22
- import { GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput } from "../commands/GetQueryStatisticsCommand";
23
- import { GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput } from "../commands/GetResourceLFTagsCommand";
24
- import { GetTableObjectsCommandInput, GetTableObjectsCommandOutput } from "../commands/GetTableObjectsCommand";
25
- import { GetTemporaryGluePartitionCredentialsCommandInput, GetTemporaryGluePartitionCredentialsCommandOutput } from "../commands/GetTemporaryGluePartitionCredentialsCommand";
26
- import { GetTemporaryGlueTableCredentialsCommandInput, GetTemporaryGlueTableCredentialsCommandOutput } from "../commands/GetTemporaryGlueTableCredentialsCommand";
27
- import { GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput } from "../commands/GetWorkUnitResultsCommand";
28
- import { GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput } from "../commands/GetWorkUnitsCommand";
29
- import { GrantPermissionsCommandInput, GrantPermissionsCommandOutput } from "../commands/GrantPermissionsCommand";
30
- import { ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput } from "../commands/ListDataCellsFilterCommand";
31
- import { ListLFTagsCommandInput, ListLFTagsCommandOutput } from "../commands/ListLFTagsCommand";
32
- import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "../commands/ListPermissionsCommand";
33
- import { ListResourcesCommandInput, ListResourcesCommandOutput } from "../commands/ListResourcesCommand";
34
- import { ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput } from "../commands/ListTableStorageOptimizersCommand";
35
- import { ListTransactionsCommandInput, ListTransactionsCommandOutput } from "../commands/ListTransactionsCommand";
36
- import { PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput } from "../commands/PutDataLakeSettingsCommand";
37
- import { RegisterResourceCommandInput, RegisterResourceCommandOutput } from "../commands/RegisterResourceCommand";
38
- import { RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput } from "../commands/RemoveLFTagsFromResourceCommand";
39
- import { RevokePermissionsCommandInput, RevokePermissionsCommandOutput } from "../commands/RevokePermissionsCommand";
40
- import { SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput } from "../commands/SearchDatabasesByLFTagsCommand";
41
- import { SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput } from "../commands/SearchTablesByLFTagsCommand";
42
- import { StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput } from "../commands/StartQueryPlanningCommand";
43
- import { StartTransactionCommandInput, StartTransactionCommandOutput } from "../commands/StartTransactionCommand";
44
- import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "../commands/UpdateLFTagCommand";
45
- import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "../commands/UpdateResourceCommand";
46
- import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from "../commands/UpdateTableObjectsCommand";
47
- import { UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput } from "../commands/UpdateTableStorageOptimizerCommand";
48
- export declare const serializeAws_restJson1AddLFTagsToResourceCommand: (input: AddLFTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1AssumeDecoratedRoleWithSAMLCommand: (input: AssumeDecoratedRoleWithSAMLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1BatchGrantPermissionsCommand: (input: BatchGrantPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1BatchRevokePermissionsCommand: (input: BatchRevokePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1CancelTransactionCommand: (input: CancelTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1CommitTransactionCommand: (input: CommitTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1CreateDataCellsFilterCommand: (input: CreateDataCellsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1CreateLFTagCommand: (input: CreateLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1DeleteDataCellsFilterCommand: (input: DeleteDataCellsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1DeleteLFTagCommand: (input: DeleteLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1DeleteObjectsOnCancelCommand: (input: DeleteObjectsOnCancelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1DeregisterResourceCommand: (input: DeregisterResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1DescribeResourceCommand: (input: DescribeResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1DescribeTransactionCommand: (input: DescribeTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1ExtendTransactionCommand: (input: ExtendTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1GetDataLakeSettingsCommand: (input: GetDataLakeSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1GetEffectivePermissionsForPathCommand: (input: GetEffectivePermissionsForPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1GetLFTagCommand: (input: GetLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1GetQueryStateCommand: (input: GetQueryStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1GetQueryStatisticsCommand: (input: GetQueryStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1GetResourceLFTagsCommand: (input: GetResourceLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1GetTableObjectsCommand: (input: GetTableObjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1GetTemporaryGluePartitionCredentialsCommand: (input: GetTemporaryGluePartitionCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1GetTemporaryGlueTableCredentialsCommand: (input: GetTemporaryGlueTableCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1GetWorkUnitResultsCommand: (input: GetWorkUnitResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1GetWorkUnitsCommand: (input: GetWorkUnitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1GrantPermissionsCommand: (input: GrantPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1ListDataCellsFilterCommand: (input: ListDataCellsFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1ListLFTagsCommand: (input: ListLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1ListPermissionsCommand: (input: ListPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1ListResourcesCommand: (input: ListResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1ListTableStorageOptimizersCommand: (input: ListTableStorageOptimizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1ListTransactionsCommand: (input: ListTransactionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1PutDataLakeSettingsCommand: (input: PutDataLakeSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1RegisterResourceCommand: (input: RegisterResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1RemoveLFTagsFromResourceCommand: (input: RemoveLFTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1RevokePermissionsCommand: (input: RevokePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1SearchDatabasesByLFTagsCommand: (input: SearchDatabasesByLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1SearchTablesByLFTagsCommand: (input: SearchTablesByLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1StartQueryPlanningCommand: (input: StartQueryPlanningCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1StartTransactionCommand: (input: StartTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1UpdateLFTagCommand: (input: UpdateLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1UpdateResourceCommand: (input: UpdateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1UpdateTableObjectsCommand: (input: UpdateTableObjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1UpdateTableStorageOptimizerCommand: (input: UpdateTableStorageOptimizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const deserializeAws_restJson1AddLFTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddLFTagsToResourceCommandOutput>;
94
- export declare const deserializeAws_restJson1AssumeDecoratedRoleWithSAMLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeDecoratedRoleWithSAMLCommandOutput>;
95
- export declare const deserializeAws_restJson1BatchGrantPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGrantPermissionsCommandOutput>;
96
- export declare const deserializeAws_restJson1BatchRevokePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchRevokePermissionsCommandOutput>;
97
- export declare const deserializeAws_restJson1CancelTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelTransactionCommandOutput>;
98
- export declare const deserializeAws_restJson1CommitTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CommitTransactionCommandOutput>;
99
- export declare const deserializeAws_restJson1CreateDataCellsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataCellsFilterCommandOutput>;
100
- export declare const deserializeAws_restJson1CreateLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLFTagCommandOutput>;
101
- export declare const deserializeAws_restJson1DeleteDataCellsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataCellsFilterCommandOutput>;
102
- export declare const deserializeAws_restJson1DeleteLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLFTagCommandOutput>;
103
- export declare const deserializeAws_restJson1DeleteObjectsOnCancelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteObjectsOnCancelCommandOutput>;
104
- export declare const deserializeAws_restJson1DeregisterResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterResourceCommandOutput>;
105
- export declare const deserializeAws_restJson1DescribeResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceCommandOutput>;
106
- export declare const deserializeAws_restJson1DescribeTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTransactionCommandOutput>;
107
- export declare const deserializeAws_restJson1ExtendTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExtendTransactionCommandOutput>;
108
- export declare const deserializeAws_restJson1GetDataLakeSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeSettingsCommandOutput>;
109
- export declare const deserializeAws_restJson1GetEffectivePermissionsForPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEffectivePermissionsForPathCommandOutput>;
110
- export declare const deserializeAws_restJson1GetLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLFTagCommandOutput>;
111
- export declare const deserializeAws_restJson1GetQueryStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryStateCommandOutput>;
112
- export declare const deserializeAws_restJson1GetQueryStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryStatisticsCommandOutput>;
113
- export declare const deserializeAws_restJson1GetResourceLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLFTagsCommandOutput>;
114
- export declare const deserializeAws_restJson1GetTableObjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableObjectsCommandOutput>;
115
- export declare const deserializeAws_restJson1GetTemporaryGluePartitionCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemporaryGluePartitionCredentialsCommandOutput>;
116
- export declare const deserializeAws_restJson1GetTemporaryGlueTableCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemporaryGlueTableCredentialsCommandOutput>;
117
- export declare const deserializeAws_restJson1GetWorkUnitResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkUnitResultsCommandOutput>;
118
- export declare const deserializeAws_restJson1GetWorkUnitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkUnitsCommandOutput>;
119
- export declare const deserializeAws_restJson1GrantPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GrantPermissionsCommandOutput>;
120
- export declare const deserializeAws_restJson1ListDataCellsFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataCellsFilterCommandOutput>;
121
- export declare const deserializeAws_restJson1ListLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLFTagsCommandOutput>;
122
- export declare const deserializeAws_restJson1ListPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionsCommandOutput>;
123
- export declare const deserializeAws_restJson1ListResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesCommandOutput>;
124
- export declare const deserializeAws_restJson1ListTableStorageOptimizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTableStorageOptimizersCommandOutput>;
125
- export declare const deserializeAws_restJson1ListTransactionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTransactionsCommandOutput>;
126
- export declare const deserializeAws_restJson1PutDataLakeSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataLakeSettingsCommandOutput>;
127
- export declare const deserializeAws_restJson1RegisterResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterResourceCommandOutput>;
128
- export declare const deserializeAws_restJson1RemoveLFTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveLFTagsFromResourceCommandOutput>;
129
- export declare const deserializeAws_restJson1RevokePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokePermissionsCommandOutput>;
130
- export declare const deserializeAws_restJson1SearchDatabasesByLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDatabasesByLFTagsCommandOutput>;
131
- export declare const deserializeAws_restJson1SearchTablesByLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTablesByLFTagsCommandOutput>;
132
- export declare const deserializeAws_restJson1StartQueryPlanningCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartQueryPlanningCommandOutput>;
133
- export declare const deserializeAws_restJson1StartTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTransactionCommandOutput>;
134
- export declare const deserializeAws_restJson1UpdateLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLFTagCommandOutput>;
135
- export declare const deserializeAws_restJson1UpdateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCommandOutput>;
136
- export declare const deserializeAws_restJson1UpdateTableObjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTableObjectsCommandOutput>;
137
- export declare const deserializeAws_restJson1UpdateTableStorageOptimizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTableStorageOptimizerCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AddLFTagsToResourceCommandInput,
8
+ AddLFTagsToResourceCommandOutput,
9
+ } from "../commands/AddLFTagsToResourceCommand";
10
+ import {
11
+ AssumeDecoratedRoleWithSAMLCommandInput,
12
+ AssumeDecoratedRoleWithSAMLCommandOutput,
13
+ } from "../commands/AssumeDecoratedRoleWithSAMLCommand";
14
+ import {
15
+ BatchGrantPermissionsCommandInput,
16
+ BatchGrantPermissionsCommandOutput,
17
+ } from "../commands/BatchGrantPermissionsCommand";
18
+ import {
19
+ BatchRevokePermissionsCommandInput,
20
+ BatchRevokePermissionsCommandOutput,
21
+ } from "../commands/BatchRevokePermissionsCommand";
22
+ import {
23
+ CancelTransactionCommandInput,
24
+ CancelTransactionCommandOutput,
25
+ } from "../commands/CancelTransactionCommand";
26
+ import {
27
+ CommitTransactionCommandInput,
28
+ CommitTransactionCommandOutput,
29
+ } from "../commands/CommitTransactionCommand";
30
+ import {
31
+ CreateDataCellsFilterCommandInput,
32
+ CreateDataCellsFilterCommandOutput,
33
+ } from "../commands/CreateDataCellsFilterCommand";
34
+ import {
35
+ CreateLFTagCommandInput,
36
+ CreateLFTagCommandOutput,
37
+ } from "../commands/CreateLFTagCommand";
38
+ import {
39
+ DeleteDataCellsFilterCommandInput,
40
+ DeleteDataCellsFilterCommandOutput,
41
+ } from "../commands/DeleteDataCellsFilterCommand";
42
+ import {
43
+ DeleteLFTagCommandInput,
44
+ DeleteLFTagCommandOutput,
45
+ } from "../commands/DeleteLFTagCommand";
46
+ import {
47
+ DeleteObjectsOnCancelCommandInput,
48
+ DeleteObjectsOnCancelCommandOutput,
49
+ } from "../commands/DeleteObjectsOnCancelCommand";
50
+ import {
51
+ DeregisterResourceCommandInput,
52
+ DeregisterResourceCommandOutput,
53
+ } from "../commands/DeregisterResourceCommand";
54
+ import {
55
+ DescribeResourceCommandInput,
56
+ DescribeResourceCommandOutput,
57
+ } from "../commands/DescribeResourceCommand";
58
+ import {
59
+ DescribeTransactionCommandInput,
60
+ DescribeTransactionCommandOutput,
61
+ } from "../commands/DescribeTransactionCommand";
62
+ import {
63
+ ExtendTransactionCommandInput,
64
+ ExtendTransactionCommandOutput,
65
+ } from "../commands/ExtendTransactionCommand";
66
+ import {
67
+ GetDataLakeSettingsCommandInput,
68
+ GetDataLakeSettingsCommandOutput,
69
+ } from "../commands/GetDataLakeSettingsCommand";
70
+ import {
71
+ GetEffectivePermissionsForPathCommandInput,
72
+ GetEffectivePermissionsForPathCommandOutput,
73
+ } from "../commands/GetEffectivePermissionsForPathCommand";
74
+ import {
75
+ GetLFTagCommandInput,
76
+ GetLFTagCommandOutput,
77
+ } from "../commands/GetLFTagCommand";
78
+ import {
79
+ GetQueryStateCommandInput,
80
+ GetQueryStateCommandOutput,
81
+ } from "../commands/GetQueryStateCommand";
82
+ import {
83
+ GetQueryStatisticsCommandInput,
84
+ GetQueryStatisticsCommandOutput,
85
+ } from "../commands/GetQueryStatisticsCommand";
86
+ import {
87
+ GetResourceLFTagsCommandInput,
88
+ GetResourceLFTagsCommandOutput,
89
+ } from "../commands/GetResourceLFTagsCommand";
90
+ import {
91
+ GetTableObjectsCommandInput,
92
+ GetTableObjectsCommandOutput,
93
+ } from "../commands/GetTableObjectsCommand";
94
+ import {
95
+ GetTemporaryGluePartitionCredentialsCommandInput,
96
+ GetTemporaryGluePartitionCredentialsCommandOutput,
97
+ } from "../commands/GetTemporaryGluePartitionCredentialsCommand";
98
+ import {
99
+ GetTemporaryGlueTableCredentialsCommandInput,
100
+ GetTemporaryGlueTableCredentialsCommandOutput,
101
+ } from "../commands/GetTemporaryGlueTableCredentialsCommand";
102
+ import {
103
+ GetWorkUnitResultsCommandInput,
104
+ GetWorkUnitResultsCommandOutput,
105
+ } from "../commands/GetWorkUnitResultsCommand";
106
+ import {
107
+ GetWorkUnitsCommandInput,
108
+ GetWorkUnitsCommandOutput,
109
+ } from "../commands/GetWorkUnitsCommand";
110
+ import {
111
+ GrantPermissionsCommandInput,
112
+ GrantPermissionsCommandOutput,
113
+ } from "../commands/GrantPermissionsCommand";
114
+ import {
115
+ ListDataCellsFilterCommandInput,
116
+ ListDataCellsFilterCommandOutput,
117
+ } from "../commands/ListDataCellsFilterCommand";
118
+ import {
119
+ ListLFTagsCommandInput,
120
+ ListLFTagsCommandOutput,
121
+ } from "../commands/ListLFTagsCommand";
122
+ import {
123
+ ListPermissionsCommandInput,
124
+ ListPermissionsCommandOutput,
125
+ } from "../commands/ListPermissionsCommand";
126
+ import {
127
+ ListResourcesCommandInput,
128
+ ListResourcesCommandOutput,
129
+ } from "../commands/ListResourcesCommand";
130
+ import {
131
+ ListTableStorageOptimizersCommandInput,
132
+ ListTableStorageOptimizersCommandOutput,
133
+ } from "../commands/ListTableStorageOptimizersCommand";
134
+ import {
135
+ ListTransactionsCommandInput,
136
+ ListTransactionsCommandOutput,
137
+ } from "../commands/ListTransactionsCommand";
138
+ import {
139
+ PutDataLakeSettingsCommandInput,
140
+ PutDataLakeSettingsCommandOutput,
141
+ } from "../commands/PutDataLakeSettingsCommand";
142
+ import {
143
+ RegisterResourceCommandInput,
144
+ RegisterResourceCommandOutput,
145
+ } from "../commands/RegisterResourceCommand";
146
+ import {
147
+ RemoveLFTagsFromResourceCommandInput,
148
+ RemoveLFTagsFromResourceCommandOutput,
149
+ } from "../commands/RemoveLFTagsFromResourceCommand";
150
+ import {
151
+ RevokePermissionsCommandInput,
152
+ RevokePermissionsCommandOutput,
153
+ } from "../commands/RevokePermissionsCommand";
154
+ import {
155
+ SearchDatabasesByLFTagsCommandInput,
156
+ SearchDatabasesByLFTagsCommandOutput,
157
+ } from "../commands/SearchDatabasesByLFTagsCommand";
158
+ import {
159
+ SearchTablesByLFTagsCommandInput,
160
+ SearchTablesByLFTagsCommandOutput,
161
+ } from "../commands/SearchTablesByLFTagsCommand";
162
+ import {
163
+ StartQueryPlanningCommandInput,
164
+ StartQueryPlanningCommandOutput,
165
+ } from "../commands/StartQueryPlanningCommand";
166
+ import {
167
+ StartTransactionCommandInput,
168
+ StartTransactionCommandOutput,
169
+ } from "../commands/StartTransactionCommand";
170
+ import {
171
+ UpdateLFTagCommandInput,
172
+ UpdateLFTagCommandOutput,
173
+ } from "../commands/UpdateLFTagCommand";
174
+ import {
175
+ UpdateResourceCommandInput,
176
+ UpdateResourceCommandOutput,
177
+ } from "../commands/UpdateResourceCommand";
178
+ import {
179
+ UpdateTableObjectsCommandInput,
180
+ UpdateTableObjectsCommandOutput,
181
+ } from "../commands/UpdateTableObjectsCommand";
182
+ import {
183
+ UpdateTableStorageOptimizerCommandInput,
184
+ UpdateTableStorageOptimizerCommandOutput,
185
+ } from "../commands/UpdateTableStorageOptimizerCommand";
186
+ export declare const serializeAws_restJson1AddLFTagsToResourceCommand: (
187
+ input: AddLFTagsToResourceCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1AssumeDecoratedRoleWithSAMLCommand: (
191
+ input: AssumeDecoratedRoleWithSAMLCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1BatchGrantPermissionsCommand: (
195
+ input: BatchGrantPermissionsCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1BatchRevokePermissionsCommand: (
199
+ input: BatchRevokePermissionsCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1CancelTransactionCommand: (
203
+ input: CancelTransactionCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1CommitTransactionCommand: (
207
+ input: CommitTransactionCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1CreateDataCellsFilterCommand: (
211
+ input: CreateDataCellsFilterCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1CreateLFTagCommand: (
215
+ input: CreateLFTagCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1DeleteDataCellsFilterCommand: (
219
+ input: DeleteDataCellsFilterCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1DeleteLFTagCommand: (
223
+ input: DeleteLFTagCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1DeleteObjectsOnCancelCommand: (
227
+ input: DeleteObjectsOnCancelCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1DeregisterResourceCommand: (
231
+ input: DeregisterResourceCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1DescribeResourceCommand: (
235
+ input: DescribeResourceCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1DescribeTransactionCommand: (
239
+ input: DescribeTransactionCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1ExtendTransactionCommand: (
243
+ input: ExtendTransactionCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1GetDataLakeSettingsCommand: (
247
+ input: GetDataLakeSettingsCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1GetEffectivePermissionsForPathCommand: (
251
+ input: GetEffectivePermissionsForPathCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1GetLFTagCommand: (
255
+ input: GetLFTagCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1GetQueryStateCommand: (
259
+ input: GetQueryStateCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1GetQueryStatisticsCommand: (
263
+ input: GetQueryStatisticsCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1GetResourceLFTagsCommand: (
267
+ input: GetResourceLFTagsCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1GetTableObjectsCommand: (
271
+ input: GetTableObjectsCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1GetTemporaryGluePartitionCredentialsCommand: (
275
+ input: GetTemporaryGluePartitionCredentialsCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1GetTemporaryGlueTableCredentialsCommand: (
279
+ input: GetTemporaryGlueTableCredentialsCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1GetWorkUnitResultsCommand: (
283
+ input: GetWorkUnitResultsCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1GetWorkUnitsCommand: (
287
+ input: GetWorkUnitsCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1GrantPermissionsCommand: (
291
+ input: GrantPermissionsCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1ListDataCellsFilterCommand: (
295
+ input: ListDataCellsFilterCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1ListLFTagsCommand: (
299
+ input: ListLFTagsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1ListPermissionsCommand: (
303
+ input: ListPermissionsCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1ListResourcesCommand: (
307
+ input: ListResourcesCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1ListTableStorageOptimizersCommand: (
311
+ input: ListTableStorageOptimizersCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1ListTransactionsCommand: (
315
+ input: ListTransactionsCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1PutDataLakeSettingsCommand: (
319
+ input: PutDataLakeSettingsCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1RegisterResourceCommand: (
323
+ input: RegisterResourceCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1RemoveLFTagsFromResourceCommand: (
327
+ input: RemoveLFTagsFromResourceCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1RevokePermissionsCommand: (
331
+ input: RevokePermissionsCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1SearchDatabasesByLFTagsCommand: (
335
+ input: SearchDatabasesByLFTagsCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1SearchTablesByLFTagsCommand: (
339
+ input: SearchTablesByLFTagsCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1StartQueryPlanningCommand: (
343
+ input: StartQueryPlanningCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1StartTransactionCommand: (
347
+ input: StartTransactionCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1UpdateLFTagCommand: (
351
+ input: UpdateLFTagCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1UpdateResourceCommand: (
355
+ input: UpdateResourceCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1UpdateTableObjectsCommand: (
359
+ input: UpdateTableObjectsCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1UpdateTableStorageOptimizerCommand: (
363
+ input: UpdateTableStorageOptimizerCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const deserializeAws_restJson1AddLFTagsToResourceCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<AddLFTagsToResourceCommandOutput>;
370
+ export declare const deserializeAws_restJson1AssumeDecoratedRoleWithSAMLCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<AssumeDecoratedRoleWithSAMLCommandOutput>;
374
+ export declare const deserializeAws_restJson1BatchGrantPermissionsCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<BatchGrantPermissionsCommandOutput>;
378
+ export declare const deserializeAws_restJson1BatchRevokePermissionsCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<BatchRevokePermissionsCommandOutput>;
382
+ export declare const deserializeAws_restJson1CancelTransactionCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<CancelTransactionCommandOutput>;
386
+ export declare const deserializeAws_restJson1CommitTransactionCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<CommitTransactionCommandOutput>;
390
+ export declare const deserializeAws_restJson1CreateDataCellsFilterCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<CreateDataCellsFilterCommandOutput>;
394
+ export declare const deserializeAws_restJson1CreateLFTagCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<CreateLFTagCommandOutput>;
398
+ export declare const deserializeAws_restJson1DeleteDataCellsFilterCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<DeleteDataCellsFilterCommandOutput>;
402
+ export declare const deserializeAws_restJson1DeleteLFTagCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<DeleteLFTagCommandOutput>;
406
+ export declare const deserializeAws_restJson1DeleteObjectsOnCancelCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<DeleteObjectsOnCancelCommandOutput>;
410
+ export declare const deserializeAws_restJson1DeregisterResourceCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<DeregisterResourceCommandOutput>;
414
+ export declare const deserializeAws_restJson1DescribeResourceCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<DescribeResourceCommandOutput>;
418
+ export declare const deserializeAws_restJson1DescribeTransactionCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<DescribeTransactionCommandOutput>;
422
+ export declare const deserializeAws_restJson1ExtendTransactionCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<ExtendTransactionCommandOutput>;
426
+ export declare const deserializeAws_restJson1GetDataLakeSettingsCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<GetDataLakeSettingsCommandOutput>;
430
+ export declare const deserializeAws_restJson1GetEffectivePermissionsForPathCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<GetEffectivePermissionsForPathCommandOutput>;
434
+ export declare const deserializeAws_restJson1GetLFTagCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<GetLFTagCommandOutput>;
438
+ export declare const deserializeAws_restJson1GetQueryStateCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<GetQueryStateCommandOutput>;
442
+ export declare const deserializeAws_restJson1GetQueryStatisticsCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<GetQueryStatisticsCommandOutput>;
446
+ export declare const deserializeAws_restJson1GetResourceLFTagsCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<GetResourceLFTagsCommandOutput>;
450
+ export declare const deserializeAws_restJson1GetTableObjectsCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<GetTableObjectsCommandOutput>;
454
+ export declare const deserializeAws_restJson1GetTemporaryGluePartitionCredentialsCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<GetTemporaryGluePartitionCredentialsCommandOutput>;
458
+ export declare const deserializeAws_restJson1GetTemporaryGlueTableCredentialsCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<GetTemporaryGlueTableCredentialsCommandOutput>;
462
+ export declare const deserializeAws_restJson1GetWorkUnitResultsCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<GetWorkUnitResultsCommandOutput>;
466
+ export declare const deserializeAws_restJson1GetWorkUnitsCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<GetWorkUnitsCommandOutput>;
470
+ export declare const deserializeAws_restJson1GrantPermissionsCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<GrantPermissionsCommandOutput>;
474
+ export declare const deserializeAws_restJson1ListDataCellsFilterCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<ListDataCellsFilterCommandOutput>;
478
+ export declare const deserializeAws_restJson1ListLFTagsCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<ListLFTagsCommandOutput>;
482
+ export declare const deserializeAws_restJson1ListPermissionsCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<ListPermissionsCommandOutput>;
486
+ export declare const deserializeAws_restJson1ListResourcesCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<ListResourcesCommandOutput>;
490
+ export declare const deserializeAws_restJson1ListTableStorageOptimizersCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<ListTableStorageOptimizersCommandOutput>;
494
+ export declare const deserializeAws_restJson1ListTransactionsCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<ListTransactionsCommandOutput>;
498
+ export declare const deserializeAws_restJson1PutDataLakeSettingsCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<PutDataLakeSettingsCommandOutput>;
502
+ export declare const deserializeAws_restJson1RegisterResourceCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<RegisterResourceCommandOutput>;
506
+ export declare const deserializeAws_restJson1RemoveLFTagsFromResourceCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<RemoveLFTagsFromResourceCommandOutput>;
510
+ export declare const deserializeAws_restJson1RevokePermissionsCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<RevokePermissionsCommandOutput>;
514
+ export declare const deserializeAws_restJson1SearchDatabasesByLFTagsCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<SearchDatabasesByLFTagsCommandOutput>;
518
+ export declare const deserializeAws_restJson1SearchTablesByLFTagsCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<SearchTablesByLFTagsCommandOutput>;
522
+ export declare const deserializeAws_restJson1StartQueryPlanningCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<StartQueryPlanningCommandOutput>;
526
+ export declare const deserializeAws_restJson1StartTransactionCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<StartTransactionCommandOutput>;
530
+ export declare const deserializeAws_restJson1UpdateLFTagCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<UpdateLFTagCommandOutput>;
534
+ export declare const deserializeAws_restJson1UpdateResourceCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<UpdateResourceCommandOutput>;
538
+ export declare const deserializeAws_restJson1UpdateTableObjectsCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<UpdateTableObjectsCommandOutput>;
542
+ export declare const deserializeAws_restJson1UpdateTableStorageOptimizerCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<UpdateTableStorageOptimizerCommandOutput>;