@aws-sdk/client-lakeformation 3.181.0 → 3.183.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 (68) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/LakeFormation.js +182 -189
  3. package/dist-es/LakeFormationClient.js +22 -28
  4. package/dist-es/commands/AddLFTagsToResourceCommand.js +21 -28
  5. package/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +21 -28
  6. package/dist-es/commands/BatchGrantPermissionsCommand.js +21 -28
  7. package/dist-es/commands/BatchRevokePermissionsCommand.js +21 -28
  8. package/dist-es/commands/CancelTransactionCommand.js +21 -28
  9. package/dist-es/commands/CommitTransactionCommand.js +21 -28
  10. package/dist-es/commands/CreateDataCellsFilterCommand.js +21 -28
  11. package/dist-es/commands/CreateLFTagCommand.js +21 -28
  12. package/dist-es/commands/DeleteDataCellsFilterCommand.js +21 -28
  13. package/dist-es/commands/DeleteLFTagCommand.js +21 -28
  14. package/dist-es/commands/DeleteObjectsOnCancelCommand.js +21 -28
  15. package/dist-es/commands/DeregisterResourceCommand.js +21 -28
  16. package/dist-es/commands/DescribeResourceCommand.js +21 -28
  17. package/dist-es/commands/DescribeTransactionCommand.js +21 -28
  18. package/dist-es/commands/ExtendTransactionCommand.js +21 -28
  19. package/dist-es/commands/GetDataLakeSettingsCommand.js +21 -28
  20. package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +21 -28
  21. package/dist-es/commands/GetLFTagCommand.js +21 -28
  22. package/dist-es/commands/GetQueryStateCommand.js +21 -28
  23. package/dist-es/commands/GetQueryStatisticsCommand.js +21 -28
  24. package/dist-es/commands/GetResourceLFTagsCommand.js +21 -28
  25. package/dist-es/commands/GetTableObjectsCommand.js +21 -28
  26. package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +21 -28
  27. package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +21 -28
  28. package/dist-es/commands/GetWorkUnitResultsCommand.js +21 -28
  29. package/dist-es/commands/GetWorkUnitsCommand.js +21 -28
  30. package/dist-es/commands/GrantPermissionsCommand.js +21 -28
  31. package/dist-es/commands/ListDataCellsFilterCommand.js +21 -28
  32. package/dist-es/commands/ListLFTagsCommand.js +21 -28
  33. package/dist-es/commands/ListPermissionsCommand.js +21 -28
  34. package/dist-es/commands/ListResourcesCommand.js +21 -28
  35. package/dist-es/commands/ListTableStorageOptimizersCommand.js +21 -28
  36. package/dist-es/commands/ListTransactionsCommand.js +21 -28
  37. package/dist-es/commands/PutDataLakeSettingsCommand.js +21 -28
  38. package/dist-es/commands/RegisterResourceCommand.js +21 -28
  39. package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +21 -28
  40. package/dist-es/commands/RevokePermissionsCommand.js +21 -28
  41. package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +21 -28
  42. package/dist-es/commands/SearchTablesByLFTagsCommand.js +21 -28
  43. package/dist-es/commands/StartQueryPlanningCommand.js +21 -28
  44. package/dist-es/commands/StartTransactionCommand.js +21 -28
  45. package/dist-es/commands/UpdateLFTagCommand.js +21 -28
  46. package/dist-es/commands/UpdateResourceCommand.js +21 -28
  47. package/dist-es/commands/UpdateTableObjectsCommand.js +21 -28
  48. package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +21 -28
  49. package/dist-es/endpoints.js +8 -8
  50. package/dist-es/models/LakeFormationServiceException.js +5 -10
  51. package/dist-es/models/models_0.js +621 -352
  52. package/dist-es/pagination/GetEffectivePermissionsForPathPaginator.js +25 -68
  53. package/dist-es/pagination/GetTableObjectsPaginator.js +25 -68
  54. package/dist-es/pagination/GetWorkUnitsPaginator.js +25 -68
  55. package/dist-es/pagination/ListDataCellsFilterPaginator.js +25 -68
  56. package/dist-es/pagination/ListLFTagsPaginator.js +25 -68
  57. package/dist-es/pagination/ListPermissionsPaginator.js +25 -68
  58. package/dist-es/pagination/ListResourcesPaginator.js +25 -68
  59. package/dist-es/pagination/ListTableStorageOptimizersPaginator.js +25 -68
  60. package/dist-es/pagination/ListTransactionsPaginator.js +25 -68
  61. package/dist-es/pagination/SearchDatabasesByLFTagsPaginator.js +25 -68
  62. package/dist-es/pagination/SearchTablesByLFTagsPaginator.js +25 -68
  63. package/dist-es/protocols/Aws_restJson1.js +3651 -4826
  64. package/dist-es/runtimeConfig.browser.js +26 -12
  65. package/dist-es/runtimeConfig.js +30 -12
  66. package/dist-es/runtimeConfig.native.js +8 -5
  67. package/dist-es/runtimeConfig.shared.js +8 -11
  68. package/package.json +33 -33
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { StartQueryPlanningRequestFilterSensitiveLog, StartQueryPlanningResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StartQueryPlanningCommand, serializeAws_restJson1StartQueryPlanningCommand, } from "../protocols/Aws_restJson1";
6
- var StartQueryPlanningCommand = (function (_super) {
7
- __extends(StartQueryPlanningCommand, _super);
8
- function StartQueryPlanningCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class StartQueryPlanningCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- StartQueryPlanningCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LakeFormationClient";
18
- var commandName = "StartQueryPlanningCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LakeFormationClient";
15
+ const commandName = "StartQueryPlanningCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: StartQueryPlanningRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: StartQueryPlanningResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- StartQueryPlanningCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1StartQueryPlanningCommand(input, context);
33
- };
34
- StartQueryPlanningCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1StartQueryPlanningCommand(output, context);
36
- };
37
- return StartQueryPlanningCommand;
38
- }($Command));
39
- export { StartQueryPlanningCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { StartTransactionRequestFilterSensitiveLog, StartTransactionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StartTransactionCommand, serializeAws_restJson1StartTransactionCommand, } from "../protocols/Aws_restJson1";
6
- var StartTransactionCommand = (function (_super) {
7
- __extends(StartTransactionCommand, _super);
8
- function StartTransactionCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class StartTransactionCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- StartTransactionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LakeFormationClient";
18
- var commandName = "StartTransactionCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LakeFormationClient";
15
+ const commandName = "StartTransactionCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: StartTransactionRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: StartTransactionResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- StartTransactionCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1StartTransactionCommand(input, context);
33
- };
34
- StartTransactionCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1StartTransactionCommand(output, context);
36
- };
37
- return StartTransactionCommand;
38
- }($Command));
39
- export { StartTransactionCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateLFTagRequestFilterSensitiveLog, UpdateLFTagResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateLFTagCommand, serializeAws_restJson1UpdateLFTagCommand, } from "../protocols/Aws_restJson1";
6
- var UpdateLFTagCommand = (function (_super) {
7
- __extends(UpdateLFTagCommand, _super);
8
- function UpdateLFTagCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateLFTagCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateLFTagCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LakeFormationClient";
18
- var commandName = "UpdateLFTagCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LakeFormationClient";
15
+ const commandName = "UpdateLFTagCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateLFTagRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateLFTagResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateLFTagCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1UpdateLFTagCommand(input, context);
33
- };
34
- UpdateLFTagCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1UpdateLFTagCommand(output, context);
36
- };
37
- return UpdateLFTagCommand;
38
- }($Command));
39
- export { UpdateLFTagCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateResourceRequestFilterSensitiveLog, UpdateResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateResourceCommand, serializeAws_restJson1UpdateResourceCommand, } from "../protocols/Aws_restJson1";
6
- var UpdateResourceCommand = (function (_super) {
7
- __extends(UpdateResourceCommand, _super);
8
- function UpdateResourceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LakeFormationClient";
18
- var commandName = "UpdateResourceCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LakeFormationClient";
15
+ const commandName = "UpdateResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateResourceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateResourceResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateResourceCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1UpdateResourceCommand(input, context);
33
- };
34
- UpdateResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1UpdateResourceCommand(output, context);
36
- };
37
- return UpdateResourceCommand;
38
- }($Command));
39
- export { UpdateResourceCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateTableObjectsRequestFilterSensitiveLog, UpdateTableObjectsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateTableObjectsCommand, serializeAws_restJson1UpdateTableObjectsCommand, } from "../protocols/Aws_restJson1";
6
- var UpdateTableObjectsCommand = (function (_super) {
7
- __extends(UpdateTableObjectsCommand, _super);
8
- function UpdateTableObjectsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateTableObjectsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateTableObjectsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LakeFormationClient";
18
- var commandName = "UpdateTableObjectsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LakeFormationClient";
15
+ const commandName = "UpdateTableObjectsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateTableObjectsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateTableObjectsResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateTableObjectsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1UpdateTableObjectsCommand(input, context);
33
- };
34
- UpdateTableObjectsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1UpdateTableObjectsCommand(output, context);
36
- };
37
- return UpdateTableObjectsCommand;
38
- }($Command));
39
- export { UpdateTableObjectsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateTableStorageOptimizerRequestFilterSensitiveLog, UpdateTableStorageOptimizerResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateTableStorageOptimizerCommand, serializeAws_restJson1UpdateTableStorageOptimizerCommand, } from "../protocols/Aws_restJson1";
6
- var UpdateTableStorageOptimizerCommand = (function (_super) {
7
- __extends(UpdateTableStorageOptimizerCommand, _super);
8
- function UpdateTableStorageOptimizerCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateTableStorageOptimizerCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateTableStorageOptimizerCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LakeFormationClient";
18
- var commandName = "UpdateTableStorageOptimizerCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LakeFormationClient";
15
+ const commandName = "UpdateTableStorageOptimizerCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateTableStorageOptimizerRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateTableStorageOptimizerResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateTableStorageOptimizerCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1UpdateTableStorageOptimizerCommand(input, context);
33
- };
34
- UpdateTableStorageOptimizerCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1UpdateTableStorageOptimizerCommand(output, context);
36
- };
37
- return UpdateTableStorageOptimizerCommand;
38
- }($Command));
39
- export { UpdateTableStorageOptimizerCommand };
31
+ }
32
+ }
@@ -1,6 +1,5 @@
1
- import { __assign, __awaiter, __generator } from "tslib";
2
1
  import { getRegionInfo } from "@aws-sdk/config-resolver";
