@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.
- package/dist-cjs/index.js +2154 -2623
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/LakeFormationClient.js +2 -0
- package/dist-es/commands/AddLFTagsToResourceCommand.js +3 -9
- package/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +3 -9
- package/dist-es/commands/BatchGrantPermissionsCommand.js +3 -9
- package/dist-es/commands/BatchRevokePermissionsCommand.js +3 -9
- package/dist-es/commands/CancelTransactionCommand.js +3 -9
- package/dist-es/commands/CommitTransactionCommand.js +3 -9
- package/dist-es/commands/CreateDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/CreateLFTagCommand.js +3 -9
- package/dist-es/commands/CreateLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateLakeFormationOptInCommand.js +3 -9
- package/dist-es/commands/DeleteDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/DeleteLFTagCommand.js +3 -9
- package/dist-es/commands/DeleteLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteLakeFormationOptInCommand.js +3 -9
- package/dist-es/commands/DeleteObjectsOnCancelCommand.js +3 -9
- package/dist-es/commands/DeregisterResourceCommand.js +3 -9
- package/dist-es/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeResourceCommand.js +3 -9
- package/dist-es/commands/DescribeTransactionCommand.js +3 -9
- package/dist-es/commands/ExtendTransactionCommand.js +3 -9
- package/dist-es/commands/GetDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/GetDataLakePrincipalCommand.js +3 -9
- package/dist-es/commands/GetDataLakeSettingsCommand.js +3 -9
- package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +3 -9
- package/dist-es/commands/GetLFTagCommand.js +3 -9
- package/dist-es/commands/GetLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/GetQueryStateCommand.js +3 -9
- package/dist-es/commands/GetQueryStatisticsCommand.js +3 -9
- package/dist-es/commands/GetResourceLFTagsCommand.js +3 -9
- package/dist-es/commands/GetTableObjectsCommand.js +3 -9
- package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +3 -9
- package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +3 -9
- package/dist-es/commands/GetWorkUnitResultsCommand.js +3 -10
- package/dist-es/commands/GetWorkUnitsCommand.js +3 -9
- package/dist-es/commands/GrantPermissionsCommand.js +3 -9
- package/dist-es/commands/ListDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/ListLFTagExpressionsCommand.js +3 -9
- package/dist-es/commands/ListLFTagsCommand.js +3 -9
- package/dist-es/commands/ListLakeFormationOptInsCommand.js +3 -9
- package/dist-es/commands/ListPermissionsCommand.js +3 -9
- package/dist-es/commands/ListResourcesCommand.js +3 -9
- package/dist-es/commands/ListTableStorageOptimizersCommand.js +3 -9
- package/dist-es/commands/ListTransactionsCommand.js +3 -9
- package/dist-es/commands/PutDataLakeSettingsCommand.js +3 -9
- package/dist-es/commands/RegisterResourceCommand.js +3 -9
- package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +3 -9
- package/dist-es/commands/RevokePermissionsCommand.js +3 -9
- package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +3 -9
- package/dist-es/commands/SearchTablesByLFTagsCommand.js +3 -9
- package/dist-es/commands/StartQueryPlanningCommand.js +3 -10
- package/dist-es/commands/StartTransactionCommand.js +3 -9
- package/dist-es/commands/UpdateDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/UpdateLFTagCommand.js +3 -9
- package/dist-es/commands/UpdateLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateResourceCommand.js +3 -9
- package/dist-es/commands/UpdateTableObjectsCommand.js +3 -9
- package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -12
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1996 -0
- package/dist-types/LakeFormationClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +294 -0
- package/dist-types/ts3.4/LakeFormationClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -2137
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -542
- 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.