@aws-sdk/client-lakeformation 3.42.0 → 3.46.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 (207) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/LakeFormation.js +315 -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/GetTemporaryGluePartitionCredentialsCommand.js +36 -0
  26. package/dist-cjs/commands/GetTemporaryGlueTableCredentialsCommand.js +36 -0
  27. package/dist-cjs/commands/GetWorkUnitResultsCommand.js +36 -0
  28. package/dist-cjs/commands/GetWorkUnitsCommand.js +36 -0
  29. package/dist-cjs/commands/GrantPermissionsCommand.js +3 -3
  30. package/dist-cjs/commands/ListDataCellsFilterCommand.js +36 -0
  31. package/dist-cjs/commands/ListLFTagsCommand.js +3 -3
  32. package/dist-cjs/commands/ListPermissionsCommand.js +3 -3
  33. package/dist-cjs/commands/ListResourcesCommand.js +3 -3
  34. package/dist-cjs/commands/ListTableStorageOptimizersCommand.js +36 -0
  35. package/dist-cjs/commands/ListTransactionsCommand.js +36 -0
  36. package/dist-cjs/commands/PutDataLakeSettingsCommand.js +3 -3
  37. package/dist-cjs/commands/RegisterResourceCommand.js +3 -3
  38. package/dist-cjs/commands/RemoveLFTagsFromResourceCommand.js +3 -3
  39. package/dist-cjs/commands/RevokePermissionsCommand.js +3 -3
  40. package/dist-cjs/commands/SearchDatabasesByLFTagsCommand.js +3 -3
  41. package/dist-cjs/commands/SearchTablesByLFTagsCommand.js +3 -3
  42. package/dist-cjs/commands/StartQueryPlanningCommand.js +36 -0
  43. package/dist-cjs/commands/StartTransactionCommand.js +36 -0
  44. package/dist-cjs/commands/UpdateLFTagCommand.js +3 -3
  45. package/dist-cjs/commands/UpdateResourceCommand.js +3 -3
  46. package/dist-cjs/commands/UpdateTableObjectsCommand.js +36 -0
  47. package/dist-cjs/commands/UpdateTableStorageOptimizerCommand.js +36 -0
  48. package/dist-cjs/commands/index.js +21 -0
  49. package/dist-cjs/endpoints.js +1 -0
  50. package/dist-cjs/models/models_0.js +464 -6
  51. package/dist-cjs/pagination/GetTableObjectsPaginator.js +35 -0
  52. package/dist-cjs/pagination/GetWorkUnitsPaginator.js +35 -0
  53. package/dist-cjs/pagination/ListDataCellsFilterPaginator.js +35 -0
  54. package/dist-cjs/pagination/ListLFTagsPaginator.js +35 -0
  55. package/dist-cjs/pagination/ListTableStorageOptimizersPaginator.js +35 -0
  56. package/dist-cjs/pagination/ListTransactionsPaginator.js +35 -0
  57. package/dist-cjs/pagination/SearchDatabasesByLFTagsPaginator.js +35 -0
  58. package/dist-cjs/pagination/SearchTablesByLFTagsPaginator.js +35 -0
  59. package/dist-cjs/pagination/index.js +8 -0
  60. package/dist-cjs/protocols/Aws_restJson1.js +6022 -0
  61. package/dist-cjs/runtimeConfig.js +0 -2
  62. package/dist-es/LakeFormation.js +315 -0
  63. package/dist-es/commands/AddLFTagsToResourceCommand.js +3 -3
  64. package/dist-es/commands/BatchGrantPermissionsCommand.js +3 -3
  65. package/dist-es/commands/BatchRevokePermissionsCommand.js +3 -3
  66. package/dist-es/commands/CancelTransactionCommand.js +39 -0
  67. package/dist-es/commands/CommitTransactionCommand.js +39 -0
  68. package/dist-es/commands/CreateDataCellsFilterCommand.js +39 -0
  69. package/dist-es/commands/CreateLFTagCommand.js +3 -3
  70. package/dist-es/commands/DeleteDataCellsFilterCommand.js +39 -0
  71. package/dist-es/commands/DeleteLFTagCommand.js +3 -3
  72. package/dist-es/commands/DeleteObjectsOnCancelCommand.js +39 -0
  73. package/dist-es/commands/DeregisterResourceCommand.js +3 -3
  74. package/dist-es/commands/DescribeResourceCommand.js +3 -3
  75. package/dist-es/commands/DescribeTransactionCommand.js +39 -0
  76. package/dist-es/commands/ExtendTransactionCommand.js +39 -0
  77. package/dist-es/commands/GetDataLakeSettingsCommand.js +3 -3
  78. package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +3 -3
  79. package/dist-es/commands/GetLFTagCommand.js +3 -3
  80. package/dist-es/commands/GetQueryStateCommand.js +39 -0
  81. package/dist-es/commands/GetQueryStatisticsCommand.js +39 -0
  82. package/dist-es/commands/GetResourceLFTagsCommand.js +3 -3
  83. package/dist-es/commands/GetTableObjectsCommand.js +39 -0
  84. package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +39 -0
  85. package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +39 -0
  86. package/dist-es/commands/GetWorkUnitResultsCommand.js +39 -0
  87. package/dist-es/commands/GetWorkUnitsCommand.js +39 -0
  88. package/dist-es/commands/GrantPermissionsCommand.js +3 -3
  89. package/dist-es/commands/ListDataCellsFilterCommand.js +39 -0
  90. package/dist-es/commands/ListLFTagsCommand.js +3 -3
  91. package/dist-es/commands/ListPermissionsCommand.js +3 -3
  92. package/dist-es/commands/ListResourcesCommand.js +3 -3
  93. package/dist-es/commands/ListTableStorageOptimizersCommand.js +39 -0
  94. package/dist-es/commands/ListTransactionsCommand.js +39 -0
  95. package/dist-es/commands/PutDataLakeSettingsCommand.js +3 -3
  96. package/dist-es/commands/RegisterResourceCommand.js +3 -3
  97. package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +3 -3
  98. package/dist-es/commands/RevokePermissionsCommand.js +3 -3
  99. package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +3 -3
  100. package/dist-es/commands/SearchTablesByLFTagsCommand.js +3 -3
  101. package/dist-es/commands/StartQueryPlanningCommand.js +39 -0
  102. package/dist-es/commands/StartTransactionCommand.js +39 -0
  103. package/dist-es/commands/UpdateLFTagCommand.js +3 -3
  104. package/dist-es/commands/UpdateResourceCommand.js +3 -3
  105. package/dist-es/commands/UpdateTableObjectsCommand.js +39 -0
  106. package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +39 -0
  107. package/dist-es/commands/index.js +21 -0
  108. package/dist-es/endpoints.js +1 -0
  109. package/dist-es/models/models_0.js +320 -4
  110. package/dist-es/pagination/GetTableObjectsPaginator.js +74 -0
  111. package/dist-es/pagination/GetWorkUnitsPaginator.js +74 -0
  112. package/dist-es/pagination/ListDataCellsFilterPaginator.js +74 -0
  113. package/dist-es/pagination/ListLFTagsPaginator.js +74 -0
  114. package/dist-es/pagination/ListTableStorageOptimizersPaginator.js +74 -0
  115. package/dist-es/pagination/ListTransactionsPaginator.js +74 -0
  116. package/dist-es/pagination/SearchDatabasesByLFTagsPaginator.js +74 -0
  117. package/dist-es/pagination/SearchTablesByLFTagsPaginator.js +74 -0
  118. package/dist-es/pagination/index.js +8 -0
  119. package/dist-es/protocols/Aws_restJson1.js +6598 -0
  120. package/dist-es/runtimeConfig.js +0 -2
  121. package/dist-types/LakeFormation.d.ts +174 -15
  122. package/dist-types/LakeFormationClient.d.ts +25 -4
  123. package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +1 -1
  124. package/dist-types/commands/CancelTransactionCommand.d.ts +35 -0
  125. package/dist-types/commands/CommitTransactionCommand.d.ts +35 -0
  126. package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +35 -0
  127. package/dist-types/commands/CreateLFTagCommand.d.ts +1 -1
  128. package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +35 -0
  129. package/dist-types/commands/DeleteLFTagCommand.d.ts +1 -1
  130. package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +42 -0
  131. package/dist-types/commands/DescribeResourceCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeTransactionCommand.d.ts +35 -0
  133. package/dist-types/commands/ExtendTransactionCommand.d.ts +37 -0
  134. package/dist-types/commands/GetLFTagCommand.d.ts +1 -1
  135. package/dist-types/commands/GetQueryStateCommand.d.ts +35 -0
  136. package/dist-types/commands/GetQueryStatisticsCommand.d.ts +35 -0
  137. package/dist-types/commands/GetResourceLFTagsCommand.d.ts +1 -1
  138. package/dist-types/commands/GetTableObjectsCommand.d.ts +35 -0
  139. package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +35 -0
  140. package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +35 -0
  141. package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +35 -0
  142. package/dist-types/commands/GetWorkUnitsCommand.d.ts +35 -0
  143. package/dist-types/commands/ListDataCellsFilterCommand.d.ts +35 -0
  144. package/dist-types/commands/ListLFTagsCommand.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/RegisterResourceCommand.d.ts +2 -2
  148. package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +1 -1
  149. package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +1 -1
  150. package/dist-types/commands/StartQueryPlanningCommand.d.ts +37 -0
  151. package/dist-types/commands/StartTransactionCommand.d.ts +35 -0
  152. package/dist-types/commands/UpdateLFTagCommand.d.ts +1 -1
  153. package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
  154. package/dist-types/commands/UpdateTableObjectsCommand.d.ts +35 -0
  155. package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +35 -0
  156. package/dist-types/commands/index.d.ts +21 -0
  157. package/dist-types/models/models_0.d.ts +1678 -256
  158. package/dist-types/pagination/GetTableObjectsPaginator.d.ts +4 -0
  159. package/dist-types/pagination/GetWorkUnitsPaginator.d.ts +4 -0
  160. package/dist-types/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
  161. package/dist-types/pagination/ListLFTagsPaginator.d.ts +4 -0
  162. package/dist-types/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
  163. package/dist-types/pagination/ListTransactionsPaginator.d.ts +4 -0
  164. package/dist-types/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
  165. package/dist-types/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
  166. package/dist-types/pagination/index.d.ts +8 -0
  167. package/dist-types/protocols/Aws_restJson1.d.ts +134 -0
  168. package/dist-types/ts3.4/LakeFormation.d.ts +105 -0
  169. package/dist-types/ts3.4/LakeFormationClient.d.ts +23 -2
  170. package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/index.d.ts +21 -0
  192. package/dist-types/ts3.4/models/models_0.d.ts +846 -7
  193. package/dist-types/ts3.4/pagination/GetTableObjectsPaginator.d.ts +4 -0
  194. package/dist-types/ts3.4/pagination/GetWorkUnitsPaginator.d.ts +4 -0
  195. package/dist-types/ts3.4/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
  196. package/dist-types/ts3.4/pagination/ListLFTagsPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/ListTransactionsPaginator.d.ts +4 -0
  199. package/dist-types/ts3.4/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
  200. package/dist-types/ts3.4/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
  201. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  202. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +134 -0
  203. package/package.json +36 -43
  204. package/dist-cjs/protocols/Aws_json1_1.js +0 -3153
  205. package/dist-es/protocols/Aws_json1_1.js +0 -3221
  206. package/dist-types/protocols/Aws_json1_1.d.ts +0 -71
  207. 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
