@aws-sdk/client-lakeformation 3.495.0 → 3.499.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 +43 -40
  2. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -5408,23 +5408,23 @@ var paginateSearchTablesByLFTags = (0, import_core.createPaginator)(LakeFormatio
5408
5408
  // src/index.ts
5409
5409
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
5410
5410
  // Annotate the CommonJS export names for ESM import in node:
5411
+
5411
5412
  0 && (module.exports = {
5412
- AccessDeniedException,
5413
+ LakeFormationServiceException,
5414
+ __Client,
5415
+ LakeFormationClient,
5416
+ LakeFormation,
5417
+ $Command,
5413
5418
  AddLFTagsToResourceCommand,
5414
- AlreadyExistsException,
5415
- ApplicationStatus,
5416
5419
  AssumeDecoratedRoleWithSAMLCommand,
5417
5420
  BatchGrantPermissionsCommand,
5418
5421
  BatchRevokePermissionsCommand,
5419
5422
  CancelTransactionCommand,
5420
5423
  CommitTransactionCommand,
5421
- ComparisonOperator,
5422
- ConcurrentModificationException,
5423
5424
  CreateDataCellsFilterCommand,
5424
5425
  CreateLFTagCommand,
5425
5426
  CreateLakeFormationIdentityCenterConfigurationCommand,
5426
5427
  CreateLakeFormationOptInCommand,
5427
- DataLakeResourceType,
5428
5428
  DeleteDataCellsFilterCommand,
5429
5429
  DeleteLFTagCommand,
5430
5430
  DeleteLakeFormationIdentityCenterConfigurationCommand,
@@ -5434,11 +5434,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5434
5434
  DescribeLakeFormationIdentityCenterConfigurationCommand,
5435
5435
  DescribeResourceCommand,
5436
5436
  DescribeTransactionCommand,
5437
- EnableStatus,
5438
- EntityNotFoundException,
5439
- ExpiredException,
5440
5437
  ExtendTransactionCommand,
5441
- FieldNameString,
5442
5438
  GetDataCellsFilterCommand,
5443
5439
  GetDataLakeSettingsCommand,
5444
5440
  GetEffectivePermissionsForPathCommand,
@@ -5450,16 +5446,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5450
5446
  GetTemporaryGluePartitionCredentialsCommand,
5451
5447
  GetTemporaryGlueTableCredentialsCommand,
5452
5448
  GetWorkUnitResultsCommand,
5453
- GetWorkUnitResultsRequestFilterSensitiveLog,
5454
- GetWorkUnitResultsResponseFilterSensitiveLog,
5455
5449
  GetWorkUnitsCommand,
5456
- GlueEncryptionException,
5457
5450
  GrantPermissionsCommand,
5458
- InternalServiceException,
5459
- InvalidInputException,
5460
- LakeFormation,
5461
- LakeFormationClient,
5462
- LakeFormationServiceException,
5463
5451
  ListDataCellsFilterCommand,
5464
5452
  ListLFTagsCommand,
5465
5453
  ListLakeFormationOptInsCommand,
@@ -5467,41 +5455,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5467
5455
  ListResourcesCommand,
5468
5456
  ListTableStorageOptimizersCommand,
5469
5457
  ListTransactionsCommand,
5470
- OperationTimeoutException,
5471
- OptimizerType,
5472
- Permission,
5473
- PermissionType,
5474
- PermissionTypeMismatchException,
5475
5458
  PutDataLakeSettingsCommand,
5476
- QueryStateString,
5477
5459
  RegisterResourceCommand,
5478
5460
  RemoveLFTagsFromResourceCommand,
5479
- ResourceNotReadyException,
5480
- ResourceNumberLimitExceededException,
5481
- ResourceShareType,
5482
- ResourceType,
5483
5461
  RevokePermissionsCommand,
5484
5462
  SearchDatabasesByLFTagsCommand,
5485
5463
  SearchTablesByLFTagsCommand,
5486
5464
  StartQueryPlanningCommand,
5487
- StartQueryPlanningRequestFilterSensitiveLog,
5488
5465
  StartTransactionCommand,
5489
- StatisticsNotReadyYetException,
5490
- ThrottledException,
5491
- TransactionCanceledException,
5492
- TransactionCommitInProgressException,
5493
- TransactionCommittedException,
5494
- TransactionStatus,
5495
- TransactionStatusFilter,
5496
- TransactionType,
5497
5466
  UpdateDataCellsFilterCommand,
5498
5467
  UpdateLFTagCommand,
5499
5468
  UpdateLakeFormationIdentityCenterConfigurationCommand,
5500
5469
  UpdateResourceCommand,
5501
5470
  UpdateTableObjectsCommand,
5502
5471
  UpdateTableStorageOptimizerCommand,
5503
- WorkUnitsNotReadyYetException,
5504
- __Client,
5505
5472
  paginateGetEffectivePermissionsForPath,
5506
5473
  paginateGetTableObjects,
5507
5474
  paginateGetWorkUnits,
@@ -5513,5 +5480,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5513
5480
  paginateListTableStorageOptimizers,
5514
5481
  paginateListTransactions,
5515
5482
  paginateSearchDatabasesByLFTags,
5516
- 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
5517
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.495.0",
4
+ "version": "3.499.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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-stream": "^2.1.0",
60
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-stream": "^2.1.1",
60
+ "@smithy/util-utf8": "^2.1.1",
61
61
  "tslib": "^2.5.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "concurrently": "7.0.0",