AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
SecurityHubServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/securityhub/SecurityHubEndpointProvider.h>
15#include <aws/securityhub/SecurityHubErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in SecurityHubClient header */
22#include <aws/securityhub/model/AcceptAdministratorInvitationResult.h>
23#include <aws/securityhub/model/BatchDeleteAutomationRulesResult.h>
24#include <aws/securityhub/model/BatchDisableStandardsResult.h>
25#include <aws/securityhub/model/BatchEnableStandardsResult.h>
26#include <aws/securityhub/model/BatchGetAutomationRulesResult.h>
27#include <aws/securityhub/model/BatchGetConfigurationPolicyAssociationsResult.h>
28#include <aws/securityhub/model/BatchGetSecurityControlsResult.h>
29#include <aws/securityhub/model/BatchGetStandardsControlAssociationsResult.h>
30#include <aws/securityhub/model/BatchImportFindingsResult.h>
31#include <aws/securityhub/model/BatchUpdateAutomationRulesResult.h>
32#include <aws/securityhub/model/BatchUpdateFindingsResult.h>
33#include <aws/securityhub/model/BatchUpdateFindingsV2Request.h>
34#include <aws/securityhub/model/BatchUpdateFindingsV2Result.h>
35#include <aws/securityhub/model/BatchUpdateStandardsControlAssociationsResult.h>
36#include <aws/securityhub/model/CreateActionTargetResult.h>
37#include <aws/securityhub/model/CreateAggregatorV2Result.h>
38#include <aws/securityhub/model/CreateAutomationRuleResult.h>
39#include <aws/securityhub/model/CreateAutomationRuleV2Result.h>
40#include <aws/securityhub/model/CreateConfigurationPolicyResult.h>
41#include <aws/securityhub/model/CreateConnectorV2Result.h>
42#include <aws/securityhub/model/CreateFindingAggregatorResult.h>
43#include <aws/securityhub/model/CreateInsightResult.h>
44#include <aws/securityhub/model/CreateMembersResult.h>
45#include <aws/securityhub/model/CreateTicketV2Result.h>
46#include <aws/securityhub/model/DeclineInvitationsResult.h>
47#include <aws/securityhub/model/DeleteActionTargetResult.h>
48#include <aws/securityhub/model/DeleteAggregatorV2Result.h>
49#include <aws/securityhub/model/DeleteAutomationRuleV2Result.h>
50#include <aws/securityhub/model/DeleteConfigurationPolicyResult.h>
51#include <aws/securityhub/model/DeleteConnectorV2Result.h>
52#include <aws/securityhub/model/DeleteFindingAggregatorResult.h>
53#include <aws/securityhub/model/DeleteInsightResult.h>
54#include <aws/securityhub/model/DeleteInvitationsResult.h>
55#include <aws/securityhub/model/DeleteMembersResult.h>
56#include <aws/securityhub/model/DescribeActionTargetsRequest.h>
57#include <aws/securityhub/model/DescribeActionTargetsResult.h>
58#include <aws/securityhub/model/DescribeHubRequest.h>
59#include <aws/securityhub/model/DescribeHubResult.h>
60#include <aws/securityhub/model/DescribeOrganizationConfigurationRequest.h>
61#include <aws/securityhub/model/DescribeOrganizationConfigurationResult.h>
62#include <aws/securityhub/model/DescribeProductsRequest.h>
63#include <aws/securityhub/model/DescribeProductsResult.h>
64#include <aws/securityhub/model/DescribeProductsV2Request.h>
65#include <aws/securityhub/model/DescribeProductsV2Result.h>
66#include <aws/securityhub/model/DescribeSecurityHubV2Request.h>
67#include <aws/securityhub/model/DescribeSecurityHubV2Result.h>
68#include <aws/securityhub/model/DescribeStandardsControlsResult.h>
69#include <aws/securityhub/model/DescribeStandardsRequest.h>
70#include <aws/securityhub/model/DescribeStandardsResult.h>
71#include <aws/securityhub/model/DisableImportFindingsForProductResult.h>
72#include <aws/securityhub/model/DisableOrganizationAdminAccountResult.h>
73#include <aws/securityhub/model/DisableSecurityHubRequest.h>
74#include <aws/securityhub/model/DisableSecurityHubResult.h>
75#include <aws/securityhub/model/DisableSecurityHubV2Request.h>
76#include <aws/securityhub/model/DisableSecurityHubV2Result.h>
77#include <aws/securityhub/model/DisassociateFromAdministratorAccountRequest.h>
78#include <aws/securityhub/model/DisassociateFromAdministratorAccountResult.h>
79#include <aws/securityhub/model/DisassociateMembersResult.h>
80#include <aws/securityhub/model/EnableImportFindingsForProductResult.h>
81#include <aws/securityhub/model/EnableOrganizationAdminAccountResult.h>
82#include <aws/securityhub/model/EnableSecurityHubRequest.h>
83#include <aws/securityhub/model/EnableSecurityHubResult.h>
84#include <aws/securityhub/model/EnableSecurityHubV2Request.h>
85#include <aws/securityhub/model/EnableSecurityHubV2Result.h>
86#include <aws/securityhub/model/GetAdministratorAccountRequest.h>
87#include <aws/securityhub/model/GetAdministratorAccountResult.h>
88#include <aws/securityhub/model/GetAggregatorV2Result.h>
89#include <aws/securityhub/model/GetAutomationRuleV2Result.h>
90#include <aws/securityhub/model/GetConfigurationPolicyAssociationResult.h>
91#include <aws/securityhub/model/GetConfigurationPolicyResult.h>
92#include <aws/securityhub/model/GetConnectorV2Result.h>
93#include <aws/securityhub/model/GetEnabledStandardsRequest.h>
94#include <aws/securityhub/model/GetEnabledStandardsResult.h>
95#include <aws/securityhub/model/GetFindingAggregatorResult.h>
96#include <aws/securityhub/model/GetFindingHistoryResult.h>
97#include <aws/securityhub/model/GetFindingStatisticsV2Result.h>
98#include <aws/securityhub/model/GetFindingsRequest.h>
99#include <aws/securityhub/model/GetFindingsResult.h>
100#include <aws/securityhub/model/GetFindingsTrendsV2Result.h>
101#include <aws/securityhub/model/GetFindingsV2Request.h>
102#include <aws/securityhub/model/GetFindingsV2Result.h>
103#include <aws/securityhub/model/GetInsightResultsResult.h>
104#include <aws/securityhub/model/GetInsightsRequest.h>
105#include <aws/securityhub/model/GetInsightsResult.h>
106#include <aws/securityhub/model/GetInvitationsCountRequest.h>
107#include <aws/securityhub/model/GetInvitationsCountResult.h>
108#include <aws/securityhub/model/GetMembersResult.h>
109#include <aws/securityhub/model/GetResourcesStatisticsV2Result.h>
110#include <aws/securityhub/model/GetResourcesTrendsV2Result.h>
111#include <aws/securityhub/model/GetResourcesV2Request.h>
112#include <aws/securityhub/model/GetResourcesV2Result.h>
113#include <aws/securityhub/model/GetSecurityControlDefinitionResult.h>
114#include <aws/securityhub/model/InviteMembersResult.h>
115#include <aws/securityhub/model/ListAggregatorsV2Request.h>
116#include <aws/securityhub/model/ListAggregatorsV2Result.h>
117#include <aws/securityhub/model/ListAutomationRulesRequest.h>
118#include <aws/securityhub/model/ListAutomationRulesResult.h>
119#include <aws/securityhub/model/ListAutomationRulesV2Request.h>
120#include <aws/securityhub/model/ListAutomationRulesV2Result.h>
121#include <aws/securityhub/model/ListConfigurationPoliciesRequest.h>
122#include <aws/securityhub/model/ListConfigurationPoliciesResult.h>
123#include <aws/securityhub/model/ListConfigurationPolicyAssociationsRequest.h>
124#include <aws/securityhub/model/ListConfigurationPolicyAssociationsResult.h>
125#include <aws/securityhub/model/ListConnectorsV2Request.h>
126#include <aws/securityhub/model/ListConnectorsV2Result.h>
127#include <aws/securityhub/model/ListEnabledProductsForImportRequest.h>
128#include <aws/securityhub/model/ListEnabledProductsForImportResult.h>
129#include <aws/securityhub/model/ListFindingAggregatorsRequest.h>
130#include <aws/securityhub/model/ListFindingAggregatorsResult.h>
131#include <aws/securityhub/model/ListInvitationsRequest.h>
132#include <aws/securityhub/model/ListInvitationsResult.h>
133#include <aws/securityhub/model/ListMembersRequest.h>
134#include <aws/securityhub/model/ListMembersResult.h>
135#include <aws/securityhub/model/ListOrganizationAdminAccountsRequest.h>
136#include <aws/securityhub/model/ListOrganizationAdminAccountsResult.h>
137#include <aws/securityhub/model/ListSecurityControlDefinitionsRequest.h>
138#include <aws/securityhub/model/ListSecurityControlDefinitionsResult.h>
139#include <aws/securityhub/model/ListStandardsControlAssociationsResult.h>
140#include <aws/securityhub/model/ListTagsForResourceResult.h>
141#include <aws/securityhub/model/RegisterConnectorV2Result.h>
142#include <aws/securityhub/model/StartConfigurationPolicyAssociationResult.h>
143#include <aws/securityhub/model/StartConfigurationPolicyDisassociationResult.h>
144#include <aws/securityhub/model/TagResourceResult.h>
145#include <aws/securityhub/model/UntagResourceResult.h>
146#include <aws/securityhub/model/UpdateActionTargetResult.h>
147#include <aws/securityhub/model/UpdateAggregatorV2Result.h>
148#include <aws/securityhub/model/UpdateAutomationRuleV2Result.h>
149#include <aws/securityhub/model/UpdateConfigurationPolicyResult.h>
150#include <aws/securityhub/model/UpdateConnectorV2Result.h>
151#include <aws/securityhub/model/UpdateFindingAggregatorResult.h>
152#include <aws/securityhub/model/UpdateFindingsResult.h>
153#include <aws/securityhub/model/UpdateInsightResult.h>
154#include <aws/securityhub/model/UpdateOrganizationConfigurationResult.h>
155#include <aws/securityhub/model/UpdateSecurityControlResult.h>
156#include <aws/securityhub/model/UpdateSecurityHubConfigurationRequest.h>
157#include <aws/securityhub/model/UpdateSecurityHubConfigurationResult.h>
158#include <aws/securityhub/model/UpdateStandardsControlResult.h>
159/* End of service model headers required in SecurityHubClient header */
160
161namespace Aws {
162namespace Http {
163class HttpClient;
164class HttpClientFactory;
165} // namespace Http
166
167namespace Utils {
168template <typename R, typename E>
169class Outcome;
170
171namespace Threading {
172class Executor;
173} // namespace Threading
174} // namespace Utils
175
176namespace Auth {
177class AWSCredentials;
178class AWSCredentialsProvider;
179} // namespace Auth
180
181namespace Client {
182class RetryStrategy;
183} // namespace Client
184
185namespace SecurityHub {
189
190namespace Model {
191/* Service model forward declarations required in SecurityHubClient header */
192class AcceptAdministratorInvitationRequest;
193class BatchDeleteAutomationRulesRequest;
194class BatchDisableStandardsRequest;
195class BatchEnableStandardsRequest;
196class BatchGetAutomationRulesRequest;
197class BatchGetConfigurationPolicyAssociationsRequest;
198class BatchGetSecurityControlsRequest;
199class BatchGetStandardsControlAssociationsRequest;
200class BatchImportFindingsRequest;
201class BatchUpdateAutomationRulesRequest;
202class BatchUpdateFindingsRequest;
203class BatchUpdateFindingsV2Request;
204class BatchUpdateStandardsControlAssociationsRequest;
205class CreateActionTargetRequest;
206class CreateAggregatorV2Request;
207class CreateAutomationRuleRequest;
208class CreateAutomationRuleV2Request;
209class CreateConfigurationPolicyRequest;
210class CreateConnectorV2Request;
211class CreateFindingAggregatorRequest;
212class CreateInsightRequest;
213class CreateMembersRequest;
214class CreateTicketV2Request;
215class DeclineInvitationsRequest;
216class DeleteActionTargetRequest;
217class DeleteAggregatorV2Request;
218class DeleteAutomationRuleV2Request;
219class DeleteConfigurationPolicyRequest;
220class DeleteConnectorV2Request;
221class DeleteFindingAggregatorRequest;
222class DeleteInsightRequest;
223class DeleteInvitationsRequest;
224class DeleteMembersRequest;
225class DescribeActionTargetsRequest;
226class DescribeHubRequest;
227class DescribeOrganizationConfigurationRequest;
228class DescribeProductsRequest;
229class DescribeProductsV2Request;
230class DescribeSecurityHubV2Request;
231class DescribeStandardsRequest;
232class DescribeStandardsControlsRequest;
233class DisableImportFindingsForProductRequest;
234class DisableOrganizationAdminAccountRequest;
235class DisableSecurityHubRequest;
236class DisableSecurityHubV2Request;
237class DisassociateFromAdministratorAccountRequest;
238class DisassociateMembersRequest;
239class EnableImportFindingsForProductRequest;
240class EnableOrganizationAdminAccountRequest;
241class EnableSecurityHubRequest;
242class EnableSecurityHubV2Request;
243class GetAdministratorAccountRequest;
244class GetAggregatorV2Request;
245class GetAutomationRuleV2Request;
246class GetConfigurationPolicyRequest;
247class GetConfigurationPolicyAssociationRequest;
248class GetConnectorV2Request;
249class GetEnabledStandardsRequest;
250class GetFindingAggregatorRequest;
251class GetFindingHistoryRequest;
252class GetFindingStatisticsV2Request;
253class GetFindingsRequest;
254class GetFindingsTrendsV2Request;
255class GetFindingsV2Request;
256class GetInsightResultsRequest;
257class GetInsightsRequest;
258class GetInvitationsCountRequest;
259class GetMembersRequest;
260class GetResourcesStatisticsV2Request;
261class GetResourcesTrendsV2Request;
262class GetResourcesV2Request;
263class GetSecurityControlDefinitionRequest;
264class InviteMembersRequest;
265class ListAggregatorsV2Request;
266class ListAutomationRulesRequest;
267class ListAutomationRulesV2Request;
268class ListConfigurationPoliciesRequest;
269class ListConfigurationPolicyAssociationsRequest;
270class ListConnectorsV2Request;
271class ListEnabledProductsForImportRequest;
272class ListFindingAggregatorsRequest;
273class ListInvitationsRequest;
274class ListMembersRequest;
275class ListOrganizationAdminAccountsRequest;
276class ListSecurityControlDefinitionsRequest;
277class ListStandardsControlAssociationsRequest;
278class ListTagsForResourceRequest;
279class RegisterConnectorV2Request;
280class StartConfigurationPolicyAssociationRequest;
281class StartConfigurationPolicyDisassociationRequest;
282class TagResourceRequest;
283class UntagResourceRequest;
284class UpdateActionTargetRequest;
285class UpdateAggregatorV2Request;
286class UpdateAutomationRuleV2Request;
287class UpdateConfigurationPolicyRequest;
288class UpdateConnectorV2Request;
289class UpdateFindingAggregatorRequest;
290class UpdateFindingsRequest;
291class UpdateInsightRequest;
292class UpdateOrganizationConfigurationRequest;
293class UpdateSecurityControlRequest;
294class UpdateSecurityHubConfigurationRequest;
295class UpdateStandardsControlRequest;
296/* End of service model forward declarations required in SecurityHubClient header */
297
298/* Service model Outcome class definitions */
403/* End of service model Outcome class definitions */
404
405/* Service model Outcome callable definitions */
406typedef std::future<AcceptAdministratorInvitationOutcome> AcceptAdministratorInvitationOutcomeCallable;
407typedef std::future<BatchDeleteAutomationRulesOutcome> BatchDeleteAutomationRulesOutcomeCallable;
408typedef std::future<BatchDisableStandardsOutcome> BatchDisableStandardsOutcomeCallable;
409typedef std::future<BatchEnableStandardsOutcome> BatchEnableStandardsOutcomeCallable;
410typedef std::future<BatchGetAutomationRulesOutcome> BatchGetAutomationRulesOutcomeCallable;
411typedef std::future<BatchGetConfigurationPolicyAssociationsOutcome> BatchGetConfigurationPolicyAssociationsOutcomeCallable;
412typedef std::future<BatchGetSecurityControlsOutcome> BatchGetSecurityControlsOutcomeCallable;
413typedef std::future<BatchGetStandardsControlAssociationsOutcome> BatchGetStandardsControlAssociationsOutcomeCallable;
414typedef std::future<BatchImportFindingsOutcome> BatchImportFindingsOutcomeCallable;
415typedef std::future<BatchUpdateAutomationRulesOutcome> BatchUpdateAutomationRulesOutcomeCallable;
416typedef std::future<BatchUpdateFindingsOutcome> BatchUpdateFindingsOutcomeCallable;
417typedef std::future<BatchUpdateFindingsV2Outcome> BatchUpdateFindingsV2OutcomeCallable;
418typedef std::future<BatchUpdateStandardsControlAssociationsOutcome> BatchUpdateStandardsControlAssociationsOutcomeCallable;
419typedef std::future<CreateActionTargetOutcome> CreateActionTargetOutcomeCallable;
420typedef std::future<CreateAggregatorV2Outcome> CreateAggregatorV2OutcomeCallable;
421typedef std::future<CreateAutomationRuleOutcome> CreateAutomationRuleOutcomeCallable;
422typedef std::future<CreateAutomationRuleV2Outcome> CreateAutomationRuleV2OutcomeCallable;
423typedef std::future<CreateConfigurationPolicyOutcome> CreateConfigurationPolicyOutcomeCallable;
424typedef std::future<CreateConnectorV2Outcome> CreateConnectorV2OutcomeCallable;
425typedef std::future<CreateFindingAggregatorOutcome> CreateFindingAggregatorOutcomeCallable;
426typedef std::future<CreateInsightOutcome> CreateInsightOutcomeCallable;
427typedef std::future<CreateMembersOutcome> CreateMembersOutcomeCallable;
428typedef std::future<CreateTicketV2Outcome> CreateTicketV2OutcomeCallable;
429typedef std::future<DeclineInvitationsOutcome> DeclineInvitationsOutcomeCallable;
430typedef std::future<DeleteActionTargetOutcome> DeleteActionTargetOutcomeCallable;
431typedef std::future<DeleteAggregatorV2Outcome> DeleteAggregatorV2OutcomeCallable;
432typedef std::future<DeleteAutomationRuleV2Outcome> DeleteAutomationRuleV2OutcomeCallable;
433typedef std::future<DeleteConfigurationPolicyOutcome> DeleteConfigurationPolicyOutcomeCallable;
434typedef std::future<DeleteConnectorV2Outcome> DeleteConnectorV2OutcomeCallable;
435typedef std::future<DeleteFindingAggregatorOutcome> DeleteFindingAggregatorOutcomeCallable;
436typedef std::future<DeleteInsightOutcome> DeleteInsightOutcomeCallable;
437typedef std::future<DeleteInvitationsOutcome> DeleteInvitationsOutcomeCallable;
438typedef std::future<DeleteMembersOutcome> DeleteMembersOutcomeCallable;
439typedef std::future<DescribeActionTargetsOutcome> DescribeActionTargetsOutcomeCallable;
440typedef std::future<DescribeHubOutcome> DescribeHubOutcomeCallable;
441typedef std::future<DescribeOrganizationConfigurationOutcome> DescribeOrganizationConfigurationOutcomeCallable;
442typedef std::future<DescribeProductsOutcome> DescribeProductsOutcomeCallable;
443typedef std::future<DescribeProductsV2Outcome> DescribeProductsV2OutcomeCallable;
444typedef std::future<DescribeSecurityHubV2Outcome> DescribeSecurityHubV2OutcomeCallable;
445typedef std::future<DescribeStandardsOutcome> DescribeStandardsOutcomeCallable;
446typedef std::future<DescribeStandardsControlsOutcome> DescribeStandardsControlsOutcomeCallable;
447typedef std::future<DisableImportFindingsForProductOutcome> DisableImportFindingsForProductOutcomeCallable;
448typedef std::future<DisableOrganizationAdminAccountOutcome> DisableOrganizationAdminAccountOutcomeCallable;
449typedef std::future<DisableSecurityHubOutcome> DisableSecurityHubOutcomeCallable;
450typedef std::future<DisableSecurityHubV2Outcome> DisableSecurityHubV2OutcomeCallable;
451typedef std::future<DisassociateFromAdministratorAccountOutcome> DisassociateFromAdministratorAccountOutcomeCallable;
452typedef std::future<DisassociateMembersOutcome> DisassociateMembersOutcomeCallable;
453typedef std::future<EnableImportFindingsForProductOutcome> EnableImportFindingsForProductOutcomeCallable;
454typedef std::future<EnableOrganizationAdminAccountOutcome> EnableOrganizationAdminAccountOutcomeCallable;
455typedef std::future<EnableSecurityHubOutcome> EnableSecurityHubOutcomeCallable;
456typedef std::future<EnableSecurityHubV2Outcome> EnableSecurityHubV2OutcomeCallable;
457typedef std::future<GetAdministratorAccountOutcome> GetAdministratorAccountOutcomeCallable;
458typedef std::future<GetAggregatorV2Outcome> GetAggregatorV2OutcomeCallable;
459typedef std::future<GetAutomationRuleV2Outcome> GetAutomationRuleV2OutcomeCallable;
460typedef std::future<GetConfigurationPolicyOutcome> GetConfigurationPolicyOutcomeCallable;
461typedef std::future<GetConfigurationPolicyAssociationOutcome> GetConfigurationPolicyAssociationOutcomeCallable;
462typedef std::future<GetConnectorV2Outcome> GetConnectorV2OutcomeCallable;
463typedef std::future<GetEnabledStandardsOutcome> GetEnabledStandardsOutcomeCallable;
464typedef std::future<GetFindingAggregatorOutcome> GetFindingAggregatorOutcomeCallable;
465typedef std::future<GetFindingHistoryOutcome> GetFindingHistoryOutcomeCallable;
466typedef std::future<GetFindingStatisticsV2Outcome> GetFindingStatisticsV2OutcomeCallable;
467typedef std::future<GetFindingsOutcome> GetFindingsOutcomeCallable;
468typedef std::future<GetFindingsTrendsV2Outcome> GetFindingsTrendsV2OutcomeCallable;
469typedef std::future<GetFindingsV2Outcome> GetFindingsV2OutcomeCallable;
470typedef std::future<GetInsightResultsOutcome> GetInsightResultsOutcomeCallable;
471typedef std::future<GetInsightsOutcome> GetInsightsOutcomeCallable;
472typedef std::future<GetInvitationsCountOutcome> GetInvitationsCountOutcomeCallable;
473typedef std::future<GetMembersOutcome> GetMembersOutcomeCallable;
474typedef std::future<GetResourcesStatisticsV2Outcome> GetResourcesStatisticsV2OutcomeCallable;
475typedef std::future<GetResourcesTrendsV2Outcome> GetResourcesTrendsV2OutcomeCallable;
476typedef std::future<GetResourcesV2Outcome> GetResourcesV2OutcomeCallable;
477typedef std::future<GetSecurityControlDefinitionOutcome> GetSecurityControlDefinitionOutcomeCallable;
478typedef std::future<InviteMembersOutcome> InviteMembersOutcomeCallable;
479typedef std::future<ListAggregatorsV2Outcome> ListAggregatorsV2OutcomeCallable;
480typedef std::future<ListAutomationRulesOutcome> ListAutomationRulesOutcomeCallable;
481typedef std::future<ListAutomationRulesV2Outcome> ListAutomationRulesV2OutcomeCallable;
482typedef std::future<ListConfigurationPoliciesOutcome> ListConfigurationPoliciesOutcomeCallable;
483typedef std::future<ListConfigurationPolicyAssociationsOutcome> ListConfigurationPolicyAssociationsOutcomeCallable;
484typedef std::future<ListConnectorsV2Outcome> ListConnectorsV2OutcomeCallable;
485typedef std::future<ListEnabledProductsForImportOutcome> ListEnabledProductsForImportOutcomeCallable;
486typedef std::future<ListFindingAggregatorsOutcome> ListFindingAggregatorsOutcomeCallable;
487typedef std::future<ListInvitationsOutcome> ListInvitationsOutcomeCallable;
488typedef std::future<ListMembersOutcome> ListMembersOutcomeCallable;
489typedef std::future<ListOrganizationAdminAccountsOutcome> ListOrganizationAdminAccountsOutcomeCallable;
490typedef std::future<ListSecurityControlDefinitionsOutcome> ListSecurityControlDefinitionsOutcomeCallable;
491typedef std::future<ListStandardsControlAssociationsOutcome> ListStandardsControlAssociationsOutcomeCallable;
492typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
493typedef std::future<RegisterConnectorV2Outcome> RegisterConnectorV2OutcomeCallable;
494typedef std::future<StartConfigurationPolicyAssociationOutcome> StartConfigurationPolicyAssociationOutcomeCallable;
495typedef std::future<StartConfigurationPolicyDisassociationOutcome> StartConfigurationPolicyDisassociationOutcomeCallable;
496typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
497typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
498typedef std::future<UpdateActionTargetOutcome> UpdateActionTargetOutcomeCallable;
499typedef std::future<UpdateAggregatorV2Outcome> UpdateAggregatorV2OutcomeCallable;
500typedef std::future<UpdateAutomationRuleV2Outcome> UpdateAutomationRuleV2OutcomeCallable;
501typedef std::future<UpdateConfigurationPolicyOutcome> UpdateConfigurationPolicyOutcomeCallable;
502typedef std::future<UpdateConnectorV2Outcome> UpdateConnectorV2OutcomeCallable;
503typedef std::future<UpdateFindingAggregatorOutcome> UpdateFindingAggregatorOutcomeCallable;
504typedef std::future<UpdateFindingsOutcome> UpdateFindingsOutcomeCallable;
505typedef std::future<UpdateInsightOutcome> UpdateInsightOutcomeCallable;
506typedef std::future<UpdateOrganizationConfigurationOutcome> UpdateOrganizationConfigurationOutcomeCallable;
507typedef std::future<UpdateSecurityControlOutcome> UpdateSecurityControlOutcomeCallable;
508typedef std::future<UpdateSecurityHubConfigurationOutcome> UpdateSecurityHubConfigurationOutcomeCallable;
509typedef std::future<UpdateStandardsControlOutcome> UpdateStandardsControlOutcomeCallable;
510/* End of service model Outcome callable definitions */
511} // namespace Model
512
514
515/* Service model async handlers definitions */
516typedef std::function<void(const SecurityHubClient*, const Model::AcceptAdministratorInvitationRequest&,
518 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
520typedef std::function<void(const SecurityHubClient*, const Model::BatchDeleteAutomationRulesRequest&,
521 const Model::BatchDeleteAutomationRulesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
524 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
526typedef std::function<void(const SecurityHubClient*, const Model::BatchEnableStandardsRequest&, const Model::BatchEnableStandardsOutcome&,
527 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
529typedef std::function<void(const SecurityHubClient*, const Model::BatchGetAutomationRulesRequest&,
530 const Model::BatchGetAutomationRulesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
532typedef std::function<void(const SecurityHubClient*, const Model::BatchGetConfigurationPolicyAssociationsRequest&,
534 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
536typedef std::function<void(const SecurityHubClient*, const Model::BatchGetSecurityControlsRequest&,
537 const Model::BatchGetSecurityControlsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
539typedef std::function<void(const SecurityHubClient*, const Model::BatchGetStandardsControlAssociationsRequest&,
541 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
543typedef std::function<void(const SecurityHubClient*, const Model::BatchImportFindingsRequest&, const Model::BatchImportFindingsOutcome&,
544 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
546typedef std::function<void(const SecurityHubClient*, const Model::BatchUpdateAutomationRulesRequest&,
547 const Model::BatchUpdateAutomationRulesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
549typedef std::function<void(const SecurityHubClient*, const Model::BatchUpdateFindingsRequest&, const Model::BatchUpdateFindingsOutcome&,
550 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
553 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
555typedef std::function<void(const SecurityHubClient*, const Model::BatchUpdateStandardsControlAssociationsRequest&,
557 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
559typedef std::function<void(const SecurityHubClient*, const Model::CreateActionTargetRequest&, const Model::CreateActionTargetOutcome&,
560 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
562typedef std::function<void(const SecurityHubClient*, const Model::CreateAggregatorV2Request&, const Model::CreateAggregatorV2Outcome&,
563 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
565typedef std::function<void(const SecurityHubClient*, const Model::CreateAutomationRuleRequest&, const Model::CreateAutomationRuleOutcome&,
566 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
568typedef std::function<void(const SecurityHubClient*, const Model::CreateAutomationRuleV2Request&,
569 const Model::CreateAutomationRuleV2Outcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
571typedef std::function<void(const SecurityHubClient*, const Model::CreateConfigurationPolicyRequest&,
572 const Model::CreateConfigurationPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
574typedef std::function<void(const SecurityHubClient*, const Model::CreateConnectorV2Request&, const Model::CreateConnectorV2Outcome&,
575 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
577typedef std::function<void(const SecurityHubClient*, const Model::CreateFindingAggregatorRequest&,
578 const Model::CreateFindingAggregatorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
580typedef std::function<void(const SecurityHubClient*, const Model::CreateInsightRequest&, const Model::CreateInsightOutcome&,
581 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
583typedef std::function<void(const SecurityHubClient*, const Model::CreateMembersRequest&, const Model::CreateMembersOutcome&,
584 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
586typedef std::function<void(const SecurityHubClient*, const Model::CreateTicketV2Request&, const Model::CreateTicketV2Outcome&,
587 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
589typedef std::function<void(const SecurityHubClient*, const Model::DeclineInvitationsRequest&, const Model::DeclineInvitationsOutcome&,
590 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
592typedef std::function<void(const SecurityHubClient*, const Model::DeleteActionTargetRequest&, const Model::DeleteActionTargetOutcome&,
593 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
595typedef std::function<void(const SecurityHubClient*, const Model::DeleteAggregatorV2Request&, const Model::DeleteAggregatorV2Outcome&,
596 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
598typedef std::function<void(const SecurityHubClient*, const Model::DeleteAutomationRuleV2Request&,
599 const Model::DeleteAutomationRuleV2Outcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
601typedef std::function<void(const SecurityHubClient*, const Model::DeleteConfigurationPolicyRequest&,
602 const Model::DeleteConfigurationPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
604typedef std::function<void(const SecurityHubClient*, const Model::DeleteConnectorV2Request&, const Model::DeleteConnectorV2Outcome&,
605 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
607typedef std::function<void(const SecurityHubClient*, const Model::DeleteFindingAggregatorRequest&,
608 const Model::DeleteFindingAggregatorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
610typedef std::function<void(const SecurityHubClient*, const Model::DeleteInsightRequest&, const Model::DeleteInsightOutcome&,
611 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
613typedef std::function<void(const SecurityHubClient*, const Model::DeleteInvitationsRequest&, const Model::DeleteInvitationsOutcome&,
614 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
616typedef std::function<void(const SecurityHubClient*, const Model::DeleteMembersRequest&, const Model::DeleteMembersOutcome&,
617 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
620 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
622typedef std::function<void(const SecurityHubClient*, const Model::DescribeHubRequest&, const Model::DescribeHubOutcome&,
623 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
625typedef std::function<void(const SecurityHubClient*, const Model::DescribeOrganizationConfigurationRequest&,
627 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
629typedef std::function<void(const SecurityHubClient*, const Model::DescribeProductsRequest&, const Model::DescribeProductsOutcome&,
630 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
632typedef std::function<void(const SecurityHubClient*, const Model::DescribeProductsV2Request&, const Model::DescribeProductsV2Outcome&,
633 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
636 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
638typedef std::function<void(const SecurityHubClient*, const Model::DescribeStandardsRequest&, const Model::DescribeStandardsOutcome&,
639 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
641typedef std::function<void(const SecurityHubClient*, const Model::DescribeStandardsControlsRequest&,
642 const Model::DescribeStandardsControlsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
644typedef std::function<void(const SecurityHubClient*, const Model::DisableImportFindingsForProductRequest&,
646 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
648typedef std::function<void(const SecurityHubClient*, const Model::DisableOrganizationAdminAccountRequest&,
650 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
652typedef std::function<void(const SecurityHubClient*, const Model::DisableSecurityHubRequest&, const Model::DisableSecurityHubOutcome&,
653 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
655typedef std::function<void(const SecurityHubClient*, const Model::DisableSecurityHubV2Request&, const Model::DisableSecurityHubV2Outcome&,
656 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
658typedef std::function<void(const SecurityHubClient*, const Model::DisassociateFromAdministratorAccountRequest&,
660 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
662typedef std::function<void(const SecurityHubClient*, const Model::DisassociateMembersRequest&, const Model::DisassociateMembersOutcome&,
663 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
665typedef std::function<void(const SecurityHubClient*, const Model::EnableImportFindingsForProductRequest&,
667 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
669typedef std::function<void(const SecurityHubClient*, const Model::EnableOrganizationAdminAccountRequest&,
671 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
673typedef std::function<void(const SecurityHubClient*, const Model::EnableSecurityHubRequest&, const Model::EnableSecurityHubOutcome&,
674 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
676typedef std::function<void(const SecurityHubClient*, const Model::EnableSecurityHubV2Request&, const Model::EnableSecurityHubV2Outcome&,
677 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
679typedef std::function<void(const SecurityHubClient*, const Model::GetAdministratorAccountRequest&,
680 const Model::GetAdministratorAccountOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
682typedef std::function<void(const SecurityHubClient*, const Model::GetAggregatorV2Request&, const Model::GetAggregatorV2Outcome&,
683 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
685typedef std::function<void(const SecurityHubClient*, const Model::GetAutomationRuleV2Request&, const Model::GetAutomationRuleV2Outcome&,
686 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
688typedef std::function<void(const SecurityHubClient*, const Model::GetConfigurationPolicyRequest&,
689 const Model::GetConfigurationPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
691typedef std::function<void(const SecurityHubClient*, const Model::GetConfigurationPolicyAssociationRequest&,
693 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
695typedef std::function<void(const SecurityHubClient*, const Model::GetConnectorV2Request&, const Model::GetConnectorV2Outcome&,
696 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
698typedef std::function<void(const SecurityHubClient*, const Model::GetEnabledStandardsRequest&, const Model::GetEnabledStandardsOutcome&,
699 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
701typedef std::function<void(const SecurityHubClient*, const Model::GetFindingAggregatorRequest&, const Model::GetFindingAggregatorOutcome&,
702 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
704typedef std::function<void(const SecurityHubClient*, const Model::GetFindingHistoryRequest&, const Model::GetFindingHistoryOutcome&,
705 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
707typedef std::function<void(const SecurityHubClient*, const Model::GetFindingStatisticsV2Request&,
708 const Model::GetFindingStatisticsV2Outcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
710typedef std::function<void(const SecurityHubClient*, const Model::GetFindingsRequest&, const Model::GetFindingsOutcome&,
711 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
713typedef std::function<void(const SecurityHubClient*, const Model::GetFindingsTrendsV2Request&, const Model::GetFindingsTrendsV2Outcome&,
714 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
716typedef std::function<void(const SecurityHubClient*, const Model::GetFindingsV2Request&, const Model::GetFindingsV2Outcome&,
717 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
719typedef std::function<void(const SecurityHubClient*, const Model::GetInsightResultsRequest&, const Model::GetInsightResultsOutcome&,
720 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
722typedef std::function<void(const SecurityHubClient*, const Model::GetInsightsRequest&, const Model::GetInsightsOutcome&,
723 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
725typedef std::function<void(const SecurityHubClient*, const Model::GetInvitationsCountRequest&, const Model::GetInvitationsCountOutcome&,
726 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
728typedef std::function<void(const SecurityHubClient*, const Model::GetMembersRequest&, const Model::GetMembersOutcome&,
729 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
731typedef std::function<void(const SecurityHubClient*, const Model::GetResourcesStatisticsV2Request&,
732 const Model::GetResourcesStatisticsV2Outcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
734typedef std::function<void(const SecurityHubClient*, const Model::GetResourcesTrendsV2Request&, const Model::GetResourcesTrendsV2Outcome&,
735 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
737typedef std::function<void(const SecurityHubClient*, const Model::GetResourcesV2Request&, const Model::GetResourcesV2Outcome&,
738 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
740typedef std::function<void(const SecurityHubClient*, const Model::GetSecurityControlDefinitionRequest&,
742 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
744typedef std::function<void(const SecurityHubClient*, const Model::InviteMembersRequest&, const Model::InviteMembersOutcome&,
745 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
747typedef std::function<void(const SecurityHubClient*, const Model::ListAggregatorsV2Request&, const Model::ListAggregatorsV2Outcome&,
748 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
750typedef std::function<void(const SecurityHubClient*, const Model::ListAutomationRulesRequest&, const Model::ListAutomationRulesOutcome&,
751 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
754 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
756typedef std::function<void(const SecurityHubClient*, const Model::ListConfigurationPoliciesRequest&,
757 const Model::ListConfigurationPoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
759typedef std::function<void(const SecurityHubClient*, const Model::ListConfigurationPolicyAssociationsRequest&,
761 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
763typedef std::function<void(const SecurityHubClient*, const Model::ListConnectorsV2Request&, const Model::ListConnectorsV2Outcome&,
764 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
766typedef std::function<void(const SecurityHubClient*, const Model::ListEnabledProductsForImportRequest&,
768 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
770typedef std::function<void(const SecurityHubClient*, const Model::ListFindingAggregatorsRequest&,
771 const Model::ListFindingAggregatorsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
773typedef std::function<void(const SecurityHubClient*, const Model::ListInvitationsRequest&, const Model::ListInvitationsOutcome&,
774 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
776typedef std::function<void(const SecurityHubClient*, const Model::ListMembersRequest&, const Model::ListMembersOutcome&,
777 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
779typedef std::function<void(const SecurityHubClient*, const Model::ListOrganizationAdminAccountsRequest&,
781 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
783typedef std::function<void(const SecurityHubClient*, const Model::ListSecurityControlDefinitionsRequest&,
785 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
787typedef std::function<void(const SecurityHubClient*, const Model::ListStandardsControlAssociationsRequest&,
789 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
791typedef std::function<void(const SecurityHubClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
792 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
794typedef std::function<void(const SecurityHubClient*, const Model::RegisterConnectorV2Request&, const Model::RegisterConnectorV2Outcome&,
795 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
797typedef std::function<void(const SecurityHubClient*, const Model::StartConfigurationPolicyAssociationRequest&,
799 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
801typedef std::function<void(const SecurityHubClient*, const Model::StartConfigurationPolicyDisassociationRequest&,
803 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
805typedef std::function<void(const SecurityHubClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
806 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
808typedef std::function<void(const SecurityHubClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
809 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
811typedef std::function<void(const SecurityHubClient*, const Model::UpdateActionTargetRequest&, const Model::UpdateActionTargetOutcome&,
812 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
814typedef std::function<void(const SecurityHubClient*, const Model::UpdateAggregatorV2Request&, const Model::UpdateAggregatorV2Outcome&,
815 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
817typedef std::function<void(const SecurityHubClient*, const Model::UpdateAutomationRuleV2Request&,
818 const Model::UpdateAutomationRuleV2Outcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
820typedef std::function<void(const SecurityHubClient*, const Model::UpdateConfigurationPolicyRequest&,
821 const Model::UpdateConfigurationPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
823typedef std::function<void(const SecurityHubClient*, const Model::UpdateConnectorV2Request&, const Model::UpdateConnectorV2Outcome&,
824 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
826typedef std::function<void(const SecurityHubClient*, const Model::UpdateFindingAggregatorRequest&,
827 const Model::UpdateFindingAggregatorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
829typedef std::function<void(const SecurityHubClient*, const Model::UpdateFindingsRequest&, const Model::UpdateFindingsOutcome&,
830 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
832typedef std::function<void(const SecurityHubClient*, const Model::UpdateInsightRequest&, const Model::UpdateInsightOutcome&,
833 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
835typedef std::function<void(const SecurityHubClient*, const Model::UpdateOrganizationConfigurationRequest&,
837 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
840 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
842typedef std::function<void(const SecurityHubClient*, const Model::UpdateSecurityHubConfigurationRequest&,
844 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
846typedef std::function<void(const SecurityHubClient*, const Model::UpdateStandardsControlRequest&,
847 const Model::UpdateStandardsControlOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
849/* End of service model async handlers definitions */
850} // namespace SecurityHub
851} // namespace Aws
EndpointProviderBase< SecurityHubClientConfiguration, SecurityHubBuiltInParameters, SecurityHubClientContextParameters > SecurityHubEndpointProviderBase
std::future< DescribeActionTargetsOutcome > DescribeActionTargetsOutcomeCallable
std::future< ListEnabledProductsForImportOutcome > ListEnabledProductsForImportOutcomeCallable
Aws::Utils::Outcome< EnableOrganizationAdminAccountResult, SecurityHubError > EnableOrganizationAdminAccountOutcome
Aws::Utils::Outcome< GetAdministratorAccountResult, SecurityHubError > GetAdministratorAccountOutcome
std::future< DescribeHubOutcome > DescribeHubOutcomeCallable
Aws::Utils::Outcome< DescribeProductsResult, SecurityHubError > DescribeProductsOutcome
Aws::Utils::Outcome< ListSecurityControlDefinitionsResult, SecurityHubError > ListSecurityControlDefinitionsOutcome
std::future< UpdateFindingAggregatorOutcome > UpdateFindingAggregatorOutcomeCallable
std::future< DeleteActionTargetOutcome > DeleteActionTargetOutcomeCallable
std::future< DeleteInsightOutcome > DeleteInsightOutcomeCallable
std::future< CreateMembersOutcome > CreateMembersOutcomeCallable
Aws::Utils::Outcome< UpdateConnectorV2Result, SecurityHubError > UpdateConnectorV2Outcome
Aws::Utils::Outcome< DisassociateFromAdministratorAccountResult, SecurityHubError > DisassociateFromAdministratorAccountOutcome
std::future< ListSecurityControlDefinitionsOutcome > ListSecurityControlDefinitionsOutcomeCallable
Aws::Utils::Outcome< BatchGetConfigurationPolicyAssociationsResult, SecurityHubError > BatchGetConfigurationPolicyAssociationsOutcome
Aws::Utils::Outcome< DeleteConfigurationPolicyResult, SecurityHubError > DeleteConfigurationPolicyOutcome
std::future< BatchEnableStandardsOutcome > BatchEnableStandardsOutcomeCallable
Aws::Utils::Outcome< BatchUpdateFindingsV2Result, SecurityHubError > BatchUpdateFindingsV2Outcome
std::future< UpdateAggregatorV2Outcome > UpdateAggregatorV2OutcomeCallable
Aws::Utils::Outcome< ListFindingAggregatorsResult, SecurityHubError > ListFindingAggregatorsOutcome
Aws::Utils::Outcome< GetConfigurationPolicyResult, SecurityHubError > GetConfigurationPolicyOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, SecurityHubError > ListTagsForResourceOutcome
Aws::Utils::Outcome< DescribeStandardsResult, SecurityHubError > DescribeStandardsOutcome
Aws::Utils::Outcome< DeleteInvitationsResult, SecurityHubError > DeleteInvitationsOutcome
std::future< GetFindingHistoryOutcome > GetFindingHistoryOutcomeCallable
Aws::Utils::Outcome< UpdateSecurityControlResult, SecurityHubError > UpdateSecurityControlOutcome
Aws::Utils::Outcome< GetMembersResult, SecurityHubError > GetMembersOutcome
std::future< DeleteAutomationRuleV2Outcome > DeleteAutomationRuleV2OutcomeCallable
Aws::Utils::Outcome< DeclineInvitationsResult, SecurityHubError > DeclineInvitationsOutcome
std::future< ListStandardsControlAssociationsOutcome > ListStandardsControlAssociationsOutcomeCallable
Aws::Utils::Outcome< DescribeHubResult, SecurityHubError > DescribeHubOutcome
std::future< EnableOrganizationAdminAccountOutcome > EnableOrganizationAdminAccountOutcomeCallable
Aws::Utils::Outcome< CreateAggregatorV2Result, SecurityHubError > CreateAggregatorV2Outcome
std::future< BatchDisableStandardsOutcome > BatchDisableStandardsOutcomeCallable
std::future< GetFindingsV2Outcome > GetFindingsV2OutcomeCallable
Aws::Utils::Outcome< ListStandardsControlAssociationsResult, SecurityHubError > ListStandardsControlAssociationsOutcome
Aws::Utils::Outcome< BatchGetAutomationRulesResult, SecurityHubError > BatchGetAutomationRulesOutcome
Aws::Utils::Outcome< BatchUpdateStandardsControlAssociationsResult, SecurityHubError > BatchUpdateStandardsControlAssociationsOutcome
std::future< UpdateActionTargetOutcome > UpdateActionTargetOutcomeCallable
std::future< CreateInsightOutcome > CreateInsightOutcomeCallable
Aws::Utils::Outcome< ListAggregatorsV2Result, SecurityHubError > ListAggregatorsV2Outcome
std::future< GetFindingsOutcome > GetFindingsOutcomeCallable
std::future< GetInsightsOutcome > GetInsightsOutcomeCallable
Aws::Utils::Outcome< GetFindingsV2Result, SecurityHubError > GetFindingsV2Outcome
Aws::Utils::Outcome< ListEnabledProductsForImportResult, SecurityHubError > ListEnabledProductsForImportOutcome
Aws::Utils::Outcome< DescribeProductsV2Result, SecurityHubError > DescribeProductsV2Outcome
Aws::Utils::Outcome< BatchUpdateAutomationRulesResult, SecurityHubError > BatchUpdateAutomationRulesOutcome
std::future< BatchUpdateFindingsOutcome > BatchUpdateFindingsOutcomeCallable
std::future< GetAggregatorV2Outcome > GetAggregatorV2OutcomeCallable
std::future< UpdateAutomationRuleV2Outcome > UpdateAutomationRuleV2OutcomeCallable
std::future< ListConfigurationPoliciesOutcome > ListConfigurationPoliciesOutcomeCallable
std::future< GetSecurityControlDefinitionOutcome > GetSecurityControlDefinitionOutcomeCallable
std::future< UpdateConfigurationPolicyOutcome > UpdateConfigurationPolicyOutcomeCallable
Aws::Utils::Outcome< GetFindingsResult, SecurityHubError > GetFindingsOutcome
std::future< BatchGetConfigurationPolicyAssociationsOutcome > BatchGetConfigurationPolicyAssociationsOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, SecurityHubError > TagResourceOutcome
Aws::Utils::Outcome< ListConfigurationPoliciesResult, SecurityHubError > ListConfigurationPoliciesOutcome
Aws::Utils::Outcome< UpdateSecurityHubConfigurationResult, SecurityHubError > UpdateSecurityHubConfigurationOutcome
Aws::Utils::Outcome< UntagResourceResult, SecurityHubError > UntagResourceOutcome
Aws::Utils::Outcome< UpdateFindingsResult, SecurityHubError > UpdateFindingsOutcome
std::future< BatchGetSecurityControlsOutcome > BatchGetSecurityControlsOutcomeCallable
std::future< DisableSecurityHubV2Outcome > DisableSecurityHubV2OutcomeCallable
std::future< GetConfigurationPolicyAssociationOutcome > GetConfigurationPolicyAssociationOutcomeCallable
std::future< GetEnabledStandardsOutcome > GetEnabledStandardsOutcomeCallable
std::future< DeleteMembersOutcome > DeleteMembersOutcomeCallable
Aws::Utils::Outcome< CreateInsightResult, SecurityHubError > CreateInsightOutcome
std::future< UpdateSecurityControlOutcome > UpdateSecurityControlOutcomeCallable
std::future< BatchGetStandardsControlAssociationsOutcome > BatchGetStandardsControlAssociationsOutcomeCallable
std::future< DeleteConnectorV2Outcome > DeleteConnectorV2OutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< UpdateStandardsControlOutcome > UpdateStandardsControlOutcomeCallable
std::future< DisableSecurityHubOutcome > DisableSecurityHubOutcomeCallable
Aws::Utils::Outcome< CreateFindingAggregatorResult, SecurityHubError > CreateFindingAggregatorOutcome
std::future< CreateAutomationRuleOutcome > CreateAutomationRuleOutcomeCallable
std::future< BatchUpdateFindingsV2Outcome > BatchUpdateFindingsV2OutcomeCallable
Aws::Utils::Outcome< UpdateStandardsControlResult, SecurityHubError > UpdateStandardsControlOutcome
Aws::Utils::Outcome< UpdateActionTargetResult, SecurityHubError > UpdateActionTargetOutcome
std::future< CreateConfigurationPolicyOutcome > CreateConfigurationPolicyOutcomeCallable
Aws::Utils::Outcome< DeleteAggregatorV2Result, SecurityHubError > DeleteAggregatorV2Outcome
Aws::Utils::Outcome< DescribeActionTargetsResult, SecurityHubError > DescribeActionTargetsOutcome
Aws::Utils::Outcome< ListAutomationRulesResult, SecurityHubError > ListAutomationRulesOutcome
std::future< BatchImportFindingsOutcome > BatchImportFindingsOutcomeCallable
std::future< GetConnectorV2Outcome > GetConnectorV2OutcomeCallable
Aws::Utils::Outcome< BatchImportFindingsResult, SecurityHubError > BatchImportFindingsOutcome
Aws::Utils::Outcome< DeleteConnectorV2Result, SecurityHubError > DeleteConnectorV2Outcome
Aws::Utils::Outcome< GetAggregatorV2Result, SecurityHubError > GetAggregatorV2Outcome
std::future< BatchUpdateStandardsControlAssociationsOutcome > BatchUpdateStandardsControlAssociationsOutcomeCallable
std::future< DescribeStandardsOutcome > DescribeStandardsOutcomeCallable
std::future< GetResourcesV2Outcome > GetResourcesV2OutcomeCallable
std::future< UpdateFindingsOutcome > UpdateFindingsOutcomeCallable
Aws::Utils::Outcome< GetFindingStatisticsV2Result, SecurityHubError > GetFindingStatisticsV2Outcome
std::future< EnableImportFindingsForProductOutcome > EnableImportFindingsForProductOutcomeCallable
Aws::Utils::Outcome< EnableSecurityHubResult, SecurityHubError > EnableSecurityHubOutcome
std::future< DisassociateFromAdministratorAccountOutcome > DisassociateFromAdministratorAccountOutcomeCallable
std::future< GetConfigurationPolicyOutcome > GetConfigurationPolicyOutcomeCallable
std::future< GetAutomationRuleV2Outcome > GetAutomationRuleV2OutcomeCallable
Aws::Utils::Outcome< DisableImportFindingsForProductResult, SecurityHubError > DisableImportFindingsForProductOutcome
Aws::Utils::Outcome< GetConnectorV2Result, SecurityHubError > GetConnectorV2Outcome
std::future< EnableSecurityHubOutcome > EnableSecurityHubOutcomeCallable
std::future< ListFindingAggregatorsOutcome > ListFindingAggregatorsOutcomeCallable
Aws::Utils::Outcome< InviteMembersResult, SecurityHubError > InviteMembersOutcome
Aws::Utils::Outcome< UpdateInsightResult, SecurityHubError > UpdateInsightOutcome
Aws::Utils::Outcome< DisableSecurityHubResult, SecurityHubError > DisableSecurityHubOutcome
std::future< CreateAutomationRuleV2Outcome > CreateAutomationRuleV2OutcomeCallable
Aws::Utils::Outcome< DeleteFindingAggregatorResult, SecurityHubError > DeleteFindingAggregatorOutcome
std::future< DescribeProductsOutcome > DescribeProductsOutcomeCallable
std::future< UpdateConnectorV2Outcome > UpdateConnectorV2OutcomeCallable
std::future< ListConnectorsV2Outcome > ListConnectorsV2OutcomeCallable
std::future< DescribeSecurityHubV2Outcome > DescribeSecurityHubV2OutcomeCallable
Aws::Utils::Outcome< CreateActionTargetResult, SecurityHubError > CreateActionTargetOutcome
Aws::Utils::Outcome< AcceptAdministratorInvitationResult, SecurityHubError > AcceptAdministratorInvitationOutcome
std::future< DeleteInvitationsOutcome > DeleteInvitationsOutcomeCallable
Aws::Utils::Outcome< ListConfigurationPolicyAssociationsResult, SecurityHubError > ListConfigurationPolicyAssociationsOutcome
Aws::Utils::Outcome< BatchGetSecurityControlsResult, SecurityHubError > BatchGetSecurityControlsOutcome
Aws::Utils::Outcome< ListMembersResult, SecurityHubError > ListMembersOutcome
Aws::Utils::Outcome< CreateMembersResult, SecurityHubError > CreateMembersOutcome
std::future< BatchUpdateAutomationRulesOutcome > BatchUpdateAutomationRulesOutcomeCallable
std::future< UpdateOrganizationConfigurationOutcome > UpdateOrganizationConfigurationOutcomeCallable
Aws::Utils::Outcome< ListInvitationsResult, SecurityHubError > ListInvitationsOutcome
std::future< StartConfigurationPolicyAssociationOutcome > StartConfigurationPolicyAssociationOutcomeCallable
Aws::Utils::Outcome< GetResourcesTrendsV2Result, SecurityHubError > GetResourcesTrendsV2Outcome
std::future< DeleteConfigurationPolicyOutcome > DeleteConfigurationPolicyOutcomeCallable
std::future< GetInsightResultsOutcome > GetInsightResultsOutcomeCallable
std::future< CreateAggregatorV2Outcome > CreateAggregatorV2OutcomeCallable
std::future< GetFindingStatisticsV2Outcome > GetFindingStatisticsV2OutcomeCallable
std::future< GetAdministratorAccountOutcome > GetAdministratorAccountOutcomeCallable
Aws::Utils::Outcome< ListAutomationRulesV2Result, SecurityHubError > ListAutomationRulesV2Outcome
std::future< BatchGetAutomationRulesOutcome > BatchGetAutomationRulesOutcomeCallable
std::future< DeclineInvitationsOutcome > DeclineInvitationsOutcomeCallable
Aws::Utils::Outcome< CreateConfigurationPolicyResult, SecurityHubError > CreateConfigurationPolicyOutcome
std::future< GetResourcesStatisticsV2Outcome > GetResourcesStatisticsV2OutcomeCallable
std::future< ListAutomationRulesOutcome > ListAutomationRulesOutcomeCallable
std::future< InviteMembersOutcome > InviteMembersOutcomeCallable
Aws::Utils::Outcome< GetSecurityControlDefinitionResult, SecurityHubError > GetSecurityControlDefinitionOutcome
Aws::Utils::Outcome< EnableImportFindingsForProductResult, SecurityHubError > EnableImportFindingsForProductOutcome
Aws::Utils::Outcome< StartConfigurationPolicyDisassociationResult, SecurityHubError > StartConfigurationPolicyDisassociationOutcome
Aws::Utils::Outcome< DeleteInsightResult, SecurityHubError > DeleteInsightOutcome
Aws::Utils::Outcome< BatchDeleteAutomationRulesResult, SecurityHubError > BatchDeleteAutomationRulesOutcome
std::future< GetMembersOutcome > GetMembersOutcomeCallable
std::future< ListOrganizationAdminAccountsOutcome > ListOrganizationAdminAccountsOutcomeCallable
std::future< ListAutomationRulesV2Outcome > ListAutomationRulesV2OutcomeCallable
Aws::Utils::Outcome< BatchEnableStandardsResult, SecurityHubError > BatchEnableStandardsOutcome
Aws::Utils::Outcome< DisableOrganizationAdminAccountResult, SecurityHubError > DisableOrganizationAdminAccountOutcome
Aws::Utils::Outcome< ListConnectorsV2Result, SecurityHubError > ListConnectorsV2Outcome
Aws::Utils::Outcome< GetInsightResultsResult, SecurityHubError > GetInsightResultsOutcome
Aws::Utils::Outcome< CreateTicketV2Result, SecurityHubError > CreateTicketV2Outcome
Aws::Utils::Outcome< DescribeSecurityHubV2Result, SecurityHubError > DescribeSecurityHubV2Outcome
Aws::Utils::Outcome< BatchGetStandardsControlAssociationsResult, SecurityHubError > BatchGetStandardsControlAssociationsOutcome
Aws::Utils::Outcome< UpdateConfigurationPolicyResult, SecurityHubError > UpdateConfigurationPolicyOutcome
std::future< DisableImportFindingsForProductOutcome > DisableImportFindingsForProductOutcomeCallable
Aws::Utils::Outcome< DeleteAutomationRuleV2Result, SecurityHubError > DeleteAutomationRuleV2Outcome
std::future< AcceptAdministratorInvitationOutcome > AcceptAdministratorInvitationOutcomeCallable
Aws::Utils::Outcome< DisassociateMembersResult, SecurityHubError > DisassociateMembersOutcome
std::future< GetResourcesTrendsV2Outcome > GetResourcesTrendsV2OutcomeCallable
std::future< UpdateSecurityHubConfigurationOutcome > UpdateSecurityHubConfigurationOutcomeCallable
Aws::Utils::Outcome< GetConfigurationPolicyAssociationResult, SecurityHubError > GetConfigurationPolicyAssociationOutcome
std::future< BatchDeleteAutomationRulesOutcome > BatchDeleteAutomationRulesOutcomeCallable
Aws::Utils::Outcome< UpdateAutomationRuleV2Result, SecurityHubError > UpdateAutomationRuleV2Outcome
std::future< StartConfigurationPolicyDisassociationOutcome > StartConfigurationPolicyDisassociationOutcomeCallable
std::future< DeleteAggregatorV2Outcome > DeleteAggregatorV2OutcomeCallable
std::future< CreateConnectorV2Outcome > CreateConnectorV2OutcomeCallable
std::future< GetFindingAggregatorOutcome > GetFindingAggregatorOutcomeCallable
Aws::Utils::Outcome< GetInvitationsCountResult, SecurityHubError > GetInvitationsCountOutcome
Aws::Utils::Outcome< DisableSecurityHubV2Result, SecurityHubError > DisableSecurityHubV2Outcome
std::future< DeleteFindingAggregatorOutcome > DeleteFindingAggregatorOutcomeCallable
Aws::Utils::Outcome< UpdateAggregatorV2Result, SecurityHubError > UpdateAggregatorV2Outcome
std::future< CreateFindingAggregatorOutcome > CreateFindingAggregatorOutcomeCallable
Aws::Utils::Outcome< DescribeStandardsControlsResult, SecurityHubError > DescribeStandardsControlsOutcome
Aws::Utils::Outcome< UpdateOrganizationConfigurationResult, SecurityHubError > UpdateOrganizationConfigurationOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< BatchUpdateFindingsResult, SecurityHubError > BatchUpdateFindingsOutcome
std::future< GetFindingsTrendsV2Outcome > GetFindingsTrendsV2OutcomeCallable
std::future< EnableSecurityHubV2Outcome > EnableSecurityHubV2OutcomeCallable
std::future< DisableOrganizationAdminAccountOutcome > DisableOrganizationAdminAccountOutcomeCallable
Aws::Utils::Outcome< GetFindingHistoryResult, SecurityHubError > GetFindingHistoryOutcome
Aws::Utils::Outcome< EnableSecurityHubV2Result, SecurityHubError > EnableSecurityHubV2Outcome
Aws::Utils::Outcome< ListOrganizationAdminAccountsResult, SecurityHubError > ListOrganizationAdminAccountsOutcome
Aws::Utils::Outcome< GetAutomationRuleV2Result, SecurityHubError > GetAutomationRuleV2Outcome
std::future< DescribeProductsV2Outcome > DescribeProductsV2OutcomeCallable
Aws::Utils::Outcome< GetFindingsTrendsV2Result, SecurityHubError > GetFindingsTrendsV2Outcome
Aws::Utils::Outcome< RegisterConnectorV2Result, SecurityHubError > RegisterConnectorV2Outcome
Aws::Utils::Outcome< GetResourcesStatisticsV2Result, SecurityHubError > GetResourcesStatisticsV2Outcome
std::future< DescribeOrganizationConfigurationOutcome > DescribeOrganizationConfigurationOutcomeCallable
std::future< RegisterConnectorV2Outcome > RegisterConnectorV2OutcomeCallable
Aws::Utils::Outcome< GetEnabledStandardsResult, SecurityHubError > GetEnabledStandardsOutcome
Aws::Utils::Outcome< UpdateFindingAggregatorResult, SecurityHubError > UpdateFindingAggregatorOutcome
std::future< CreateActionTargetOutcome > CreateActionTargetOutcomeCallable
Aws::Utils::Outcome< GetResourcesV2Result, SecurityHubError > GetResourcesV2Outcome
std::future< GetInvitationsCountOutcome > GetInvitationsCountOutcomeCallable
std::future< ListInvitationsOutcome > ListInvitationsOutcomeCallable
Aws::Utils::Outcome< CreateAutomationRuleV2Result, SecurityHubError > CreateAutomationRuleV2Outcome
std::future< ListAggregatorsV2Outcome > ListAggregatorsV2OutcomeCallable
std::future< CreateTicketV2Outcome > CreateTicketV2OutcomeCallable
std::future< UpdateInsightOutcome > UpdateInsightOutcomeCallable
std::future< ListMembersOutcome > ListMembersOutcomeCallable
Aws::Utils::Outcome< CreateAutomationRuleResult, SecurityHubError > CreateAutomationRuleOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< ListConfigurationPolicyAssociationsOutcome > ListConfigurationPolicyAssociationsOutcomeCallable
std::future< DescribeStandardsControlsOutcome > DescribeStandardsControlsOutcomeCallable
Aws::Utils::Outcome< StartConfigurationPolicyAssociationResult, SecurityHubError > StartConfigurationPolicyAssociationOutcome
Aws::Utils::Outcome< DeleteMembersResult, SecurityHubError > DeleteMembersOutcome
Aws::Utils::Outcome< GetFindingAggregatorResult, SecurityHubError > GetFindingAggregatorOutcome
Aws::Utils::Outcome< BatchDisableStandardsResult, SecurityHubError > BatchDisableStandardsOutcome
std::future< DisassociateMembersOutcome > DisassociateMembersOutcomeCallable
Aws::Utils::Outcome< GetInsightsResult, SecurityHubError > GetInsightsOutcome
Aws::Utils::Outcome< DeleteActionTargetResult, SecurityHubError > DeleteActionTargetOutcome
Aws::Utils::Outcome< CreateConnectorV2Result, SecurityHubError > CreateConnectorV2Outcome
Aws::Utils::Outcome< DescribeOrganizationConfigurationResult, SecurityHubError > DescribeOrganizationConfigurationOutcome
std::function< void(const SecurityHubClient *, const Model::BatchGetStandardsControlAssociationsRequest &, const Model::BatchGetStandardsControlAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetStandardsControlAssociationsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::CreateFindingAggregatorRequest &, const Model::CreateFindingAggregatorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateFindingAggregatorResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::BatchDisableStandardsRequest &, const Model::BatchDisableStandardsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchDisableStandardsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetEnabledStandardsRequest &, const Model::GetEnabledStandardsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEnabledStandardsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DisableOrganizationAdminAccountRequest &, const Model::DisableOrganizationAdminAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableOrganizationAdminAccountResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetResourcesStatisticsV2Request &, const Model::GetResourcesStatisticsV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourcesStatisticsV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DisableImportFindingsForProductRequest &, const Model::DisableImportFindingsForProductOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableImportFindingsForProductResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::BatchDeleteAutomationRulesRequest &, const Model::BatchDeleteAutomationRulesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchDeleteAutomationRulesResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::CreateConnectorV2Request &, const Model::CreateConnectorV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateConnectorV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DeleteMembersRequest &, const Model::DeleteMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMembersResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DisassociateFromAdministratorAccountRequest &, const Model::DisassociateFromAdministratorAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateFromAdministratorAccountResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateFindingAggregatorRequest &, const Model::UpdateFindingAggregatorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFindingAggregatorResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetSecurityControlDefinitionRequest &, const Model::GetSecurityControlDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSecurityControlDefinitionResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetConfigurationPolicyRequest &, const Model::GetConfigurationPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetConfigurationPolicyResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListFindingAggregatorsRequest &, const Model::ListFindingAggregatorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFindingAggregatorsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::BatchImportFindingsRequest &, const Model::BatchImportFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchImportFindingsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DeleteInvitationsRequest &, const Model::DeleteInvitationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteInvitationsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListOrganizationAdminAccountsRequest &, const Model::ListOrganizationAdminAccountsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListOrganizationAdminAccountsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetResourcesV2Request &, const Model::GetResourcesV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourcesV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DeclineInvitationsRequest &, const Model::DeclineInvitationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeclineInvitationsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::AcceptAdministratorInvitationRequest &, const Model::AcceptAdministratorInvitationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AcceptAdministratorInvitationResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateOrganizationConfigurationRequest &, const Model::UpdateOrganizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateOrganizationConfigurationResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::BatchUpdateStandardsControlAssociationsRequest &, const Model::BatchUpdateStandardsControlAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchUpdateStandardsControlAssociationsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetFindingsRequest &, const Model::GetFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFindingsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::BatchGetConfigurationPolicyAssociationsRequest &, const Model::BatchGetConfigurationPolicyAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetConfigurationPolicyAssociationsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::CreateAggregatorV2Request &, const Model::CreateAggregatorV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateAggregatorV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::CreateAutomationRuleV2Request &, const Model::CreateAutomationRuleV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateAutomationRuleV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::BatchUpdateAutomationRulesRequest &, const Model::BatchUpdateAutomationRulesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchUpdateAutomationRulesResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetInvitationsCountRequest &, const Model::GetInvitationsCountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetInvitationsCountResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetAggregatorV2Request &, const Model::GetAggregatorV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAggregatorV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DeleteConnectorV2Request &, const Model::DeleteConnectorV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteConnectorV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListMembersRequest &, const Model::ListMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMembersResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DeleteAggregatorV2Request &, const Model::DeleteAggregatorV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteAggregatorV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::BatchEnableStandardsRequest &, const Model::BatchEnableStandardsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchEnableStandardsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateSecurityHubConfigurationRequest &, const Model::UpdateSecurityHubConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateSecurityHubConfigurationResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DescribeProductsRequest &, const Model::DescribeProductsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeProductsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DeleteAutomationRuleV2Request &, const Model::DeleteAutomationRuleV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteAutomationRuleV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DisableSecurityHubRequest &, const Model::DisableSecurityHubOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableSecurityHubResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetFindingHistoryRequest &, const Model::GetFindingHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFindingHistoryResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetAutomationRuleV2Request &, const Model::GetAutomationRuleV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAutomationRuleV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateConfigurationPolicyRequest &, const Model::UpdateConfigurationPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateConfigurationPolicyResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateActionTargetRequest &, const Model::UpdateActionTargetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateActionTargetResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateConnectorV2Request &, const Model::UpdateConnectorV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateConnectorV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DeleteConfigurationPolicyRequest &, const Model::DeleteConfigurationPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteConfigurationPolicyResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateStandardsControlRequest &, const Model::UpdateStandardsControlOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateStandardsControlResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetInsightResultsRequest &, const Model::GetInsightResultsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetInsightResultsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DescribeHubRequest &, const Model::DescribeHubOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeHubResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::BatchGetAutomationRulesRequest &, const Model::BatchGetAutomationRulesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetAutomationRulesResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::CreateInsightRequest &, const Model::CreateInsightOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateInsightResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DisableSecurityHubV2Request &, const Model::DisableSecurityHubV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableSecurityHubV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::CreateConfigurationPolicyRequest &, const Model::CreateConfigurationPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateConfigurationPolicyResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListConnectorsV2Request &, const Model::ListConnectorsV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListConnectorsV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DescribeStandardsRequest &, const Model::DescribeStandardsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeStandardsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::RegisterConnectorV2Request &, const Model::RegisterConnectorV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RegisterConnectorV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::StartConfigurationPolicyAssociationRequest &, const Model::StartConfigurationPolicyAssociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartConfigurationPolicyAssociationResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetFindingAggregatorRequest &, const Model::GetFindingAggregatorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFindingAggregatorResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::CreateTicketV2Request &, const Model::CreateTicketV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateTicketV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::InviteMembersRequest &, const Model::InviteMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> InviteMembersResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListAggregatorsV2Request &, const Model::ListAggregatorsV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAggregatorsV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::EnableImportFindingsForProductRequest &, const Model::EnableImportFindingsForProductOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableImportFindingsForProductResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::BatchGetSecurityControlsRequest &, const Model::BatchGetSecurityControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetSecurityControlsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::BatchUpdateFindingsV2Request &, const Model::BatchUpdateFindingsV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchUpdateFindingsV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateInsightRequest &, const Model::UpdateInsightOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateInsightResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::EnableSecurityHubV2Request &, const Model::EnableSecurityHubV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableSecurityHubV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetFindingsV2Request &, const Model::GetFindingsV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFindingsV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListEnabledProductsForImportRequest &, const Model::ListEnabledProductsForImportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEnabledProductsForImportResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DescribeActionTargetsRequest &, const Model::DescribeActionTargetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeActionTargetsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::BatchUpdateFindingsRequest &, const Model::BatchUpdateFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchUpdateFindingsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::EnableOrganizationAdminAccountRequest &, const Model::EnableOrganizationAdminAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableOrganizationAdminAccountResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetResourcesTrendsV2Request &, const Model::GetResourcesTrendsV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourcesTrendsV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DeleteFindingAggregatorRequest &, const Model::DeleteFindingAggregatorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteFindingAggregatorResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::CreateAutomationRuleRequest &, const Model::CreateAutomationRuleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateAutomationRuleResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateAggregatorV2Request &, const Model::UpdateAggregatorV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateAggregatorV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DescribeSecurityHubV2Request &, const Model::DescribeSecurityHubV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeSecurityHubV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DescribeProductsV2Request &, const Model::DescribeProductsV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeProductsV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetInsightsRequest &, const Model::GetInsightsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetInsightsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DeleteActionTargetRequest &, const Model::DeleteActionTargetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteActionTargetResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DescribeStandardsControlsRequest &, const Model::DescribeStandardsControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeStandardsControlsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateAutomationRuleV2Request &, const Model::UpdateAutomationRuleV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateAutomationRuleV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetConnectorV2Request &, const Model::GetConnectorV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetConnectorV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListAutomationRulesRequest &, const Model::ListAutomationRulesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAutomationRulesResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DeleteInsightRequest &, const Model::DeleteInsightOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteInsightResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListInvitationsRequest &, const Model::ListInvitationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListInvitationsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetMembersRequest &, const Model::GetMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMembersResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DisassociateMembersRequest &, const Model::DisassociateMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateMembersResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetFindingStatisticsV2Request &, const Model::GetFindingStatisticsV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFindingStatisticsV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListConfigurationPolicyAssociationsRequest &, const Model::ListConfigurationPolicyAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListConfigurationPolicyAssociationsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::StartConfigurationPolicyDisassociationRequest &, const Model::StartConfigurationPolicyDisassociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartConfigurationPolicyDisassociationResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateFindingsRequest &, const Model::UpdateFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFindingsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListSecurityControlDefinitionsRequest &, const Model::ListSecurityControlDefinitionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSecurityControlDefinitionsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListConfigurationPoliciesRequest &, const Model::ListConfigurationPoliciesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListConfigurationPoliciesResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetConfigurationPolicyAssociationRequest &, const Model::GetConfigurationPolicyAssociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetConfigurationPolicyAssociationResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListAutomationRulesV2Request &, const Model::ListAutomationRulesV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAutomationRulesV2ResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::CreateMembersRequest &, const Model::CreateMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMembersResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::EnableSecurityHubRequest &, const Model::EnableSecurityHubOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableSecurityHubResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetAdministratorAccountRequest &, const Model::GetAdministratorAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAdministratorAccountResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::ListStandardsControlAssociationsRequest &, const Model::ListStandardsControlAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListStandardsControlAssociationsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::DescribeOrganizationConfigurationRequest &, const Model::DescribeOrganizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeOrganizationConfigurationResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::UpdateSecurityControlRequest &, const Model::UpdateSecurityControlOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateSecurityControlResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::CreateActionTargetRequest &, const Model::CreateActionTargetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateActionTargetResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::GetFindingsTrendsV2Request &, const Model::GetFindingsTrendsV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFindingsTrendsV2ResponseReceivedHandler