@aws-sdk/client-lakeformation 3.533.0 → 3.535.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 (113) hide show
  1. package/dist-types/LakeFormation.d.ts +15 -1
  2. package/dist-types/LakeFormationClient.d.ts +1 -1
  3. package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +2 -1
  4. package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +2 -1
  7. package/dist-types/commands/CancelTransactionCommand.d.ts +2 -1
  8. package/dist-types/commands/CommitTransactionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateLFTagCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteLFTagCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +2 -1
  18. package/dist-types/commands/DeregisterResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeTransactionCommand.d.ts +2 -1
  22. package/dist-types/commands/ExtendTransactionCommand.d.ts +2 -1
  23. package/dist-types/commands/GetDataCellsFilterCommand.d.ts +2 -1
  24. package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +2 -1
  25. package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +2 -1
  26. package/dist-types/commands/GetLFTagCommand.d.ts +2 -1
  27. package/dist-types/commands/GetQueryStateCommand.d.ts +2 -1
  28. package/dist-types/commands/GetQueryStatisticsCommand.d.ts +2 -1
  29. package/dist-types/commands/GetResourceLFTagsCommand.d.ts +2 -1
  30. package/dist-types/commands/GetTableObjectsCommand.d.ts +2 -1
  31. package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +2 -1
  33. package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +2 -1
  34. package/dist-types/commands/GetWorkUnitsCommand.d.ts +2 -1
  35. package/dist-types/commands/GrantPermissionsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListDataCellsFilterCommand.d.ts +2 -1
  37. package/dist-types/commands/ListLFTagsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListPermissionsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListResourcesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +2 -1
  42. package/dist-types/commands/ListTransactionsCommand.d.ts +2 -1
  43. package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +2 -1
  44. package/dist-types/commands/RegisterResourceCommand.d.ts +2 -1
  45. package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +2 -1
  46. package/dist-types/commands/RevokePermissionsCommand.d.ts +2 -1
  47. package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +2 -1
  49. package/dist-types/commands/StartQueryPlanningCommand.d.ts +2 -1
  50. package/dist-types/commands/StartTransactionCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateLFTagCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateResourceCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateTableObjectsCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +2 -1
  57. package/dist-types/models/models_0.d.ts +469 -469
  58. package/dist-types/ts3.4/LakeFormation.d.ts +14 -0
  59. package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
  68. package/dist-types/ts3.4/commands/CreateLakeFormationOptInCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
  72. package/dist-types/ts3.4/commands/DeleteLakeFormationOptInCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
  76. package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetDataCellsFilterCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListLakeFormationOptInsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateDataCellsFilterCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
  110. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +9 -0
  113. package/package.json +41 -41
@@ -22,10 +22,10 @@ export interface UpdateTableObjectsCommandOutput extends UpdateTableObjectsRespo
22
22
  }
23
23
  declare const UpdateTableObjectsCommand_base: {
24
24
  new (input: UpdateTableObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTableObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the manifest of Amazon S3 objects that make up the specified governed table.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -100,6 +100,7 @@ declare const UpdateTableObjectsCommand_base: {
100
100
  * @throws {@link LakeFormationServiceException}
101
101
  * <p>Base exception class for all service exceptions from LakeFormation service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class UpdateTableObjectsCommand extends UpdateTableObjectsCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface UpdateTableStorageOptimizerCommandOutput extends UpdateTableSto
22
22
  }
23
23
  declare const UpdateTableStorageOptimizerCommand_base: {
24
24
  new (input: UpdateTableStorageOptimizerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTableStorageOptimizerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableStorageOptimizerCommandInput, UpdateTableStorageOptimizerCommandOutput, LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the configuration of the storage optimizers for a table.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const UpdateTableStorageOptimizerCommand_base: {
72
72
  * @throws {@link LakeFormationServiceException}
73
73
  * <p>Base exception class for all service exceptions from LakeFormation service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UpdateTableStorageOptimizerCommand extends UpdateTableStorageOptimizerCommand_base {
77
78
  }