@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
@@ -2,34 +2,53 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput } from "./commands/AddLFTagsToResourceCommand";
3
3
  import { BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput } from "./commands/BatchGrantPermissionsCommand";
4
4
  import { BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput } from "./commands/BatchRevokePermissionsCommand";
5
+ import { CancelTransactionCommandInput, CancelTransactionCommandOutput } from "./commands/CancelTransactionCommand";
6
+ import { CommitTransactionCommandInput, CommitTransactionCommandOutput } from "./commands/CommitTransactionCommand";
7
+ import { CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput } from "./commands/CreateDataCellsFilterCommand";
5
8
  import { CreateLFTagCommandInput, CreateLFTagCommandOutput } from "./commands/CreateLFTagCommand";
9
+ import { DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput } from "./commands/DeleteDataCellsFilterCommand";
6
10
  import { DeleteLFTagCommandInput, DeleteLFTagCommandOutput } from "./commands/DeleteLFTagCommand";
11
+ import { DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput } from "./commands/DeleteObjectsOnCancelCommand";
7
12
  import { DeregisterResourceCommandInput, DeregisterResourceCommandOutput } from "./commands/DeregisterResourceCommand";
8
13
  import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "./commands/DescribeResourceCommand";
14
+ import { DescribeTransactionCommandInput, DescribeTransactionCommandOutput } from "./commands/DescribeTransactionCommand";
15
+ import { ExtendTransactionCommandInput, ExtendTransactionCommandOutput } from "./commands/ExtendTransactionCommand";
9
16
  import { GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput } from "./commands/GetDataLakeSettingsCommand";
10
17
  import { GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput } from "./commands/GetEffectivePermissionsForPathCommand";
11
18
  import { GetLFTagCommandInput, GetLFTagCommandOutput } from "./commands/GetLFTagCommand";
19
+ import { GetQueryStateCommandInput, GetQueryStateCommandOutput } from "./commands/GetQueryStateCommand";
20
+ import { GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput } from "./commands/GetQueryStatisticsCommand";
12
21
  import { GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput } from "./commands/GetResourceLFTagsCommand";
22
+ import { GetTableObjectsCommandInput, GetTableObjectsCommandOutput } from "./commands/GetTableObjectsCommand";
23
+ import { GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput } from "./commands/GetWorkUnitResultsCommand";
24
+ import { GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput } from "./commands/GetWorkUnitsCommand";
13
25
  import { GrantPermissionsCommandInput, GrantPermissionsCommandOutput } from "./commands/GrantPermissionsCommand";
26
+ import { ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput } from "./commands/ListDataCellsFilterCommand";
14
27
  import { ListLFTagsCommandInput, ListLFTagsCommandOutput } from "./commands/ListLFTagsCommand";
15
28
  import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "./commands/ListPermissionsCommand";
16
29
  import { ListResourcesCommandInput, ListResourcesCommandOutput } from "./commands/ListResourcesCommand";
30
+ import { ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput } from "./commands/ListTableStorageOptimizersCommand";
31
+ import { ListTransactionsCommandInput, ListTransactionsCommandOutput } from "./commands/ListTransactionsCommand";
17
32
  import { PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput } from "./commands/PutDataLakeSettingsCommand";
18
33
  import { RegisterResourceCommandInput, RegisterResourceCommandOutput } from "./commands/RegisterResourceCommand";
19
34
  import { RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput } from "./commands/RemoveLFTagsFromResourceCommand";
20
35
  import { RevokePermissionsCommandInput, RevokePermissionsCommandOutput } from "./commands/RevokePermissionsCommand";
21
36
  import { SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput } from "./commands/SearchDatabasesByLFTagsCommand";
22
37
  import { SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput } from "./commands/SearchTablesByLFTagsCommand";
38
+ import { StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput } from "./commands/StartQueryPlanningCommand";
39
+ import { StartTransactionCommandInput, StartTransactionCommandOutput } from "./commands/StartTransactionCommand";
23
40
  import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "./commands/UpdateLFTagCommand";
24
41
  import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
42
+ import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from "./commands/UpdateTableObjectsCommand";
43
+ import { UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput } from "./commands/UpdateTableStorageOptimizerCommand";
25
44
  import { LakeFormationClient } from "./LakeFormationClient";
26
45
  /**
27
- * <fullname>AWS Lake Formation</fullname>
28
- * <p>Defines the public endpoint for the AWS Lake Formation service.</p>
46
+ * <fullname>Lake Formation</fullname>
47
+ * <p>Defines the public endpoint for the Lake Formation service.</p>
29
48
  */
