@aws-sdk/client-lakeformation 3.41.0 → 3.45.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 (197) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/LakeFormation.js +285 -0
  4. package/dist-cjs/commands/AddLFTagsToResourceCommand.js +3 -3
  5. package/dist-cjs/commands/BatchGrantPermissionsCommand.js +3 -3
  6. package/dist-cjs/commands/BatchRevokePermissionsCommand.js +3 -3
  7. package/dist-cjs/commands/CancelTransactionCommand.js +36 -0
  8. package/dist-cjs/commands/CommitTransactionCommand.js +36 -0
  9. package/dist-cjs/commands/CreateDataCellsFilterCommand.js +36 -0
  10. package/dist-cjs/commands/CreateLFTagCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteDataCellsFilterCommand.js +36 -0
  12. package/dist-cjs/commands/DeleteLFTagCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteObjectsOnCancelCommand.js +36 -0
  14. package/dist-cjs/commands/DeregisterResourceCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeResourceCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeTransactionCommand.js +36 -0
  17. package/dist-cjs/commands/ExtendTransactionCommand.js +36 -0
  18. package/dist-cjs/commands/GetDataLakeSettingsCommand.js +3 -3
  19. package/dist-cjs/commands/GetEffectivePermissionsForPathCommand.js +3 -3
  20. package/dist-cjs/commands/GetLFTagCommand.js +3 -3
  21. package/dist-cjs/commands/GetQueryStateCommand.js +36 -0
  22. package/dist-cjs/commands/GetQueryStatisticsCommand.js +36 -0
  23. package/dist-cjs/commands/GetResourceLFTagsCommand.js +3 -3
  24. package/dist-cjs/commands/GetTableObjectsCommand.js +36 -0
  25. package/dist-cjs/commands/GetWorkUnitResultsCommand.js +36 -0
  26. package/dist-cjs/commands/GetWorkUnitsCommand.js +36 -0
  27. package/dist-cjs/commands/GrantPermissionsCommand.js +3 -3
  28. package/dist-cjs/commands/ListDataCellsFilterCommand.js +36 -0
  29. package/dist-cjs/commands/ListLFTagsCommand.js +3 -3
  30. package/dist-cjs/commands/ListPermissionsCommand.js +3 -3
  31. package/dist-cjs/commands/ListResourcesCommand.js +3 -3
  32. package/dist-cjs/commands/ListTableStorageOptimizersCommand.js +36 -0
  33. package/dist-cjs/commands/ListTransactionsCommand.js +36 -0
  34. package/dist-cjs/commands/PutDataLakeSettingsCommand.js +3 -3
  35. package/dist-cjs/commands/RegisterResourceCommand.js +3 -3
  36. package/dist-cjs/commands/RemoveLFTagsFromResourceCommand.js +3 -3
  37. package/dist-cjs/commands/RevokePermissionsCommand.js +3 -3
  38. package/dist-cjs/commands/SearchDatabasesByLFTagsCommand.js +3 -3
  39. package/dist-cjs/commands/SearchTablesByLFTagsCommand.js +3 -3
  40. package/dist-cjs/commands/StartQueryPlanningCommand.js +36 -0
  41. package/dist-cjs/commands/StartTransactionCommand.js +36 -0
  42. package/dist-cjs/commands/UpdateLFTagCommand.js +3 -3
  43. package/dist-cjs/commands/UpdateResourceCommand.js +3 -3
  44. package/dist-cjs/commands/UpdateTableObjectsCommand.js +36 -0
  45. package/dist-cjs/commands/UpdateTableStorageOptimizerCommand.js +36 -0
  46. package/dist-cjs/commands/index.js +19 -0
  47. package/dist-cjs/endpoints.js +1 -0
  48. package/dist-cjs/models/models_0.js +417 -6
  49. package/dist-cjs/pagination/GetTableObjectsPaginator.js +35 -0
  50. package/dist-cjs/pagination/GetWorkUnitsPaginator.js +35 -0
  51. package/dist-cjs/pagination/ListDataCellsFilterPaginator.js +35 -0
  52. package/dist-cjs/pagination/ListLFTagsPaginator.js +35 -0
  53. package/dist-cjs/pagination/ListTableStorageOptimizersPaginator.js +35 -0
  54. package/dist-cjs/pagination/ListTransactionsPaginator.js +35 -0
  55. package/dist-cjs/pagination/SearchDatabasesByLFTagsPaginator.js +35 -0
  56. package/dist-cjs/pagination/SearchTablesByLFTagsPaginator.js +35 -0
  57. package/dist-cjs/pagination/index.js +8 -0
  58. package/dist-cjs/protocols/Aws_restJson1.js +5676 -0
  59. package/dist-es/LakeFormation.js +285 -0
  60. package/dist-es/commands/AddLFTagsToResourceCommand.js +3 -3
  61. package/dist-es/commands/BatchGrantPermissionsCommand.js +3 -3
  62. package/dist-es/commands/BatchRevokePermissionsCommand.js +3 -3
  63. package/dist-es/commands/CancelTransactionCommand.js +39 -0
  64. package/dist-es/commands/CommitTransactionCommand.js +39 -0
  65. package/dist-es/commands/CreateDataCellsFilterCommand.js +39 -0
  66. package/dist-es/commands/CreateLFTagCommand.js +3 -3
  67. package/dist-es/commands/DeleteDataCellsFilterCommand.js +39 -0
  68. package/dist-es/commands/DeleteLFTagCommand.js +3 -3
  69. package/dist-es/commands/DeleteObjectsOnCancelCommand.js +39 -0
  70. package/dist-es/commands/DeregisterResourceCommand.js +3 -3
  71. package/dist-es/commands/DescribeResourceCommand.js +3 -3
  72. package/dist-es/commands/DescribeTransactionCommand.js +39 -0
  73. package/dist-es/commands/ExtendTransactionCommand.js +39 -0
  74. package/dist-es/commands/GetDataLakeSettingsCommand.js +3 -3
  75. package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +3 -3
  76. package/dist-es/commands/GetLFTagCommand.js +3 -3
  77. package/dist-es/commands/GetQueryStateCommand.js +39 -0
  78. package/dist-es/commands/GetQueryStatisticsCommand.js +39 -0
  79. package/dist-es/commands/GetResourceLFTagsCommand.js +3 -3
  80. package/dist-es/commands/GetTableObjectsCommand.js +39 -0
  81. package/dist-es/commands/GetWorkUnitResultsCommand.js +39 -0
  82. package/dist-es/commands/GetWorkUnitsCommand.js +39 -0
  83. package/dist-es/commands/GrantPermissionsCommand.js +3 -3
  84. package/dist-es/commands/ListDataCellsFilterCommand.js +39 -0
  85. package/dist-es/commands/ListLFTagsCommand.js +3 -3
  86. package/dist-es/commands/ListPermissionsCommand.js +3 -3
  87. package/dist-es/commands/ListResourcesCommand.js +3 -3
  88. package/dist-es/commands/ListTableStorageOptimizersCommand.js +39 -0
  89. package/dist-es/commands/ListTransactionsCommand.js +39 -0
  90. package/dist-es/commands/PutDataLakeSettingsCommand.js +3 -3
  91. package/dist-es/commands/RegisterResourceCommand.js +3 -3
  92. package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +3 -3
  93. package/dist-es/commands/RevokePermissionsCommand.js +3 -3
  94. package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +3 -3
  95. package/dist-es/commands/SearchTablesByLFTagsCommand.js +3 -3
  96. package/dist-es/commands/StartQueryPlanningCommand.js +39 -0
  97. package/dist-es/commands/StartTransactionCommand.js +39 -0
  98. package/dist-es/commands/UpdateLFTagCommand.js +3 -3
  99. package/dist-es/commands/UpdateResourceCommand.js +3 -3
  100. package/dist-es/commands/UpdateTableObjectsCommand.js +39 -0
  101. package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +39 -0
  102. package/dist-es/commands/index.js +19 -0
  103. package/dist-es/endpoints.js +1 -0
  104. package/dist-es/models/models_0.js +287 -4
  105. package/dist-es/pagination/GetTableObjectsPaginator.js +74 -0
  106. package/dist-es/pagination/GetWorkUnitsPaginator.js +74 -0
  107. package/dist-es/pagination/ListDataCellsFilterPaginator.js +74 -0
  108. package/dist-es/pagination/ListLFTagsPaginator.js +74 -0
  109. package/dist-es/pagination/ListTableStorageOptimizersPaginator.js +74 -0
  110. package/dist-es/pagination/ListTransactionsPaginator.js +74 -0
  111. package/dist-es/pagination/SearchDatabasesByLFTagsPaginator.js +74 -0
  112. package/dist-es/pagination/SearchTablesByLFTagsPaginator.js +74 -0
  113. package/dist-es/pagination/index.js +8 -0
  114. package/dist-es/protocols/Aws_restJson1.js +6231 -0
  115. package/dist-types/LakeFormation.d.ts +160 -15
  116. package/dist-types/LakeFormationClient.d.ts +23 -4
  117. package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +1 -1
  118. package/dist-types/commands/CancelTransactionCommand.d.ts +35 -0
  119. package/dist-types/commands/CommitTransactionCommand.d.ts +35 -0
  120. package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +35 -0
  121. package/dist-types/commands/CreateLFTagCommand.d.ts +1 -1
  122. package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +35 -0
  123. package/dist-types/commands/DeleteLFTagCommand.d.ts +1 -1
  124. package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +42 -0
  125. package/dist-types/commands/DescribeResourceCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeTransactionCommand.d.ts +35 -0
  127. package/dist-types/commands/ExtendTransactionCommand.d.ts +37 -0
  128. package/dist-types/commands/GetLFTagCommand.d.ts +1 -1
  129. package/dist-types/commands/GetQueryStateCommand.d.ts +35 -0
  130. package/dist-types/commands/GetQueryStatisticsCommand.d.ts +35 -0
  131. package/dist-types/commands/GetResourceLFTagsCommand.d.ts +1 -1
  132. package/dist-types/commands/GetTableObjectsCommand.d.ts +35 -0
  133. package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +35 -0
  134. package/dist-types/commands/GetWorkUnitsCommand.d.ts +35 -0
  135. package/dist-types/commands/ListDataCellsFilterCommand.d.ts +35 -0
  136. package/dist-types/commands/ListLFTagsCommand.d.ts +1 -1
  137. package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +35 -0
  138. package/dist-types/commands/ListTransactionsCommand.d.ts +36 -0
  139. package/dist-types/commands/RegisterResourceCommand.d.ts +2 -2
  140. package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +1 -1
  141. package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +1 -1
  142. package/dist-types/commands/StartQueryPlanningCommand.d.ts +37 -0
  143. package/dist-types/commands/StartTransactionCommand.d.ts +35 -0
  144. package/dist-types/commands/UpdateLFTagCommand.d.ts +1 -1
  145. package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
  146. package/dist-types/commands/UpdateTableObjectsCommand.d.ts +35 -0
  147. package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +35 -0
  148. package/dist-types/commands/index.d.ts +19 -0
  149. package/dist-types/models/models_0.d.ts +1475 -234
  150. package/dist-types/pagination/GetTableObjectsPaginator.d.ts +4 -0
  151. package/dist-types/pagination/GetWorkUnitsPaginator.d.ts +4 -0
  152. package/dist-types/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
  153. package/dist-types/pagination/ListLFTagsPaginator.d.ts +4 -0
  154. package/dist-types/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
  155. package/dist-types/pagination/ListTransactionsPaginator.d.ts +4 -0
  156. package/dist-types/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
  157. package/dist-types/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
  158. package/dist-types/pagination/index.d.ts +8 -0
  159. package/dist-types/protocols/Aws_restJson1.d.ts +128 -0
  160. package/dist-types/ts3.4/LakeFormation.d.ts +95 -0
  161. package/dist-types/ts3.4/LakeFormationClient.d.ts +21 -2
  162. package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/index.d.ts +19 -0
  182. package/dist-types/ts3.4/models/models_0.d.ts +745 -7
  183. package/dist-types/ts3.4/pagination/GetTableObjectsPaginator.d.ts +4 -0
  184. package/dist-types/ts3.4/pagination/GetWorkUnitsPaginator.d.ts +4 -0
  185. package/dist-types/ts3.4/pagination/ListDataCellsFilterPaginator.d.ts +4 -0
  186. package/dist-types/ts3.4/pagination/ListLFTagsPaginator.d.ts +4 -0
  187. package/dist-types/ts3.4/pagination/ListTableStorageOptimizersPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/ListTransactionsPaginator.d.ts +4 -0
  189. package/dist-types/ts3.4/pagination/SearchDatabasesByLFTagsPaginator.d.ts +4 -0
  190. package/dist-types/ts3.4/pagination/SearchTablesByLFTagsPaginator.d.ts +4 -0
  191. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  192. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +128 -0
  193. package/package.json +5 -5
  194. package/dist-cjs/protocols/Aws_json1_1.js +0 -3153
  195. package/dist-es/protocols/Aws_json1_1.js +0 -3221
  196. package/dist-types/protocols/Aws_json1_1.d.ts +0 -71
  197. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -71
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteDataCellsFilterCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class DeleteDataCellsFilterCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "LakeFormationClient";
18
+ const commandName = "DeleteDataCellsFilterCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DeleteDataCellsFilterRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DeleteDataCellsFilterResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1DeleteDataCellsFilterCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1DeleteDataCellsFilterCommand(output, context);
34
+ }
35
+ }
36
+ exports.DeleteDataCellsFilterCommand = DeleteDataCellsFilterCommand;
@@ -4,7 +4,7 @@ exports.DeleteLFTagCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class DeleteLFTagCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
10
10
  super();
