@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.
Files changed (208) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/LakeFormation.js +285 -0
  4. package/dist-cjs/commands/AddLFTagsToResourceCommand.js +3 -3
  5. package/dist-cjs/commands/BatchGrantPermissionsCommand.js +3 -3
  6. package/dist-cjs/commands/BatchRevokePermissionsCommand.js +3 -3
  7. package/dist-cjs/commands/CancelTransactionCommand.js +36 -0
  8. package/dist-cjs/commands/CommitTransactionCommand.js +36 -0
  9. package/dist-cjs/commands/CreateDataCellsFilterCommand.js +36 -0
  10. package/dist-cjs/commands/CreateLFTagCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteDataCellsFilterCommand.js +36 -0
  12. package/dist-cjs/commands/DeleteLFTagCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteObjectsOnCancelCommand.js +36 -0
  14. package/dist-cjs/commands/DeregisterResourceCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeResourceCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeTransactionCommand.js +36 -0
  17. package/dist-cjs/commands/ExtendTransactionCommand.js +36 -0
  18. package/dist-cjs/commands/GetDataLakeSettingsCommand.js +3 -3
  19. package/dist-cjs/commands/GetEffectivePermissionsForPathCommand.js +3 -3
  20. package/dist-cjs/commands/GetLFTagCommand.js +3 -3
  21. package/dist-cjs/commands/GetQueryStateCommand.js +36 -0
  22. package/dist-cjs/commands/GetQueryStatisticsCommand.js +36 -0
  23. package/dist-cjs/commands/GetResourceLFTagsCommand.js +3 -3
  24. package/dist-cjs/commands/GetTableObjectsCommand.js +36 -0
  25. package/dist-cjs/commands/GetWorkUnitResultsCommand.js +36 -0
  26. package/dist-cjs/commands/GetWorkUnitsCommand.js +36 -0
  27. package/dist-cjs/commands/GrantPermissionsCommand.js +3 -3
  28. package/dist-cjs/commands/ListDataCellsFilterCommand.js +36 -0
  29. package/dist-cjs/commands/ListLFTagsCommand.js +3 -3
  30. package/dist-cjs/commands/ListPermissionsCommand.js +3 -3
  31. package/dist-cjs/commands/ListResourcesCommand.js +3 -3
  32. package/dist-cjs/commands/ListTableStorageOptimizersCommand.js +36 -0
  33. package/dist-cjs/commands/ListTransactionsCommand.js +36 -0
  34. package/dist-cjs/commands/PutDataLakeSettingsCommand.js +3 -3
  35. package/dist-cjs/commands/RegisterResourceCommand.js +3 -3
  36. package/dist-cjs/commands/RemoveLFTagsFromResourceCommand.js +3 -3
  37. package/dist-cjs/commands/RevokePermissionsCommand.js +3 -3
  38. package/dist-cjs/commands/SearchDatabasesByLFTagsCommand.js +3 -3
  39. package/dist-cjs/commands/SearchTablesByLFTagsCommand.js +3 -3
  40. package/dist-cjs/commands/StartQueryPlanningCommand.js +36 -0
  41. package/dist-cjs/commands/StartTransactionCommand.js +36 -0
  42. package/dist-cjs/commands/UpdateLFTagCommand.js +3 -3
  43. package/dist-cjs/commands/UpdateResourceCommand.js +3 -3
  44. package/dist-cjs/commands/UpdateTableObjectsCommand.js +36 -0
  45. package/dist-cjs/commands/UpdateTableStorageOptimizerCommand.js +36 -0
  46. package/dist-cjs/commands/index.js +19 -0
  47. package/dist-cjs/endpoints.js +8 -0
  48. package/dist-cjs/models/models_0.js +417 -6
  49. package/dist-cjs/pagination/GetTableObjectsPaginator.js +35 -0
  50. package/dist-cjs/pagination/GetWorkUnitsPaginator.js +35 -0
  51. package/dist-cjs/pagination/ListDataCellsFilterPaginator.js +35 -0
  52. package/dist-cjs/pagination/ListLFTagsPaginator.js +35 -0
  53. package/dist-cjs/pagination/ListTableStorageOptimizersPaginator.js +35 -0
  54. package/dist-cjs/pagination/ListTransactionsPaginator.js +35 -0
  55. package/dist-cjs/pagination/SearchDatabasesByLFTagsPaginator.js +35 -0
  56. package/dist-cjs/pagination/SearchTablesByLFTagsPaginator.js +35 -0
  57. package/dist-cjs/pagination/index.js +8 -0
  58. package/dist-cjs/protocols/Aws_restJson1.js +5676 -0
  59. package/dist-es/LakeFormation.js +285 -0
  60. package/dist-es/commands/AddLFTagsToResourceCommand.js +3 -3
  61. package/dist-es/commands/BatchGrantPermissionsCommand.js +3 -3
  62. package/dist-es/commands/BatchRevokePermissionsCommand.js +3 -3
  63. package/dist-es/commands/CancelTransactionCommand.js +39 -0
  64. package/dist-es/commands/CommitTransactionCommand.js +39 -0
  65. package/dist-es/commands/CreateDataCellsFilterCommand.js +39 -0
  66. package/dist-es/commands/CreateLFTagCommand.js +3 -3
  67. package/dist-es/commands/DeleteDataCellsFilterCommand.js +39 -0
  68. package/dist-es/commands/DeleteLFTagCommand.js +3 -3
  69. package/dist-es/commands/DeleteObjectsOnCancelCommand.js +39 -0
  70. package/dist-es/commands/DeregisterResourceCommand.js +3 -3
  71. package/dist-es/commands/DescribeResourceCommand.js +3 -3
  72. package/dist-es/commands/DescribeTransactionCommand.js +39 -0
  73. package/dist-es/commands/ExtendTransactionCommand.js +39 -0
  74. package/dist-es/commands/GetDataLakeSettingsCommand.js +3 -3
  75. package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +3 -3
  76. package/dist-es/commands/GetLFTagCommand.js +3 -3
  77. package/dist-es/commands/GetQueryStateCommand.js +39 -0
  78. package/dist-es/commands/GetQueryStatisticsCommand.js +39 -0
  79. package/dist-es/commands/GetResourceLFTagsCommand.js +3 -3
  80. package/dist-es/commands/GetTableObjectsCommand.js +39 -0
  81. package/dist-es/commands/GetWorkUnitResultsCommand.js +39 -0
  82. package/dist-es/commands/GetWorkUnitsCommand.js +39 -0
  83. package/dist-es/commands/GrantPermissionsCommand.js +3 -3
  84. package/dist-es/commands/ListDataCellsFilterCommand.js +39 -0
  85. package/dist-es/commands/ListLFTagsCommand.js +3 -3
  86. package/dist-es/commands/ListPermissionsCommand.js +3 -3
  87. package/dist-es/commands/ListResourcesCommand.js +3 -3
  88. package/dist-es/commands/ListTableStorageOptimizersCommand.js +39 -0
  89. package/dist-es/commands/ListTransactionsCommand.js +39 -0
  90. package/dist-es/commands/PutDataLakeSettingsCommand.js +3 -3
  91. package/dist-es/commands/RegisterResourceCommand.js +3 -3
  92. package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +3 -3
  93. package/dist-es/commands/RevokePermissionsCommand.js +3 -3
  94. package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +3 -3
  95. package/dist-es/commands/SearchTablesByLFTagsCommand.js +3 -3
  96. package/dist-es/commands/StartQueryPlanningCommand.js +39 -0
  97. package/dist-es/commands/StartTransactionCommand.js +39 -0
  98. package/dist-es/commands/UpdateLFTagCommand.js +3 -3
  99. package/dist-es/commands/UpdateResourceCommand.js +3 -3
  100. package/dist-es/commands/UpdateTableObjectsCommand.js +39 -0
  101. package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +39 -0
  102. package/dist-es/commands/index.js +19 -0
  103. package/dist-es/endpoints.js +8 -0
  104. package/dist-es/models/models_0.js +287 -4
  105. package/dist-es/pagination/GetTableObjectsPaginator.js +74 -0
  106. package/dist-es/pagination/GetWorkUnitsPaginator.js +74 -0
  107. package/dist-es/pagination/ListDataCellsFilterPaginator.js +74 -0
  108. package/dist-es/pagination/ListLFTagsPaginator.js +74 -0
  109. package/dist-es/pagination/ListTableStorageOptimizersPaginator.js +74 -0
  110. package/dist-es/pagination/ListTransactionsPaginator.js +74 -0
  111. package/dist-es/pagination/SearchDatabasesByLFTagsPaginator.js +74 -0
  112. package/dist-es/pagination/SearchTablesByLFTagsPaginator.js +74 -0
  113. package/dist-es/pagination/index.js +8 -0
  114. package/dist-es/protocols/Aws_restJson1.js +6231 -0
  115. package/dist-types/LakeFormation.d.ts +160 -15
  116. package/dist-types/LakeFormationClient.d.ts +23 -4
  117. package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +2 -2
  118. package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +1 -1
  119. package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +1 -1
  120. package/dist-types/commands/CancelTransactionCommand.d.ts +35 -0
  121. package/dist-types/commands/CommitTransactionCommand.d.ts +35 -0
  122. package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +35 -0
  123. package/dist-types/commands/CreateLFTagCommand.d.ts +2 -2
  124. package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +35 -0
  125. package/dist-types/commands/DeleteLFTagCommand.d.ts +2 -2
  126. package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +42 -0
  127. package/dist-types/commands/DeregisterResourceCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeResourceCommand.d.ts +2 -2
  129. package/dist-types/commands/DescribeTransactionCommand.d.ts +35 -0
  130. package/dist-types/commands/ExtendTransactionCommand.d.ts +37 -0
  131. package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +1 -1
  132. package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +1 -1
  133. package/dist-types/commands/GetLFTagCommand.d.ts +2 -2
  134. package/dist-types/commands/GetQueryStateCommand.d.ts +35 -0
  135. package/dist-types/commands/GetQueryStatisticsCommand.d.ts +35 -0
  136. package/dist-types/commands/GetResourceLFTagsCommand.d.ts +2 -2
  137. package/dist-types/commands/GetTableObjectsCommand.d.ts +35 -0
  138. package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +35 -0
  139. package/dist-types/commands/GetWorkUnitsCommand.d.ts +35 -0
  140. package/dist-types/commands/GrantPermissionsCommand.d.ts +1 -1
  141. package/dist-types/commands/ListDataCellsFilterCommand.d.ts +35 -0
  142. package/dist-types/commands/ListLFTagsCommand.d.ts +2 -2
  143. package/dist-types/commands/ListPermissionsCommand.d.ts +1 -1
  144. package/dist-types/commands/ListResourcesCommand.d.ts +1 -1
  145. package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +35 -0
  146. package/dist-types/commands/ListTransactionsCommand.d.ts +36 -0
  147. package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +1 -1
  148. package/dist-types/commands/RegisterResourceCommand.d.ts +3 -3
  149. package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +2 -2
  150. package/dist-types/commands/RevokePermissionsCommand.d.ts +1 -1
  151. package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +1 -1
  152. package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +2 -2
  153. package/dist-types/commands/StartQueryPlanningCommand.d.ts +37 -0
  154. package/dist-types/commands/StartTransactionCommand.d.ts +35 -0
  155. package/dist-types/commands/UpdateLFTagCommand.d.ts +2 -2
  156. package/dist-types/commands/UpdateResourceCommand.d.ts +2 -2
  157. package/dist-types/commands/UpdateTableObjectsCommand.d.ts +35 -0
  158. package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +35 -0
  159. package/dist-types/commands/index.d.ts +19 -0
  160. package/dist-types/models/models_0.d.ts +1475 -234
  161. package/dist-types/pagination/GetTableObjectsPaginator.d.ts +4 -0
  162. package/dist-types/pagination/GetWorkUnitsPaginator.d.ts +4 -0
  163. package/dist-types/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
  164. package/dist-types/pagination/ListLFTagsPaginator.d.ts +4 -0
  165. package/dist-types/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
  166. package/dist-types/pagination/ListTransactionsPaginator.d.ts +4 -0
  167. package/dist-types/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
  168. package/dist-types/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
  169. package/dist-types/pagination/index.d.ts +8 -0
  170. package/dist-types/protocols/Aws_restJson1.d.ts +128 -0
  171. package/dist-types/ts3.4/LakeFormation.d.ts +95 -0
  172. package/dist-types/ts3.4/LakeFormationClient.d.ts +21 -2
  173. package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/index.d.ts +19 -0
  193. package/dist-types/ts3.4/models/models_0.d.ts +745 -7
  194. package/dist-types/ts3.4/pagination/GetTableObjectsPaginator.d.ts +4 -0
  195. package/dist-types/ts3.4/pagination/GetWorkUnitsPaginator.d.ts +4 -0
  196. package/dist-types/ts3.4/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/ListLFTagsPaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
  199. package/dist-types/ts3.4/pagination/ListTransactionsPaginator.d.ts +4 -0
  200. package/dist-types/ts3.4/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
  201. package/dist-types/ts3.4/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
  202. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  203. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +128 -0
  204. package/package.json +4 -4
  205. package/dist-cjs/protocols/Aws_json1_1.js +0 -3153
  206. package/dist-es/protocols/Aws_json1_1.js +0 -3221
  207. package/dist-types/protocols/Aws_json1_1.d.ts +0 -71
  208. 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>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lakeformation",
3
3
  "description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.44.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
25
  "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -38,7 +38,7 @@
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",