@aws-sdk/client-securityhub 3.414.0 → 3.421.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 (136) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +5 -0
  3. package/dist-cjs/commands/AcceptInvitationCommand.js +5 -0
  4. package/dist-cjs/commands/BatchDeleteAutomationRulesCommand.js +5 -0
  5. package/dist-cjs/commands/BatchDisableStandardsCommand.js +5 -0
  6. package/dist-cjs/commands/BatchEnableStandardsCommand.js +5 -0
  7. package/dist-cjs/commands/BatchGetAutomationRulesCommand.js +5 -0
  8. package/dist-cjs/commands/BatchGetSecurityControlsCommand.js +5 -0
  9. package/dist-cjs/commands/BatchGetStandardsControlAssociationsCommand.js +5 -0
  10. package/dist-cjs/commands/BatchImportFindingsCommand.js +5 -0
  11. package/dist-cjs/commands/BatchUpdateAutomationRulesCommand.js +5 -0
  12. package/dist-cjs/commands/BatchUpdateFindingsCommand.js +5 -0
  13. package/dist-cjs/commands/BatchUpdateStandardsControlAssociationsCommand.js +5 -0
  14. package/dist-cjs/commands/CreateActionTargetCommand.js +5 -0
  15. package/dist-cjs/commands/CreateAutomationRuleCommand.js +5 -0
  16. package/dist-cjs/commands/CreateFindingAggregatorCommand.js +5 -0
  17. package/dist-cjs/commands/CreateInsightCommand.js +5 -0
  18. package/dist-cjs/commands/CreateMembersCommand.js +5 -0
  19. package/dist-cjs/commands/DeclineInvitationsCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteActionTargetCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteInsightCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteInvitationsCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteMembersCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeActionTargetsCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeHubCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeProductsCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeStandardsCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeStandardsControlsCommand.js +5 -0
  31. package/dist-cjs/commands/DisableImportFindingsForProductCommand.js +5 -0
  32. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +5 -0
  33. package/dist-cjs/commands/DisableSecurityHubCommand.js +5 -0
  34. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +5 -0
  35. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +5 -0
  36. package/dist-cjs/commands/DisassociateMembersCommand.js +5 -0
  37. package/dist-cjs/commands/EnableImportFindingsForProductCommand.js +5 -0
  38. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +5 -0
  39. package/dist-cjs/commands/EnableSecurityHubCommand.js +5 -0
  40. package/dist-cjs/commands/GetAdministratorAccountCommand.js +5 -0
  41. package/dist-cjs/commands/GetEnabledStandardsCommand.js +5 -0
  42. package/dist-cjs/commands/GetFindingAggregatorCommand.js +5 -0
  43. package/dist-cjs/commands/GetFindingHistoryCommand.js +5 -0
  44. package/dist-cjs/commands/GetFindingsCommand.js +5 -0
  45. package/dist-cjs/commands/GetInsightResultsCommand.js +5 -0
  46. package/dist-cjs/commands/GetInsightsCommand.js +5 -0
  47. package/dist-cjs/commands/GetInvitationsCountCommand.js +5 -0
  48. package/dist-cjs/commands/GetMasterAccountCommand.js +5 -0
  49. package/dist-cjs/commands/GetMembersCommand.js +5 -0
  50. package/dist-cjs/commands/InviteMembersCommand.js +5 -0
  51. package/dist-cjs/commands/ListAutomationRulesCommand.js +5 -0
  52. package/dist-cjs/commands/ListEnabledProductsForImportCommand.js +5 -0
  53. package/dist-cjs/commands/ListFindingAggregatorsCommand.js +5 -0
  54. package/dist-cjs/commands/ListInvitationsCommand.js +5 -0
  55. package/dist-cjs/commands/ListMembersCommand.js +5 -0
  56. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +5 -0
  57. package/dist-cjs/commands/ListSecurityControlDefinitionsCommand.js +5 -0
  58. package/dist-cjs/commands/ListStandardsControlAssociationsCommand.js +5 -0
  59. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  60. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  61. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  62. package/dist-cjs/commands/UpdateActionTargetCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateFindingAggregatorCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateFindingsCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateInsightCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +5 -0
  67. package/dist-cjs/commands/UpdateSecurityHubConfigurationCommand.js +5 -0
  68. package/dist-cjs/commands/UpdateStandardsControlCommand.js +5 -0
  69. package/dist-es/commands/AcceptAdministratorInvitationCommand.js +5 -0
  70. package/dist-es/commands/AcceptInvitationCommand.js +5 -0
  71. package/dist-es/commands/BatchDeleteAutomationRulesCommand.js +5 -0
  72. package/dist-es/commands/BatchDisableStandardsCommand.js +5 -0
  73. package/dist-es/commands/BatchEnableStandardsCommand.js +5 -0
  74. package/dist-es/commands/BatchGetAutomationRulesCommand.js +5 -0
  75. package/dist-es/commands/BatchGetSecurityControlsCommand.js +5 -0
  76. package/dist-es/commands/BatchGetStandardsControlAssociationsCommand.js +5 -0
  77. package/dist-es/commands/BatchImportFindingsCommand.js +5 -0
  78. package/dist-es/commands/BatchUpdateAutomationRulesCommand.js +5 -0
  79. package/dist-es/commands/BatchUpdateFindingsCommand.js +5 -0
  80. package/dist-es/commands/BatchUpdateStandardsControlAssociationsCommand.js +5 -0
  81. package/dist-es/commands/CreateActionTargetCommand.js +5 -0
  82. package/dist-es/commands/CreateAutomationRuleCommand.js +5 -0
  83. package/dist-es/commands/CreateFindingAggregatorCommand.js +5 -0
  84. package/dist-es/commands/CreateInsightCommand.js +5 -0
  85. package/dist-es/commands/CreateMembersCommand.js +5 -0
  86. package/dist-es/commands/DeclineInvitationsCommand.js +5 -0
  87. package/dist-es/commands/DeleteActionTargetCommand.js +5 -0
  88. package/dist-es/commands/DeleteFindingAggregatorCommand.js +5 -0
  89. package/dist-es/commands/DeleteInsightCommand.js +5 -0
  90. package/dist-es/commands/DeleteInvitationsCommand.js +5 -0
  91. package/dist-es/commands/DeleteMembersCommand.js +5 -0
  92. package/dist-es/commands/DescribeActionTargetsCommand.js +5 -0
  93. package/dist-es/commands/DescribeHubCommand.js +5 -0
  94. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +5 -0
  95. package/dist-es/commands/DescribeProductsCommand.js +5 -0
  96. package/dist-es/commands/DescribeStandardsCommand.js +5 -0
  97. package/dist-es/commands/DescribeStandardsControlsCommand.js +5 -0
  98. package/dist-es/commands/DisableImportFindingsForProductCommand.js +5 -0
  99. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +5 -0
  100. package/dist-es/commands/DisableSecurityHubCommand.js +5 -0
  101. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +5 -0
  102. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +5 -0
  103. package/dist-es/commands/DisassociateMembersCommand.js +5 -0
  104. package/dist-es/commands/EnableImportFindingsForProductCommand.js +5 -0
  105. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +5 -0
  106. package/dist-es/commands/EnableSecurityHubCommand.js +5 -0
  107. package/dist-es/commands/GetAdministratorAccountCommand.js +5 -0
  108. package/dist-es/commands/GetEnabledStandardsCommand.js +5 -0
  109. package/dist-es/commands/GetFindingAggregatorCommand.js +5 -0
  110. package/dist-es/commands/GetFindingHistoryCommand.js +5 -0
  111. package/dist-es/commands/GetFindingsCommand.js +5 -0
  112. package/dist-es/commands/GetInsightResultsCommand.js +5 -0
  113. package/dist-es/commands/GetInsightsCommand.js +5 -0
  114. package/dist-es/commands/GetInvitationsCountCommand.js +5 -0
  115. package/dist-es/commands/GetMasterAccountCommand.js +5 -0
  116. package/dist-es/commands/GetMembersCommand.js +5 -0
  117. package/dist-es/commands/InviteMembersCommand.js +5 -0
  118. package/dist-es/commands/ListAutomationRulesCommand.js +5 -0
  119. package/dist-es/commands/ListEnabledProductsForImportCommand.js +5 -0
  120. package/dist-es/commands/ListFindingAggregatorsCommand.js +5 -0
  121. package/dist-es/commands/ListInvitationsCommand.js +5 -0
  122. package/dist-es/commands/ListMembersCommand.js +5 -0
  123. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +5 -0
  124. package/dist-es/commands/ListSecurityControlDefinitionsCommand.js +5 -0
  125. package/dist-es/commands/ListStandardsControlAssociationsCommand.js +5 -0
  126. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  127. package/dist-es/commands/TagResourceCommand.js +5 -0
  128. package/dist-es/commands/UntagResourceCommand.js +5 -0
  129. package/dist-es/commands/UpdateActionTargetCommand.js +5 -0
  130. package/dist-es/commands/UpdateFindingAggregatorCommand.js +5 -0
  131. package/dist-es/commands/UpdateFindingsCommand.js +5 -0
  132. package/dist-es/commands/UpdateInsightCommand.js +5 -0
  133. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +5 -0
  134. package/dist-es/commands/UpdateSecurityHubConfigurationCommand.js +5 -0
  135. package/dist-es/commands/UpdateStandardsControlCommand.js +5 -0
  136. package/package.json +31 -31