30
49
  export declare class LakeFormation extends LakeFormationClient {
31
50
  /**
32
- * <p>Attaches one or more tags to an existing resource.</p>
51
+ * <p>Attaches one or more LF-tags to an existing resource.</p>
33
52
  */
34
53
  addLFTagsToResource(args: AddLFTagsToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AddLFTagsToResourceCommandOutput>;
35
54
  addLFTagsToResource(args: AddLFTagsToResourceCommandInput, cb: (err: any, data?: AddLFTagsToResourceCommandOutput) => void): void;
@@ -47,17 +66,54 @@ export declare class LakeFormation extends LakeFormationClient {
47
66
  batchRevokePermissions(args: BatchRevokePermissionsCommandInput, cb: (err: any, data?: BatchRevokePermissionsCommandOutput) => void): void;
48
67
  batchRevokePermissions(args: BatchRevokePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchRevokePermissionsCommandOutput) => void): void;
49
68
  /**
50
- * <p>Creates a tag with the specified name and values.</p>
69
+ * <p>Attempts to cancel the specified transaction. Returns an exception if the transaction was previously committed.</p>
70
+ */
71
+ cancelTransaction(args: CancelTransactionCommandInput, options?: __HttpHandlerOptions): Promise<CancelTransactionCommandOutput>;
72
+ cancelTransaction(args: CancelTransactionCommandInput, cb: (err: any, data?: CancelTransactionCommandOutput) => void): void;
73
+ cancelTransaction(args: CancelTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelTransactionCommandOutput) => void): void;
74
+ /**
75
+ * <p>Attempts to commit the specified transaction. Returns an exception if the transaction was previously aborted. This API action is idempotent if called multiple times for the same transaction.</p>
76
+ */
77
+ commitTransaction(args: CommitTransactionCommandInput, options?: __HttpHandlerOptions): Promise<CommitTransactionCommandOutput>;
78
+ commitTransaction(args: CommitTransactionCommandInput, cb: (err: any, data?: CommitTransactionCommandOutput) => void): void;
79
+ commitTransaction(args: CommitTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CommitTransactionCommandOutput) => void): void;
80
+ /**
81
+ * <p>Creates a data cell filter to allow one to grant access to certain columns on certain rows.</p>
82
+ */
83
+ createDataCellsFilter(args: CreateDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataCellsFilterCommandOutput>;
84
+ createDataCellsFilter(args: CreateDataCellsFilterCommandInput, cb: (err: any, data?: CreateDataCellsFilterCommandOutput) => void): void;
85
+ createDataCellsFilter(args: CreateDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataCellsFilterCommandOutput) => void): void;
86
+ /**
87
+ * <p>Creates an LF-tag with the specified name and values.</p>
51
88
  */
52
89
  createLFTag(args: CreateLFTagCommandInput, options?: __HttpHandlerOptions): Promise<CreateLFTagCommandOutput>;
53
90
  createLFTag(args: CreateLFTagCommandInput, cb: (err: any, data?: CreateLFTagCommandOutput) => void): void;
54
91
  createLFTag(args: CreateLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLFTagCommandOutput) => void): void;
55
92
  /**
56
- * <p>Deletes the specified tag key name. If the attribute key does not exist or the tag does not exist, then the operation will not do anything. If the attribute key exists, then the operation checks if any resources are tagged with this attribute key, if yes, the API throws a 400 Exception with the message "Delete not allowed" as the tag key is still attached with resources. You can consider untagging resources with this tag key.</p>
93
+ * <p>Deletes a data cell filter.</p>
94
+ */
95
+ deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataCellsFilterCommandOutput>;
96
+ deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, cb: (err: any, data?: DeleteDataCellsFilterCommandOutput) => void): void;
97
+ deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataCellsFilterCommandOutput) => void): void;
98
+ /**
99
+ * <p>Deletes the specified LF-tag key name. If the attribute key does not exist or the LF-tag does not exist, then the operation will not do anything. If the attribute key exists, then the operation checks if any resources are tagged with this attribute key, if yes, the API throws a 400 Exception with the message "Delete not allowed" as the LF-tag key is still attached with resources. You can consider untagging resources with this LF-tag key.</p>
57
100
  */
58
101
  deleteLFTag(args: DeleteLFTagCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLFTagCommandOutput>;
59
102
  deleteLFTag(args: DeleteLFTagCommandInput, cb: (err: any, data?: DeleteLFTagCommandOutput) => void): void;
60
103
  deleteLFTag(args: DeleteLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLFTagCommandOutput) => void): void;
104
+ /**
105
+ * <p>For a specific governed table, provides a list of Amazon S3 objects that will be written during the current transaction and that can be automatically deleted
106
+ * if the transaction is canceled. Without this call, no Amazon S3 objects are automatically deleted when a transaction cancels.
107
+ * </p>
108
+ * <p>
109
+ * The Glue ETL library function <code>write_dynamic_frame.from_catalog()</code> includes an option to automatically
110
+ * call <code>DeleteObjectsOnCancel</code> before writes. For more information, see
111
+ * <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/transactions-data-operations.html#rolling-back-writes">Rolling Back Amazon S3 Writes</a>.
112
+ * </p>
113
+ */
114
+ deleteObjectsOnCancel(args: DeleteObjectsOnCancelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteObjectsOnCancelCommandOutput>;
115
+ deleteObjectsOnCancel(args: DeleteObjectsOnCancelCommandInput, cb: (err: any, data?: DeleteObjectsOnCancelCommandOutput) => void): void;
116
+ deleteObjectsOnCancel(args: DeleteObjectsOnCancelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObjectsOnCancelCommandOutput) => void): void;
61
117
  /**
62
118
  * <p>Deregisters the resource as managed by the Data Catalog.</p>
63
119
  *
@@ -67,11 +123,25 @@ export declare class LakeFormation extends LakeFormationClient {
67
123
  deregisterResource(args: DeregisterResourceCommandInput, cb: (err: any, data?: DeregisterResourceCommandOutput) => void): void;
68
124
  deregisterResource(args: DeregisterResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterResourceCommandOutput) => void): void;
69
125
  /**
70
- * <p>Retrieves the current data access role for the given resource registered in AWS Lake Formation.</p>
126
+ * <p>Retrieves the current data access role for the given resource registered in Lake Formation.</p>
71
127
  */
