@aws-sdk/client-lakeformation 3.54.1 → 3.55.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 +8 -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
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.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-lakeformation
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-lakeformation
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class LakeFormationClient extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class AddLFTagsToResourceCommand 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 AddLFTagsToResourceCommand 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_restJson1AddLFTagsToResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AddLFTagsToResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AddLFTagsToResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AddLFTagsToResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AddLFTagsToResourceCommand = AddLFTagsToResourceCommand;
@@ -11,7 +11,7 @@ class BatchGrantPermissionsCommand 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 BatchGrantPermissionsCommand 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_restJson1BatchGrantPermissionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1BatchGrantPermissionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1BatchGrantPermissionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGrantPermissionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BatchGrantPermissionsCommand = BatchGrantPermissionsCommand;
@@ -11,7 +11,7 @@ class BatchRevokePermissionsCommand 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 BatchRevokePermissionsCommand 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_restJson1BatchRevokePermissionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1BatchRevokePermissionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1BatchRevokePermissionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1BatchRevokePermissionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BatchRevokePermissionsCommand = BatchRevokePermissionsCommand;
@@ -11,7 +11,7 @@ class CancelTransactionCommand 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 CancelTransactionCommand 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_restJson1CancelTransactionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CancelTransactionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CancelTransactionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CancelTransactionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CancelTransactionCommand = CancelTransactionCommand;
@@ -11,7 +11,7 @@ class CommitTransactionCommand 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 CommitTransactionCommand 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_restJson1CommitTransactionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CommitTransactionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CommitTransactionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CommitTransactionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CommitTransactionCommand = CommitTransactionCommand;
@@ -11,7 +11,7 @@ class CreateDataCellsFilterCommand 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 CreateDataCellsFilterCommand 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_restJson1CreateDataCellsFilterCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateDataCellsFilterCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateDataCellsFilterCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDataCellsFilterCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateDataCellsFilterCommand = CreateDataCellsFilterCommand;
@@ -11,7 +11,7 @@ class CreateLFTagCommand 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 CreateLFTagCommand 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_restJson1CreateLFTagCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateLFTagCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateLFTagCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateLFTagCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateLFTagCommand = CreateLFTagCommand;
@@ -11,7 +11,7 @@ class DeleteDataCellsFilterCommand 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 DeleteDataCellsFilterCommand 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_restJson1DeleteDataCellsFilterCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDataCellsFilterCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteDataCellsFilterCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDataCellsFilterCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteDataCellsFilterCommand = DeleteDataCellsFilterCommand;
@@ -11,7 +11,7 @@ class DeleteLFTagCommand 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 DeleteLFTagCommand 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_restJson1DeleteLFTagCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteLFTagCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteLFTagCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteLFTagCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteLFTagCommand = DeleteLFTagCommand;
@@ -11,7 +11,7 @@ class DeleteObjectsOnCancelCommand 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 DeleteObjectsOnCancelCommand 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_restJson1DeleteObjectsOnCancelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteObjectsOnCancelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteObjectsOnCancelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteObjectsOnCancelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteObjectsOnCancelCommand = DeleteObjectsOnCancelCommand;
@@ -11,7 +11,7 @@ class DeregisterResourceCommand 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 DeregisterResourceCommand 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_restJson1DeregisterResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeregisterResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeregisterResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeregisterResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeregisterResourceCommand = DeregisterResourceCommand;
@@ -11,7 +11,7 @@ class DescribeResourceCommand 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 DescribeResourceCommand 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_restJson1DescribeResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeResourceCommand = DescribeResourceCommand;
@@ -11,7 +11,7 @@ class DescribeTransactionCommand 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 DescribeTransactionCommand 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_restJson1DescribeTransactionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeTransactionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeTransactionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeTransactionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeTransactionCommand = DescribeTransactionCommand;
@@ -11,7 +11,7 @@ class ExtendTransactionCommand 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 ExtendTransactionCommand 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_restJson1ExtendTransactionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ExtendTransactionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ExtendTransactionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ExtendTransactionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ExtendTransactionCommand = ExtendTransactionCommand;
@@ -11,7 +11,7 @@ class GetDataLakeSettingsCommand 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 GetDataLakeSettingsCommand 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_restJson1GetDataLakeSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetDataLakeSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetDataLakeSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetDataLakeSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDataLakeSettingsCommand = GetDataLakeSettingsCommand;
@@ -11,7 +11,7 @@ class GetEffectivePermissionsForPathCommand 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 GetEffectivePermissionsForPathCommand 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_restJson1GetEffectivePermissionsForPathCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetEffectivePermissionsForPathCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetEffectivePermissionsForPathCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetEffectivePermissionsForPathCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetEffectivePermissionsForPathCommand = GetEffectivePermissionsForPathCommand;
@@ -11,7 +11,7 @@ class GetLFTagCommand 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 GetLFTagCommand 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_restJson1GetLFTagCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetLFTagCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetLFTagCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetLFTagCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetLFTagCommand = GetLFTagCommand;
@@ -11,7 +11,7 @@ class GetQueryStateCommand 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 GetQueryStateCommand 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_restJson1GetQueryStateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetQueryStateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetQueryStateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetQueryStateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetQueryStateCommand = GetQueryStateCommand;
@@ -11,7 +11,7 @@ class GetQueryStatisticsCommand 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 GetQueryStatisticsCommand 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_restJson1GetQueryStatisticsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetQueryStatisticsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetQueryStatisticsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetQueryStatisticsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetQueryStatisticsCommand = GetQueryStatisticsCommand;
@@ -11,7 +11,7 @@ class GetResourceLFTagsCommand 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 GetResourceLFTagsCommand 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_restJson1GetResourceLFTagsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetResourceLFTagsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetResourceLFTagsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetResourceLFTagsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResourceLFTagsCommand = GetResourceLFTagsCommand;
@@ -11,7 +11,7 @@ class GetTableObjectsCommand 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 GetTableObjectsCommand 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_restJson1GetTableObjectsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetTableObjectsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetTableObjectsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetTableObjectsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTableObjectsCommand = GetTableObjectsCommand;
@@ -11,7 +11,7 @@ class GetTemporaryGluePartitionCredentialsCommand extends smithy_client_1.Comman
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 GetTemporaryGluePartitionCredentialsCommand extends smithy_client_1.Comman
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_restJson1GetTemporaryGluePartitionCredentialsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetTemporaryGluePartitionCredentialsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetTemporaryGluePartitionCredentialsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetTemporaryGluePartitionCredentialsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTemporaryGluePartitionCredentialsCommand = GetTemporaryGluePartitionCredentialsCommand;
@@ -11,7 +11,7 @@ class GetTemporaryGlueTableCredentialsCommand 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 GetTemporaryGlueTableCredentialsCommand 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_restJson1GetTemporaryGlueTableCredentialsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetTemporaryGlueTableCredentialsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetTemporaryGlueTableCredentialsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetTemporaryGlueTableCredentialsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTemporaryGlueTableCredentialsCommand = GetTemporaryGlueTableCredentialsCommand;
@@ -11,7 +11,7 @@ class GetWorkUnitResultsCommand 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 GetWorkUnitResultsCommand 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_restJson1GetWorkUnitResultsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetWorkUnitResultsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetWorkUnitResultsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetWorkUnitResultsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetWorkUnitResultsCommand = GetWorkUnitResultsCommand;
@@ -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;