@@ -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_json1_1_1.serializeAws_json1_1DeleteLFTagCommand(input, context);
30
+ return Aws_restJson1_1.serializeAws_restJson1DeleteLFTagCommand(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteLFTagCommand(output, context);
33
+ return Aws_restJson1_1.deserializeAws_restJson1DeleteLFTagCommand(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteLFTagCommand = DeleteLFTagCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteObjectsOnCancelCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class DeleteObjectsOnCancelCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "LakeFormationClient";
18
+ const commandName = "DeleteObjectsOnCancelCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DeleteObjectsOnCancelRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DeleteObjectsOnCancelResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1DeleteObjectsOnCancelCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1DeleteObjectsOnCancelCommand(output, context);
34
+ }
35
+ }
36
+ exports.DeleteObjectsOnCancelCommand = DeleteObjectsOnCancelCommand;
@@ -4,7 +4,7 @@ exports.DeregisterResourceCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class DeregisterResourceCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
10
10
  super();
@@ -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_json1_1_1.serializeAws_json1_1DeregisterResourceCommand(input, context);
30
+ return Aws_restJson1_1.serializeAws_restJson1DeregisterResourceCommand(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeregisterResourceCommand(output, context);
33
+ return Aws_restJson1_1.deserializeAws_restJson1DeregisterResourceCommand(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeregisterResourceCommand = DeregisterResourceCommand;
@@ -4,7 +4,7 @@ exports.DescribeResourceCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class DescribeResourceCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
10
10
  super();
@@ -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_json1_1_1.serializeAws_json1_1DescribeResourceCommand(input, context);
30
+ return Aws_restJson1_1.serializeAws_restJson1DescribeResourceCommand(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeResourceCommand(output, context);
33
+ return Aws_restJson1_1.deserializeAws_restJson1DescribeResourceCommand(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeResourceCommand = DescribeResourceCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeTransactionCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class DescribeTransactionCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "LakeFormationClient";
18
+ const commandName = "DescribeTransactionCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DescribeTransactionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DescribeTransactionResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1DescribeTransactionCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1DescribeTransactionCommand(output, context);
34
+ }
35
+ }
36
+ exports.DescribeTransactionCommand = DescribeTransactionCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ExtendTransactionCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ExtendTransactionCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "LakeFormationClient";
18
+ const commandName = "ExtendTransactionCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ExtendTransactionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ExtendTransactionResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1ExtendTransactionCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1ExtendTransactionCommand(output, context);
34
+ }
35
+ }
36
+ exports.ExtendTransactionCommand = ExtendTransactionCommand;
@@ -4,7 +4,7 @@ exports.GetDataLakeSettingsCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class GetDataLakeSettingsCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
10
10
  super();