package/README.md CHANGED
@@ -70,16 +70,16 @@ using your favorite package manager:
70
70
 
71
71
  The AWS SDK is modulized by clients and commands.
72
72
  To send a request, you only need to import the `SecurityHubClient` and
73
- the commands you need, for example `AcceptAdministratorInvitationCommand`:
73
+ the commands you need, for example `ListMembersCommand`:
74
74
 
75
75
  ```js
76
76
  // ES5 example
77
- const { SecurityHubClient, AcceptAdministratorInvitationCommand } = require("@aws-sdk/client-securityhub");
77
+ const { SecurityHubClient, ListMembersCommand } = require("@aws-sdk/client-securityhub");
78
78
  ```
79
79
 
80
80
  ```ts
81
81
  // ES6+ example
82
- import { SecurityHubClient, AcceptAdministratorInvitationCommand } from "@aws-sdk/client-securityhub";
82
+ import { SecurityHubClient, ListMembersCommand } from "@aws-sdk/client-securityhub";
83
83
  ```
84
84
 
85
85
  ### Usage
@@ -98,7 +98,7 @@ const client = new SecurityHubClient({ region: "REGION" });
98
98
  const params = {
99
99
  /** input parameters */
100
100
  };
101
- const command = new AcceptAdministratorInvitationCommand(params);
101
+ const command = new ListMembersCommand(params);
102
102
  ```
103
103
 
104
104
  #### Async/await
@@ -177,7 +177,7 @@ const client = new AWS.SecurityHub({ region: "REGION" });
177
177
 
178
178
  // async/await.
179
179
  try {
180
- const data = await client.acceptAdministratorInvitation(params);
180
+ const data = await client.listMembers(params);
181
181
  // process data.
182
182
  } catch (error) {
183
183
  // error handling.
@@ -185,7 +185,7 @@ try {
185
185
 
186
186
  // Promises.
187
187
  client
188
- .acceptAdministratorInvitation(params)
188
+ .listMembers(params)
189
189
  .then((data) => {
190
190
  // process data.
191
191
  })
@@ -194,7 +194,7 @@ client
194
194
  });
195
195
 
196
196
  // callbacks.
197
- client.acceptAdministratorInvitation(params, (err, data) => {
197
+ client.listMembers(params, (err, data) => {
198
198
  // process err and data.
199
199
  });
200
200
  ```
@@ -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 AcceptAdministratorInvitationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AcceptAdministratorInvitationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "AcceptAdministratorInvitation",
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 AcceptInvitationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AcceptInvitationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "AcceptInvitation",
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 BatchDeleteAutomationRulesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchDeleteAutomationRulesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "BatchDeleteAutomationRules",
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 BatchDisableStandardsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchDisableStandardsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "BatchDisableStandards",
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 BatchEnableStandardsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchEnableStandardsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "BatchEnableStandards",
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 BatchGetAutomationRulesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchGetAutomationRulesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "BatchGetAutomationRules",
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 BatchGetSecurityControlsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchGetSecurityControlsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "BatchGetSecurityControls",
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 BatchGetStandardsControlAssociationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchGetStandardsControlAssociationsCommand extends smithy_client_1.Comman
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "BatchGetStandardsControlAssociations",
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 BatchImportFindingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchImportFindingsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "BatchImportFindings",
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 BatchUpdateAutomationRulesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchUpdateAutomationRulesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "BatchUpdateAutomationRules",
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 BatchUpdateFindingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchUpdateFindingsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "BatchUpdateFindings",
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 BatchUpdateStandardsControlAssociationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchUpdateStandardsControlAssociationsCommand extends smithy_client_1.Com
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "BatchUpdateStandardsControlAssociations",
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 CreateActionTargetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateActionTargetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "CreateActionTarget",
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 CreateAutomationRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateAutomationRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "CreateAutomationRule",
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 CreateFindingAggregatorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateFindingAggregatorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "CreateFindingAggregator",
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 CreateInsightCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateInsightCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "CreateInsight",
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 CreateMembersCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateMembersCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "CreateMembers",
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 DeclineInvitationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeclineInvitationsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DeclineInvitations",
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 DeleteActionTargetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteActionTargetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DeleteActionTarget",
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 DeleteFindingAggregatorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteFindingAggregatorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DeleteFindingAggregator",
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 DeleteInsightCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteInsightCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DeleteInsight",
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 DeleteInvitationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteInvitationsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DeleteInvitations",
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 DeleteMembersCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteMembersCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DeleteMembers",
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 DescribeActionTargetsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeActionTargetsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DescribeActionTargets",
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 DescribeHubCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeHubCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DescribeHub",
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 DescribeOrganizationConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeOrganizationConfigurationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DescribeOrganizationConfiguration",
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 DescribeProductsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeProductsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DescribeProducts",
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 DescribeStandardsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeStandardsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DescribeStandards",
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 DescribeStandardsControlsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeStandardsControlsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "SecurityHubAPIService",
38
+ operation: "DescribeStandardsControls",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);