72
128
  describeResource(args: DescribeResourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourceCommandOutput>;
73
129
  describeResource(args: DescribeResourceCommandInput, cb: (err: any, data?: DescribeResourceCommandOutput) => void): void;
74
130
  describeResource(args: DescribeResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceCommandOutput) => void): void;
131
+ /**
132
+ * <p>Returns the details of a single transaction.</p>
133
+ */
134
+ describeTransaction(args: DescribeTransactionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransactionCommandOutput>;
135
+ describeTransaction(args: DescribeTransactionCommandInput, cb: (err: any, data?: DescribeTransactionCommandOutput) => void): void;
136
+ describeTransaction(args: DescribeTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransactionCommandOutput) => void): void;
137
+ /**
138
+ * <p>Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.</p>
139
+ *
140
+ * <p>Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.</p>
141
+ */
142
+ extendTransaction(args: ExtendTransactionCommandInput, options?: __HttpHandlerOptions): Promise<ExtendTransactionCommandOutput>;
143
+ extendTransaction(args: ExtendTransactionCommandInput, cb: (err: any, data?: ExtendTransactionCommandOutput) => void): void;
144
+ extendTransaction(args: ExtendTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExtendTransactionCommandOutput) => void): void;
75
145
  /**
76
146
  * <p>Retrieves the list of the data lake administrators of a Lake Formation-managed data lake. </p>
77
147
  */
@@ -86,17 +156,47 @@ export declare class LakeFormation extends LakeFormationClient {
86
156
  getEffectivePermissionsForPath(args: GetEffectivePermissionsForPathCommandInput, cb: (err: any, data?: GetEffectivePermissionsForPathCommandOutput) => void): void;
87
157
  getEffectivePermissionsForPath(args: GetEffectivePermissionsForPathCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEffectivePermissionsForPathCommandOutput) => void): void;
88
158
  /**
89
- * <p>Returns a tag definition.</p>
159
+ * <p>Returns an LF-tag definition.</p>
90
160
  */
91
161
  getLFTag(args: GetLFTagCommandInput, options?: __HttpHandlerOptions): Promise<GetLFTagCommandOutput>;
92
162
  getLFTag(args: GetLFTagCommandInput, cb: (err: any, data?: GetLFTagCommandOutput) => void): void;
93
163
  getLFTag(args: GetLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLFTagCommandOutput) => void): void;
94
164
  /**
95
- * <p>Returns the tags applied to a resource.</p>
165
+ * <p>Returns the state of a query previously submitted. Clients are expected to poll <code>GetQueryState</code> to monitor the current state of the planning before retrieving the work units. A query state is only visible to the principal that made the initial call to <code>StartQueryPlanning</code>.</p>
166
+ */
167
+ getQueryState(args: GetQueryStateCommandInput, options?: __HttpHandlerOptions): Promise<GetQueryStateCommandOutput>;
168
+ getQueryState(args: GetQueryStateCommandInput, cb: (err: any, data?: GetQueryStateCommandOutput) => void): void;
169
+ getQueryState(args: GetQueryStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueryStateCommandOutput) => void): void;
170
+ /**
171
+ * <p>Retrieves statistics on the planning and execution of a query.</p>
172
+ */
173
+ getQueryStatistics(args: GetQueryStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetQueryStatisticsCommandOutput>;
174
+ getQueryStatistics(args: GetQueryStatisticsCommandInput, cb: (err: any, data?: GetQueryStatisticsCommandOutput) => void): void;
175
+ getQueryStatistics(args: GetQueryStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueryStatisticsCommandOutput) => void): void;
176
+ /**
177
+ * <p>Returns the LF-tags applied to a resource.</p>
96
178
  */
97
179
  getResourceLFTags(args: GetResourceLFTagsCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceLFTagsCommandOutput>;
98
180
  getResourceLFTags(args: GetResourceLFTagsCommandInput, cb: (err: any, data?: GetResourceLFTagsCommandOutput) => void): void;
99
181
  getResourceLFTags(args: GetResourceLFTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceLFTagsCommandOutput) => void): void;
182
+ /**
183
+ * <p>Returns the set of Amazon S3 objects that make up the specified governed table. A transaction ID or timestamp can be specified for time-travel queries.</p>
184
+ */
185
+ getTableObjects(args: GetTableObjectsCommandInput, options?: __HttpHandlerOptions): Promise<GetTableObjectsCommandOutput>;
186
+ getTableObjects(args: GetTableObjectsCommandInput, cb: (err: any, data?: GetTableObjectsCommandOutput) => void): void;
187
+ getTableObjects(args: GetTableObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableObjectsCommandOutput) => void): void;
188
+ /**
189
+ * <p>Returns the work units resulting from the query. Work units can be executed in any order and in parallel. </p>
190
+ */
191
+ getWorkUnitResults(args: GetWorkUnitResultsCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkUnitResultsCommandOutput>;
192
+ getWorkUnitResults(args: GetWorkUnitResultsCommandInput, cb: (err: any, data?: GetWorkUnitResultsCommandOutput) => void): void;
193
+ getWorkUnitResults(args: GetWorkUnitResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkUnitResultsCommandOutput) => void): void;
194
+ /**
195
+ * <p>Retrieves the work units generated by the <code>StartQueryPlanning</code> operation.</p>
196
+ */
197
+ getWorkUnits(args: GetWorkUnitsCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkUnitsCommandOutput>;
198
+ getWorkUnits(args: GetWorkUnitsCommandInput, cb: (err: any, data?: GetWorkUnitsCommandOutput) => void): void;
199
+ getWorkUnits(args: GetWorkUnitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkUnitsCommandOutput) => void): void;
100
200
  /**
101
201
  * <p>Grants permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.</p>
102
202
  * <p>For information about permissions, see <a href="https://docs-aws.amazon.com/lake-formation/latest/dg/security-data-access.html">Security and Access Control to Metadata and Data</a>.</p>
@@ -105,7 +205,13 @@ export declare class LakeFormation extends LakeFormationClient {
105
205
  grantPermissions(args: GrantPermissionsCommandInput, cb: (err: any, data?: GrantPermissionsCommandOutput) => void): void;
106
206
  grantPermissions(args: GrantPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GrantPermissionsCommandOutput) => void): void;
107
207
  /**
108
- * <p>Lists tags that the requester has permission to view. </p>
208
+ * <p>Lists all the data cell filters on a table.</p>
209
+ */
210
+ listDataCellsFilter(args: ListDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<ListDataCellsFilterCommandOutput>;
211
+ listDataCellsFilter(args: ListDataCellsFilterCommandInput, cb: (err: any, data?: ListDataCellsFilterCommandOutput) => void): void;
212
+ listDataCellsFilter(args: ListDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataCellsFilterCommandOutput) => void): void;
213
+ /**
214
+ * <p>Lists LF-tags that the requester has permission to view. </p>
109
215
  */