+ }
@@ -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
@@ -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
+ }
@@ -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
@@ -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
@@ -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 { GetTemporaryGluePartitionCredentialsRequest, GetTemporaryGluePartitionCredentialsResponse } from "../models/models_0";
5
+ export interface GetTemporaryGluePartitionCredentialsCommandInput extends GetTemporaryGluePartitionCredentialsRequest {
6
+ }
7
+ export interface GetTemporaryGluePartitionCredentialsCommandOutput extends GetTemporaryGluePartitionCredentialsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>This API is identical to <code>GetTemporaryTableCredentials</code> except that this is used when the target Data Catalog resource is of type Partition. Lake Formation restricts the permission of the vended credentials with the same scope down policy which restricts access to a single Amazon S3 prefix.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, GetTemporaryGluePartitionCredentialsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, GetTemporaryGluePartitionCredentialsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new GetTemporaryGluePartitionCredentialsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetTemporaryGluePartitionCredentialsCommandInput} for command's `input` shape.
22
+ * @see {@link GetTemporaryGluePartitionCredentialsCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetTemporaryGluePartitionCredentialsCommand extends $Command<GetTemporaryGluePartitionCredentialsCommandInput, GetTemporaryGluePartitionCredentialsCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: GetTemporaryGluePartitionCredentialsCommandInput;
28
+ constructor(input: GetTemporaryGluePartitionCredentialsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemporaryGluePartitionCredentialsCommandInput, GetTemporaryGluePartitionCredentialsCommandOutput>;
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 { GetTemporaryGlueTableCredentialsRequest, GetTemporaryGlueTableCredentialsResponse } from "../models/models_0";
5
+ export interface GetTemporaryGlueTableCredentialsCommandInput extends GetTemporaryGlueTableCredentialsRequest {
6
+ }
7
+ export interface GetTemporaryGlueTableCredentialsCommandOutput extends GetTemporaryGlueTableCredentialsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Allows a caller in a secure environment to assume a role with permission to access Amazon S3. In order to vend such credentials, Lake Formation assumes the role associated with a registered location, for example an Amazon S3 bucket, with a scope down policy which restricts the access to a single prefix.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { LakeFormationClient, GetTemporaryGlueTableCredentialsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
15
+ * // const { LakeFormationClient, GetTemporaryGlueTableCredentialsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
16
+ * const client = new LakeFormationClient(config);
17
+ * const command = new GetTemporaryGlueTableCredentialsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetTemporaryGlueTableCredentialsCommandInput} for command's `input` shape.
22
+ * @see {@link GetTemporaryGlueTableCredentialsCommandOutput} for command's `response` shape.
23
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetTemporaryGlueTableCredentialsCommand extends $Command<GetTemporaryGlueTableCredentialsCommandInput, GetTemporaryGlueTableCredentialsCommandOutput, LakeFormationClientResolvedConfig> {
27
+ readonly input: GetTemporaryGlueTableCredentialsCommandInput;
28
+ constructor(input: GetTemporaryGlueTableCredentialsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemporaryGlueTableCredentialsCommandInput, GetTemporaryGlueTableCredentialsCommandOutput>;
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
+ }
@@ -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
@@ -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
+ }
@@ -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
@@ -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
@@ -7,7 +7,7 @@ export interface SearchTablesByLFTagsCommandInput extends SearchTablesByLFTagsRe
7
7
  export interface SearchTablesByLFTagsCommandOutput extends SearchTablesByLFTagsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <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>
10
+ * <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>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -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 { StartQueryPlanningRequest, StartQueryPlanningResponse } from "../models/models_0";
5
+ export interface StartQueryPlanningCommandInput extends StartQueryPlanningRequest {
6
+ }
7
+ export interface StartQueryPlanningCommandOutput extends StartQueryPlanningResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Submits a request to process a query statement.</p>
11
+ *
12
+ * <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>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { LakeFormationClient, StartQueryPlanningCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
17
+ * // const { LakeFormationClient, StartQueryPlanningCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
18
+ * const client = new LakeFormationClient(config);
19
+ * const command = new StartQueryPlanningCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link StartQueryPlanningCommandInput} for command's `input` shape.
24
+ * @see {@link StartQueryPlanningCommandOutput} for command's `response` shape.
25
+ * @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class StartQueryPlanningCommand extends $Command<StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput, LakeFormationClientResolvedConfig> {
29
+ readonly input: StartQueryPlanningCommandInput;
30
+ constructor(input: StartQueryPlanningCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }