@aws-sdk/client-lakeformation 3.40.0 → 3.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/LakeFormation.js +285 -0
  4. package/dist-cjs/commands/AddLFTagsToResourceCommand.js +3 -3
  5. package/dist-cjs/commands/BatchGrantPermissionsCommand.js +3 -3
  6. package/dist-cjs/commands/BatchRevokePermissionsCommand.js +3 -3
  7. package/dist-cjs/commands/CancelTransactionCommand.js +36 -0
  8. package/dist-cjs/commands/CommitTransactionCommand.js +36 -0
  9. package/dist-cjs/commands/CreateDataCellsFilterCommand.js +36 -0
  10. package/dist-cjs/commands/CreateLFTagCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteDataCellsFilterCommand.js +36 -0
  12. package/dist-cjs/commands/DeleteLFTagCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteObjectsOnCancelCommand.js +36 -0
  14. package/dist-cjs/commands/DeregisterResourceCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeResourceCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeTransactionCommand.js +36 -0
  17. package/dist-cjs/commands/ExtendTransactionCommand.js +36 -0
  18. package/dist-cjs/commands/GetDataLakeSettingsCommand.js +3 -3
  19. package/dist-cjs/commands/GetEffectivePermissionsForPathCommand.js +3 -3
  20. package/dist-cjs/commands/GetLFTagCommand.js +3 -3
  21. package/dist-cjs/commands/GetQueryStateCommand.js +36 -0
  22. package/dist-cjs/commands/GetQueryStatisticsCommand.js +36 -0
  23. package/dist-cjs/commands/GetResourceLFTagsCommand.js +3 -3
  24. package/dist-cjs/commands/GetTableObjectsCommand.js +36 -0
  25. package/dist-cjs/commands/GetWorkUnitResultsCommand.js +36 -0
  26. package/dist-cjs/commands/GetWorkUnitsCommand.js +36 -0
  27. package/dist-cjs/commands/GrantPermissionsCommand.js +3 -3
  28. package/dist-cjs/commands/ListDataCellsFilterCommand.js +36 -0
  29. package/dist-cjs/commands/ListLFTagsCommand.js +3 -3
  30. package/dist-cjs/commands/ListPermissionsCommand.js +3 -3
  31. package/dist-cjs/commands/ListResourcesCommand.js +3 -3
  32. package/dist-cjs/commands/ListTableStorageOptimizersCommand.js +36 -0
  33. package/dist-cjs/commands/ListTransactionsCommand.js +36 -0
  34. package/dist-cjs/commands/PutDataLakeSettingsCommand.js +3 -3
  35. package/dist-cjs/commands/RegisterResourceCommand.js +3 -3
  36. package/dist-cjs/commands/RemoveLFTagsFromResourceCommand.js +3 -3
  37. package/dist-cjs/commands/RevokePermissionsCommand.js +3 -3
  38. package/dist-cjs/commands/SearchDatabasesByLFTagsCommand.js +3 -3
  39. package/dist-cjs/commands/SearchTablesByLFTagsCommand.js +3 -3
  40. package/dist-cjs/commands/StartQueryPlanningCommand.js +36 -0
  41. package/dist-cjs/commands/StartTransactionCommand.js +36 -0
  42. package/dist-cjs/commands/UpdateLFTagCommand.js +3 -3
  43. package/dist-cjs/commands/UpdateResourceCommand.js +3 -3
  44. package/dist-cjs/commands/UpdateTableObjectsCommand.js +36 -0
  45. package/dist-cjs/commands/UpdateTableStorageOptimizerCommand.js +36 -0
  46. package/dist-cjs/commands/index.js +19 -0
  47. package/dist-cjs/endpoints.js +8 -0
  48. package/dist-cjs/models/models_0.js +417 -6
  49. package/dist-cjs/pagination/GetTableObjectsPaginator.js +35 -0
  50. package/dist-cjs/pagination/GetWorkUnitsPaginator.js +35 -0
  51. package/dist-cjs/pagination/ListDataCellsFilterPaginator.js +35 -0
  52. package/dist-cjs/pagination/ListLFTagsPaginator.js +35 -0
  53. package/dist-cjs/pagination/ListTableStorageOptimizersPaginator.js +35 -0
  54. package/dist-cjs/pagination/ListTransactionsPaginator.js +35 -0
  55. package/dist-cjs/pagination/SearchDatabasesByLFTagsPaginator.js +35 -0
  56. package/dist-cjs/pagination/SearchTablesByLFTagsPaginator.js +35 -0
  57. package/dist-cjs/pagination/index.js +8 -0
  58. package/dist-cjs/protocols/Aws_restJson1.js +5676 -0
  59. package/dist-es/LakeFormation.js +285 -0
  60. package/dist-es/commands/AddLFTagsToResourceCommand.js +3 -3
  61. package/dist-es/commands/BatchGrantPermissionsCommand.js +3 -3
  62. package/dist-es/commands/BatchRevokePermissionsCommand.js +3 -3
  63. package/dist-es/commands/CancelTransactionCommand.js +39 -0
  64. package/dist-es/commands/CommitTransactionCommand.js +39 -0
  65. package/dist-es/commands/CreateDataCellsFilterCommand.js +39 -0
  66. package/dist-es/commands/CreateLFTagCommand.js +3 -3
  67. package/dist-es/commands/DeleteDataCellsFilterCommand.js +39 -0
  68. package/dist-es/commands/DeleteLFTagCommand.js +3 -3
  69. package/dist-es/commands/DeleteObjectsOnCancelCommand.js +39 -0
  70. package/dist-es/commands/DeregisterResourceCommand.js +3 -3
  71. package/dist-es/commands/DescribeResourceCommand.js +3 -3
  72. package/dist-es/commands/DescribeTransactionCommand.js +39 -0
  73. package/dist-es/commands/ExtendTransactionCommand.js +39 -0
  74. package/dist-es/commands/GetDataLakeSettingsCommand.js +3 -3
  75. package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +3 -3
  76. package/dist-es/commands/GetLFTagCommand.js +3 -3
  77. package/dist-es/commands/GetQueryStateCommand.js +39 -0
  78. package/dist-es/commands/GetQueryStatisticsCommand.js +39 -0
  79. package/dist-es/commands/GetResourceLFTagsCommand.js +3 -3
  80. package/dist-es/commands/GetTableObjectsCommand.js +39 -0
  81. package/dist-es/commands/GetWorkUnitResultsCommand.js +39 -0
  82. package/dist-es/commands/GetWorkUnitsCommand.js +39 -0
  83. package/dist-es/commands/GrantPermissionsCommand.js +3 -3
  84. package/dist-es/commands/ListDataCellsFilterCommand.js +39 -0
  85. package/dist-es/commands/ListLFTagsCommand.js +3 -3
  86. package/dist-es/commands/ListPermissionsCommand.js +3 -3
  87. package/dist-es/commands/ListResourcesCommand.js +3 -3
  88. package/dist-es/commands/ListTableStorageOptimizersCommand.js +39 -0
  89. package/dist-es/commands/ListTransactionsCommand.js +39 -0
  90. package/dist-es/commands/PutDataLakeSettingsCommand.js +3 -3
  91. package/dist-es/commands/RegisterResourceCommand.js +3 -3
  92. package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +3 -3
  93. package/dist-es/commands/RevokePermissionsCommand.js +3 -3
  94. package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +3 -3
  95. package/dist-es/commands/SearchTablesByLFTagsCommand.js +3 -3
  96. package/dist-es/commands/StartQueryPlanningCommand.js +39 -0
  97. package/dist-es/commands/StartTransactionCommand.js +39 -0
  98. package/dist-es/commands/UpdateLFTagCommand.js +3 -3
  99. package/dist-es/commands/UpdateResourceCommand.js +3 -3
  100. package/dist-es/commands/UpdateTableObjectsCommand.js +39 -0
  101. package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +39 -0
  102. package/dist-es/commands/index.js +19 -0
  103. package/dist-es/endpoints.js +8 -0
  104. package/dist-es/models/models_0.js +287 -4
  105. package/dist-es/pagination/GetTableObjectsPaginator.js +74 -0
  106. package/dist-es/pagination/GetWorkUnitsPaginator.js +74 -0
  107. package/dist-es/pagination/ListDataCellsFilterPaginator.js +74 -0
  108. package/dist-es/pagination/ListLFTagsPaginator.js +74 -0
  109. package/dist-es/pagination/ListTableStorageOptimizersPaginator.js +74 -0
  110. package/dist-es/pagination/ListTransactionsPaginator.js +74 -0
  111. package/dist-es/pagination/SearchDatabasesByLFTagsPaginator.js +74 -0
  112. package/dist-es/pagination/SearchTablesByLFTagsPaginator.js +74 -0
  113. package/dist-es/pagination/index.js +8 -0
  114. package/dist-es/protocols/Aws_restJson1.js +6231 -0
  115. package/dist-types/LakeFormation.d.ts +160 -15
  116. package/dist-types/LakeFormationClient.d.ts +23 -4
  117. package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +2 -2
  118. package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +1 -1
  119. package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +1 -1
  120. package/dist-types/commands/CancelTransactionCommand.d.ts +35 -0
  121. package/dist-types/commands/CommitTransactionCommand.d.ts +35 -0
  122. package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +35 -0
  123. package/dist-types/commands/CreateLFTagCommand.d.ts +2 -2
  124. package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +35 -0
  125. package/dist-types/commands/DeleteLFTagCommand.d.ts +2 -2
  126. package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +42 -0
  127. package/dist-types/commands/DeregisterResourceCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeResourceCommand.d.ts +2 -2
  129. package/dist-types/commands/DescribeTransactionCommand.d.ts +35 -0
  130. package/dist-types/commands/ExtendTransactionCommand.d.ts +37 -0
  131. package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +1 -1
  132. package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +1 -1
  133. package/dist-types/commands/GetLFTagCommand.d.ts +2 -2
  134. package/dist-types/commands/GetQueryStateCommand.d.ts +35 -0
  135. package/dist-types/commands/GetQueryStatisticsCommand.d.ts +35 -0
  136. package/dist-types/commands/GetResourceLFTagsCommand.d.ts +2 -2
  137. package/dist-types/commands/GetTableObjectsCommand.d.ts +35 -0
  138. package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +35 -0
  139. package/dist-types/commands/GetWorkUnitsCommand.d.ts +35 -0
  140. package/dist-types/commands/GrantPermissionsCommand.d.ts +1 -1
  141. package/dist-types/commands/ListDataCellsFilterCommand.d.ts +35 -0
  142. package/dist-types/commands/ListLFTagsCommand.d.ts +2 -2
  143. package/dist-types/commands/ListPermissionsCommand.d.ts +1 -1
  144. package/dist-types/commands/ListResourcesCommand.d.ts +1 -1
  145. package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +35 -0
  146. package/dist-types/commands/ListTransactionsCommand.d.ts +36 -0
  147. package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +1 -1
  148. package/dist-types/commands/RegisterResourceCommand.d.ts +3 -3
  149. package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +2 -2
  150. package/dist-types/commands/RevokePermissionsCommand.d.ts +1 -1
  151. package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +1 -1
  152. package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +2 -2
  153. package/dist-types/commands/StartQueryPlanningCommand.d.ts +37 -0
  154. package/dist-types/commands/StartTransactionCommand.d.ts +35 -0
  155. package/dist-types/commands/UpdateLFTagCommand.d.ts +2 -2
  156. package/dist-types/commands/UpdateResourceCommand.d.ts +2 -2
  157. package/dist-types/commands/UpdateTableObjectsCommand.d.ts +35 -0
  158. package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +35 -0
  159. package/dist-types/commands/index.d.ts +19 -0
  160. package/dist-types/models/models_0.d.ts +1475 -234
  161. package/dist-types/pagination/GetTableObjectsPaginator.d.ts +4 -0
  162. package/dist-types/pagination/GetWorkUnitsPaginator.d.ts +4 -0
  163. package/dist-types/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
  164. package/dist-types/pagination/ListLFTagsPaginator.d.ts +4 -0
  165. package/dist-types/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
  166. package/dist-types/pagination/ListTransactionsPaginator.d.ts +4 -0
  167. package/dist-types/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
  168. package/dist-types/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
  169. package/dist-types/pagination/index.d.ts +8 -0
  170. package/dist-types/protocols/Aws_restJson1.d.ts +128 -0
  171. package/dist-types/ts3.4/LakeFormation.d.ts +95 -0
  172. package/dist-types/ts3.4/LakeFormationClient.d.ts +21 -2
  173. package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/index.d.ts +19 -0
  193. package/dist-types/ts3.4/models/models_0.d.ts +745 -7
  194. package/dist-types/ts3.4/pagination/GetTableObjectsPaginator.d.ts +4 -0
  195. package/dist-types/ts3.4/pagination/GetWorkUnitsPaginator.d.ts +4 -0
  196. package/dist-types/ts3.4/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/ListLFTagsPaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
  199. package/dist-types/ts3.4/pagination/ListTransactionsPaginator.d.ts +4 -0
  200. package/dist-types/ts3.4/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
  201. package/dist-types/ts3.4/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
  202. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  203. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +128 -0
  204. package/package.json +4 -4
  205. package/dist-cjs/protocols/Aws_json1_1.js +0 -3153
  206. package/dist-es/protocols/Aws_json1_1.js +0 -3221
  207. package/dist-types/protocols/Aws_json1_1.d.ts +0 -71
  208. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -71