110
216
  listLFTags(args: ListLFTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListLFTagsCommandOutput>;
111
217
  listLFTags(args: ListLFTagsCommandInput, cb: (err: any, data?: ListLFTagsCommandOutput) => void): void;
@@ -124,6 +230,19 @@ export declare class LakeFormation extends LakeFormationClient {
124
230
  listResources(args: ListResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcesCommandOutput>;
125
231
  listResources(args: ListResourcesCommandInput, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
126
232
  listResources(args: ListResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesCommandOutput) => void): void;
233
+ /**
234
+ * <p>Returns the configuration of all storage optimizers associated with a specified table.</p>
235
+ */
236
+ listTableStorageOptimizers(args: ListTableStorageOptimizersCommandInput, options?: __HttpHandlerOptions): Promise<ListTableStorageOptimizersCommandOutput>;
237
+ listTableStorageOptimizers(args: ListTableStorageOptimizersCommandInput, cb: (err: any, data?: ListTableStorageOptimizersCommandOutput) => void): void;
238
+ listTableStorageOptimizers(args: ListTableStorageOptimizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTableStorageOptimizersCommandOutput) => void): void;
239
+ /**
240
+ * <p>Returns metadata about transactions and their status. To prevent the response from growing indefinitely, only uncommitted transactions and those available for time-travel queries are returned.</p>
241
+ * <p>This operation can help you identify uncommitted transactions or to get information about transactions.</p>
242
+ */
243
+ listTransactions(args: ListTransactionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTransactionsCommandOutput>;
244
+ listTransactions(args: ListTransactionsCommandInput, cb: (err: any, data?: ListTransactionsCommandOutput) => void): void;
245
+ listTransactions(args: ListTransactionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTransactionsCommandOutput) => void): void;
127
246
  /**
128
247
  * <p>Sets the list of data lake administrators who have admin privileges on all resources managed by Lake Formation. For more information on admin privileges, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/lake-formation-permissions.html">Granting Lake Formation Permissions</a>.</p>
129
248
  *
@@ -135,9 +254,9 @@ export declare class LakeFormation extends LakeFormationClient {
135
254
  /**
136
255
  * <p>Registers the resource as managed by the Data Catalog.</p>
137
256
  *
138
- * <p>To add or update data, Lake Formation needs read/write access to the chosen Amazon S3 path. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy.</p>
257
+ * <p>To add or update data, Lake Formation needs read/write access to the chosen Amazon S3 path. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy.</p>
139
258
  *
140
- * <p>The following request registers a new location and gives AWS Lake Formation permission to use the service-linked role to access that location.</p>
259
+ * <p>The following request registers a new location and gives Lake Formation permission to use the service-linked role to access that location.</p>
141
260
  *
142
261
  * <p>
143
262
  * <code>ResourceArn = arn:aws:s3:::my-bucket
@@ -154,7 +273,7 @@ export declare class LakeFormation extends LakeFormationClient {
154
273
  registerResource(args: RegisterResourceCommandInput, cb: (err: any, data?: RegisterResourceCommandOutput) => void): void;
155
274
  registerResource(args: RegisterResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterResourceCommandOutput) => void): void;
156
275
  /**
157
- * <p>Removes a tag from the resource. Only database, table, or tableWithColumns resource are allowed. To tag columns, use the column inclusion list in <code>tableWithColumns</code> to specify column input.</p>
276
+ * <p>Removes an LF-tag from the resource. Only database, table, or tableWithColumns resource are allowed. To tag columns, use the column inclusion list in <code>tableWithColumns</code> to specify column input.</p>
158
277
  */
159
278
  removeLFTagsFromResource(args: RemoveLFTagsFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveLFTagsFromResourceCommandOutput>;
160
279
  removeLFTagsFromResource(args: RemoveLFTagsFromResourceCommandInput, cb: (err: any, data?: RemoveLFTagsFromResourceCommandOutput) => void): void;
@@ -172,21 +291,47 @@ export declare class LakeFormation extends LakeFormationClient {
172
291
  searchDatabasesByLFTags(args: SearchDatabasesByLFTagsCommandInput, cb: (err: any, data?: SearchDatabasesByLFTagsCommandOutput) => void): void;
173
292
  searchDatabasesByLFTags(args: SearchDatabasesByLFTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchDatabasesByLFTagsCommandOutput) => void): void;
174
293
  /**
175
- * <p>This operation allows a search on <code>TABLE</code> resources by <code>LFTag</code>s. This will be used by admins who want to grant user permissions on certain LFTags. Before making a grant, the admin can use <code>SearchTablesByLFTags</code> to find all resources where the given <code>LFTag</code>s are valid to verify whether the returned resources can be shared.</p>
294
+ * <p>This operation allows a search on <code>TABLE</code> resources by <code>LFTag</code>s. This will be used by admins who want to grant user permissions on certain LF-tags. Before making a grant, the admin can use <code>SearchTablesByLFTags</code> to find all resources where the given <code>LFTag</code>s are valid to verify whether the returned resources can be shared.</p>
176
295
  */
177
296
  searchTablesByLFTags(args: SearchTablesByLFTagsCommandInput, options?: __HttpHandlerOptions): Promise<SearchTablesByLFTagsCommandOutput>;
178
297
  searchTablesByLFTags(args: SearchTablesByLFTagsCommandInput, cb: (err: any, data?: SearchTablesByLFTagsCommandOutput) => void): void;
179
298
  searchTablesByLFTags(args: SearchTablesByLFTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchTablesByLFTagsCommandOutput) => void): void;
180
299
  /**
181
- * <p>Updates the list of possible values for the specified tag key. If the tag does not exist, the operation throws an EntityNotFoundException. The values in the delete key values will be deleted from list of possible values. If any value in the delete key values is attached to a resource, then API errors out with a 400 Exception - "Update not allowed". Untag the attribute before deleting the tag key's value. </p>
300
+ * <p>Submits a request to process a query statement.</p>
301
+ *
302
+ * <p>This operation generates work units that can be retrieved with the <code>GetWorkUnits</code> operation as soon as the query state is WORKUNITS_AVAILABLE or FINISHED.</p>
303
+ */
304
+ startQueryPlanning(args: StartQueryPlanningCommandInput, options?: __HttpHandlerOptions): Promise<StartQueryPlanningCommandOutput>;
305
+ startQueryPlanning(args: StartQueryPlanningCommandInput, cb: (err: any, data?: StartQueryPlanningCommandOutput) => void): void;
306
+ startQueryPlanning(args: StartQueryPlanningCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartQueryPlanningCommandOutput) => void): void;
307
+ /**
308
+ * <p>Starts a new transaction and returns its transaction ID. Transaction IDs are opaque objects that you can use to identify a transaction.</p>
309
+ */
310
+ startTransaction(args: StartTransactionCommandInput, options?: __HttpHandlerOptions): Promise<StartTransactionCommandOutput>;
311
+ startTransaction(args: StartTransactionCommandInput, cb: (err: any, data?: StartTransactionCommandOutput) => void): void;
312
+ startTransaction(args: StartTransactionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTransactionCommandOutput) => void): void;
313
+ /**
314
+ * <p>Updates the list of possible values for the specified LF-tag key. If the LF-tag does not exist, the operation throws an EntityNotFoundException. The values in the delete key values will be deleted from list of possible values. If any value in the delete key values is attached to a resource, then API errors out with a 400 Exception - "Update not allowed". Untag the attribute before deleting the LF-tag key's value. </p>
182
315
  */
