@aws-sdk/client-lakeformation 3.54.0 → 3.56.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 (67) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/LakeFormationClient.js +13 -13
  3. package/dist-cjs/commands/AddLFTagsToResourceCommand.js +3 -3
  4. package/dist-cjs/commands/BatchGrantPermissionsCommand.js +3 -3
  5. package/dist-cjs/commands/BatchRevokePermissionsCommand.js +3 -3
  6. package/dist-cjs/commands/CancelTransactionCommand.js +3 -3
  7. package/dist-cjs/commands/CommitTransactionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateDataCellsFilterCommand.js +3 -3
  9. package/dist-cjs/commands/CreateLFTagCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteDataCellsFilterCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteLFTagCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteObjectsOnCancelCommand.js +3 -3
  13. package/dist-cjs/commands/DeregisterResourceCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeResourceCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeTransactionCommand.js +3 -3
  16. package/dist-cjs/commands/ExtendTransactionCommand.js +3 -3
  17. package/dist-cjs/commands/GetDataLakeSettingsCommand.js +3 -3
  18. package/dist-cjs/commands/GetEffectivePermissionsForPathCommand.js +3 -3
  19. package/dist-cjs/commands/GetLFTagCommand.js +3 -3
  20. package/dist-cjs/commands/GetQueryStateCommand.js +3 -3
  21. package/dist-cjs/commands/GetQueryStatisticsCommand.js +3 -3
  22. package/dist-cjs/commands/GetResourceLFTagsCommand.js +3 -3
  23. package/dist-cjs/commands/GetTableObjectsCommand.js +3 -3
  24. package/dist-cjs/commands/GetTemporaryGluePartitionCredentialsCommand.js +3 -3
  25. package/dist-cjs/commands/GetTemporaryGlueTableCredentialsCommand.js +3 -3
  26. package/dist-cjs/commands/GetWorkUnitResultsCommand.js +3 -3
  27. package/dist-cjs/commands/GetWorkUnitsCommand.js +3 -3
  28. package/dist-cjs/commands/GrantPermissionsCommand.js +3 -3
  29. package/dist-cjs/commands/ListDataCellsFilterCommand.js +3 -3
  30. package/dist-cjs/commands/ListLFTagsCommand.js +3 -3
  31. package/dist-cjs/commands/ListPermissionsCommand.js +3 -3
  32. package/dist-cjs/commands/ListResourcesCommand.js +3 -3
  33. package/dist-cjs/commands/ListTableStorageOptimizersCommand.js +3 -3
  34. package/dist-cjs/commands/ListTransactionsCommand.js +3 -3
  35. package/dist-cjs/commands/PutDataLakeSettingsCommand.js +3 -3
  36. package/dist-cjs/commands/RegisterResourceCommand.js +3 -3
  37. package/dist-cjs/commands/RemoveLFTagsFromResourceCommand.js +3 -3
  38. package/dist-cjs/commands/RevokePermissionsCommand.js +3 -3
  39. package/dist-cjs/commands/SearchDatabasesByLFTagsCommand.js +3 -3
  40. package/dist-cjs/commands/SearchTablesByLFTagsCommand.js +3 -3
  41. package/dist-cjs/commands/StartQueryPlanningCommand.js +3 -3
  42. package/dist-cjs/commands/StartTransactionCommand.js +3 -3
  43. package/dist-cjs/commands/UpdateLFTagCommand.js +3 -3
  44. package/dist-cjs/commands/UpdateResourceCommand.js +3 -3
  45. package/dist-cjs/commands/UpdateTableObjectsCommand.js +3 -3
  46. package/dist-cjs/commands/UpdateTableStorageOptimizerCommand.js +3 -3
  47. package/dist-cjs/endpoints.js +1 -1
  48. package/dist-cjs/protocols/Aws_restJson1.js +206 -206
  49. package/dist-cjs/runtimeConfig.browser.js +4 -4
  50. package/dist-cjs/runtimeConfig.js +9 -9
  51. package/dist-cjs/runtimeConfig.native.js +1 -1
  52. package/dist-es/LakeFormation.js +44 -44
  53. package/dist-es/pagination/GetEffectivePermissionsForPathPaginator.js +4 -4
  54. package/dist-es/pagination/GetTableObjectsPaginator.js +4 -4
  55. package/dist-es/pagination/GetWorkUnitsPaginator.js +4 -4
  56. package/dist-es/pagination/ListDataCellsFilterPaginator.js +4 -4
  57. package/dist-es/pagination/ListLFTagsPaginator.js +4 -4
  58. package/dist-es/pagination/ListPermissionsPaginator.js +4 -4
  59. package/dist-es/pagination/ListResourcesPaginator.js +4 -4
  60. package/dist-es/pagination/ListTableStorageOptimizersPaginator.js +4 -4
  61. package/dist-es/pagination/ListTransactionsPaginator.js +4 -4
  62. package/dist-es/pagination/SearchDatabasesByLFTagsPaginator.js +4 -4
  63. package/dist-es/pagination/SearchTablesByLFTagsPaginator.js +4 -4
  64. package/dist-es/protocols/Aws_restJson1.js +44 -44
  65. package/dist-types/runtimeConfig.native.d.ts +2 -2
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  67. package/package.json +34 -34
@@ -11,7 +11,7 @@ class GetWorkUnitsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class GetWorkUnitsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetWorkUnitsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetWorkUnitsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetWorkUnitsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetWorkUnitsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetWorkUnitsCommand = GetWorkUnitsCommand;
@@ -11,7 +11,7 @@ class GrantPermissionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class GrantPermissionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GrantPermissionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GrantPermissionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GrantPermissionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GrantPermissionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GrantPermissionsCommand = GrantPermissionsCommand;
@@ -11,7 +11,7 @@ class ListDataCellsFilterCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class ListDataCellsFilterCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListDataCellsFilterCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListDataCellsFilterCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListDataCellsFilterCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListDataCellsFilterCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListDataCellsFilterCommand = ListDataCellsFilterCommand;
@@ -11,7 +11,7 @@ class ListLFTagsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class ListLFTagsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListLFTagsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListLFTagsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListLFTagsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListLFTagsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListLFTagsCommand = ListLFTagsCommand;
@@ -11,7 +11,7 @@ class ListPermissionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class ListPermissionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListPermissionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListPermissionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListPermissionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListPermissionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPermissionsCommand = ListPermissionsCommand;
@@ -11,7 +11,7 @@ class ListResourcesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class ListResourcesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListResourcesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListResourcesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListResourcesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListResourcesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResourcesCommand = ListResourcesCommand;
@@ -11,7 +11,7 @@ class ListTableStorageOptimizersCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class ListTableStorageOptimizersCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTableStorageOptimizersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTableStorageOptimizersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTableStorageOptimizersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTableStorageOptimizersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTableStorageOptimizersCommand = ListTableStorageOptimizersCommand;
@@ -11,7 +11,7 @@ class ListTransactionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class ListTransactionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTransactionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTransactionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTransactionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTransactionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTransactionsCommand = ListTransactionsCommand;
@@ -11,7 +11,7 @@ class PutDataLakeSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class PutDataLakeSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PutDataLakeSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutDataLakeSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutDataLakeSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutDataLakeSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutDataLakeSettingsCommand = PutDataLakeSettingsCommand;
@@ -11,7 +11,7 @@ class RegisterResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class RegisterResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1RegisterResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RegisterResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RegisterResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RegisterResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RegisterResourceCommand = RegisterResourceCommand;
@@ -11,7 +11,7 @@ class RemoveLFTagsFromResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class RemoveLFTagsFromResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1RemoveLFTagsFromResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RemoveLFTagsFromResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RemoveLFTagsFromResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveLFTagsFromResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemoveLFTagsFromResourceCommand = RemoveLFTagsFromResourceCommand;
@@ -11,7 +11,7 @@ class RevokePermissionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class RevokePermissionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1RevokePermissionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RevokePermissionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RevokePermissionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RevokePermissionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RevokePermissionsCommand = RevokePermissionsCommand;
@@ -11,7 +11,7 @@ class SearchDatabasesByLFTagsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class SearchDatabasesByLFTagsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1SearchDatabasesByLFTagsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SearchDatabasesByLFTagsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SearchDatabasesByLFTagsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SearchDatabasesByLFTagsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SearchDatabasesByLFTagsCommand = SearchDatabasesByLFTagsCommand;
@@ -11,7 +11,7 @@ class SearchTablesByLFTagsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class SearchTablesByLFTagsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1SearchTablesByLFTagsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SearchTablesByLFTagsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SearchTablesByLFTagsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SearchTablesByLFTagsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SearchTablesByLFTagsCommand = SearchTablesByLFTagsCommand;
@@ -11,7 +11,7 @@ class StartQueryPlanningCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class StartQueryPlanningCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1StartQueryPlanningCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartQueryPlanningCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartQueryPlanningCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartQueryPlanningCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartQueryPlanningCommand = StartQueryPlanningCommand;
@@ -11,7 +11,7 @@ class StartTransactionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class StartTransactionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1StartTransactionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartTransactionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartTransactionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartTransactionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartTransactionCommand = StartTransactionCommand;
@@ -11,7 +11,7 @@ class UpdateLFTagCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class UpdateLFTagCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateLFTagCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateLFTagCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateLFTagCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateLFTagCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateLFTagCommand = UpdateLFTagCommand;
@@ -11,7 +11,7 @@ class UpdateResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class UpdateResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateResourceCommand = UpdateResourceCommand;
@@ -11,7 +11,7 @@ class UpdateTableObjectsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class UpdateTableObjectsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateTableObjectsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateTableObjectsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateTableObjectsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateTableObjectsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateTableObjectsCommand = UpdateTableObjectsCommand;
@@ -11,7 +11,7 @@ class UpdateTableStorageOptimizerCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LakeFormationClient";
@@ -27,10 +27,10 @@ class UpdateTableStorageOptimizerCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateTableStorageOptimizerCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateTableStorageOptimizerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateTableStorageOptimizerCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateTableStorageOptimizerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateTableStorageOptimizerCommand = UpdateTableStorageOptimizerCommand;
@@ -167,7 +167,7 @@ const partitionHash = {
167
167
  ],
168
168
  },
169
169
  };
170
- const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
170
+ const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
171
171
  ...options,
172
172
  signingService: "lakeformation",
173
173
  regionHash,