3
- var regionHash = {
2
+ const regionHash = {
4
3
  "us-east-1": {
5
4
  variants: [
6
5
  {
@@ -50,7 +49,7 @@ var regionHash = {
50
49
  ],
51
50
  },
52
51
  };
53
- var partitionHash = {
52
+ const partitionHash = {
54
53
  aws: {
55
54
  regions: [
56
55
  "af-south-1",
@@ -174,8 +173,9 @@ var partitionHash = {
174
173
  ],
175
174
  },
176
175
  };
177
- export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
178
- return __generator(this, function (_a) {
179
- return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "lakeformation", regionHash: regionHash, partitionHash: partitionHash }))];
180
- });
181
- }); };
176
+ export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
177
+ ...options,
178
+ signingService: "lakeformation",
179
+ regionHash,
180
+ partitionHash,
181
+ });
@@ -1,12 +1,7 @@
1
- import { __extends } from "tslib";
2
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
- var LakeFormationServiceException = (function (_super) {
4
- __extends(LakeFormationServiceException, _super);
5
- function LakeFormationServiceException(options) {
6
- var _this = _super.call(this, options) || this;
7
- Object.setPrototypeOf(_this, LakeFormationServiceException.prototype);
8
- return _this;
2
+ export class LakeFormationServiceException extends __ServiceException {
3
+ constructor(options) {
4
+ super(options);
5
+ Object.setPrototypeOf(this, LakeFormationServiceException.prototype);
9
6
  }
10
- return LakeFormationServiceException;
11
- }(__ServiceException));
12
- export { LakeFormationServiceException };
7
+ }