183
316
  updateLFTag(args: UpdateLFTagCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLFTagCommandOutput>;
184
317
  updateLFTag(args: UpdateLFTagCommandInput, cb: (err: any, data?: UpdateLFTagCommandOutput) => void): void;
185
318
  updateLFTag(args: UpdateLFTagCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLFTagCommandOutput) => void): void;
186
319
  /**
187
- * <p>Updates the data access role used for vending access to the given (registered) resource in AWS Lake Formation. </p>
320
+ * <p>Updates the data access role used for vending access to the given (registered) resource in Lake Formation. </p>
188
321
  */
189
322
  updateResource(args: UpdateResourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceCommandOutput>;
190
323
  updateResource(args: UpdateResourceCommandInput, cb: (err: any, data?: UpdateResourceCommandOutput) => void): void;
191
324
  updateResource(args: UpdateResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceCommandOutput) => void): void;
325
+ /**
326
+ * <p>Updates the manifest of Amazon S3 objects that make up the specified governed table.</p>
327
+ */
328
+ updateTableObjects(args: UpdateTableObjectsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTableObjectsCommandOutput>;
329
+ updateTableObjects(args: UpdateTableObjectsCommandInput, cb: (err: any, data?: UpdateTableObjectsCommandOutput) => void): void;
330
+ updateTableObjects(args: UpdateTableObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTableObjectsCommandOutput) => void): void;
331
+ /**
332
+ * <p>Updates the configuration of the storage optimizers for a table.</p>
333
+ */
334
+ updateTableStorageOptimizer(args: UpdateTableStorageOptimizerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTableStorageOptimizerCommandOutput>;
335
+ updateTableStorageOptimizer(args: UpdateTableStorageOptimizerCommandInput, cb: (err: any, data?: UpdateTableStorageOptimizerCommandOutput) => void): void;
336
+ updateTableStorageOptimizer(args: UpdateTableStorageOptimizerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTableStorageOptimizerCommandOutput) => void): void;
192
337
  }
@@ -9,28 +9,47 @@ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encode
9
9
  import { AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput } from "./commands/AddLFTagsToResourceCommand";
10
10
  import { BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput } from "./commands/BatchGrantPermissionsCommand";
