@aws-sdk/client-lakeformation 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/LakeFormation.d.ts +820 -230
- package/dist-types/ts3.4/LakeFormationClient.d.ts +400 -118
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +45 -45
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LakeFormationServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1643 -1490
- package/dist-types/ts3.4/pagination/GetEffectivePermissionsForPathPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTableObjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetWorkUnitsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDataCellsFilterPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLFTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTableStorageOptimizersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTransactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchDatabasesByLFTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchTablesByLFTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +545 -137
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-lakeformation
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-lakeformation
|