@aws-sdk/client-lakeformation 3.928.0 → 3.930.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 (84) hide show
  1. package/dist-cjs/index.js +2154 -2623
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/LakeFormationClient.js +2 -0
  4. package/dist-es/commands/AddLFTagsToResourceCommand.js +3 -9
  5. package/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +3 -9
  6. package/dist-es/commands/BatchGrantPermissionsCommand.js +3 -9
  7. package/dist-es/commands/BatchRevokePermissionsCommand.js +3 -9
  8. package/dist-es/commands/CancelTransactionCommand.js +3 -9
  9. package/dist-es/commands/CommitTransactionCommand.js +3 -9
  10. package/dist-es/commands/CreateDataCellsFilterCommand.js +3 -9
  11. package/dist-es/commands/CreateLFTagCommand.js +3 -9
  12. package/dist-es/commands/CreateLFTagExpressionCommand.js +3 -9
  13. package/dist-es/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +3 -9
  14. package/dist-es/commands/CreateLakeFormationOptInCommand.js +3 -9
  15. package/dist-es/commands/DeleteDataCellsFilterCommand.js +3 -9
  16. package/dist-es/commands/DeleteLFTagCommand.js +3 -9
  17. package/dist-es/commands/DeleteLFTagExpressionCommand.js +3 -9
  18. package/dist-es/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +3 -9
  19. package/dist-es/commands/DeleteLakeFormationOptInCommand.js +3 -9
  20. package/dist-es/commands/DeleteObjectsOnCancelCommand.js +3 -9
  21. package/dist-es/commands/DeregisterResourceCommand.js +3 -9
  22. package/dist-es/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +3 -9
  23. package/dist-es/commands/DescribeResourceCommand.js +3 -9
  24. package/dist-es/commands/DescribeTransactionCommand.js +3 -9
  25. package/dist-es/commands/ExtendTransactionCommand.js +3 -9
  26. package/dist-es/commands/GetDataCellsFilterCommand.js +3 -9
  27. package/dist-es/commands/GetDataLakePrincipalCommand.js +3 -9
  28. package/dist-es/commands/GetDataLakeSettingsCommand.js +3 -9
  29. package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +3 -9
  30. package/dist-es/commands/GetLFTagCommand.js +3 -9
  31. package/dist-es/commands/GetLFTagExpressionCommand.js +3 -9
  32. package/dist-es/commands/GetQueryStateCommand.js +3 -9
  33. package/dist-es/commands/GetQueryStatisticsCommand.js +3 -9
  34. package/dist-es/commands/GetResourceLFTagsCommand.js +3 -9
  35. package/dist-es/commands/GetTableObjectsCommand.js +3 -9
  36. package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +3 -9
  37. package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +3 -9
  38. package/dist-es/commands/GetWorkUnitResultsCommand.js +3 -10
  39. package/dist-es/commands/GetWorkUnitsCommand.js +3 -9
  40. package/dist-es/commands/GrantPermissionsCommand.js +3 -9
  41. package/dist-es/commands/ListDataCellsFilterCommand.js +3 -9
  42. package/dist-es/commands/ListLFTagExpressionsCommand.js +3 -9
  43. package/dist-es/commands/ListLFTagsCommand.js +3 -9
  44. package/dist-es/commands/ListLakeFormationOptInsCommand.js +3 -9
  45. package/dist-es/commands/ListPermissionsCommand.js +3 -9
  46. package/dist-es/commands/ListResourcesCommand.js +3 -9
  47. package/dist-es/commands/ListTableStorageOptimizersCommand.js +3 -9
  48. package/dist-es/commands/ListTransactionsCommand.js +3 -9
  49. package/dist-es/commands/PutDataLakeSettingsCommand.js +3 -9
  50. package/dist-es/commands/RegisterResourceCommand.js +3 -9
  51. package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +3 -9
  52. package/dist-es/commands/RevokePermissionsCommand.js +3 -9
  53. package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +3 -9
  54. package/dist-es/commands/SearchTablesByLFTagsCommand.js +3 -9
  55. package/dist-es/commands/StartQueryPlanningCommand.js +3 -10
  56. package/dist-es/commands/StartTransactionCommand.js +3 -9
  57. package/dist-es/commands/UpdateDataCellsFilterCommand.js +3 -9
  58. package/dist-es/commands/UpdateLFTagCommand.js +3 -9
  59. package/dist-es/commands/UpdateLFTagExpressionCommand.js +3 -9
  60. package/dist-es/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +3 -9
  61. package/dist-es/commands/UpdateResourceCommand.js +3 -9
  62. package/dist-es/commands/UpdateTableObjectsCommand.js +3 -9
  63. package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +3 -9
  64. package/dist-es/models/models_0.js +0 -12
  65. package/dist-es/runtimeConfig.shared.js +2 -0
  66. package/dist-es/schemas/schemas_0.js +1996 -0
  67. package/dist-types/LakeFormationClient.d.ts +10 -1
  68. package/dist-types/models/models_0.d.ts +0 -12
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  70. package/dist-types/runtimeConfig.d.ts +1 -0
  71. package/dist-types/runtimeConfig.native.d.ts +1 -0
  72. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  73. package/dist-types/schemas/schemas_0.d.ts +294 -0
  74. package/dist-types/ts3.4/LakeFormationClient.d.ts +4 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
  81. package/package.json +34 -34
  82. package/dist-es/protocols/Aws_restJson1.js +0 -2137
  83. package/dist-types/protocols/Aws_restJson1.d.ts +0 -542
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -728

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.