@aws-sdk/client-lakeformation 3.890.0 → 3.893.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 (61) hide show
  1. package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +2 -0
  2. package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +2 -0
  3. package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +2 -0
  4. package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +2 -0
  5. package/dist-types/commands/CancelTransactionCommand.d.ts +2 -0
  6. package/dist-types/commands/CommitTransactionCommand.d.ts +2 -0
  7. package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +2 -0
  8. package/dist-types/commands/CreateLFTagCommand.d.ts +2 -0
  9. package/dist-types/commands/CreateLFTagExpressionCommand.d.ts +2 -0
  10. package/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -0
  11. package/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +2 -0
  12. package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +2 -0
  13. package/dist-types/commands/DeleteLFTagCommand.d.ts +2 -0
  14. package/dist-types/commands/DeleteLFTagExpressionCommand.d.ts +2 -0
  15. package/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -0
  16. package/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +2 -0
  17. package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +2 -0
  18. package/dist-types/commands/DeregisterResourceCommand.d.ts +2 -0
  19. package/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -0
  20. package/dist-types/commands/DescribeResourceCommand.d.ts +2 -0
  21. package/dist-types/commands/DescribeTransactionCommand.d.ts +2 -0
  22. package/dist-types/commands/ExtendTransactionCommand.d.ts +2 -0
  23. package/dist-types/commands/GetDataCellsFilterCommand.d.ts +2 -0
  24. package/dist-types/commands/GetDataLakePrincipalCommand.d.ts +2 -0
  25. package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +2 -0
  26. package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +2 -0
  27. package/dist-types/commands/GetLFTagCommand.d.ts +2 -0
  28. package/dist-types/commands/GetLFTagExpressionCommand.d.ts +2 -0
  29. package/dist-types/commands/GetQueryStateCommand.d.ts +2 -0
  30. package/dist-types/commands/GetQueryStatisticsCommand.d.ts +2 -0
  31. package/dist-types/commands/GetResourceLFTagsCommand.d.ts +2 -0
  32. package/dist-types/commands/GetTableObjectsCommand.d.ts +2 -0
  33. package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +2 -0
  34. package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +2 -0
  35. package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +2 -0
  36. package/dist-types/commands/GetWorkUnitsCommand.d.ts +2 -0
  37. package/dist-types/commands/GrantPermissionsCommand.d.ts +2 -0
  38. package/dist-types/commands/ListDataCellsFilterCommand.d.ts +2 -0
  39. package/dist-types/commands/ListLFTagExpressionsCommand.d.ts +2 -0
  40. package/dist-types/commands/ListLFTagsCommand.d.ts +2 -0
  41. package/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +2 -0
  42. package/dist-types/commands/ListPermissionsCommand.d.ts +2 -0
  43. package/dist-types/commands/ListResourcesCommand.d.ts +2 -0
  44. package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +2 -0
  45. package/dist-types/commands/ListTransactionsCommand.d.ts +2 -0
  46. package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +2 -0
  47. package/dist-types/commands/RegisterResourceCommand.d.ts +2 -0
  48. package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +2 -0
  49. package/dist-types/commands/RevokePermissionsCommand.d.ts +2 -0
  50. package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +2 -0
  51. package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +2 -0
  52. package/dist-types/commands/StartQueryPlanningCommand.d.ts +2 -0
  53. package/dist-types/commands/StartTransactionCommand.d.ts +2 -0
  54. package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +2 -0
  55. package/dist-types/commands/UpdateLFTagCommand.d.ts +2 -0
  56. package/dist-types/commands/UpdateLFTagExpressionCommand.d.ts +2 -0
  57. package/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -0
  58. package/dist-types/commands/UpdateResourceCommand.d.ts +2 -0
  59. package/dist-types/commands/UpdateTableObjectsCommand.d.ts +2 -0
  60. package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +2 -0
  61. package/package.json +20 -20