@@ -0,0 +1,42 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
4
+ import { DeleteObjectsOnCancelRequest, DeleteObjectsOnCancelResponse } from "../models/models_0";
5
+ export interface DeleteObjectsOnCancelCommandInput extends DeleteObjectsOnCancelRequest {
6
+ }
7
+ export interface DeleteObjectsOnCancelCommandOutput extends DeleteObjectsOnCancelResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <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
11
+ * if the transaction is canceled. Without this call, no Amazon S3 objects are automatically deleted when a transaction cancels.
12
+ * </p>
13
+ * <p>
14
+ * The Glue ETL library function <code>write_dynamic_frame.from_catalog()</code> includes an option to automatically
15
+ * call <code>DeleteObjectsOnCancel</code> before writes. For more information, see
16
+ * <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/transactions-data-operations.html#rolling-back-writes">Rolling Back Amazon S3 Writes</a>.
17
+ * </p>
18
+ * @example
19
+ * Use a bare-bones client and the command you need to make an API call.
20
+ * ```javascript
21
+ * import { LakeFormationClient, DeleteObjectsOnCancelCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
22
+ * // const { LakeFormationClient, DeleteObjectsOnCancelCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
23
+ * const client = new LakeFormationClient(config);
24
+ * const command = new DeleteObjectsOnCancelCommand(input);
25
+ * const response = await client.send(command);
26
+ * ```
27
+ *
28
+ * @see {@link DeleteObjectsOnCancelCommandInput} for command's `input` shape.
29
+ * @see {@link DeleteObjectsOnCancelCommandOutput} for command's `response` shape.
30
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
31
+ *
32
+ */
33
+ export declare class DeleteObjectsOnCancelCommand extends $Command<DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput, LakeFormationClientResolvedConfig> {
34
+ readonly input: DeleteObjectsOnCancelCommandInput;
35
+ constructor(input: DeleteObjectsOnCancelCommandInput);
36
+ /**
37
+ * @internal
38
+ */
39
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput>;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -22,7 +22,7 @@ export interface DeregisterResourceCommandOutput extends DeregisterResourceRespo
22
22
  *
23
23
  * @see {@link DeregisterResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link DeregisterResourceCommandOutput} for command's `response` shape.
25
- * @see {@link LakeFormationClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeregisterResourceCommand extends $Command<DeregisterResourceCommandInput, DeregisterResourceCommandOutput, LakeFormationClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface DescribeResourceCommandInput extends DescribeResourceRequest {
7
7
  export interface DescribeResourceCommandOutput extends DescribeResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Retrieves the current data access role for the given resource registered in AWS Lake Formation.</p>
10
+ * <p>Retrieves the current data access role for the given resource registered in Lake Formation.</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 DescribeResourceCommandOutput extends DescribeResourceResponse,
20
20
  *
21
21
  * @see {@link DescribeResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeResourceCommandOutput} 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 DescribeResourceCommand extends $Command<DescribeResourceCommandInput, DescribeResourceCommandOutput, 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 { DescribeTransactionRequest, DescribeTransactionResponse } from "../models/models_0";
5
+ export interface DescribeTransactionCommandInput extends DescribeTransactionRequest {
6
+ }
7
+ export interface DescribeTransactionCommandOutput extends DescribeTransactionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns the details of a single 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, DescribeTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, DescribeTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new DescribeTransactionCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeTransactionCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeTransactionCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeTransactionCommand extends $Command<DescribeTransactionCommandInput, DescribeTransactionCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: DescribeTransactionCommandInput;
28
+ constructor(input: DescribeTransactionCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTransactionCommandInput, DescribeTransactionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
4
+ import { ExtendTransactionRequest, ExtendTransactionResponse } from "../models/models_0";
5
+ export interface ExtendTransactionCommandInput extends ExtendTransactionRequest {
6
+ }
7
+ export interface ExtendTransactionCommandOutput extends ExtendTransactionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.</p>
11
+ *
12
+ * <p>Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { LakeFormationClient, ExtendTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
17
+ * // const { LakeFormationClient, ExtendTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
18
+ * const client = new LakeFormationClient(config);
19
+ * const command = new ExtendTransactionCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link ExtendTransactionCommandInput} for command's `input` shape.
24
+ * @see {@link ExtendTransactionCommandOutput} for command's `response` shape.
25
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class ExtendTransactionCommand extends $Command<ExtendTransactionCommandInput, ExtendTransactionCommandOutput, LakeFormationClientResolvedConfig> {
29
+ readonly input: ExtendTransactionCommandInput;
30
+ constructor(input: ExtendTransactionCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExtendTransactionCommandInput, ExtendTransactionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -20,7 +20,7 @@ export interface GetDataLakeSettingsCommandOutput extends GetDataLakeSettingsRes
20
20
  *
21
21
  * @see {@link GetDataLakeSettingsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDataLakeSettingsCommandOutput} 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 GetDataLakeSettingsCommand extends $Command<GetDataLakeSettingsCommandInput, GetDataLakeSettingsCommandOutput, LakeFormationClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetEffectivePermissionsForPathCommandOutput extends GetEffectiv
21
21
  *
22
22
  * @see {@link GetEffectivePermissionsForPathCommandInput} for command's `input` shape.
23
23
  * @see {@link GetEffectivePermissionsForPathCommandOutput} for command's `response` shape.
24
- * @see {@link LakeFormationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetEffectivePermissionsForPathCommand extends $Command<GetEffectivePermissionsForPathCommandInput, GetEffectivePermissionsForPathCommandOutput, LakeFormationClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface GetLFTagCommandInput extends GetLFTagRequest {
7
7
  export interface GetLFTagCommandOutput extends GetLFTagResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns a tag definition.</p>
10
+ * <p>Returns an LF-tag definition.</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 GetLFTagCommandOutput extends GetLFTagResponse, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetLFTagCommandInput} for command's `input` shape.
22
22
  * @see {@link GetLFTagCommandOutput} 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 GetLFTagCommand extends $Command<GetLFTagCommandInput, GetLFTagCommandOutput, 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 { GetQueryStateRequest, GetQueryStateResponse } from "../models/models_0";
5
+ export interface GetQueryStateCommandInput extends GetQueryStateRequest {
6
+ }
7
+ export interface GetQueryStateCommandOutput extends GetQueryStateResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <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>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, GetQueryStateCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, GetQueryStateCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new GetQueryStateCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetQueryStateCommandInput} for command's `input` shape.
22
+ * @see {@link GetQueryStateCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetQueryStateCommand extends $Command<GetQueryStateCommandInput, GetQueryStateCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: GetQueryStateCommandInput;
28
+ constructor(input: GetQueryStateCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQueryStateCommandInput, GetQueryStateCommandOutput>;
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 { GetQueryStatisticsRequest, GetQueryStatisticsResponse } from "../models/models_0";
5
+ export interface GetQueryStatisticsCommandInput extends GetQueryStatisticsRequest {
6
+ }
7
+ export interface GetQueryStatisticsCommandOutput extends GetQueryStatisticsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves statistics on the planning and execution of a query.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, GetQueryStatisticsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, GetQueryStatisticsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new GetQueryStatisticsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetQueryStatisticsCommandInput} for command's `input` shape.
22
+ * @see {@link GetQueryStatisticsCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetQueryStatisticsCommand extends $Command<GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: GetQueryStatisticsCommandInput;
28
+ constructor(input: GetQueryStatisticsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQueryStatisticsCommandInput, GetQueryStatisticsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface GetResourceLFTagsCommandInput extends GetResourceLFTagsRequest
7
7
  export interface GetResourceLFTagsCommandOutput extends GetResourceLFTagsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns the tags applied to a resource.</p>
10
+ * <p>Returns the LF-tags applied to a 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 GetResourceLFTagsCommandOutput extends GetResourceLFTagsRespons
20
20
  *
21
21
  * @see {@link GetResourceLFTagsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetResourceLFTagsCommandOutput} 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 GetResourceLFTagsCommand extends $Command<GetResourceLFTagsCommandInput, GetResourceLFTagsCommandOutput, 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 { GetTableObjectsRequest, GetTableObjectsResponse } from "../models/models_0";
5
+ export interface GetTableObjectsCommandInput extends GetTableObjectsRequest {
6
+ }
7
+ export interface GetTableObjectsCommandOutput extends GetTableObjectsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <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>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, GetTableObjectsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, GetTableObjectsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new GetTableObjectsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetTableObjectsCommandInput} for command's `input` shape.
22
+ * @see {@link GetTableObjectsCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetTableObjectsCommand extends $Command<GetTableObjectsCommandInput, GetTableObjectsCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: GetTableObjectsCommandInput;
28
+ constructor(input: GetTableObjectsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTableObjectsCommandInput, GetTableObjectsCommandOutput>;
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 { GetWorkUnitResultsRequest, GetWorkUnitResultsResponse } from "../models/models_0";
5
+ export interface GetWorkUnitResultsCommandInput extends GetWorkUnitResultsRequest {
6
+ }
7
+ export interface GetWorkUnitResultsCommandOutput extends GetWorkUnitResultsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns the work units resulting from the query. Work units can be executed in any order and in parallel. </p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, GetWorkUnitResultsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, GetWorkUnitResultsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new GetWorkUnitResultsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetWorkUnitResultsCommandInput} for command's `input` shape.
22
+ * @see {@link GetWorkUnitResultsCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetWorkUnitResultsCommand extends $Command<GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: GetWorkUnitResultsCommandInput;
28
+ constructor(input: GetWorkUnitResultsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkUnitResultsCommandInput, GetWorkUnitResultsCommandOutput>;
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 { GetWorkUnitsRequest, GetWorkUnitsResponse } from "../models/models_0";
5
+ export interface GetWorkUnitsCommandInput extends GetWorkUnitsRequest {
6
+ }
7
+ export interface GetWorkUnitsCommandOutput extends GetWorkUnitsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the work units generated by the <code>StartQueryPlanning</code> operation.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, GetWorkUnitsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, GetWorkUnitsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new GetWorkUnitsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetWorkUnitsCommandInput} for command's `input` shape.
22
+ * @see {@link GetWorkUnitsCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetWorkUnitsCommand extends $Command<GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: GetWorkUnitsCommandInput;
28
+ constructor(input: GetWorkUnitsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkUnitsCommandInput, GetWorkUnitsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -21,7 +21,7 @@ export interface GrantPermissionsCommandOutput extends GrantPermissionsResponse,
21
21
  *
22
22
  * @see {@link GrantPermissionsCommandInput} for command's `input` shape.
23
23
  * @see {@link GrantPermissionsCommandOutput} for command's `response` shape.
24
- * @see {@link LakeFormationClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GrantPermissionsCommand extends $Command<GrantPermissionsCommandInput, GrantPermissionsCommandOutput, 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 { ListDataCellsFilterRequest, ListDataCellsFilterResponse } from "../models/models_0";
5
+ export interface ListDataCellsFilterCommandInput extends ListDataCellsFilterRequest {
6
+ }
7
+ export interface ListDataCellsFilterCommandOutput extends ListDataCellsFilterResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists all the data cell filters on a table.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, ListDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, ListDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new ListDataCellsFilterCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListDataCellsFilterCommandInput} for command's `input` shape.
22
+ * @see {@link ListDataCellsFilterCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListDataCellsFilterCommand extends $Command<ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: ListDataCellsFilterCommandInput;
28
+ constructor(input: ListDataCellsFilterCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataCellsFilterCommandInput, ListDataCellsFilterCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface ListLFTagsCommandInput extends ListLFTagsRequest {
7
7
  export interface ListLFTagsCommandOutput extends ListLFTagsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists tags that the requester has permission to view. </p>
10
+ * <p>Lists LF-tags that the requester has permission to view. </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 ListLFTagsCommandOutput extends ListLFTagsResponse, __MetadataB
20
20
  *
21
21
  * @see {@link ListLFTagsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListLFTagsCommandOutput} 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 ListLFTagsCommand extends $Command<ListLFTagsCommandInput, ListLFTagsCommandOutput, LakeFormationClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
22
22
  *
23
23
  * @see {@link ListPermissionsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListPermissionsCommandOutput} for command's `response` shape.
25
- * @see {@link LakeFormationClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListPermissionsCommand extends $Command<ListPermissionsCommandInput, ListPermissionsCommandOutput, LakeFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
20
20
  *
21
21
  * @see {@link ListResourcesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListResourcesCommandOutput} 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 ListResourcesCommand extends $Command<ListResourcesCommandInput, ListResourcesCommandOutput, 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 { ListTableStorageOptimizersRequest, ListTableStorageOptimizersResponse } from "../models/models_0";
5
+ export interface ListTableStorageOptimizersCommandInput extends ListTableStorageOptimizersRequest {
6
+ }
7
+ export interface ListTableStorageOptimizersCommandOutput extends ListTableStorageOptimizersResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns the configuration of all storage optimizers associated with a specified table.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, ListTableStorageOptimizersCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, ListTableStorageOptimizersCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new ListTableStorageOptimizersCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListTableStorageOptimizersCommandInput} for command's `input` shape.
22
+ * @see {@link ListTableStorageOptimizersCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListTableStorageOptimizersCommand extends $Command<ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: ListTableStorageOptimizersCommandInput;
28
+ constructor(input: ListTableStorageOptimizersCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTableStorageOptimizersCommandInput, ListTableStorageOptimizersCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,36 @@
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 { ListTransactionsRequest, ListTransactionsResponse } from "../models/models_0";
5
+ export interface ListTransactionsCommandInput extends ListTransactionsRequest {
6
+ }
7
+ export interface ListTransactionsCommandOutput extends ListTransactionsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <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>
11
+ * <p>This operation can help you identify uncommitted transactions or to get information about transactions.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { LakeFormationClient, ListTransactionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
16
+ * // const { LakeFormationClient, ListTransactionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
17
+ * const client = new LakeFormationClient(config);
18
+ * const command = new ListTransactionsCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListTransactionsCommandInput} for command's `input` shape.
23
+ * @see {@link ListTransactionsCommandOutput} for command's `response` shape.
24
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListTransactionsCommand extends $Command<ListTransactionsCommandInput, ListTransactionsCommandOutput, LakeFormationClientResolvedConfig> {
28
+ readonly input: ListTransactionsCommandInput;
29
+ constructor(input: ListTransactionsCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTransactionsCommandInput, ListTransactionsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -22,7 +22,7 @@ export interface PutDataLakeSettingsCommandOutput extends PutDataLakeSettingsRes
22
22
  *
23
23
  * @see {@link PutDataLakeSettingsCommandInput} for command's `input` shape.
24
24
  * @see {@link PutDataLakeSettingsCommandOutput} for command's `response` shape.
25
- * @see {@link LakeFormationClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class PutDataLakeSettingsCommand extends $Command<PutDataLakeSettingsCommandInput, PutDataLakeSettingsCommandOutput, LakeFormationClientResolvedConfig> {
@@ -9,9 +9,9 @@ export interface RegisterResourceCommandOutput extends RegisterResourceResponse,
9
9
  /**
10
10
  * <p>Registers the resource as managed by the Data Catalog.</p>
11
11
  *
12
- * <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>
12
+ * <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>
13
13
  *
14
- * <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>
14
+ * <p>The following request registers a new location and gives Lake Formation permission to use the service-linked role to access that location.</p>
15
15
  *
16
16
  * <p>
17
17
  * <code>ResourceArn = arn:aws:s3:::my-bucket
@@ -35,7 +35,7 @@ export interface RegisterResourceCommandOutput extends RegisterResourceResponse,
35
35
  *
36
36
  * @see {@link RegisterResourceCommandInput} for command's `input` shape.
37
37
  * @see {@link RegisterResourceCommandOutput} for command's `response` shape.
38
- * @see {@link LakeFormationClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class RegisterResourceCommand extends $Command<RegisterResourceCommandInput, RegisterResourceCommandOutput, LakeFormationClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface RemoveLFTagsFromResourceCommandInput extends RemoveLFTagsFromRe
7
7
  export interface RemoveLFTagsFromResourceCommandOutput extends RemoveLFTagsFromResourceResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <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>
10
+ * <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>
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 RemoveLFTagsFromResourceCommandOutput extends RemoveLFTagsFromR
20
20
  *
21
21
  * @see {@link RemoveLFTagsFromResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link RemoveLFTagsFromResourceCommandOutput} 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 RemoveLFTagsFromResourceCommand extends $Command<RemoveLFTagsFromResourceCommandInput, RemoveLFTagsFromResourceCommandOutput, LakeFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RevokePermissionsCommandOutput extends RevokePermissionsRespons
20
20
  *
21
21
  * @see {@link RevokePermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link RevokePermissionsCommandOutput} 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 RevokePermissionsCommand extends $Command<RevokePermissionsCommandInput, RevokePermissionsCommandOutput, LakeFormationClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface SearchDatabasesByLFTagsCommandOutput extends SearchDatabasesByL
20
20
  *
21
21
  * @see {@link SearchDatabasesByLFTagsCommandInput} for command's `input` shape.
22
22
  * @see {@link SearchDatabasesByLFTagsCommandOutput} 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 SearchDatabasesByLFTagsCommand extends $Command<SearchDatabasesByLFTagsCommandInput, SearchDatabasesByLFTagsCommandOutput, LakeFormationClientResolvedConfig> {