11
11
  import { BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput } from "./commands/BatchRevokePermissionsCommand";
12
+ import { CancelTransactionCommandInput, CancelTransactionCommandOutput } from "./commands/CancelTransactionCommand";
13
+ import { CommitTransactionCommandInput, CommitTransactionCommandOutput } from "./commands/CommitTransactionCommand";
14
+ import { CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput } from "./commands/CreateDataCellsFilterCommand";
12
15
  import { CreateLFTagCommandInput, CreateLFTagCommandOutput } from "./commands/CreateLFTagCommand";
16
+ import { DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput } from "./commands/DeleteDataCellsFilterCommand";
13
17
  import { DeleteLFTagCommandInput, DeleteLFTagCommandOutput } from "./commands/DeleteLFTagCommand";
18
+ import { DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput } from "./commands/DeleteObjectsOnCancelCommand";
14
19
  import { DeregisterResourceCommandInput, DeregisterResourceCommandOutput } from "./commands/DeregisterResourceCommand";
15
20
  import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "./commands/DescribeResourceCommand";
21
+ import { DescribeTransactionCommandInput, DescribeTransactionCommandOutput } from "./commands/DescribeTransactionCommand";
22
+ import { ExtendTransactionCommandInput, ExtendTransactionCommandOutput } from "./commands/ExtendTransactionCommand";
16
23
  import { GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput } from "./commands/GetDataLakeSettingsCommand";
17
24
  import { GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput } from "./commands/GetEffectivePermissionsForPathCommand";
18
25
  import { GetLFTagCommandInput, GetLFTagCommandOutput } from "./commands/GetLFTagCommand";
26
+ import { GetQueryStateCommandInput, GetQueryStateCommandOutput } from "./commands/GetQueryStateCommand";
27
+ import { GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput } from "./commands/GetQueryStatisticsCommand";
19
28
  import { GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput } from "./commands/GetResourceLFTagsCommand";
29
+ import { GetTableObjectsCommandInput, GetTableObjectsCommandOutput } from "./commands/GetTableObjectsCommand";
30
+ import { GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput } from "./commands/GetWorkUnitResultsCommand";
31
+ import { GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput } from "./commands/GetWorkUnitsCommand";
20
32
  import { GrantPermissionsCommandInput, GrantPermissionsCommandOutput } from "./commands/GrantPermissionsCommand";
33
+ import { ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput } from "./commands/ListDataCellsFilterCommand";
21
34
  import { ListLFTagsCommandInput, ListLFTagsCommandOutput } from "./commands/ListLFTagsCommand";
22
35
  import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "./commands/ListPermissionsCommand";
23
36
  import { ListResourcesCommandInput, ListResourcesCommandOutput } from "./commands/ListResourcesCommand";
37
+ import { ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput } from "./commands/ListTableStorageOptimizersCommand";
38
+ import { ListTransactionsCommandInput, ListTransactionsCommandOutput } from "./commands/ListTransactionsCommand";
24
39
  import { PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput } from "./commands/PutDataLakeSettingsCommand";
25
40
  import { RegisterResourceCommandInput, RegisterResourceCommandOutput } from "./commands/RegisterResourceCommand";
26
41
  import { RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput } from "./commands/RemoveLFTagsFromResourceCommand";
27
42
  import { RevokePermissionsCommandInput, RevokePermissionsCommandOutput } from "./commands/RevokePermissionsCommand";
28
43
  import { SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput } from "./commands/SearchDatabasesByLFTagsCommand";
29
44
  import { SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput } from "./commands/SearchTablesByLFTagsCommand";
45
+ import { StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput } from "./commands/StartQueryPlanningCommand";
46
+ import { StartTransactionCommandInput, StartTransactionCommandOutput } from "./commands/StartTransactionCommand";
30
47
  import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "./commands/UpdateLFTagCommand";
31
48
  import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