@@ -33,6 +33,8 @@ declare const AddLFTagsToResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, AddLFTagsToResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, AddLFTagsToResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // AddLFTagsToResourceRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -38,6 +38,8 @@ declare const AssumeDecoratedRoleWithSAMLCommand_base: {
38
38
  * ```javascript
39
39
  * import { LakeFormationClient, AssumeDecoratedRoleWithSAMLCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
40
40
  * // const { LakeFormationClient, AssumeDecoratedRoleWithSAMLCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
41
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
42
+ * const config = {}; // type is LakeFormationClientConfig
41
43
  * const client = new LakeFormationClient(config);
42
44
  * const input = { // AssumeDecoratedRoleWithSAMLRequest
43
45
  * SAMLAssertion: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const BatchGrantPermissionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, BatchGrantPermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, BatchGrantPermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // BatchGrantPermissionsRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const BatchRevokePermissionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, BatchRevokePermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, BatchRevokePermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // BatchRevokePermissionsRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const CancelTransactionCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, CancelTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, CancelTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // CancelTransactionRequest
38
40
  * TransactionId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CommitTransactionCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, CommitTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, CommitTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // CommitTransactionRequest
38
40
  * TransactionId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateDataCellsFilterCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, CreateDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, CreateDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // CreateDataCellsFilterRequest
38
40
  * TableData: { // DataCellsFilter
@@ -33,6 +33,8 @@ declare const CreateLFTagCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, CreateLFTagCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, CreateLFTagCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // CreateLFTagRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -41,6 +41,8 @@ declare const CreateLFTagExpressionCommand_base: {
41
41
  * ```javascript
