@aws-sdk/client-lakeformation 3.414.0 → 3.420.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 (138) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/LakeFormation.js +6 -0
  3. package/dist-cjs/commands/AddLFTagsToResourceCommand.js +5 -0
  4. package/dist-cjs/commands/AssumeDecoratedRoleWithSAMLCommand.js +5 -0
  5. package/dist-cjs/commands/BatchGrantPermissionsCommand.js +5 -0
  6. package/dist-cjs/commands/BatchRevokePermissionsCommand.js +5 -0
  7. package/dist-cjs/commands/CancelTransactionCommand.js +5 -0
  8. package/dist-cjs/commands/CommitTransactionCommand.js +5 -0
  9. package/dist-cjs/commands/CreateDataCellsFilterCommand.js +5 -0
  10. package/dist-cjs/commands/CreateLFTagCommand.js +5 -0
  11. package/dist-cjs/commands/CreateLakeFormationOptInCommand.js +51 -0
  12. package/dist-cjs/commands/DeleteDataCellsFilterCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteLFTagCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteLakeFormationOptInCommand.js +51 -0
  15. package/dist-cjs/commands/DeleteObjectsOnCancelCommand.js +5 -0
  16. package/dist-cjs/commands/DeregisterResourceCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeResourceCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeTransactionCommand.js +5 -0
  19. package/dist-cjs/commands/ExtendTransactionCommand.js +5 -0
  20. package/dist-cjs/commands/GetDataCellsFilterCommand.js +5 -0
  21. package/dist-cjs/commands/GetDataLakeSettingsCommand.js +5 -0
  22. package/dist-cjs/commands/GetEffectivePermissionsForPathCommand.js +5 -0
  23. package/dist-cjs/commands/GetLFTagCommand.js +5 -0
  24. package/dist-cjs/commands/GetQueryStateCommand.js +5 -0
  25. package/dist-cjs/commands/GetQueryStatisticsCommand.js +5 -0
  26. package/dist-cjs/commands/GetResourceLFTagsCommand.js +5 -0
  27. package/dist-cjs/commands/GetTableObjectsCommand.js +5 -0
  28. package/dist-cjs/commands/GetTemporaryGluePartitionCredentialsCommand.js +5 -0
  29. package/dist-cjs/commands/GetTemporaryGlueTableCredentialsCommand.js +5 -0
  30. package/dist-cjs/commands/GetWorkUnitResultsCommand.js +5 -0
  31. package/dist-cjs/commands/GetWorkUnitsCommand.js +5 -0
  32. package/dist-cjs/commands/GrantPermissionsCommand.js +5 -0
  33. package/dist-cjs/commands/ListDataCellsFilterCommand.js +5 -0
  34. package/dist-cjs/commands/ListLFTagsCommand.js +5 -0
  35. package/dist-cjs/commands/ListLakeFormationOptInsCommand.js +51 -0
  36. package/dist-cjs/commands/ListPermissionsCommand.js +5 -0
  37. package/dist-cjs/commands/ListResourcesCommand.js +5 -0
  38. package/dist-cjs/commands/ListTableStorageOptimizersCommand.js +5 -0
  39. package/dist-cjs/commands/ListTransactionsCommand.js +5 -0
  40. package/dist-cjs/commands/PutDataLakeSettingsCommand.js +5 -0
  41. package/dist-cjs/commands/RegisterResourceCommand.js +5 -0
  42. package/dist-cjs/commands/RemoveLFTagsFromResourceCommand.js +5 -0
  43. package/dist-cjs/commands/RevokePermissionsCommand.js +5 -0
  44. package/dist-cjs/commands/SearchDatabasesByLFTagsCommand.js +5 -0
  45. package/dist-cjs/commands/SearchTablesByLFTagsCommand.js +5 -0
  46. package/dist-cjs/commands/StartQueryPlanningCommand.js +5 -0
  47. package/dist-cjs/commands/StartTransactionCommand.js +5 -0
  48. package/dist-cjs/commands/UpdateDataCellsFilterCommand.js +5 -0
  49. package/dist-cjs/commands/UpdateLFTagCommand.js +5 -0
  50. package/dist-cjs/commands/UpdateResourceCommand.js +5 -0
  51. package/dist-cjs/commands/UpdateTableObjectsCommand.js +5 -0
  52. package/dist-cjs/commands/UpdateTableStorageOptimizerCommand.js +5 -0
  53. package/dist-cjs/commands/index.js +3 -0
  54. package/dist-cjs/pagination/ListLakeFormationOptInsPaginator.js +29 -0
  55. package/dist-cjs/pagination/index.js +1 -0
  56. package/dist-cjs/protocols/Aws_restJson1.js +244 -4
  57. package/dist-es/LakeFormation.js +6 -0
  58. package/dist-es/commands/AddLFTagsToResourceCommand.js +5 -0
  59. package/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +5 -0
  60. package/dist-es/commands/BatchGrantPermissionsCommand.js +5 -0
  61. package/dist-es/commands/BatchRevokePermissionsCommand.js +5 -0
  62. package/dist-es/commands/CancelTransactionCommand.js +5 -0
  63. package/dist-es/commands/CommitTransactionCommand.js +5 -0
  64. package/dist-es/commands/CreateDataCellsFilterCommand.js +5 -0
  65. package/dist-es/commands/CreateLFTagCommand.js +5 -0
  66. package/dist-es/commands/CreateLakeFormationOptInCommand.js +47 -0
  67. package/dist-es/commands/DeleteDataCellsFilterCommand.js +5 -0
  68. package/dist-es/commands/DeleteLFTagCommand.js +5 -0
  69. package/dist-es/commands/DeleteLakeFormationOptInCommand.js +47 -0
  70. package/dist-es/commands/DeleteObjectsOnCancelCommand.js +5 -0
  71. package/dist-es/commands/DeregisterResourceCommand.js +5 -0
  72. package/dist-es/commands/DescribeResourceCommand.js +5 -0
  73. package/dist-es/commands/DescribeTransactionCommand.js +5 -0
  74. package/dist-es/commands/ExtendTransactionCommand.js +5 -0
  75. package/dist-es/commands/GetDataCellsFilterCommand.js +5 -0
  76. package/dist-es/commands/GetDataLakeSettingsCommand.js +5 -0
  77. package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +5 -0
  78. package/dist-es/commands/GetLFTagCommand.js +5 -0
  79. package/dist-es/commands/GetQueryStateCommand.js +5 -0
  80. package/dist-es/commands/GetQueryStatisticsCommand.js +5 -0
  81. package/dist-es/commands/GetResourceLFTagsCommand.js +5 -0
  82. package/dist-es/commands/GetTableObjectsCommand.js +5 -0
  83. package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +5 -0
  84. package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +5 -0
  85. package/dist-es/commands/GetWorkUnitResultsCommand.js +5 -0
  86. package/dist-es/commands/GetWorkUnitsCommand.js +5 -0
  87. package/dist-es/commands/GrantPermissionsCommand.js +5 -0
  88. package/dist-es/commands/ListDataCellsFilterCommand.js +5 -0
  89. package/dist-es/commands/ListLFTagsCommand.js +5 -0
  90. package/dist-es/commands/ListLakeFormationOptInsCommand.js +47 -0
  91. package/dist-es/commands/ListPermissionsCommand.js +5 -0
  92. package/dist-es/commands/ListResourcesCommand.js +5 -0
  93. package/dist-es/commands/ListTableStorageOptimizersCommand.js +5 -0
  94. package/dist-es/commands/ListTransactionsCommand.js +5 -0
  95. package/dist-es/commands/PutDataLakeSettingsCommand.js +5 -0
  96. package/dist-es/commands/RegisterResourceCommand.js +5 -0
  97. package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +5 -0
  98. package/dist-es/commands/RevokePermissionsCommand.js +5 -0
  99. package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +5 -0
  100. package/dist-es/commands/SearchTablesByLFTagsCommand.js +5 -0
  101. package/dist-es/commands/StartQueryPlanningCommand.js +5 -0
  102. package/dist-es/commands/StartTransactionCommand.js +5 -0
  103. package/dist-es/commands/UpdateDataCellsFilterCommand.js +5 -0
  104. package/dist-es/commands/UpdateLFTagCommand.js +5 -0
  105. package/dist-es/commands/UpdateResourceCommand.js +5 -0
  106. package/dist-es/commands/UpdateTableObjectsCommand.js +5 -0
  107. package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +5 -0
  108. package/dist-es/commands/index.js +3 -0
  109. package/dist-es/pagination/ListLakeFormationOptInsPaginator.js +25 -0
  110. package/dist-es/pagination/index.js +1 -0
  111. package/dist-es/protocols/Aws_restJson1.js +236 -2
  112. package/dist-types/LakeFormation.d.ts +21 -0
  113. package/dist-types/LakeFormationClient.d.ts +5 -2
  114. package/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +146 -0
  115. package/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +146 -0
  116. package/dist-types/commands/DescribeResourceCommand.d.ts +1 -0
  117. package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +2 -0
  118. package/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +208 -0
  119. package/dist-types/commands/ListPermissionsCommand.d.ts +2 -0
  120. package/dist-types/commands/ListResourcesCommand.d.ts +1 -0
  121. package/dist-types/commands/RegisterResourceCommand.d.ts +1 -0
  122. package/dist-types/commands/UpdateResourceCommand.d.ts +1 -0
  123. package/dist-types/commands/index.d.ts +3 -0
  124. package/dist-types/models/models_0.d.ts +143 -0
  125. package/dist-types/pagination/ListLakeFormationOptInsPaginator.d.ts +7 -0
  126. package/dist-types/pagination/index.d.ts +1 -0
  127. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  128. package/dist-types/ts3.4/LakeFormation.d.ts +51 -0
  129. package/dist-types/ts3.4/LakeFormationClient.d.ts +18 -0
  130. package/dist-types/ts3.4/commands/CreateLakeFormationOptInCommand.d.ts +42 -0
  131. package/dist-types/ts3.4/commands/DeleteLakeFormationOptInCommand.d.ts +42 -0
  132. package/dist-types/ts3.4/commands/ListLakeFormationOptInsCommand.d.ts +42 -0
  133. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  134. package/dist-types/ts3.4/models/models_0.d.ts +31 -0
  135. package/dist-types/ts3.4/pagination/ListLakeFormationOptInsPaginator.d.ts +11 -0
  136. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  137. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  138. package/package.json +32 -32
