@aws-sdk/client-lakeformation 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +41 -40
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -5410,22 +5410,21 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5410
5410
  // Annotate the CommonJS export names for ESM import in node:
5411
5411
 
5412
5412
  0 && (module.exports = {
5413
- AccessDeniedException,
5413
+ LakeFormationServiceException,
5414
+ __Client,
5415
+ LakeFormationClient,
5416
+ LakeFormation,
5417
+ $Command,
5414
5418
  AddLFTagsToResourceCommand,
5415
- AlreadyExistsException,
5416
- ApplicationStatus,
5417
5419
  AssumeDecoratedRoleWithSAMLCommand,
5418
5420
  BatchGrantPermissionsCommand,
5419
5421
  BatchRevokePermissionsCommand,
5420
5422
  CancelTransactionCommand,
5421
5423
  CommitTransactionCommand,
5422
- ComparisonOperator,
5423
- ConcurrentModificationException,
5424
5424
  CreateDataCellsFilterCommand,
5425
5425
  CreateLFTagCommand,
5426
5426
  CreateLakeFormationIdentityCenterConfigurationCommand,
5427
5427
  CreateLakeFormationOptInCommand,
5428
- DataLakeResourceType,
5429
5428
  DeleteDataCellsFilterCommand,
5430
5429
  DeleteLFTagCommand,
5431
5430
  DeleteLakeFormationIdentityCenterConfigurationCommand,
@@ -5435,11 +5434,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5435
5434
  DescribeLakeFormationIdentityCenterConfigurationCommand,
5436
5435
  DescribeResourceCommand,
5437
5436
  DescribeTransactionCommand,
5438
- EnableStatus,
5439
- EntityNotFoundException,
5440
- ExpiredException,
5441
5437
  ExtendTransactionCommand,
5442
- FieldNameString,
5443
5438
  GetDataCellsFilterCommand,
5444
5439
  GetDataLakeSettingsCommand,
5445
5440
  GetEffectivePermissionsForPathCommand,
@@ -5451,16 +5446,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5451
5446
  GetTemporaryGluePartitionCredentialsCommand,
5452
5447
  GetTemporaryGlueTableCredentialsCommand,
5453
5448
  GetWorkUnitResultsCommand,
5454
- GetWorkUnitResultsRequestFilterSensitiveLog,
5455
- GetWorkUnitResultsResponseFilterSensitiveLog,
5456
5449
  GetWorkUnitsCommand,
5457
- GlueEncryptionException,
5458
5450
  GrantPermissionsCommand,
5459
- InternalServiceException,
5460
- InvalidInputException,
5461
- LakeFormation,
5462
- LakeFormationClient,
5463
- LakeFormationServiceException,
5464
5451
  ListDataCellsFilterCommand,
5465
5452
  ListLFTagsCommand,
5466
5453
  ListLakeFormationOptInsCommand,
@@ -5468,41 +5455,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5468
5455
  ListResourcesCommand,
5469
5456
  ListTableStorageOptimizersCommand,
5470
5457
  ListTransactionsCommand,
5471
- OperationTimeoutException,
5472
- OptimizerType,
5473
- Permission,
5474
- PermissionType,
5475
- PermissionTypeMismatchException,
5476
5458
  PutDataLakeSettingsCommand,
5477
- QueryStateString,
5478
5459
  RegisterResourceCommand,
5479
5460
  RemoveLFTagsFromResourceCommand,
5480
- ResourceNotReadyException,
5481
- ResourceNumberLimitExceededException,
5482
- ResourceShareType,
5483
- ResourceType,
5484
5461
  RevokePermissionsCommand,
5485
5462
  SearchDatabasesByLFTagsCommand,
5486
5463
  SearchTablesByLFTagsCommand,
5487
5464
  StartQueryPlanningCommand,
5488
- StartQueryPlanningRequestFilterSensitiveLog,
5489
5465
  StartTransactionCommand,
5490
- StatisticsNotReadyYetException,
5491
- ThrottledException,
5492
- TransactionCanceledException,
5493
- TransactionCommitInProgressException,
5494
- TransactionCommittedException,
5495
- TransactionStatus,
5496
- TransactionStatusFilter,
5497
- TransactionType,
5498
5466
  UpdateDataCellsFilterCommand,
5499
5467
  UpdateLFTagCommand,
5500
5468
  UpdateLakeFormationIdentityCenterConfigurationCommand,
5501
5469
  UpdateResourceCommand,
5502
5470
  UpdateTableObjectsCommand,
5503
5471
  UpdateTableStorageOptimizerCommand,
5504
- WorkUnitsNotReadyYetException,
5505
- __Client,
5506
5472
  paginateGetEffectivePermissionsForPath,
5507
5473
  paginateGetTableObjects,
5508
5474
  paginateGetWorkUnits,
@@ -5514,6 +5480,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5514
5480
  paginateListTableStorageOptimizers,
5515
5481
  paginateListTransactions,
5516
5482
  paginateSearchDatabasesByLFTags,
5517
- paginateSearchTablesByLFTags
5483
+ paginateSearchTablesByLFTags,
5484
+ AccessDeniedException,
5485
+ ResourceType,
5486
+ ConcurrentModificationException,
5487
+ EntityNotFoundException,
5488
+ InternalServiceException,
5489
+ InvalidInputException,
5490
+ OperationTimeoutException,
5491
+ AlreadyExistsException,
5492
+ ApplicationStatus,
5493
+ Permission,
5494
+ TransactionCommitInProgressException,
5495
+ TransactionCommittedException,
5496
+ TransactionStatus,
5497
+ TransactionCanceledException,
5498
+ ResourceNumberLimitExceededException,
5499
+ EnableStatus,
5500
+ ResourceNotReadyException,
5501
+ QueryStateString,
5502
+ ExpiredException,
5503
+ StatisticsNotReadyYetException,
5504
+ ThrottledException,
5505
+ GlueEncryptionException,
5506
+ PermissionType,
5507
+ PermissionTypeMismatchException,
5508
+ WorkUnitsNotReadyYetException,
5509
+ ResourceShareType,
5510
+ DataLakeResourceType,
5511
+ ComparisonOperator,
5512
+ FieldNameString,
5513
+ OptimizerType,
5514
+ TransactionStatusFilter,
5515
+ TransactionType,
5516
+ GetWorkUnitResultsRequestFilterSensitiveLog,
5517
+ GetWorkUnitResultsResponseFilterSensitiveLog,
5518
+ StartQueryPlanningRequestFilterSensitiveLog
5518
5519
  });
5519
5520
 
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.496.0",
4
+ "version": "3.501.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,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",