32
- export declare type ServiceInputTypes = AddLFTagsToResourceCommandInput | BatchGrantPermissionsCommandInput | BatchRevokePermissionsCommandInput | CreateLFTagCommandInput | DeleteLFTagCommandInput | DeregisterResourceCommandInput | DescribeResourceCommandInput | GetDataLakeSettingsCommandInput | GetEffectivePermissionsForPathCommandInput | GetLFTagCommandInput | GetResourceLFTagsCommandInput | GrantPermissionsCommandInput | ListLFTagsCommandInput | ListPermissionsCommandInput | ListResourcesCommandInput | PutDataLakeSettingsCommandInput | RegisterResourceCommandInput | RemoveLFTagsFromResourceCommandInput | RevokePermissionsCommandInput | SearchDatabasesByLFTagsCommandInput | SearchTablesByLFTagsCommandInput | UpdateLFTagCommandInput | UpdateResourceCommandInput;
33
- export declare type ServiceOutputTypes = AddLFTagsToResourceCommandOutput | BatchGrantPermissionsCommandOutput | BatchRevokePermissionsCommandOutput | CreateLFTagCommandOutput | DeleteLFTagCommandOutput | DeregisterResourceCommandOutput | DescribeResourceCommandOutput | GetDataLakeSettingsCommandOutput | GetEffectivePermissionsForPathCommandOutput | GetLFTagCommandOutput | GetResourceLFTagsCommandOutput | GrantPermissionsCommandOutput | ListLFTagsCommandOutput | ListPermissionsCommandOutput | ListResourcesCommandOutput | PutDataLakeSettingsCommandOutput | RegisterResourceCommandOutput | RemoveLFTagsFromResourceCommandOutput | RevokePermissionsCommandOutput | SearchDatabasesByLFTagsCommandOutput | SearchTablesByLFTagsCommandOutput | UpdateLFTagCommandOutput | UpdateResourceCommandOutput;
49
+ import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from "./commands/UpdateTableObjectsCommand";
50
+ import { UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput } from "./commands/UpdateTableStorageOptimizerCommand";
51
+ export declare type ServiceInputTypes = AddLFTagsToResourceCommandInput | BatchGrantPermissionsCommandInput | BatchRevokePermissionsCommandInput | CancelTransactionCommandInput | CommitTransactionCommandInput | CreateDataCellsFilterCommandInput | CreateLFTagCommandInput | DeleteDataCellsFilterCommandInput | DeleteLFTagCommandInput | DeleteObjectsOnCancelCommandInput | DeregisterResourceCommandInput | DescribeResourceCommandInput | DescribeTransactionCommandInput | ExtendTransactionCommandInput | GetDataLakeSettingsCommandInput | GetEffectivePermissionsForPathCommandInput | GetLFTagCommandInput | GetQueryStateCommandInput | GetQueryStatisticsCommandInput | GetResourceLFTagsCommandInput | GetTableObjectsCommandInput | GetWorkUnitResultsCommandInput | GetWorkUnitsCommandInput | GrantPermissionsCommandInput | ListDataCellsFilterCommandInput | ListLFTagsCommandInput | ListPermissionsCommandInput | ListResourcesCommandInput | ListTableStorageOptimizersCommandInput | ListTransactionsCommandInput | PutDataLakeSettingsCommandInput | RegisterResourceCommandInput | RemoveLFTagsFromResourceCommandInput | RevokePermissionsCommandInput | SearchDatabasesByLFTagsCommandInput | SearchTablesByLFTagsCommandInput | StartQueryPlanningCommandInput | StartTransactionCommandInput | UpdateLFTagCommandInput | UpdateResourceCommandInput | UpdateTableObjectsCommandInput | UpdateTableStorageOptimizerCommandInput;
52
+ export declare type ServiceOutputTypes = AddLFTagsToResourceCommandOutput | BatchGrantPermissionsCommandOutput | BatchRevokePermissionsCommandOutput | CancelTransactionCommandOutput | CommitTransactionCommandOutput | CreateDataCellsFilterCommandOutput | CreateLFTagCommandOutput | DeleteDataCellsFilterCommandOutput | DeleteLFTagCommandOutput | DeleteObjectsOnCancelCommandOutput | DeregisterResourceCommandOutput | DescribeResourceCommandOutput | DescribeTransactionCommandOutput | ExtendTransactionCommandOutput | GetDataLakeSettingsCommandOutput | GetEffectivePermissionsForPathCommandOutput | GetLFTagCommandOutput | GetQueryStateCommandOutput | GetQueryStatisticsCommandOutput | GetResourceLFTagsCommandOutput | GetTableObjectsCommandOutput | GetWorkUnitResultsCommandOutput | GetWorkUnitsCommandOutput | GrantPermissionsCommandOutput | ListDataCellsFilterCommandOutput | ListLFTagsCommandOutput | ListPermissionsCommandOutput | ListResourcesCommandOutput | ListTableStorageOptimizersCommandOutput | ListTransactionsCommandOutput | PutDataLakeSettingsCommandOutput | RegisterResourceCommandOutput | RemoveLFTagsFromResourceCommandOutput | RevokePermissionsCommandOutput | SearchDatabasesByLFTagsCommandOutput | SearchTablesByLFTagsCommandOutput | StartQueryPlanningCommandOutput | StartTransactionCommandOutput | UpdateLFTagCommandOutput | UpdateResourceCommandOutput | UpdateTableObjectsCommandOutput | UpdateTableStorageOptimizerCommandOutput;
34
53
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
35
54
  /**
36
55
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -145,8 +164,8 @@ declare type LakeFormationClientResolvedConfigType = __SmithyResolvedConfigurati
145
164
  export interface LakeFormationClientResolvedConfig extends LakeFormationClientResolvedConfigType {
146
165
  }
147
166
  /**
148
- * <fullname>AWS Lake Formation</fullname>
149
- * <p>Defines the public endpoint for the AWS Lake Formation service.</p>
167
+ * <fullname>Lake Formation</fullname>
168
+ * <p>Defines the public endpoint for the Lake Formation service.</p>
150
169
  */
