@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
@@ -1,71 +0,0 @@
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 { CreateLFTagCommandInput, CreateLFTagCommandOutput } from "../commands/CreateLFTagCommand";
7
- import { DeleteLFTagCommandInput, DeleteLFTagCommandOutput } from "../commands/DeleteLFTagCommand";
8
- import { DeregisterResourceCommandInput, DeregisterResourceCommandOutput } from "../commands/DeregisterResourceCommand";
9
- import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "../commands/DescribeResourceCommand";
10
- import { GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput } from "../commands/GetDataLakeSettingsCommand";
11
- import { GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput } from "../commands/GetEffectivePermissionsForPathCommand";
12
- import { GetLFTagCommandInput, GetLFTagCommandOutput } from "../commands/GetLFTagCommand";
13
- import { GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput } from "../commands/GetResourceLFTagsCommand";
14
- import { GrantPermissionsCommandInput, GrantPermissionsCommandOutput } from "../commands/GrantPermissionsCommand";
15
- import { ListLFTagsCommandInput, ListLFTagsCommandOutput } from "../commands/ListLFTagsCommand";
16
- import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "../commands/ListPermissionsCommand";
17
- import { ListResourcesCommandInput, ListResourcesCommandOutput } from "../commands/ListResourcesCommand";
18
- import { PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput } from "../commands/PutDataLakeSettingsCommand";
19
- import { RegisterResourceCommandInput, RegisterResourceCommandOutput } from "../commands/RegisterResourceCommand";
20
- import { RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput } from "../commands/RemoveLFTagsFromResourceCommand";
21
- import { RevokePermissionsCommandInput, RevokePermissionsCommandOutput } from "../commands/RevokePermissionsCommand";
22
- import { SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput } from "../commands/SearchDatabasesByLFTagsCommand";
23
- import { SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput } from "../commands/SearchTablesByLFTagsCommand";
24
- import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "../commands/UpdateLFTagCommand";
25
- import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "../commands/UpdateResourceCommand";
26
- export declare const serializeAws_json1_1AddLFTagsToResourceCommand: (input: AddLFTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_1BatchGrantPermissionsCommand: (input: BatchGrantPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_1BatchRevokePermissionsCommand: (input: BatchRevokePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_1CreateLFTagCommand: (input: CreateLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1DeleteLFTagCommand: (input: DeleteLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1DeregisterResourceCommand: (input: DeregisterResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1DescribeResourceCommand: (input: DescribeResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1GetDataLakeSettingsCommand: (input: GetDataLakeSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1GetEffectivePermissionsForPathCommand: (input: GetEffectivePermissionsForPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1GetLFTagCommand: (input: GetLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1GetResourceLFTagsCommand: (input: GetResourceLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1GrantPermissionsCommand: (input: GrantPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1ListLFTagsCommand: (input: ListLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1ListPermissionsCommand: (input: ListPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1ListResourcesCommand: (input: ListResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1PutDataLakeSettingsCommand: (input: PutDataLakeSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1RegisterResourceCommand: (input: RegisterResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1RemoveLFTagsFromResourceCommand: (input: RemoveLFTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1RevokePermissionsCommand: (input: RevokePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1SearchDatabasesByLFTagsCommand: (input: SearchDatabasesByLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1SearchTablesByLFTagsCommand: (input: SearchTablesByLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1UpdateLFTagCommand: (input: UpdateLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1UpdateResourceCommand: (input: UpdateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const deserializeAws_json1_1AddLFTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddLFTagsToResourceCommandOutput>;
50
- export declare const deserializeAws_json1_1BatchGrantPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGrantPermissionsCommandOutput>;
51
- export declare const deserializeAws_json1_1BatchRevokePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchRevokePermissionsCommandOutput>;
52
- export declare const deserializeAws_json1_1CreateLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLFTagCommandOutput>;
53
- export declare const deserializeAws_json1_1DeleteLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLFTagCommandOutput>;
54
- export declare const deserializeAws_json1_1DeregisterResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterResourceCommandOutput>;
55
- export declare const deserializeAws_json1_1DescribeResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceCommandOutput>;
56
- export declare const deserializeAws_json1_1GetDataLakeSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeSettingsCommandOutput>;
57
- export declare const deserializeAws_json1_1GetEffectivePermissionsForPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEffectivePermissionsForPathCommandOutput>;
58
- export declare const deserializeAws_json1_1GetLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLFTagCommandOutput>;
59
- export declare const deserializeAws_json1_1GetResourceLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLFTagsCommandOutput>;
60
- export declare const deserializeAws_json1_1GrantPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GrantPermissionsCommandOutput>;
61
- export declare const deserializeAws_json1_1ListLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLFTagsCommandOutput>;
62
- export declare const deserializeAws_json1_1ListPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionsCommandOutput>;
63
- export declare const deserializeAws_json1_1ListResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesCommandOutput>;
64
- export declare const deserializeAws_json1_1PutDataLakeSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataLakeSettingsCommandOutput>;
65
- export declare const deserializeAws_json1_1RegisterResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterResourceCommandOutput>;
66
- export declare const deserializeAws_json1_1RemoveLFTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveLFTagsFromResourceCommandOutput>;
67
- export declare const deserializeAws_json1_1RevokePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokePermissionsCommandOutput>;
68
- export declare const deserializeAws_json1_1SearchDatabasesByLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDatabasesByLFTagsCommandOutput>;
69
- export declare const deserializeAws_json1_1SearchTablesByLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTablesByLFTagsCommandOutput>;
70
- export declare const deserializeAws_json1_1UpdateLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLFTagCommandOutput>;
71
- export declare const deserializeAws_json1_1UpdateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCommandOutput>;
@@ -1,71 +0,0 @@
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 { CreateLFTagCommandInput, CreateLFTagCommandOutput } from "../commands/CreateLFTagCommand";
7
- import { DeleteLFTagCommandInput, DeleteLFTagCommandOutput } from "../commands/DeleteLFTagCommand";
8
- import { DeregisterResourceCommandInput, DeregisterResourceCommandOutput } from "../commands/DeregisterResourceCommand";
9
- import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "../commands/DescribeResourceCommand";
10
- import { GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput } from "../commands/GetDataLakeSettingsCommand";
11
- import { GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput } from "../commands/GetEffectivePermissionsForPathCommand";
12
- import { GetLFTagCommandInput, GetLFTagCommandOutput } from "../commands/GetLFTagCommand";
13
- import { GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput } from "../commands/GetResourceLFTagsCommand";
14
- import { GrantPermissionsCommandInput, GrantPermissionsCommandOutput } from "../commands/GrantPermissionsCommand";
15
- import { ListLFTagsCommandInput, ListLFTagsCommandOutput } from "../commands/ListLFTagsCommand";
16
- import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "../commands/ListPermissionsCommand";
17
- import { ListResourcesCommandInput, ListResourcesCommandOutput } from "../commands/ListResourcesCommand";
18
- import { PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput } from "../commands/PutDataLakeSettingsCommand";
19
- import { RegisterResourceCommandInput, RegisterResourceCommandOutput } from "../commands/RegisterResourceCommand";
20
- import { RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput } from "../commands/RemoveLFTagsFromResourceCommand";
21
- import { RevokePermissionsCommandInput, RevokePermissionsCommandOutput } from "../commands/RevokePermissionsCommand";
22
- import { SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput } from "../commands/SearchDatabasesByLFTagsCommand";
23
- import { SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput } from "../commands/SearchTablesByLFTagsCommand";
24
- import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "../commands/UpdateLFTagCommand";
25
- import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "../commands/UpdateResourceCommand";
26
- export declare const serializeAws_json1_1AddLFTagsToResourceCommand: (input: AddLFTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_1BatchGrantPermissionsCommand: (input: BatchGrantPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_1BatchRevokePermissionsCommand: (input: BatchRevokePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_1CreateLFTagCommand: (input: CreateLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1DeleteLFTagCommand: (input: DeleteLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1DeregisterResourceCommand: (input: DeregisterResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1DescribeResourceCommand: (input: DescribeResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1GetDataLakeSettingsCommand: (input: GetDataLakeSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1GetEffectivePermissionsForPathCommand: (input: GetEffectivePermissionsForPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1GetLFTagCommand: (input: GetLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1GetResourceLFTagsCommand: (input: GetResourceLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1GrantPermissionsCommand: (input: GrantPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1ListLFTagsCommand: (input: ListLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1ListPermissionsCommand: (input: ListPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1ListResourcesCommand: (input: ListResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1PutDataLakeSettingsCommand: (input: PutDataLakeSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1RegisterResourceCommand: (input: RegisterResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1RemoveLFTagsFromResourceCommand: (input: RemoveLFTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1RevokePermissionsCommand: (input: RevokePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1SearchDatabasesByLFTagsCommand: (input: SearchDatabasesByLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1SearchTablesByLFTagsCommand: (input: SearchTablesByLFTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1UpdateLFTagCommand: (input: UpdateLFTagCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1UpdateResourceCommand: (input: UpdateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const deserializeAws_json1_1AddLFTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddLFTagsToResourceCommandOutput>;
50
- export declare const deserializeAws_json1_1BatchGrantPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGrantPermissionsCommandOutput>;
51
- export declare const deserializeAws_json1_1BatchRevokePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchRevokePermissionsCommandOutput>;
52
- export declare const deserializeAws_json1_1CreateLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLFTagCommandOutput>;
53
- export declare const deserializeAws_json1_1DeleteLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLFTagCommandOutput>;
54
- export declare const deserializeAws_json1_1DeregisterResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterResourceCommandOutput>;
55
- export declare const deserializeAws_json1_1DescribeResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceCommandOutput>;
56
- export declare const deserializeAws_json1_1GetDataLakeSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeSettingsCommandOutput>;
57
- export declare const deserializeAws_json1_1GetEffectivePermissionsForPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEffectivePermissionsForPathCommandOutput>;
58
- export declare const deserializeAws_json1_1GetLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLFTagCommandOutput>;
59
- export declare const deserializeAws_json1_1GetResourceLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLFTagsCommandOutput>;
60
- export declare const deserializeAws_json1_1GrantPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GrantPermissionsCommandOutput>;
61
- export declare const deserializeAws_json1_1ListLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLFTagsCommandOutput>;
62
- export declare const deserializeAws_json1_1ListPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionsCommandOutput>;
63
- export declare const deserializeAws_json1_1ListResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesCommandOutput>;
64
- export declare const deserializeAws_json1_1PutDataLakeSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataLakeSettingsCommandOutput>;
65
- export declare const deserializeAws_json1_1RegisterResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterResourceCommandOutput>;
66
- export declare const deserializeAws_json1_1RemoveLFTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveLFTagsFromResourceCommandOutput>;
67
- export declare const deserializeAws_json1_1RevokePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokePermissionsCommandOutput>;
68
- export declare const deserializeAws_json1_1SearchDatabasesByLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDatabasesByLFTagsCommandOutput>;
69
- export declare const deserializeAws_json1_1SearchTablesByLFTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTablesByLFTagsCommandOutput>;
70
- export declare const deserializeAws_json1_1UpdateLFTagCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLFTagCommandOutput>;
71
- export declare const deserializeAws_json1_1UpdateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCommandOutput>;