@@ -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_json1_1_1.serializeAws_json1_1GetDataLakeSettingsCommand(input, context);
30
+ return Aws_restJson1_1.serializeAws_restJson1GetDataLakeSettingsCommand(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetDataLakeSettingsCommand(output, context);
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetDataLakeSettingsCommand(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDataLakeSettingsCommand = GetDataLakeSettingsCommand;
@@ -4,7 +4,7 @@ exports.GetEffectivePermissionsForPathCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class GetEffectivePermissionsForPathCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
10
10
  super();
@@ -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_json1_1_1.serializeAws_json1_1GetEffectivePermissionsForPathCommand(input, context);
30
+ return Aws_restJson1_1.serializeAws_restJson1GetEffectivePermissionsForPathCommand(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetEffectivePermissionsForPathCommand(output, context);
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetEffectivePermissionsForPathCommand(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetEffectivePermissionsForPathCommand = GetEffectivePermissionsForPathCommand;
@@ -4,7 +4,7 @@ exports.GetLFTagCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class GetLFTagCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
10
10
  super();
@@ -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_json1_1_1.serializeAws_json1_1GetLFTagCommand(input, context);
30
+ return Aws_restJson1_1.serializeAws_restJson1GetLFTagCommand(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetLFTagCommand(output, context);
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetLFTagCommand(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetLFTagCommand = GetLFTagCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetQueryStateCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class GetQueryStateCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "LakeFormationClient";
18
+ const commandName = "GetQueryStateCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetQueryStateRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetQueryStateResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1GetQueryStateCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetQueryStateCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetQueryStateCommand = GetQueryStateCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetQueryStatisticsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class GetQueryStatisticsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "LakeFormationClient";
18
+ const commandName = "GetQueryStatisticsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetQueryStatisticsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetQueryStatisticsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1GetQueryStatisticsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetQueryStatisticsCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetQueryStatisticsCommand = GetQueryStatisticsCommand;
@@ -4,7 +4,7 @@ exports.GetResourceLFTagsCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class GetResourceLFTagsCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
10
10
  super();
@@ -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_json1_1_1.serializeAws_json1_1GetResourceLFTagsCommand(input, context);
30
+ return Aws_restJson1_1.serializeAws_restJson1GetResourceLFTagsCommand(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetResourceLFTagsCommand(output, context);
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetResourceLFTagsCommand(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetResourceLFTagsCommand = GetResourceLFTagsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetTableObjectsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class GetTableObjectsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "LakeFormationClient";
18
+ const commandName = "GetTableObjectsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetTableObjectsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetTableObjectsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1GetTableObjectsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetTableObjectsCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetTableObjectsCommand = GetTableObjectsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetWorkUnitResultsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class GetWorkUnitResultsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "LakeFormationClient";
18
+ const commandName = "GetWorkUnitResultsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetWorkUnitResultsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetWorkUnitResultsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1GetWorkUnitResultsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetWorkUnitResultsCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetWorkUnitResultsCommand = GetWorkUnitResultsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetWorkUnitsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class GetWorkUnitsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "LakeFormationClient";
18
+ const commandName = "GetWorkUnitsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetWorkUnitsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetWorkUnitsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1GetWorkUnitsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetWorkUnitsCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetWorkUnitsCommand = GetWorkUnitsCommand;
@@ -4,7 +4,7 @@ exports.GrantPermissionsCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class GrantPermissionsCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
10
10
  super();
@@ -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_json1_1_1.serializeAws_json1_1GrantPermissionsCommand(input, context);
30
+ return Aws_restJson1_1.serializeAws_restJson1GrantPermissionsCommand(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GrantPermissionsCommand(output, context);
33
+ return Aws_restJson1_1.deserializeAws_restJson1GrantPermissionsCommand(output, context);
34
34
  }
35
35
  }
36
36
  exports.GrantPermissionsCommand = GrantPermissionsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListDataCellsFilterCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListDataCellsFilterCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "LakeFormationClient";
18
+ const commandName = "ListDataCellsFilterCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListDataCellsFilterRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListDataCellsFilterResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1ListDataCellsFilterCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1ListDataCellsFilterCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListDataCellsFilterCommand = ListDataCellsFilterCommand;
@@ -4,7 +4,7 @@ exports.ListLFTagsCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class ListLFTagsCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
10
10
  super();
@@ -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_json1_1_1.serializeAws_json1_1ListLFTagsCommand(input, context);
30
+ return Aws_restJson1_1.serializeAws_restJson1ListLFTagsCommand(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListLFTagsCommand(output, context);
33
+ return Aws_restJson1_1.deserializeAws_restJson1ListLFTagsCommand(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListLFTagsCommand = ListLFTagsCommand;
@@ -4,7 +4,7 @@ exports.ListPermissionsCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class ListPermissionsCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
10
10
  super();
@@ -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_json1_1_1.serializeAws_json1_1ListPermissionsCommand(input, context);
30
+ return Aws_restJson1_1.serializeAws_restJson1ListPermissionsCommand(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListPermissionsCommand(output, context);
33
+ return Aws_restJson1_1.deserializeAws_restJson1ListPermissionsCommand(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPermissionsCommand = ListPermissionsCommand;
@@ -4,7 +4,7 @@ exports.ListResourcesCommand = void 0;
4
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  class ListResourcesCommand extends smithy_client_1.Command {
9
9
  constructor(input) {
10
10
  super();
@@ -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_json1_1_1.serializeAws_json1_1ListResourcesCommand(input, context);
30
+ return Aws_restJson1_1.serializeAws_restJson1ListResourcesCommand(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListResourcesCommand(output, context);
33
+ return Aws_restJson1_1.deserializeAws_restJson1ListResourcesCommand(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResourcesCommand = ListResourcesCommand;