package/README.md CHANGED
@@ -260,6 +260,14 @@ CreateDataCellsFilter
260
260
 
261
261
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/createdatacellsfiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/createdatacellsfiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/createdatacellsfiltercommandoutput.html)
262
262
 
263
+ </details>
264
+ <details>
265
+ <summary>
266
+ CreateLakeFormationOptIn
267
+ </summary>
268
+
269
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/createlakeformationoptincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/createlakeformationoptincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/createlakeformationoptincommandoutput.html)
270
+
263
271
  </details>
264
272
  <details>
265
273
  <summary>
@@ -276,6 +284,14 @@ DeleteDataCellsFilter
276
284
 
277
285
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/deletedatacellsfiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deletedatacellsfiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deletedatacellsfiltercommandoutput.html)
278
286
 
287
+ </details>
288
+ <details>
289
+ <summary>
290
+ DeleteLakeFormationOptIn
291
+ </summary>
292
+
293
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/deletelakeformationoptincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deletelakeformationoptincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/deletelakeformationoptincommandoutput.html)
294
+
279
295
  </details>
280
296
  <details>
281
297
  <summary>
@@ -436,6 +452,14 @@ ListDataCellsFilter
436
452
 
437
453
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/listdatacellsfiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listdatacellsfiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listdatacellsfiltercommandoutput.html)
438
454
 