151
170
  export declare class LakeFormationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LakeFormationClientResolvedConfig> {
152
171
  /**
@@ -7,7 +7,7 @@ export interface AddLFTagsToResourceCommandInput extends AddLFTagsToResourceRequ
7
7
  export interface AddLFTagsToResourceCommandOutput extends AddLFTagsToResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Attaches one or more tags to an existing resource.</p>
10
+ * <p>Attaches one or more LF-tags to an existing resource.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -20,7 +20,7 @@ export interface AddLFTagsToResourceCommandOutput extends AddLFTagsToResourceRes
20
20
  *
21
21
  * @see {@link AddLFTagsToResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link AddLFTagsToResourceCommandOutput} for command's `response` shape.
23
- * @see {@link LakeFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class AddLFTagsToResourceCommand extends $Command<AddLFTagsToResourceCommandInput, AddLFTagsToResourceCommandOutput, LakeFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchGrantPermissionsCommandOutput extends BatchGrantPermission
20
20
  *
21
21
  * @see {@link BatchGrantPermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchGrantPermissionsCommandOutput} for command's `response` shape.
23
- * @see {@link LakeFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchGrantPermissionsCommand extends $Command<BatchGrantPermissionsCommandInput, BatchGrantPermissionsCommandOutput, LakeFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface BatchRevokePermissionsCommandOutput extends BatchRevokePermissi
20
20
  *
21
21
  * @see {@link BatchRevokePermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link BatchRevokePermissionsCommandOutput} for command's `response` shape.
23
- * @see {@link LakeFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class BatchRevokePermissionsCommand extends $Command<BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput, LakeFormationClientResolvedConfig> {
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
4
+ import { CancelTransactionRequest, CancelTransactionResponse } from "../models/models_0";
5
+ export interface CancelTransactionCommandInput extends CancelTransactionRequest {
6
+ }
7
+ export interface CancelTransactionCommandOutput extends CancelTransactionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Attempts to cancel the specified transaction. Returns an exception if the transaction was previously committed.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, CancelTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, CancelTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new CancelTransactionCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CancelTransactionCommandInput} for command's `input` shape.
22
+ * @see {@link CancelTransactionCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class CancelTransactionCommand extends $Command<CancelTransactionCommandInput, CancelTransactionCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: CancelTransactionCommandInput;
28
+ constructor(input: CancelTransactionCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelTransactionCommandInput, CancelTransactionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
4
+ import { CommitTransactionRequest, CommitTransactionResponse } from "../models/models_0";
5
+ export interface CommitTransactionCommandInput extends CommitTransactionRequest {
6
+ }
7
+ export interface CommitTransactionCommandOutput extends CommitTransactionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Attempts to commit the specified transaction. Returns an exception if the transaction was previously aborted. This API action is idempotent if called multiple times for the same transaction.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, CommitTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, CommitTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new CommitTransactionCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CommitTransactionCommandInput} for command's `input` shape.
22
+ * @see {@link CommitTransactionCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class CommitTransactionCommand extends $Command<CommitTransactionCommandInput, CommitTransactionCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: CommitTransactionCommandInput;
28
+ constructor(input: CommitTransactionCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CommitTransactionCommandInput, CommitTransactionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
4
+ import { CreateDataCellsFilterRequest, CreateDataCellsFilterResponse } from "../models/models_0";
5
+ export interface CreateDataCellsFilterCommandInput extends CreateDataCellsFilterRequest {
6
+ }
7
+ export interface CreateDataCellsFilterCommandOutput extends CreateDataCellsFilterResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates a data cell filter to allow one to grant access to certain columns on certain rows.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, CreateDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, CreateDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new CreateDataCellsFilterCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link CreateDataCellsFilterCommandInput} for command's `input` shape.
22
+ * @see {@link CreateDataCellsFilterCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class CreateDataCellsFilterCommand extends $Command<CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: CreateDataCellsFilterCommandInput;
28
+ constructor(input: CreateDataCellsFilterCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface CreateLFTagCommandInput extends CreateLFTagRequest {
7
7
  export interface CreateLFTagCommandOutput extends CreateLFTagResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a tag with the specified name and values.</p>
10
+ * <p>Creates an LF-tag with the specified name and values.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -20,7 +20,7 @@ export interface CreateLFTagCommandOutput extends CreateLFTagResponse, __Metadat
20
20
  *
21
21
  * @see {@link CreateLFTagCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateLFTagCommandOutput} for command's `response` shape.
23
- * @see {@link LakeFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateLFTagCommand extends $Command<CreateLFTagCommandInput, CreateLFTagCommandOutput, LakeFormationClientResolvedConfig> {
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
4
+ import { DeleteDataCellsFilterRequest, DeleteDataCellsFilterResponse } from "../models/models_0";
5
+ export interface DeleteDataCellsFilterCommandInput extends DeleteDataCellsFilterRequest {
6
+ }
7
+ export interface DeleteDataCellsFilterCommandOutput extends DeleteDataCellsFilterResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a data cell filter.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, DeleteDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, DeleteDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new DeleteDataCellsFilterCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteDataCellsFilterCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteDataCellsFilterCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteDataCellsFilterCommand extends $Command<DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: DeleteDataCellsFilterCommandInput;
28
+ constructor(input: DeleteDataCellsFilterCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface DeleteLFTagCommandInput extends DeleteLFTagRequest {
7
7
  export interface DeleteLFTagCommandOutput extends DeleteLFTagResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Deletes the specified tag key name. If the attribute key does not exist or the tag does not exist, then the operation will not do anything. If the attribute key exists, then the operation checks if any resources are tagged with this attribute key, if yes, the API throws a 400 Exception with the message "Delete not allowed" as the tag key is still attached with resources. You can consider untagging resources with this tag key.</p>
10
+ * <p>Deletes the specified LF-tag key name. If the attribute key does not exist or the LF-tag does not exist, then the operation will not do anything. If the attribute key exists, then the operation checks if any resources are tagged with this attribute key, if yes, the API throws a 400 Exception with the message "Delete not allowed" as the LF-tag key is still attached with resources. You can consider untagging resources with this LF-tag key.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -20,7 +20,7 @@ export interface DeleteLFTagCommandOutput extends DeleteLFTagResponse, __Metadat
20
20
  *
21
21
  * @see {@link DeleteLFTagCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteLFTagCommandOutput} for command's `response` shape.
23
- * @see {@link LakeFormationClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteLFTagCommand extends $Command<DeleteLFTagCommandInput, DeleteLFTagCommandOutput, LakeFormationClientResolvedConfig> {