42
42
  * import { LakeFormationClient, CreateLFTagExpressionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
43
43
  * // const { LakeFormationClient, CreateLFTagExpressionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
44
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
45
+ * const config = {}; // type is LakeFormationClientConfig
44
46
  * const client = new LakeFormationClient(config);
45
47
  * const input = { // CreateLFTagExpressionRequest
46
48
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateLakeFormationIdentityCenterConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, CreateLakeFormationIdentityCenterConfigurationCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, CreateLakeFormationIdentityCenterConfigurationCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // CreateLakeFormationIdentityCenterConfigurationRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const CreateLakeFormationOptInCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, CreateLakeFormationOptInCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, CreateLakeFormationOptInCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // CreateLakeFormationOptInRequest
38
40
  * Principal: { // DataLakePrincipal
@@ -33,6 +33,8 @@ declare const DeleteDataCellsFilterCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, DeleteDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, DeleteDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // DeleteDataCellsFilterRequest
38
40
  * TableCatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const DeleteLFTagCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, DeleteLFTagCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, DeleteLFTagCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // DeleteLFTagRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const DeleteLFTagExpressionCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, DeleteLFTagExpressionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, DeleteLFTagExpressionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // DeleteLFTagExpressionRequest
39
41
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteLakeFormationIdentityCenterConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, DeleteLakeFormationIdentityCenterConfigurationCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, DeleteLakeFormationIdentityCenterConfigurationCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // DeleteLakeFormationIdentityCenterConfigurationRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const DeleteLakeFormationOptInCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, DeleteLakeFormationOptInCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, DeleteLakeFormationOptInCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // DeleteLakeFormationOptInRequest
38
40
  * Principal: { // DataLakePrincipal
@@ -40,6 +40,8 @@ declare const DeleteObjectsOnCancelCommand_base: {
40
40
  * ```javascript
41
41
  * import { LakeFormationClient, DeleteObjectsOnCancelCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
42
42
  * // const { LakeFormationClient, DeleteObjectsOnCancelCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
43
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
44
+ * const config = {}; // type is LakeFormationClientConfig
43
45
  * const client = new LakeFormationClient(config);
44
46
  * const input = { // DeleteObjectsOnCancelRequest
45
47
  * CatalogId: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const DeregisterResourceCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, DeregisterResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, DeregisterResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // DeregisterResourceRequest
39
41
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeLakeFormationIdentityCenterConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, DescribeLakeFormationIdentityCenterConfigurationCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, DescribeLakeFormationIdentityCenterConfigurationCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // DescribeLakeFormationIdentityCenterConfigurationRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const DescribeResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, DescribeResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, DescribeResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // DescribeResourceRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeTransactionCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, DescribeTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, DescribeTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // DescribeTransactionRequest
38
40
  * TransactionId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const ExtendTransactionCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, ExtendTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, ExtendTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // ExtendTransactionRequest
39
41
  * TransactionId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const GetDataCellsFilterCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, GetDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, GetDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // GetDataCellsFilterRequest
38
40
  * TableCatalogId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetDataLakePrincipalCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, GetDataLakePrincipalCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, GetDataLakePrincipalCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = {};
38
40
  * const command = new GetDataLakePrincipalCommand(input);
@@ -33,6 +33,8 @@ declare const GetDataLakeSettingsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, GetDataLakeSettingsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, GetDataLakeSettingsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // GetDataLakeSettingsRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const GetEffectivePermissionsForPathCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, GetEffectivePermissionsForPathCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, GetEffectivePermissionsForPathCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // GetEffectivePermissionsForPathRequest
39
41
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const GetLFTagCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, GetLFTagCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, GetLFTagCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // GetLFTagRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const GetLFTagExpressionCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, GetLFTagExpressionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, GetLFTagExpressionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // GetLFTagExpressionRequest
39
41
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetQueryStateCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, GetQueryStateCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, GetQueryStateCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // GetQueryStateRequest
38
40
  * QueryId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetQueryStatisticsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, GetQueryStatisticsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, GetQueryStatisticsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // GetQueryStatisticsRequest
38
40
  * QueryId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetResourceLFTagsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, GetResourceLFTagsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, GetResourceLFTagsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // GetResourceLFTagsRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const GetTableObjectsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, GetTableObjectsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, GetTableObjectsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // GetTableObjectsRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const GetTemporaryGluePartitionCredentialsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, GetTemporaryGluePartitionCredentialsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, GetTemporaryGluePartitionCredentialsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // GetTemporaryGluePartitionCredentialsRequest
38
40
  * TableArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const GetTemporaryGlueTableCredentialsCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, GetTemporaryGlueTableCredentialsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, GetTemporaryGlueTableCredentialsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // GetTemporaryGlueTableCredentialsRequest
39
41
  * TableArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const GetWorkUnitResultsCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, GetWorkUnitResultsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, GetWorkUnitResultsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // GetWorkUnitResultsRequest
39
41
  * QueryId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetWorkUnitsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, GetWorkUnitsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, GetWorkUnitsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // GetWorkUnitsRequest
38
40
  * NextToken: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const GrantPermissionsCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, GrantPermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, GrantPermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // GrantPermissionsRequest
39
41
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListDataCellsFilterCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, ListDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, ListDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // ListDataCellsFilterRequest
38
40
  * Table: { // TableResource
@@ -33,6 +33,8 @@ declare const ListLFTagExpressionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, ListLFTagExpressionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, ListLFTagExpressionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // ListLFTagExpressionsRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListLFTagsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, ListLFTagsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, ListLFTagsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // ListLFTagsRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListLakeFormationOptInsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, ListLakeFormationOptInsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, ListLakeFormationOptInsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // ListLakeFormationOptInsRequest
38
40
  * Principal: { // DataLakePrincipal
@@ -35,6 +35,8 @@ declare const ListPermissionsCommand_base: {
35
35
  * ```javascript
36
36
  * import { LakeFormationClient, ListPermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
37
37
  * // const { LakeFormationClient, ListPermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
38
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
39
+ * const config = {}; // type is LakeFormationClientConfig
38
40
  * const client = new LakeFormationClient(config);
39
41
  * const input = { // ListPermissionsRequest
40
42
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListResourcesCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, ListResourcesCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, ListResourcesCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // ListResourcesRequest
38
40
  * FilterConditionList: [ // FilterConditionList
@@ -33,6 +33,8 @@ declare const ListTableStorageOptimizersCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, ListTableStorageOptimizersCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, ListTableStorageOptimizersCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // ListTableStorageOptimizersRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const ListTransactionsCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, ListTransactionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, ListTransactionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // ListTransactionsRequest
39
41
  * CatalogId: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const PutDataLakeSettingsCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, PutDataLakeSettingsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, PutDataLakeSettingsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // PutDataLakeSettingsRequest
39
41
  * CatalogId: "STRING_VALUE",
@@ -43,6 +43,8 @@ declare const RegisterResourceCommand_base: {
43
43
  * ```javascript
44
44
  * import { LakeFormationClient, RegisterResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
45
45
  * // const { LakeFormationClient, RegisterResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
46
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
47
+ * const config = {}; // type is LakeFormationClientConfig
46
48
  * const client = new LakeFormationClient(config);
47
49
  * const input = { // RegisterResourceRequest
48
50
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const RemoveLFTagsFromResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, RemoveLFTagsFromResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, RemoveLFTagsFromResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // RemoveLFTagsFromResourceRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const RevokePermissionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, RevokePermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, RevokePermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // RevokePermissionsRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const SearchDatabasesByLFTagsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, SearchDatabasesByLFTagsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, SearchDatabasesByLFTagsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // SearchDatabasesByLFTagsRequest
38
40
  * NextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const SearchTablesByLFTagsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, SearchTablesByLFTagsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, SearchTablesByLFTagsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // SearchTablesByLFTagsRequest
38
40
  * NextToken: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const StartQueryPlanningCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, StartQueryPlanningCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, StartQueryPlanningCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // StartQueryPlanningRequest
39
41
  * QueryPlanningContext: { // QueryPlanningContext
@@ -33,6 +33,8 @@ declare const StartTransactionCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, StartTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, StartTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // StartTransactionRequest
38
40
  * TransactionType: "READ_AND_WRITE" || "READ_ONLY",
@@ -33,6 +33,8 @@ declare const UpdateDataCellsFilterCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, UpdateDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, UpdateDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // UpdateDataCellsFilterRequest
38
40
  * TableData: { // DataCellsFilter
@@ -33,6 +33,8 @@ declare const UpdateLFTagCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, UpdateLFTagCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, UpdateLFTagCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // UpdateLFTagRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const UpdateLFTagExpressionCommand_base: {
34
34
  * ```javascript
35
35
  * import { LakeFormationClient, UpdateLFTagExpressionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
36
36
  * // const { LakeFormationClient, UpdateLFTagExpressionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
37
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
38
+ * const config = {}; // type is LakeFormationClientConfig
37
39
  * const client = new LakeFormationClient(config);
38
40
  * const input = { // UpdateLFTagExpressionRequest
39
41
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateLakeFormationIdentityCenterConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, UpdateLakeFormationIdentityCenterConfigurationCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, UpdateLakeFormationIdentityCenterConfigurationCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // UpdateLakeFormationIdentityCenterConfigurationRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const UpdateResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, UpdateResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, UpdateResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // UpdateResourceRequest
38
40
  * RoleArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateTableObjectsCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, UpdateTableObjectsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, UpdateTableObjectsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // UpdateTableObjectsRequest
38
40
  * CatalogId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const UpdateTableStorageOptimizerCommand_base: {
33
33
  * ```javascript
34
34
  * import { LakeFormationClient, UpdateTableStorageOptimizerCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
35
35
  * // const { LakeFormationClient, UpdateTableStorageOptimizerCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
36
+ * // import type { LakeFormationClientConfig } from "@aws-sdk/client-lakeformation";
37
+ * const config = {}; // type is LakeFormationClientConfig
36
38
  * const client = new LakeFormationClient(config);
37
39
  * const input = { // UpdateTableStorageOptimizerRequest
38
40
  * CatalogId: "STRING_VALUE",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lakeformation",
3
3
  "description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
4
- "version": "3.890.0",
4
+ "version": "3.893.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-lakeformation",
@@ -20,42 +20,42 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.890.0",
29
- "@aws-sdk/region-config-resolver": "3.890.0",
30
- "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.890.0",
32
- "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.890.0",
23
+ "@aws-sdk/core": "3.893.0",
24
+ "@aws-sdk/credential-provider-node": "3.893.0",
25
+ "@aws-sdk/middleware-host-header": "3.893.0",
26
+ "@aws-sdk/middleware-logger": "3.893.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.893.0",
29
+ "@aws-sdk/region-config-resolver": "3.893.0",
30
+ "@aws-sdk/types": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.893.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.893.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.11.0",
35
+ "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.2",
41
- "@smithy/middleware-retry": "^4.2.2",
40
+ "@smithy/middleware-endpoint": "^4.2.3",
41
+ "@smithy/middleware-retry": "^4.2.4",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
44
  "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.2",
47
+ "@smithy/smithy-client": "^4.6.3",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.2",
54
- "@smithy/util-defaults-mode-node": "^4.1.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.3",
54
+ "@smithy/util-defaults-mode-node": "^4.1.3",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
58
- "@smithy/util-stream": "^4.3.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
+ "@smithy/util-stream": "^4.3.2",
59
59
  "@smithy/util-utf8": "^4.1.0",
60
60
  "tslib": "^2.6.2"
61
61
  },