455
+ </details>
456
+ <details>
457
+ <summary>
458
+ ListLakeFormationOptIns
459
+ </summary>
460
+
461
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/classes/listlakeformationoptinscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listlakeformationoptinscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lakeformation/interfaces/listlakeformationoptinscommandoutput.html)
462
+
439
463
  </details>
440
464
  <details>
441
465
  <summary>
@@ -9,8 +9,10 @@ const BatchRevokePermissionsCommand_1 = require("./commands/BatchRevokePermissio
9
9
  const CancelTransactionCommand_1 = require("./commands/CancelTransactionCommand");
10
10
  const CommitTransactionCommand_1 = require("./commands/CommitTransactionCommand");
11
11
  const CreateDataCellsFilterCommand_1 = require("./commands/CreateDataCellsFilterCommand");
12
+ const CreateLakeFormationOptInCommand_1 = require("./commands/CreateLakeFormationOptInCommand");
12
13
  const CreateLFTagCommand_1 = require("./commands/CreateLFTagCommand");
13
14
  const DeleteDataCellsFilterCommand_1 = require("./commands/DeleteDataCellsFilterCommand");
15
+ const DeleteLakeFormationOptInCommand_1 = require("./commands/DeleteLakeFormationOptInCommand");
14
16
  const DeleteLFTagCommand_1 = require("./commands/DeleteLFTagCommand");
15
17
  const DeleteObjectsOnCancelCommand_1 = require("./commands/DeleteObjectsOnCancelCommand");
16
18
  const DeregisterResourceCommand_1 = require("./commands/DeregisterResourceCommand");
@@ -31,6 +33,7 @@ const GetWorkUnitResultsCommand_1 = require("./commands/GetWorkUnitResultsComman
31
33
  const GetWorkUnitsCommand_1 = require("./commands/GetWorkUnitsCommand");
32
34
  const GrantPermissionsCommand_1 = require("./commands/GrantPermissionsCommand");
33
35
  const ListDataCellsFilterCommand_1 = require("./commands/ListDataCellsFilterCommand");
36
+ const ListLakeFormationOptInsCommand_1 = require("./commands/ListLakeFormationOptInsCommand");
34
37
  const ListLFTagsCommand_1 = require("./commands/ListLFTagsCommand");
35
38
  const ListPermissionsCommand_1 = require("./commands/ListPermissionsCommand");
36
39
  const ListResourcesCommand_1 = require("./commands/ListResourcesCommand");
@@ -58,8 +61,10 @@ const commands = {
58
61
  CancelTransactionCommand: CancelTransactionCommand_1.CancelTransactionCommand,
59
62
  CommitTransactionCommand: CommitTransactionCommand_1.CommitTransactionCommand,
60
63
  CreateDataCellsFilterCommand: CreateDataCellsFilterCommand_1.CreateDataCellsFilterCommand,
64
+ CreateLakeFormationOptInCommand: CreateLakeFormationOptInCommand_1.CreateLakeFormationOptInCommand,
61
65
  CreateLFTagCommand: CreateLFTagCommand_1.CreateLFTagCommand,
62
66
  DeleteDataCellsFilterCommand: DeleteDataCellsFilterCommand_1.DeleteDataCellsFilterCommand,
67
+ DeleteLakeFormationOptInCommand: DeleteLakeFormationOptInCommand_1.DeleteLakeFormationOptInCommand,
63
68
  DeleteLFTagCommand: DeleteLFTagCommand_1.DeleteLFTagCommand,
64
69
  DeleteObjectsOnCancelCommand: DeleteObjectsOnCancelCommand_1.DeleteObjectsOnCancelCommand,
65
70
  DeregisterResourceCommand: DeregisterResourceCommand_1.DeregisterResourceCommand,
@@ -80,6 +85,7 @@ const commands = {
80
85
  GetWorkUnitsCommand: GetWorkUnitsCommand_1.GetWorkUnitsCommand,
81
86
  GrantPermissionsCommand: GrantPermissionsCommand_1.GrantPermissionsCommand,
82
87
  ListDataCellsFilterCommand: ListDataCellsFilterCommand_1.ListDataCellsFilterCommand,
88
+ ListLakeFormationOptInsCommand: ListLakeFormationOptInsCommand_1.ListLakeFormationOptInsCommand,
83
89
  ListLFTagsCommand: ListLFTagsCommand_1.ListLFTagsCommand,
84
90
  ListPermissionsCommand: ListPermissionsCommand_1.ListPermissionsCommand,
85
91
  ListResourcesCommand: ListResourcesCommand_1.ListResourcesCommand,
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class AddLFTagsToResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AddLFTagsToResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "AddLFTagsToResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class AssumeDecoratedRoleWithSAMLCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssumeDecoratedRoleWithSAMLCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "AssumeDecoratedRoleWithSAML",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class BatchGrantPermissionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchGrantPermissionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "BatchGrantPermissions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class BatchRevokePermissionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchRevokePermissionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "BatchRevokePermissions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CancelTransactionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CancelTransactionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "CancelTransaction",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CommitTransactionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CommitTransactionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "CommitTransaction",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateDataCellsFilterCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDataCellsFilterCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "CreateDataCellsFilter",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateLFTagCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateLFTagCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "CreateLFTag",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateLakeFormationOptInCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class CreateLakeFormationOptInCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateLakeFormationOptInCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "LakeFormationClient";
29
+ const commandName = "CreateLakeFormationOptInCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "CreateLakeFormationOptIn",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_restJson1_1.se_CreateLakeFormationOptInCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_restJson1_1.de_CreateLakeFormationOptInCommand)(output, context);
49
+ }
50
+ }
51
+ exports.CreateLakeFormationOptInCommand = CreateLakeFormationOptInCommand;
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteDataCellsFilterCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDataCellsFilterCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "DeleteDataCellsFilter",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteLFTagCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteLFTagCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "DeleteLFTag",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteLakeFormationOptInCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class DeleteLakeFormationOptInCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteLakeFormationOptInCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "LakeFormationClient";
29
+ const commandName = "DeleteLakeFormationOptInCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "DeleteLakeFormationOptIn",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_restJson1_1.se_DeleteLakeFormationOptInCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_restJson1_1.de_DeleteLakeFormationOptInCommand)(output, context);
49
+ }
50
+ }
51
+ exports.DeleteLakeFormationOptInCommand = DeleteLakeFormationOptInCommand;
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteObjectsOnCancelCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteObjectsOnCancelCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "DeleteObjectsOnCancel",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeregisterResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeregisterResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "DeregisterResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "DescribeResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeTransactionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeTransactionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "DescribeTransaction",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ExtendTransactionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ExtendTransactionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "ExtendTransaction",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetDataCellsFilterCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetDataCellsFilterCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "GetDataCellsFilter",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetDataLakeSettingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetDataLakeSettingsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "GetDataLakeSettings",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetEffectivePermissionsForPathCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetEffectivePermissionsForPathCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "GetEffectivePermissionsForPath",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetLFTagCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetLFTagCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "GetLFTag",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetQueryStateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetQueryStateCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "GetQueryState",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetQueryStatisticsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetQueryStatisticsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "GetQueryStatistics",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetResourceLFTagsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetResourceLFTagsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSLakeFormation",
38
+ operation: "GetResourceLFTags",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);