AWS SDK for C++

AWS SDK for C++ Version 1.11.854

Loading...
Searching...
No Matches
SecurityHubClient.h
1
6#pragma once
7#include <aws/core/client/AWSClient.h>
8#include <aws/core/client/AWSClientAsyncCRTP.h>
9#include <aws/core/client/ClientConfiguration.h>
10#include <aws/core/utils/json/JsonSerializer.h>
11#include <aws/securityhub/SecurityHubPaginationBase.h>
12#include <aws/securityhub/SecurityHubServiceClientModel.h>
13#include <aws/securityhub/SecurityHubWaiter.h>
14#include <aws/securityhub/SecurityHub_EXPORTS.h>
15
16namespace Aws {
17namespace SecurityHub {
89class AWS_SECURITYHUB_API SecurityHubClient : public Aws::Client::AWSJsonClient,
90 public Aws::Client::ClientWithAsyncTemplateMethods<SecurityHubClient>,
91 public SecurityHubPaginationBase<SecurityHubClient>,
92 public SecurityHubWaiter<SecurityHubClient> {
93 public:
95 static const char* GetServiceName();
96 static const char* GetAllocationTag();
97
100
107 std::shared_ptr<SecurityHubEndpointProviderBase> endpointProvider = nullptr);
108
114 const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<SecurityHubEndpointProviderBase> endpointProvider = nullptr,
116
122 const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
123 std::shared_ptr<SecurityHubEndpointProviderBase> endpointProvider = nullptr,
125
126 /* Legacy constructors due deprecation */
132
137 SecurityHubClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
138
143 SecurityHubClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
144 const Aws::Client::ClientConfiguration& clientConfiguration);
145
146 /* End of legacy constructors due deprecation */
148
166
171 template <typename AcceptAdministratorInvitationRequestT = Model::AcceptAdministratorInvitationRequest>
173 const AcceptAdministratorInvitationRequestT& request) const {
174 return SubmitCallable(&SecurityHubClient::AcceptAdministratorInvitation, request);
175 }
176
181 template <typename AcceptAdministratorInvitationRequestT = Model::AcceptAdministratorInvitationRequest>
182 void AcceptAdministratorInvitationAsync(const AcceptAdministratorInvitationRequestT& request,
184 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
185 return SubmitAsync(&SecurityHubClient::AcceptAdministratorInvitation, request, handler, context);
186 }
187
194 const Model::BatchDeleteAutomationRulesRequest& request) const;
195
200 template <typename BatchDeleteAutomationRulesRequestT = Model::BatchDeleteAutomationRulesRequest>
202 const BatchDeleteAutomationRulesRequestT& request) const {
203 return SubmitCallable(&SecurityHubClient::BatchDeleteAutomationRules, request);
204 }
205
210 template <typename BatchDeleteAutomationRulesRequestT = Model::BatchDeleteAutomationRulesRequest>
211 void BatchDeleteAutomationRulesAsync(const BatchDeleteAutomationRulesRequestT& request,
213 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
214 return SubmitAsync(&SecurityHubClient::BatchDeleteAutomationRules, request, handler, context);
215 }
216
227
232 template <typename BatchDisableStandardsRequestT = Model::BatchDisableStandardsRequest>
233 Model::BatchDisableStandardsOutcomeCallable BatchDisableStandardsCallable(const BatchDisableStandardsRequestT& request) const {
234 return SubmitCallable(&SecurityHubClient::BatchDisableStandards, request);
235 }
236
241 template <typename BatchDisableStandardsRequestT = Model::BatchDisableStandardsRequest>
242 void BatchDisableStandardsAsync(const BatchDisableStandardsRequestT& request, const BatchDisableStandardsResponseReceivedHandler& handler,
243 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
244 return SubmitAsync(&SecurityHubClient::BatchDisableStandards, request, handler, context);
245 }
246
258
263 template <typename BatchEnableStandardsRequestT = Model::BatchEnableStandardsRequest>
264 Model::BatchEnableStandardsOutcomeCallable BatchEnableStandardsCallable(const BatchEnableStandardsRequestT& request) const {
265 return SubmitCallable(&SecurityHubClient::BatchEnableStandards, request);
266 }
267
272 template <typename BatchEnableStandardsRequestT = Model::BatchEnableStandardsRequest>
273 void BatchEnableStandardsAsync(const BatchEnableStandardsRequestT& request, const BatchEnableStandardsResponseReceivedHandler& handler,
274 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
275 return SubmitAsync(&SecurityHubClient::BatchEnableStandards, request, handler, context);
276 }
277
285
290 template <typename BatchGetAutomationRulesRequestT = Model::BatchGetAutomationRulesRequest>
291 Model::BatchGetAutomationRulesOutcomeCallable BatchGetAutomationRulesCallable(const BatchGetAutomationRulesRequestT& request) const {
292 return SubmitCallable(&SecurityHubClient::BatchGetAutomationRules, request);
293 }
294
299 template <typename BatchGetAutomationRulesRequestT = Model::BatchGetAutomationRulesRequest>
300 void BatchGetAutomationRulesAsync(const BatchGetAutomationRulesRequestT& request,
302 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
303 return SubmitAsync(&SecurityHubClient::BatchGetAutomationRules, request, handler, context);
304 }
305
317
322 template <typename BatchGetConfigurationPolicyAssociationsRequestT = Model::BatchGetConfigurationPolicyAssociationsRequest>
324 const BatchGetConfigurationPolicyAssociationsRequestT& request) const {
325 return SubmitCallable(&SecurityHubClient::BatchGetConfigurationPolicyAssociations, request);
326 }
327
332 template <typename BatchGetConfigurationPolicyAssociationsRequestT = Model::BatchGetConfigurationPolicyAssociationsRequest>
333 void BatchGetConfigurationPolicyAssociationsAsync(const BatchGetConfigurationPolicyAssociationsRequestT& request,
335 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
336 return SubmitAsync(&SecurityHubClient::BatchGetConfigurationPolicyAssociations, request, handler, context);
337 }
338
347
352 template <typename BatchGetSecurityControlsRequestT = Model::BatchGetSecurityControlsRequest>
353 Model::BatchGetSecurityControlsOutcomeCallable BatchGetSecurityControlsCallable(const BatchGetSecurityControlsRequestT& request) const {
354 return SubmitCallable(&SecurityHubClient::BatchGetSecurityControls, request);
355 }
356
361 template <typename BatchGetSecurityControlsRequestT = Model::BatchGetSecurityControlsRequest>
362 void BatchGetSecurityControlsAsync(const BatchGetSecurityControlsRequestT& request,
364 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
365 return SubmitAsync(&SecurityHubClient::BatchGetSecurityControls, request, handler, context);
366 }
367
380
385 template <typename BatchGetStandardsControlAssociationsRequestT = Model::BatchGetStandardsControlAssociationsRequest>
387 const BatchGetStandardsControlAssociationsRequestT& request) const {
388 return SubmitCallable(&SecurityHubClient::BatchGetStandardsControlAssociations, request);
389 }
390
395 template <typename BatchGetStandardsControlAssociationsRequestT = Model::BatchGetStandardsControlAssociationsRequest>
396 void BatchGetStandardsControlAssociationsAsync(const BatchGetStandardsControlAssociationsRequestT& request,
398 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
399 return SubmitAsync(&SecurityHubClient::BatchGetStandardsControlAssociations, request, handler, context);
400 }
401
435
440 template <typename BatchImportFindingsRequestT = Model::BatchImportFindingsRequest>
441 Model::BatchImportFindingsOutcomeCallable BatchImportFindingsCallable(const BatchImportFindingsRequestT& request) const {
442 return SubmitCallable(&SecurityHubClient::BatchImportFindings, request);
443 }
444
449 template <typename BatchImportFindingsRequestT = Model::BatchImportFindingsRequest>
450 void BatchImportFindingsAsync(const BatchImportFindingsRequestT& request, const BatchImportFindingsResponseReceivedHandler& handler,
451 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
452 return SubmitAsync(&SecurityHubClient::BatchImportFindings, request, handler, context);
453 }
454
462 const Model::BatchUpdateAutomationRulesRequest& request) const;
463
468 template <typename BatchUpdateAutomationRulesRequestT = Model::BatchUpdateAutomationRulesRequest>
470 const BatchUpdateAutomationRulesRequestT& request) const {
471 return SubmitCallable(&SecurityHubClient::BatchUpdateAutomationRules, request);
472 }
473
478 template <typename BatchUpdateAutomationRulesRequestT = Model::BatchUpdateAutomationRulesRequest>
479 void BatchUpdateAutomationRulesAsync(const BatchUpdateAutomationRulesRequestT& request,
481 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
482 return SubmitAsync(&SecurityHubClient::BatchUpdateAutomationRules, request, handler, context);
483 }
484
511
516 template <typename BatchUpdateFindingsRequestT = Model::BatchUpdateFindingsRequest>
517 Model::BatchUpdateFindingsOutcomeCallable BatchUpdateFindingsCallable(const BatchUpdateFindingsRequestT& request) const {
518 return SubmitCallable(&SecurityHubClient::BatchUpdateFindings, request);
519 }
520
525 template <typename BatchUpdateFindingsRequestT = Model::BatchUpdateFindingsRequest>
526 void BatchUpdateFindingsAsync(const BatchUpdateFindingsRequestT& request, const BatchUpdateFindingsResponseReceivedHandler& handler,
527 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
528 return SubmitAsync(&SecurityHubClient::BatchUpdateFindings, request, handler, context);
529 }
530
556
561 template <typename BatchUpdateFindingsV2RequestT = Model::BatchUpdateFindingsV2Request>
562 Model::BatchUpdateFindingsV2OutcomeCallable BatchUpdateFindingsV2Callable(const BatchUpdateFindingsV2RequestT& request = {}) const {
563 return SubmitCallable(&SecurityHubClient::BatchUpdateFindingsV2, request);
564 }
565
570 template <typename BatchUpdateFindingsV2RequestT = Model::BatchUpdateFindingsV2Request>
572 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
573 const BatchUpdateFindingsV2RequestT& request = {}) const {
574 return SubmitAsync(&SecurityHubClient::BatchUpdateFindingsV2, request, handler, context);
575 }
576
585
590 template <typename BatchUpdateStandardsControlAssociationsRequestT = Model::BatchUpdateStandardsControlAssociationsRequest>
592 const BatchUpdateStandardsControlAssociationsRequestT& request) const {
593 return SubmitCallable(&SecurityHubClient::BatchUpdateStandardsControlAssociations, request);
594 }
595
600 template <typename BatchUpdateStandardsControlAssociationsRequestT = Model::BatchUpdateStandardsControlAssociationsRequest>
601 void BatchUpdateStandardsControlAssociationsAsync(const BatchUpdateStandardsControlAssociationsRequestT& request,
603 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
604 return SubmitAsync(&SecurityHubClient::BatchUpdateStandardsControlAssociations, request, handler, context);
605 }
606
615
620 template <typename CreateActionTargetRequestT = Model::CreateActionTargetRequest>
621 Model::CreateActionTargetOutcomeCallable CreateActionTargetCallable(const CreateActionTargetRequestT& request) const {
622 return SubmitCallable(&SecurityHubClient::CreateActionTarget, request);
623 }
624
629 template <typename CreateActionTargetRequestT = Model::CreateActionTargetRequest>
630 void CreateActionTargetAsync(const CreateActionTargetRequestT& request, const CreateActionTargetResponseReceivedHandler& handler,
631 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
632 return SubmitAsync(&SecurityHubClient::CreateActionTarget, request, handler, context);
633 }
634
642
647 template <typename CreateAggregatorV2RequestT = Model::CreateAggregatorV2Request>
648 Model::CreateAggregatorV2OutcomeCallable CreateAggregatorV2Callable(const CreateAggregatorV2RequestT& request) const {
649 return SubmitCallable(&SecurityHubClient::CreateAggregatorV2, request);
650 }
651
656 template <typename CreateAggregatorV2RequestT = Model::CreateAggregatorV2Request>
657 void CreateAggregatorV2Async(const CreateAggregatorV2RequestT& request, const CreateAggregatorV2ResponseReceivedHandler& handler,
658 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
659 return SubmitAsync(&SecurityHubClient::CreateAggregatorV2, request, handler, context);
660 }
661
669
674 template <typename CreateAutomationRuleRequestT = Model::CreateAutomationRuleRequest>
675 Model::CreateAutomationRuleOutcomeCallable CreateAutomationRuleCallable(const CreateAutomationRuleRequestT& request) const {
676 return SubmitCallable(&SecurityHubClient::CreateAutomationRule, request);
677 }
678
683 template <typename CreateAutomationRuleRequestT = Model::CreateAutomationRuleRequest>
684 void CreateAutomationRuleAsync(const CreateAutomationRuleRequestT& request, const CreateAutomationRuleResponseReceivedHandler& handler,
685 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
686 return SubmitAsync(&SecurityHubClient::CreateAutomationRule, request, handler, context);
687 }
688
695
700 template <typename CreateAutomationRuleV2RequestT = Model::CreateAutomationRuleV2Request>
701 Model::CreateAutomationRuleV2OutcomeCallable CreateAutomationRuleV2Callable(const CreateAutomationRuleV2RequestT& request) const {
702 return SubmitCallable(&SecurityHubClient::CreateAutomationRuleV2, request);
703 }
704
709 template <typename CreateAutomationRuleV2RequestT = Model::CreateAutomationRuleV2Request>
710 void CreateAutomationRuleV2Async(const CreateAutomationRuleV2RequestT& request,
712 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
713 return SubmitAsync(&SecurityHubClient::CreateAutomationRuleV2, request, handler, context);
714 }
715
724
729 template <typename CreateConfigurationPolicyRequestT = Model::CreateConfigurationPolicyRequest>
731 const CreateConfigurationPolicyRequestT& request) const {
732 return SubmitCallable(&SecurityHubClient::CreateConfigurationPolicy, request);
733 }
734
739 template <typename CreateConfigurationPolicyRequestT = Model::CreateConfigurationPolicyRequest>
740 void CreateConfigurationPolicyAsync(const CreateConfigurationPolicyRequestT& request,
742 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
743 return SubmitAsync(&SecurityHubClient::CreateConfigurationPolicy, request, handler, context);
744 }
745
755
759 template <typename CreateConnectorRequestT = Model::CreateConnectorRequest>
760 Model::CreateConnectorOutcomeCallable CreateConnectorCallable(const CreateConnectorRequestT& request) const {
761 return SubmitCallable(&SecurityHubClient::CreateConnector, request);
762 }
763
768 template <typename CreateConnectorRequestT = Model::CreateConnectorRequest>
769 void CreateConnectorAsync(const CreateConnectorRequestT& request, const CreateConnectorResponseReceivedHandler& handler,
770 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
771 return SubmitAsync(&SecurityHubClient::CreateConnector, request, handler, context);
772 }
773
781
786 template <typename CreateConnectorV2RequestT = Model::CreateConnectorV2Request>
787 Model::CreateConnectorV2OutcomeCallable CreateConnectorV2Callable(const CreateConnectorV2RequestT& request) const {
788 return SubmitCallable(&SecurityHubClient::CreateConnectorV2, request);
789 }
790
795 template <typename CreateConnectorV2RequestT = Model::CreateConnectorV2Request>
796 void CreateConnectorV2Async(const CreateConnectorV2RequestT& request, const CreateConnectorV2ResponseReceivedHandler& handler,
797 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
798 return SubmitAsync(&SecurityHubClient::CreateConnectorV2, request, handler, context);
799 }
800
813
818 template <typename CreateFindingAggregatorRequestT = Model::CreateFindingAggregatorRequest>
819 Model::CreateFindingAggregatorOutcomeCallable CreateFindingAggregatorCallable(const CreateFindingAggregatorRequestT& request) const {
820 return SubmitCallable(&SecurityHubClient::CreateFindingAggregator, request);
821 }
822
827 template <typename CreateFindingAggregatorRequestT = Model::CreateFindingAggregatorRequest>
828 void CreateFindingAggregatorAsync(const CreateFindingAggregatorRequestT& request,
830 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
831 return SubmitAsync(&SecurityHubClient::CreateFindingAggregator, request, handler, context);
832 }
833
843
847 template <typename CreateInsightRequestT = Model::CreateInsightRequest>
848 Model::CreateInsightOutcomeCallable CreateInsightCallable(const CreateInsightRequestT& request) const {
849 return SubmitCallable(&SecurityHubClient::CreateInsight, request);
850 }
851
856 template <typename CreateInsightRequestT = Model::CreateInsightRequest>
857 void CreateInsightAsync(const CreateInsightRequestT& request, const CreateInsightResponseReceivedHandler& handler,
858 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
859 return SubmitAsync(&SecurityHubClient::CreateInsight, request, handler, context);
860 }
861
898
902 template <typename CreateMembersRequestT = Model::CreateMembersRequest>
903 Model::CreateMembersOutcomeCallable CreateMembersCallable(const CreateMembersRequestT& request) const {
904 return SubmitCallable(&SecurityHubClient::CreateMembers, request);
905 }
906
911 template <typename CreateMembersRequestT = Model::CreateMembersRequest>
912 void CreateMembersAsync(const CreateMembersRequestT& request, const CreateMembersResponseReceivedHandler& handler,
913 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
914 return SubmitAsync(&SecurityHubClient::CreateMembers, request, handler, context);
915 }
916
924
928 template <typename CreateTicketV2RequestT = Model::CreateTicketV2Request>
929 Model::CreateTicketV2OutcomeCallable CreateTicketV2Callable(const CreateTicketV2RequestT& request) const {
930 return SubmitCallable(&SecurityHubClient::CreateTicketV2, request);
931 }
932
937 template <typename CreateTicketV2RequestT = Model::CreateTicketV2Request>
938 void CreateTicketV2Async(const CreateTicketV2RequestT& request, const CreateTicketV2ResponseReceivedHandler& handler,
939 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
940 return SubmitAsync(&SecurityHubClient::CreateTicketV2, request, handler, context);
941 }
942
958
963 template <typename DeclineInvitationsRequestT = Model::DeclineInvitationsRequest>
964 Model::DeclineInvitationsOutcomeCallable DeclineInvitationsCallable(const DeclineInvitationsRequestT& request) const {
965 return SubmitCallable(&SecurityHubClient::DeclineInvitations, request);
966 }
967
972 template <typename DeclineInvitationsRequestT = Model::DeclineInvitationsRequest>
973 void DeclineInvitationsAsync(const DeclineInvitationsRequestT& request, const DeclineInvitationsResponseReceivedHandler& handler,
974 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
975 return SubmitAsync(&SecurityHubClient::DeclineInvitations, request, handler, context);
976 }
977
987
992 template <typename DeleteActionTargetRequestT = Model::DeleteActionTargetRequest>
993 Model::DeleteActionTargetOutcomeCallable DeleteActionTargetCallable(const DeleteActionTargetRequestT& request) const {
994 return SubmitCallable(&SecurityHubClient::DeleteActionTarget, request);
995 }
996
1001 template <typename DeleteActionTargetRequestT = Model::DeleteActionTargetRequest>
1002 void DeleteActionTargetAsync(const DeleteActionTargetRequestT& request, const DeleteActionTargetResponseReceivedHandler& handler,
1003 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1004 return SubmitAsync(&SecurityHubClient::DeleteActionTarget, request, handler, context);
1005 }
1006
1013
1018 template <typename DeleteAggregatorV2RequestT = Model::DeleteAggregatorV2Request>
1019 Model::DeleteAggregatorV2OutcomeCallable DeleteAggregatorV2Callable(const DeleteAggregatorV2RequestT& request) const {
1020 return SubmitCallable(&SecurityHubClient::DeleteAggregatorV2, request);
1021 }
1022
1027 template <typename DeleteAggregatorV2RequestT = Model::DeleteAggregatorV2Request>
1028 void DeleteAggregatorV2Async(const DeleteAggregatorV2RequestT& request, const DeleteAggregatorV2ResponseReceivedHandler& handler,
1029 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1030 return SubmitAsync(&SecurityHubClient::DeleteAggregatorV2, request, handler, context);
1031 }
1032
1039
1044 template <typename DeleteAutomationRuleV2RequestT = Model::DeleteAutomationRuleV2Request>
1045 Model::DeleteAutomationRuleV2OutcomeCallable DeleteAutomationRuleV2Callable(const DeleteAutomationRuleV2RequestT& request) const {
1046 return SubmitCallable(&SecurityHubClient::DeleteAutomationRuleV2, request);
1047 }
1048
1053 template <typename DeleteAutomationRuleV2RequestT = Model::DeleteAutomationRuleV2Request>
1054 void DeleteAutomationRuleV2Async(const DeleteAutomationRuleV2RequestT& request,
1056 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1057 return SubmitAsync(&SecurityHubClient::DeleteAutomationRuleV2, request, handler, context);
1058 }
1059
1071
1076 template <typename DeleteConfigurationPolicyRequestT = Model::DeleteConfigurationPolicyRequest>
1078 const DeleteConfigurationPolicyRequestT& request) const {
1079 return SubmitCallable(&SecurityHubClient::DeleteConfigurationPolicy, request);
1080 }
1081
1086 template <typename DeleteConfigurationPolicyRequestT = Model::DeleteConfigurationPolicyRequest>
1087 void DeleteConfigurationPolicyAsync(const DeleteConfigurationPolicyRequestT& request,
1089 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1090 return SubmitAsync(&SecurityHubClient::DeleteConfigurationPolicy, request, handler, context);
1091 }
1092
1101
1105 template <typename DeleteConnectorRequestT = Model::DeleteConnectorRequest>
1106 Model::DeleteConnectorOutcomeCallable DeleteConnectorCallable(const DeleteConnectorRequestT& request) const {
1107 return SubmitCallable(&SecurityHubClient::DeleteConnector, request);
1108 }
1109
1114 template <typename DeleteConnectorRequestT = Model::DeleteConnectorRequest>
1115 void DeleteConnectorAsync(const DeleteConnectorRequestT& request, const DeleteConnectorResponseReceivedHandler& handler,
1116 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1117 return SubmitAsync(&SecurityHubClient::DeleteConnector, request, handler, context);
1118 }
1119
1126
1131 template <typename DeleteConnectorV2RequestT = Model::DeleteConnectorV2Request>
1132 Model::DeleteConnectorV2OutcomeCallable DeleteConnectorV2Callable(const DeleteConnectorV2RequestT& request) const {
1133 return SubmitCallable(&SecurityHubClient::DeleteConnectorV2, request);
1134 }
1135
1140 template <typename DeleteConnectorV2RequestT = Model::DeleteConnectorV2Request>
1141 void DeleteConnectorV2Async(const DeleteConnectorV2RequestT& request, const DeleteConnectorV2ResponseReceivedHandler& handler,
1142 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1143 return SubmitAsync(&SecurityHubClient::DeleteConnectorV2, request, handler, context);
1144 }
1145
1159
1164 template <typename DeleteFindingAggregatorRequestT = Model::DeleteFindingAggregatorRequest>
1165 Model::DeleteFindingAggregatorOutcomeCallable DeleteFindingAggregatorCallable(const DeleteFindingAggregatorRequestT& request) const {
1166 return SubmitCallable(&SecurityHubClient::DeleteFindingAggregator, request);
1167 }
1168
1173 template <typename DeleteFindingAggregatorRequestT = Model::DeleteFindingAggregatorRequest>
1174 void DeleteFindingAggregatorAsync(const DeleteFindingAggregatorRequestT& request,
1176 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1177 return SubmitAsync(&SecurityHubClient::DeleteFindingAggregator, request, handler, context);
1178 }
1179
1187
1191 template <typename DeleteInsightRequestT = Model::DeleteInsightRequest>
1192 Model::DeleteInsightOutcomeCallable DeleteInsightCallable(const DeleteInsightRequestT& request) const {
1193 return SubmitCallable(&SecurityHubClient::DeleteInsight, request);
1194 }
1195
1200 template <typename DeleteInsightRequestT = Model::DeleteInsightRequest>
1201 void DeleteInsightAsync(const DeleteInsightRequestT& request, const DeleteInsightResponseReceivedHandler& handler,
1202 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1203 return SubmitAsync(&SecurityHubClient::DeleteInsight, request, handler, context);
1204 }
1205
1222
1227 template <typename DeleteInvitationsRequestT = Model::DeleteInvitationsRequest>
1228 Model::DeleteInvitationsOutcomeCallable DeleteInvitationsCallable(const DeleteInvitationsRequestT& request) const {
1229 return SubmitCallable(&SecurityHubClient::DeleteInvitations, request);
1230 }
1231
1236 template <typename DeleteInvitationsRequestT = Model::DeleteInvitationsRequest>
1237 void DeleteInvitationsAsync(const DeleteInvitationsRequestT& request, const DeleteInvitationsResponseReceivedHandler& handler,
1238 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1239 return SubmitAsync(&SecurityHubClient::DeleteInvitations, request, handler, context);
1240 }
1241
1251
1255 template <typename DeleteMembersRequestT = Model::DeleteMembersRequest>
1256 Model::DeleteMembersOutcomeCallable DeleteMembersCallable(const DeleteMembersRequestT& request) const {
1257 return SubmitCallable(&SecurityHubClient::DeleteMembers, request);
1258 }
1259
1264 template <typename DeleteMembersRequestT = Model::DeleteMembersRequest>
1265 void DeleteMembersAsync(const DeleteMembersRequestT& request, const DeleteMembersResponseReceivedHandler& handler,
1266 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1267 return SubmitAsync(&SecurityHubClient::DeleteMembers, request, handler, context);
1268 }
1269
1277
1282 template <typename DescribeActionTargetsRequestT = Model::DescribeActionTargetsRequest>
1283 Model::DescribeActionTargetsOutcomeCallable DescribeActionTargetsCallable(const DescribeActionTargetsRequestT& request = {}) const {
1284 return SubmitCallable(&SecurityHubClient::DescribeActionTargets, request);
1285 }
1286
1291 template <typename DescribeActionTargetsRequestT = Model::DescribeActionTargetsRequest>
1293 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1294 const DescribeActionTargetsRequestT& request = {}) const {
1295 return SubmitAsync(&SecurityHubClient::DescribeActionTargets, request, handler, context);
1296 }
1297
1306
1310 template <typename DescribeHubRequestT = Model::DescribeHubRequest>
1311 Model::DescribeHubOutcomeCallable DescribeHubCallable(const DescribeHubRequestT& request = {}) const {
1312 return SubmitCallable(&SecurityHubClient::DescribeHub, request);
1313 }
1314
1319 template <typename DescribeHubRequestT = Model::DescribeHubRequest>
1321 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1322 const DescribeHubRequestT& request = {}) const {
1323 return SubmitAsync(&SecurityHubClient::DescribeHub, request, handler, context);
1324 }
1325
1334 const Model::DescribeOrganizationConfigurationRequest& request = {}) const;
1335
1340 template <typename DescribeOrganizationConfigurationRequestT = Model::DescribeOrganizationConfigurationRequest>
1342 const DescribeOrganizationConfigurationRequestT& request = {}) const {
1343 return SubmitCallable(&SecurityHubClient::DescribeOrganizationConfiguration, request);
1344 }
1345
1350 template <typename DescribeOrganizationConfigurationRequestT = Model::DescribeOrganizationConfigurationRequest>
1352 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1353 const DescribeOrganizationConfigurationRequestT& request = {}) const {
1354 return SubmitAsync(&SecurityHubClient::DescribeOrganizationConfiguration, request, handler, context);
1355 }
1356
1367
1372 template <typename DescribeProductsRequestT = Model::DescribeProductsRequest>
1373 Model::DescribeProductsOutcomeCallable DescribeProductsCallable(const DescribeProductsRequestT& request = {}) const {
1374 return SubmitCallable(&SecurityHubClient::DescribeProducts, request);
1375 }
1376
1381 template <typename DescribeProductsRequestT = Model::DescribeProductsRequest>
1383 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1384 const DescribeProductsRequestT& request = {}) const {
1385 return SubmitAsync(&SecurityHubClient::DescribeProducts, request, handler, context);
1386 }
1387
1394
1399 template <typename DescribeProductsV2RequestT = Model::DescribeProductsV2Request>
1400 Model::DescribeProductsV2OutcomeCallable DescribeProductsV2Callable(const DescribeProductsV2RequestT& request = {}) const {
1401 return SubmitCallable(&SecurityHubClient::DescribeProductsV2, request);
1402 }
1403
1408 template <typename DescribeProductsV2RequestT = Model::DescribeProductsV2Request>
1410 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1411 const DescribeProductsV2RequestT& request = {}) const {
1412 return SubmitAsync(&SecurityHubClient::DescribeProductsV2, request, handler, context);
1413 }
1414
1422
1427 template <typename DescribeSecurityHubV2RequestT = Model::DescribeSecurityHubV2Request>
1428 Model::DescribeSecurityHubV2OutcomeCallable DescribeSecurityHubV2Callable(const DescribeSecurityHubV2RequestT& request = {}) const {
1429 return SubmitCallable(&SecurityHubClient::DescribeSecurityHubV2, request);
1430 }
1431
1436 template <typename DescribeSecurityHubV2RequestT = Model::DescribeSecurityHubV2Request>
1438 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1439 const DescribeSecurityHubV2RequestT& request = {}) const {
1440 return SubmitAsync(&SecurityHubClient::DescribeSecurityHubV2, request, handler, context);
1441 }
1442
1451
1456 template <typename DescribeStandardsRequestT = Model::DescribeStandardsRequest>
1457 Model::DescribeStandardsOutcomeCallable DescribeStandardsCallable(const DescribeStandardsRequestT& request = {}) const {
1458 return SubmitCallable(&SecurityHubClient::DescribeStandards, request);
1459 }
1460
1465 template <typename DescribeStandardsRequestT = Model::DescribeStandardsRequest>
1467 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1468 const DescribeStandardsRequestT& request = {}) const {
1469 return SubmitAsync(&SecurityHubClient::DescribeStandards, request, handler, context);
1470 }
1471
1482
1487 template <typename DescribeStandardsControlsRequestT = Model::DescribeStandardsControlsRequest>
1489 const DescribeStandardsControlsRequestT& request) const {
1490 return SubmitCallable(&SecurityHubClient::DescribeStandardsControls, request);
1491 }
1492
1497 template <typename DescribeStandardsControlsRequestT = Model::DescribeStandardsControlsRequest>
1498 void DescribeStandardsControlsAsync(const DescribeStandardsControlsRequestT& request,
1500 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1501 return SubmitAsync(&SecurityHubClient::DescribeStandardsControls, request, handler, context);
1502 }
1503
1513
1518 template <typename DisableImportFindingsForProductRequestT = Model::DisableImportFindingsForProductRequest>
1520 const DisableImportFindingsForProductRequestT& request) const {
1521 return SubmitCallable(&SecurityHubClient::DisableImportFindingsForProduct, request);
1522 }
1523
1528 template <typename DisableImportFindingsForProductRequestT = Model::DisableImportFindingsForProductRequest>
1529 void DisableImportFindingsForProductAsync(const DisableImportFindingsForProductRequestT& request,
1531 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1532 return SubmitAsync(&SecurityHubClient::DisableImportFindingsForProduct, request, handler, context);
1533 }
1534
1543
1548 template <typename DisableOrganizationAdminAccountRequestT = Model::DisableOrganizationAdminAccountRequest>
1550 const DisableOrganizationAdminAccountRequestT& request) const {
1551 return SubmitCallable(&SecurityHubClient::DisableOrganizationAdminAccount, request);
1552 }
1553
1558 template <typename DisableOrganizationAdminAccountRequestT = Model::DisableOrganizationAdminAccountRequest>
1559 void DisableOrganizationAdminAccountAsync(const DisableOrganizationAdminAccountRequestT& request,
1561 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1562 return SubmitAsync(&SecurityHubClient::DisableOrganizationAdminAccount, request, handler, context);
1563 }
1564
1580
1585 template <typename DisableSecurityHubRequestT = Model::DisableSecurityHubRequest>
1586 Model::DisableSecurityHubOutcomeCallable DisableSecurityHubCallable(const DisableSecurityHubRequestT& request = {}) const {
1587 return SubmitCallable(&SecurityHubClient::DisableSecurityHub, request);
1588 }
1589
1594 template <typename DisableSecurityHubRequestT = Model::DisableSecurityHubRequest>
1596 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1597 const DisableSecurityHubRequestT& request = {}) const {
1598 return SubmitAsync(&SecurityHubClient::DisableSecurityHub, request, handler, context);
1599 }
1600
1610 const Model::DisableSecurityHubFeatureV2Request& request) const;
1611
1616 template <typename DisableSecurityHubFeatureV2RequestT = Model::DisableSecurityHubFeatureV2Request>
1618 const DisableSecurityHubFeatureV2RequestT& request) const {
1619 return SubmitCallable(&SecurityHubClient::DisableSecurityHubFeatureV2, request);
1620 }
1621
1626 template <typename DisableSecurityHubFeatureV2RequestT = Model::DisableSecurityHubFeatureV2Request>
1627 void DisableSecurityHubFeatureV2Async(const DisableSecurityHubFeatureV2RequestT& request,
1629 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1630 return SubmitAsync(&SecurityHubClient::DisableSecurityHubFeatureV2, request, handler, context);
1631 }
1632
1642
1647 template <typename DisableSecurityHubV2RequestT = Model::DisableSecurityHubV2Request>
1648 Model::DisableSecurityHubV2OutcomeCallable DisableSecurityHubV2Callable(const DisableSecurityHubV2RequestT& request = {}) const {
1649 return SubmitCallable(&SecurityHubClient::DisableSecurityHubV2, request);
1650 }
1651
1656 template <typename DisableSecurityHubV2RequestT = Model::DisableSecurityHubV2Request>
1658 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1659 const DisableSecurityHubV2RequestT& request = {}) const {
1660 return SubmitAsync(&SecurityHubClient::DisableSecurityHubV2, request, handler, context);
1661 }
1662
1673 const Model::DisassociateFromAdministratorAccountRequest& request = {}) const;
1674
1679 template <typename DisassociateFromAdministratorAccountRequestT = Model::DisassociateFromAdministratorAccountRequest>
1681 const DisassociateFromAdministratorAccountRequestT& request = {}) const {
1682 return SubmitCallable(&SecurityHubClient::DisassociateFromAdministratorAccount, request);
1683 }
1684
1689 template <typename DisassociateFromAdministratorAccountRequestT = Model::DisassociateFromAdministratorAccountRequest>
1691 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1692 const DisassociateFromAdministratorAccountRequestT& request = {}) const {
1693 return SubmitAsync(&SecurityHubClient::DisassociateFromAdministratorAccount, request, handler, context);
1694 }
1695
1705
1710 template <typename DisassociateMembersRequestT = Model::DisassociateMembersRequest>
1711 Model::DisassociateMembersOutcomeCallable DisassociateMembersCallable(const DisassociateMembersRequestT& request) const {
1712 return SubmitCallable(&SecurityHubClient::DisassociateMembers, request);
1713 }
1714
1719 template <typename DisassociateMembersRequestT = Model::DisassociateMembersRequest>
1720 void DisassociateMembersAsync(const DisassociateMembersRequestT& request, const DisassociateMembersResponseReceivedHandler& handler,
1721 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1722 return SubmitAsync(&SecurityHubClient::DisassociateMembers, request, handler, context);
1723 }
1724
1735
1740 template <typename EnableImportFindingsForProductRequestT = Model::EnableImportFindingsForProductRequest>
1742 const EnableImportFindingsForProductRequestT& request) const {
1743 return SubmitCallable(&SecurityHubClient::EnableImportFindingsForProduct, request);
1744 }
1745
1750 template <typename EnableImportFindingsForProductRequestT = Model::EnableImportFindingsForProductRequest>
1751 void EnableImportFindingsForProductAsync(const EnableImportFindingsForProductRequestT& request,
1753 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1754 return SubmitAsync(&SecurityHubClient::EnableImportFindingsForProduct, request, handler, context);
1755 }
1756
1766
1771 template <typename EnableOrganizationAdminAccountRequestT = Model::EnableOrganizationAdminAccountRequest>
1773 const EnableOrganizationAdminAccountRequestT& request) const {
1774 return SubmitCallable(&SecurityHubClient::EnableOrganizationAdminAccount, request);
1775 }
1776
1781 template <typename EnableOrganizationAdminAccountRequestT = Model::EnableOrganizationAdminAccountRequest>
1782 void EnableOrganizationAdminAccountAsync(const EnableOrganizationAdminAccountRequestT& request,
1784 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1785 return SubmitAsync(&SecurityHubClient::EnableOrganizationAdminAccount, request, handler, context);
1786 }
1787
1810
1815 template <typename EnableSecurityHubRequestT = Model::EnableSecurityHubRequest>
1816 Model::EnableSecurityHubOutcomeCallable EnableSecurityHubCallable(const EnableSecurityHubRequestT& request = {}) const {
1817 return SubmitCallable(&SecurityHubClient::EnableSecurityHub, request);
1818 }
1819
1824 template <typename EnableSecurityHubRequestT = Model::EnableSecurityHubRequest>
1826 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1827 const EnableSecurityHubRequestT& request = {}) const {
1828 return SubmitAsync(&SecurityHubClient::EnableSecurityHub, request, handler, context);
1829 }
1830
1841 const Model::EnableSecurityHubFeatureV2Request& request) const;
1842
1847 template <typename EnableSecurityHubFeatureV2RequestT = Model::EnableSecurityHubFeatureV2Request>
1849 const EnableSecurityHubFeatureV2RequestT& request) const {
1850 return SubmitCallable(&SecurityHubClient::EnableSecurityHubFeatureV2, request);
1851 }
1852
1857 template <typename EnableSecurityHubFeatureV2RequestT = Model::EnableSecurityHubFeatureV2Request>
1858 void EnableSecurityHubFeatureV2Async(const EnableSecurityHubFeatureV2RequestT& request,
1860 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1861 return SubmitAsync(&SecurityHubClient::EnableSecurityHubFeatureV2, request, handler, context);
1862 }
1863
1871
1876 template <typename EnableSecurityHubV2RequestT = Model::EnableSecurityHubV2Request>
1877 Model::EnableSecurityHubV2OutcomeCallable EnableSecurityHubV2Callable(const EnableSecurityHubV2RequestT& request = {}) const {
1878 return SubmitCallable(&SecurityHubClient::EnableSecurityHubV2, request);
1879 }
1880
1885 template <typename EnableSecurityHubV2RequestT = Model::EnableSecurityHubV2Request>
1887 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1888 const EnableSecurityHubV2RequestT& request = {}) const {
1889 return SubmitAsync(&SecurityHubClient::EnableSecurityHubV2, request, handler, context);
1890 }
1891
1900 const Model::GenerateRecommendedPolicyV2Request& request) const;
1901
1906 template <typename GenerateRecommendedPolicyV2RequestT = Model::GenerateRecommendedPolicyV2Request>
1908 const GenerateRecommendedPolicyV2RequestT& request) const {
1909 return SubmitCallable(&SecurityHubClient::GenerateRecommendedPolicyV2, request);
1910 }
1911
1916 template <typename GenerateRecommendedPolicyV2RequestT = Model::GenerateRecommendedPolicyV2Request>
1917 void GenerateRecommendedPolicyV2Async(const GenerateRecommendedPolicyV2RequestT& request,
1919 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1920 return SubmitAsync(&SecurityHubClient::GenerateRecommendedPolicyV2, request, handler, context);
1921 }
1922
1932
1937 template <typename GetAdministratorAccountRequestT = Model::GetAdministratorAccountRequest>
1938 Model::GetAdministratorAccountOutcomeCallable GetAdministratorAccountCallable(const GetAdministratorAccountRequestT& request = {}) const {
1939 return SubmitCallable(&SecurityHubClient::GetAdministratorAccount, request);
1940 }
1941
1946 template <typename GetAdministratorAccountRequestT = Model::GetAdministratorAccountRequest>
1948 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1949 const GetAdministratorAccountRequestT& request = {}) const {
1950 return SubmitAsync(&SecurityHubClient::GetAdministratorAccount, request, handler, context);
1951 }
1952
1960
1964 template <typename GetAggregatorV2RequestT = Model::GetAggregatorV2Request>
1965 Model::GetAggregatorV2OutcomeCallable GetAggregatorV2Callable(const GetAggregatorV2RequestT& request) const {
1966 return SubmitCallable(&SecurityHubClient::GetAggregatorV2, request);
1967 }
1968
1973 template <typename GetAggregatorV2RequestT = Model::GetAggregatorV2Request>
1974 void GetAggregatorV2Async(const GetAggregatorV2RequestT& request, const GetAggregatorV2ResponseReceivedHandler& handler,
1975 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1976 return SubmitAsync(&SecurityHubClient::GetAggregatorV2, request, handler, context);
1977 }
1978
1985
1990 template <typename GetAutomationRuleV2RequestT = Model::GetAutomationRuleV2Request>
1991 Model::GetAutomationRuleV2OutcomeCallable GetAutomationRuleV2Callable(const GetAutomationRuleV2RequestT& request) const {
1992 return SubmitCallable(&SecurityHubClient::GetAutomationRuleV2, request);
1993 }
1994
1999 template <typename GetAutomationRuleV2RequestT = Model::GetAutomationRuleV2Request>
2000 void GetAutomationRuleV2Async(const GetAutomationRuleV2RequestT& request, const GetAutomationRuleV2ResponseReceivedHandler& handler,
2001 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2002 return SubmitAsync(&SecurityHubClient::GetAutomationRuleV2, request, handler, context);
2003 }
2004
2013
2018 template <typename GetConfigurationPolicyRequestT = Model::GetConfigurationPolicyRequest>
2019 Model::GetConfigurationPolicyOutcomeCallable GetConfigurationPolicyCallable(const GetConfigurationPolicyRequestT& request) const {
2020 return SubmitCallable(&SecurityHubClient::GetConfigurationPolicy, request);
2021 }
2022
2027 template <typename GetConfigurationPolicyRequestT = Model::GetConfigurationPolicyRequest>
2028 void GetConfigurationPolicyAsync(const GetConfigurationPolicyRequestT& request,
2030 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2031 return SubmitAsync(&SecurityHubClient::GetConfigurationPolicy, request, handler, context);
2032 }
2033
2045
2050 template <typename GetConfigurationPolicyAssociationRequestT = Model::GetConfigurationPolicyAssociationRequest>
2052 const GetConfigurationPolicyAssociationRequestT& request) const {
2053 return SubmitCallable(&SecurityHubClient::GetConfigurationPolicyAssociation, request);
2054 }
2055
2060 template <typename GetConfigurationPolicyAssociationRequestT = Model::GetConfigurationPolicyAssociationRequest>
2061 void GetConfigurationPolicyAssociationAsync(const GetConfigurationPolicyAssociationRequestT& request,
2063 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2064 return SubmitAsync(&SecurityHubClient::GetConfigurationPolicyAssociation, request, handler, context);
2065 }
2066
2074
2078 template <typename GetConnectorRequestT = Model::GetConnectorRequest>
2079 Model::GetConnectorOutcomeCallable GetConnectorCallable(const GetConnectorRequestT& request) const {
2080 return SubmitCallable(&SecurityHubClient::GetConnector, request);
2081 }
2082
2087 template <typename GetConnectorRequestT = Model::GetConnectorRequest>
2088 void GetConnectorAsync(const GetConnectorRequestT& request, const GetConnectorResponseReceivedHandler& handler,
2089 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2090 return SubmitAsync(&SecurityHubClient::GetConnector, request, handler, context);
2091 }
2092
2100
2104 template <typename GetConnectorV2RequestT = Model::GetConnectorV2Request>
2105 Model::GetConnectorV2OutcomeCallable GetConnectorV2Callable(const GetConnectorV2RequestT& request) const {
2106 return SubmitCallable(&SecurityHubClient::GetConnectorV2, request);
2107 }
2108
2113 template <typename GetConnectorV2RequestT = Model::GetConnectorV2Request>
2114 void GetConnectorV2Async(const GetConnectorV2RequestT& request, const GetConnectorV2ResponseReceivedHandler& handler,
2115 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2116 return SubmitAsync(&SecurityHubClient::GetConnectorV2, request, handler, context);
2117 }
2118
2126
2131 template <typename GetEnabledStandardsRequestT = Model::GetEnabledStandardsRequest>
2132 Model::GetEnabledStandardsOutcomeCallable GetEnabledStandardsCallable(const GetEnabledStandardsRequestT& request = {}) const {
2133 return SubmitCallable(&SecurityHubClient::GetEnabledStandards, request);
2134 }
2135
2140 template <typename GetEnabledStandardsRequestT = Model::GetEnabledStandardsRequest>
2142 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2143 const GetEnabledStandardsRequestT& request = {}) const {
2144 return SubmitAsync(&SecurityHubClient::GetEnabledStandards, request, handler, context);
2145 }
2146
2157
2162 template <typename GetFindingAggregatorRequestT = Model::GetFindingAggregatorRequest>
2163 Model::GetFindingAggregatorOutcomeCallable GetFindingAggregatorCallable(const GetFindingAggregatorRequestT& request) const {
2164 return SubmitCallable(&SecurityHubClient::GetFindingAggregator, request);
2165 }
2166
2171 template <typename GetFindingAggregatorRequestT = Model::GetFindingAggregatorRequest>
2172 void GetFindingAggregatorAsync(const GetFindingAggregatorRequestT& request, const GetFindingAggregatorResponseReceivedHandler& handler,
2173 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2174 return SubmitAsync(&SecurityHubClient::GetFindingAggregator, request, handler, context);
2175 }
2176
2194
2199 template <typename GetFindingHistoryRequestT = Model::GetFindingHistoryRequest>
2200 Model::GetFindingHistoryOutcomeCallable GetFindingHistoryCallable(const GetFindingHistoryRequestT& request) const {
2201 return SubmitCallable(&SecurityHubClient::GetFindingHistory, request);
2202 }
2203
2208 template <typename GetFindingHistoryRequestT = Model::GetFindingHistoryRequest>
2209 void GetFindingHistoryAsync(const GetFindingHistoryRequestT& request, const GetFindingHistoryResponseReceivedHandler& handler,
2210 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2211 return SubmitAsync(&SecurityHubClient::GetFindingHistory, request, handler, context);
2212 }
2213
2229
2234 template <typename GetFindingStatisticsV2RequestT = Model::GetFindingStatisticsV2Request>
2235 Model::GetFindingStatisticsV2OutcomeCallable GetFindingStatisticsV2Callable(const GetFindingStatisticsV2RequestT& request) const {
2236 return SubmitCallable(&SecurityHubClient::GetFindingStatisticsV2, request);
2237 }
2238
2243 template <typename GetFindingStatisticsV2RequestT = Model::GetFindingStatisticsV2Request>
2244 void GetFindingStatisticsV2Async(const GetFindingStatisticsV2RequestT& request,
2246 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2247 return SubmitAsync(&SecurityHubClient::GetFindingStatisticsV2, request, handler, context);
2248 }
2249
2259
2263 template <typename GetFindingsRequestT = Model::GetFindingsRequest>
2264 Model::GetFindingsOutcomeCallable GetFindingsCallable(const GetFindingsRequestT& request = {}) const {
2265 return SubmitCallable(&SecurityHubClient::GetFindings, request);
2266 }
2267
2272 template <typename GetFindingsRequestT = Model::GetFindingsRequest>
2274 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2275 const GetFindingsRequestT& request = {}) const {
2276 return SubmitAsync(&SecurityHubClient::GetFindings, request, handler, context);
2277 }
2278
2287
2292 template <typename GetFindingsTrendsV2RequestT = Model::GetFindingsTrendsV2Request>
2293 Model::GetFindingsTrendsV2OutcomeCallable GetFindingsTrendsV2Callable(const GetFindingsTrendsV2RequestT& request) const {
2294 return SubmitCallable(&SecurityHubClient::GetFindingsTrendsV2, request);
2295 }
2296
2301 template <typename GetFindingsTrendsV2RequestT = Model::GetFindingsTrendsV2Request>
2302 void GetFindingsTrendsV2Async(const GetFindingsTrendsV2RequestT& request, const GetFindingsTrendsV2ResponseReceivedHandler& handler,
2303 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2304 return SubmitAsync(&SecurityHubClient::GetFindingsTrendsV2, request, handler, context);
2305 }
2306
2326
2330 template <typename GetFindingsV2RequestT = Model::GetFindingsV2Request>
2331 Model::GetFindingsV2OutcomeCallable GetFindingsV2Callable(const GetFindingsV2RequestT& request = {}) const {
2332 return SubmitCallable(&SecurityHubClient::GetFindingsV2, request);
2333 }
2334
2339 template <typename GetFindingsV2RequestT = Model::GetFindingsV2Request>
2341 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2342 const GetFindingsV2RequestT& request = {}) const {
2343 return SubmitAsync(&SecurityHubClient::GetFindingsV2, request, handler, context);
2344 }
2345
2353
2358 template <typename GetInsightResultsRequestT = Model::GetInsightResultsRequest>
2359 Model::GetInsightResultsOutcomeCallable GetInsightResultsCallable(const GetInsightResultsRequestT& request) const {
2360 return SubmitCallable(&SecurityHubClient::GetInsightResults, request);
2361 }
2362
2367 template <typename GetInsightResultsRequestT = Model::GetInsightResultsRequest>
2368 void GetInsightResultsAsync(const GetInsightResultsRequestT& request, const GetInsightResultsResponseReceivedHandler& handler,
2369 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2370 return SubmitAsync(&SecurityHubClient::GetInsightResults, request, handler, context);
2371 }
2372
2380
2384 template <typename GetInsightsRequestT = Model::GetInsightsRequest>
2385 Model::GetInsightsOutcomeCallable GetInsightsCallable(const GetInsightsRequestT& request = {}) const {
2386 return SubmitCallable(&SecurityHubClient::GetInsights, request);
2387 }
2388
2393 template <typename GetInsightsRequestT = Model::GetInsightsRequest>
2395 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2396 const GetInsightsRequestT& request = {}) const {
2397 return SubmitAsync(&SecurityHubClient::GetInsights, request, handler, context);
2398 }
2399
2413
2418 template <typename GetInvitationsCountRequestT = Model::GetInvitationsCountRequest>
2419 Model::GetInvitationsCountOutcomeCallable GetInvitationsCountCallable(const GetInvitationsCountRequestT& request = {}) const {
2420 return SubmitCallable(&SecurityHubClient::GetInvitationsCount, request);
2421 }
2422
2427 template <typename GetInvitationsCountRequestT = Model::GetInvitationsCountRequest>
2429 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2430 const GetInvitationsCountRequestT& request = {}) const {
2431 return SubmitAsync(&SecurityHubClient::GetInvitationsCount, request, handler, context);
2432 }
2433
2445
2449 template <typename GetMembersRequestT = Model::GetMembersRequest>
2450 Model::GetMembersOutcomeCallable GetMembersCallable(const GetMembersRequestT& request) const {
2451 return SubmitCallable(&SecurityHubClient::GetMembers, request);
2452 }
2453
2458 template <typename GetMembersRequestT = Model::GetMembersRequest>
2459 void GetMembersAsync(const GetMembersRequestT& request, const GetMembersResponseReceivedHandler& handler,
2460 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2461 return SubmitAsync(&SecurityHubClient::GetMembers, request, handler, context);
2462 }
2463
2472
2477 template <typename GetRecommendedPolicyV2RequestT = Model::GetRecommendedPolicyV2Request>
2478 Model::GetRecommendedPolicyV2OutcomeCallable GetRecommendedPolicyV2Callable(const GetRecommendedPolicyV2RequestT& request) const {
2479 return SubmitCallable(&SecurityHubClient::GetRecommendedPolicyV2, request);
2480 }
2481
2486 template <typename GetRecommendedPolicyV2RequestT = Model::GetRecommendedPolicyV2Request>
2487 void GetRecommendedPolicyV2Async(const GetRecommendedPolicyV2RequestT& request,
2489 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2490 return SubmitAsync(&SecurityHubClient::GetRecommendedPolicyV2, request, handler, context);
2491 }
2492
2511
2516 template <typename GetResourcesStatisticsV2RequestT = Model::GetResourcesStatisticsV2Request>
2517 Model::GetResourcesStatisticsV2OutcomeCallable GetResourcesStatisticsV2Callable(const GetResourcesStatisticsV2RequestT& request) const {
2518 return SubmitCallable(&SecurityHubClient::GetResourcesStatisticsV2, request);
2519 }
2520
2525 template <typename GetResourcesStatisticsV2RequestT = Model::GetResourcesStatisticsV2Request>
2526 void GetResourcesStatisticsV2Async(const GetResourcesStatisticsV2RequestT& request,
2528 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2529 return SubmitAsync(&SecurityHubClient::GetResourcesStatisticsV2, request, handler, context);
2530 }
2531
2540
2545 template <typename GetResourcesTrendsV2RequestT = Model::GetResourcesTrendsV2Request>
2546 Model::GetResourcesTrendsV2OutcomeCallable GetResourcesTrendsV2Callable(const GetResourcesTrendsV2RequestT& request) const {
2547 return SubmitCallable(&SecurityHubClient::GetResourcesTrendsV2, request);
2548 }
2549
2554 template <typename GetResourcesTrendsV2RequestT = Model::GetResourcesTrendsV2Request>
2555 void GetResourcesTrendsV2Async(const GetResourcesTrendsV2RequestT& request, const GetResourcesTrendsV2ResponseReceivedHandler& handler,
2556 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2557 return SubmitAsync(&SecurityHubClient::GetResourcesTrendsV2, request, handler, context);
2558 }
2559
2586
2590 template <typename GetResourcesV2RequestT = Model::GetResourcesV2Request>
2591 Model::GetResourcesV2OutcomeCallable GetResourcesV2Callable(const GetResourcesV2RequestT& request = {}) const {
2592 return SubmitCallable(&SecurityHubClient::GetResourcesV2, request);
2593 }
2594
2599 template <typename GetResourcesV2RequestT = Model::GetResourcesV2Request>
2601 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2602 const GetResourcesV2RequestT& request = {}) const {
2603 return SubmitAsync(&SecurityHubClient::GetResourcesV2, request, handler, context);
2604 }
2605
2614 const Model::GetSecurityControlDefinitionRequest& request) const;
2615
2620 template <typename GetSecurityControlDefinitionRequestT = Model::GetSecurityControlDefinitionRequest>
2622 const GetSecurityControlDefinitionRequestT& request) const {
2623 return SubmitCallable(&SecurityHubClient::GetSecurityControlDefinition, request);
2624 }
2625
2630 template <typename GetSecurityControlDefinitionRequestT = Model::GetSecurityControlDefinitionRequest>
2631 void GetSecurityControlDefinitionAsync(const GetSecurityControlDefinitionRequestT& request,
2633 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2634 return SubmitAsync(&SecurityHubClient::GetSecurityControlDefinition, request, handler, context);
2635 }
2636
2656
2660 template <typename InviteMembersRequestT = Model::InviteMembersRequest>
2661 Model::InviteMembersOutcomeCallable InviteMembersCallable(const InviteMembersRequestT& request) const {
2662 return SubmitCallable(&SecurityHubClient::InviteMembers, request);
2663 }
2664
2669 template <typename InviteMembersRequestT = Model::InviteMembersRequest>
2670 void InviteMembersAsync(const InviteMembersRequestT& request, const InviteMembersResponseReceivedHandler& handler,
2671 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2672 return SubmitAsync(&SecurityHubClient::InviteMembers, request, handler, context);
2673 }
2674
2681
2686 template <typename ListAggregatorsV2RequestT = Model::ListAggregatorsV2Request>
2687 Model::ListAggregatorsV2OutcomeCallable ListAggregatorsV2Callable(const ListAggregatorsV2RequestT& request = {}) const {
2688 return SubmitCallable(&SecurityHubClient::ListAggregatorsV2, request);
2689 }
2690
2695 template <typename ListAggregatorsV2RequestT = Model::ListAggregatorsV2Request>
2697 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2698 const ListAggregatorsV2RequestT& request = {}) const {
2699 return SubmitAsync(&SecurityHubClient::ListAggregatorsV2, request, handler, context);
2700 }
2701
2709
2714 template <typename ListAutomationRulesRequestT = Model::ListAutomationRulesRequest>
2715 Model::ListAutomationRulesOutcomeCallable ListAutomationRulesCallable(const ListAutomationRulesRequestT& request = {}) const {
2716 return SubmitCallable(&SecurityHubClient::ListAutomationRules, request);
2717 }
2718
2723 template <typename ListAutomationRulesRequestT = Model::ListAutomationRulesRequest>
2725 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2726 const ListAutomationRulesRequestT& request = {}) const {
2727 return SubmitAsync(&SecurityHubClient::ListAutomationRules, request, handler, context);
2728 }
2729
2737
2742 template <typename ListAutomationRulesV2RequestT = Model::ListAutomationRulesV2Request>
2743 Model::ListAutomationRulesV2OutcomeCallable ListAutomationRulesV2Callable(const ListAutomationRulesV2RequestT& request = {}) const {
2744 return SubmitCallable(&SecurityHubClient::ListAutomationRulesV2, request);
2745 }
2746
2751 template <typename ListAutomationRulesV2RequestT = Model::ListAutomationRulesV2Request>
2753 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2754 const ListAutomationRulesV2RequestT& request = {}) const {
2755 return SubmitAsync(&SecurityHubClient::ListAutomationRulesV2, request, handler, context);
2756 }
2757
2767 const Model::ListConfigurationPoliciesRequest& request = {}) const;
2768
2773 template <typename ListConfigurationPoliciesRequestT = Model::ListConfigurationPoliciesRequest>
2775 const ListConfigurationPoliciesRequestT& request = {}) const {
2776 return SubmitCallable(&SecurityHubClient::ListConfigurationPolicies, request);
2777 }
2778
2783 template <typename ListConfigurationPoliciesRequestT = Model::ListConfigurationPoliciesRequest>
2785 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2786 const ListConfigurationPoliciesRequestT& request = {}) const {
2787 return SubmitAsync(&SecurityHubClient::ListConfigurationPolicies, request, handler, context);
2788 }
2789
2798 const Model::ListConfigurationPolicyAssociationsRequest& request = {}) const;
2799
2804 template <typename ListConfigurationPolicyAssociationsRequestT = Model::ListConfigurationPolicyAssociationsRequest>
2806 const ListConfigurationPolicyAssociationsRequestT& request = {}) const {
2807 return SubmitCallable(&SecurityHubClient::ListConfigurationPolicyAssociations, request);
2808 }
2809
2814 template <typename ListConfigurationPolicyAssociationsRequestT = Model::ListConfigurationPolicyAssociationsRequest>
2816 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2817 const ListConfigurationPolicyAssociationsRequestT& request = {}) const {
2818 return SubmitAsync(&SecurityHubClient::ListConfigurationPolicyAssociations, request, handler, context);
2819 }
2820
2828
2832 template <typename ListConnectorsRequestT = Model::ListConnectorsRequest>
2833 Model::ListConnectorsOutcomeCallable ListConnectorsCallable(const ListConnectorsRequestT& request = {}) const {
2834 return SubmitCallable(&SecurityHubClient::ListConnectors, request);
2835 }
2836
2841 template <typename ListConnectorsRequestT = Model::ListConnectorsRequest>
2843 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2844 const ListConnectorsRequestT& request = {}) const {
2845 return SubmitAsync(&SecurityHubClient::ListConnectors, request, handler, context);
2846 }
2847
2855
2860 template <typename ListConnectorsV2RequestT = Model::ListConnectorsV2Request>
2861 Model::ListConnectorsV2OutcomeCallable ListConnectorsV2Callable(const ListConnectorsV2RequestT& request = {}) const {
2862 return SubmitCallable(&SecurityHubClient::ListConnectorsV2, request);
2863 }
2864
2869 template <typename ListConnectorsV2RequestT = Model::ListConnectorsV2Request>
2871 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2872 const ListConnectorsV2RequestT& request = {}) const {
2873 return SubmitAsync(&SecurityHubClient::ListConnectorsV2, request, handler, context);
2874 }
2875
2883 const Model::ListEnabledProductsForImportRequest& request = {}) const;
2884
2889 template <typename ListEnabledProductsForImportRequestT = Model::ListEnabledProductsForImportRequest>
2891 const ListEnabledProductsForImportRequestT& request = {}) const {
2892 return SubmitCallable(&SecurityHubClient::ListEnabledProductsForImport, request);
2893 }
2894
2899 template <typename ListEnabledProductsForImportRequestT = Model::ListEnabledProductsForImportRequest>
2901 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2902 const ListEnabledProductsForImportRequestT& request = {}) const {
2903 return SubmitAsync(&SecurityHubClient::ListEnabledProductsForImport, request, handler, context);
2904 }
2905
2915
2920 template <typename ListFindingAggregatorsRequestT = Model::ListFindingAggregatorsRequest>
2921 Model::ListFindingAggregatorsOutcomeCallable ListFindingAggregatorsCallable(const ListFindingAggregatorsRequestT& request = {}) const {
2922 return SubmitCallable(&SecurityHubClient::ListFindingAggregators, request);
2923 }
2924
2929 template <typename ListFindingAggregatorsRequestT = Model::ListFindingAggregatorsRequest>
2931 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2932 const ListFindingAggregatorsRequestT& request = {}) const {
2933 return SubmitAsync(&SecurityHubClient::ListFindingAggregators, request, handler, context);
2934 }
2935
2950
2954 template <typename ListInvitationsRequestT = Model::ListInvitationsRequest>
2955 Model::ListInvitationsOutcomeCallable ListInvitationsCallable(const ListInvitationsRequestT& request = {}) const {
2956 return SubmitCallable(&SecurityHubClient::ListInvitations, request);
2957 }
2958
2963 template <typename ListInvitationsRequestT = Model::ListInvitationsRequest>
2965 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2966 const ListInvitationsRequestT& request = {}) const {
2967 return SubmitAsync(&SecurityHubClient::ListInvitations, request, handler, context);
2968 }
2969
2979
2983 template <typename ListMembersRequestT = Model::ListMembersRequest>
2984 Model::ListMembersOutcomeCallable ListMembersCallable(const ListMembersRequestT& request = {}) const {
2985 return SubmitCallable(&SecurityHubClient::ListMembers, request);
2986 }
2987
2992 template <typename ListMembersRequestT = Model::ListMembersRequest>
2994 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2995 const ListMembersRequestT& request = {}) const {
2996 return SubmitAsync(&SecurityHubClient::ListMembers, request, handler, context);
2997 }
2998
3006 const Model::ListOrganizationAdminAccountsRequest& request = {}) const;
3007
3012 template <typename ListOrganizationAdminAccountsRequestT = Model::ListOrganizationAdminAccountsRequest>
3014 const ListOrganizationAdminAccountsRequestT& request = {}) const {
3015 return SubmitCallable(&SecurityHubClient::ListOrganizationAdminAccounts, request);
3016 }
3017
3022 template <typename ListOrganizationAdminAccountsRequestT = Model::ListOrganizationAdminAccountsRequest>
3024 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
3025 const ListOrganizationAdminAccountsRequestT& request = {}) const {
3026 return SubmitAsync(&SecurityHubClient::ListOrganizationAdminAccounts, request, handler, context);
3027 }
3028
3036 const Model::ListSecurityControlDefinitionsRequest& request = {}) const;
3037
3042 template <typename ListSecurityControlDefinitionsRequestT = Model::ListSecurityControlDefinitionsRequest>
3044 const ListSecurityControlDefinitionsRequestT& request = {}) const {
3045 return SubmitCallable(&SecurityHubClient::ListSecurityControlDefinitions, request);
3046 }
3047
3052 template <typename ListSecurityControlDefinitionsRequestT = Model::ListSecurityControlDefinitionsRequest>
3054 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
3055 const ListSecurityControlDefinitionsRequestT& request = {}) const {
3056 return SubmitAsync(&SecurityHubClient::ListSecurityControlDefinitions, request, handler, context);
3057 }
3058
3070
3075 template <typename ListStandardsControlAssociationsRequestT = Model::ListStandardsControlAssociationsRequest>
3077 const ListStandardsControlAssociationsRequestT& request) const {
3078 return SubmitCallable(&SecurityHubClient::ListStandardsControlAssociations, request);
3079 }
3080
3085 template <typename ListStandardsControlAssociationsRequestT = Model::ListStandardsControlAssociationsRequest>
3086 void ListStandardsControlAssociationsAsync(const ListStandardsControlAssociationsRequestT& request,
3088 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3089 return SubmitAsync(&SecurityHubClient::ListStandardsControlAssociations, request, handler, context);
3090 }
3091
3099
3104 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
3105 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
3106 return SubmitCallable(&SecurityHubClient::ListTagsForResource, request);
3107 }
3108
3113 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
3114 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
3115 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3116 return SubmitAsync(&SecurityHubClient::ListTagsForResource, request, handler, context);
3117 }
3118
3126
3131 template <typename RegisterConnectorV2RequestT = Model::RegisterConnectorV2Request>
3132 Model::RegisterConnectorV2OutcomeCallable RegisterConnectorV2Callable(const RegisterConnectorV2RequestT& request) const {
3133 return SubmitCallable(&SecurityHubClient::RegisterConnectorV2, request);
3134 }
3135
3140 template <typename RegisterConnectorV2RequestT = Model::RegisterConnectorV2Request>
3141 void RegisterConnectorV2Async(const RegisterConnectorV2RequestT& request, const RegisterConnectorV2ResponseReceivedHandler& handler,
3142 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3143 return SubmitAsync(&SecurityHubClient::RegisterConnectorV2, request, handler, context);
3144 }
3145
3157
3162 template <typename StartConfigurationPolicyAssociationRequestT = Model::StartConfigurationPolicyAssociationRequest>
3164 const StartConfigurationPolicyAssociationRequestT& request) const {
3165 return SubmitCallable(&SecurityHubClient::StartConfigurationPolicyAssociation, request);
3166 }
3167
3172 template <typename StartConfigurationPolicyAssociationRequestT = Model::StartConfigurationPolicyAssociationRequest>
3173 void StartConfigurationPolicyAssociationAsync(const StartConfigurationPolicyAssociationRequestT& request,
3175 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3176 return SubmitAsync(&SecurityHubClient::StartConfigurationPolicyAssociation, request, handler, context);
3177 }
3178
3192
3197 template <typename StartConfigurationPolicyDisassociationRequestT = Model::StartConfigurationPolicyDisassociationRequest>
3199 const StartConfigurationPolicyDisassociationRequestT& request) const {
3200 return SubmitCallable(&SecurityHubClient::StartConfigurationPolicyDisassociation, request);
3201 }
3202
3207 template <typename StartConfigurationPolicyDisassociationRequestT = Model::StartConfigurationPolicyDisassociationRequest>
3208 void StartConfigurationPolicyDisassociationAsync(const StartConfigurationPolicyDisassociationRequestT& request,
3210 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3211 return SubmitAsync(&SecurityHubClient::StartConfigurationPolicyDisassociation, request, handler, context);
3212 }
3213
3220
3224 template <typename TagResourceRequestT = Model::TagResourceRequest>
3225 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
3226 return SubmitCallable(&SecurityHubClient::TagResource, request);
3227 }
3228
3233 template <typename TagResourceRequestT = Model::TagResourceRequest>
3234 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
3235 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3236 return SubmitAsync(&SecurityHubClient::TagResource, request, handler, context);
3237 }
3238
3245
3249 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
3250 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
3251 return SubmitCallable(&SecurityHubClient::UntagResource, request);
3252 }
3253
3258 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
3259 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
3260 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3261 return SubmitAsync(&SecurityHubClient::UntagResource, request, handler, context);
3262 }
3263
3271
3276 template <typename UpdateActionTargetRequestT = Model::UpdateActionTargetRequest>
3277 Model::UpdateActionTargetOutcomeCallable UpdateActionTargetCallable(const UpdateActionTargetRequestT& request) const {
3278 return SubmitCallable(&SecurityHubClient::UpdateActionTarget, request);
3279 }
3280
3285 template <typename UpdateActionTargetRequestT = Model::UpdateActionTargetRequest>
3286 void UpdateActionTargetAsync(const UpdateActionTargetRequestT& request, const UpdateActionTargetResponseReceivedHandler& handler,
3287 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3288 return SubmitAsync(&SecurityHubClient::UpdateActionTarget, request, handler, context);
3289 }
3290
3298
3303 template <typename UpdateAggregatorV2RequestT = Model::UpdateAggregatorV2Request>
3304 Model::UpdateAggregatorV2OutcomeCallable UpdateAggregatorV2Callable(const UpdateAggregatorV2RequestT& request) const {
3305 return SubmitCallable(&SecurityHubClient::UpdateAggregatorV2, request);
3306 }
3307
3312 template <typename UpdateAggregatorV2RequestT = Model::UpdateAggregatorV2Request>
3313 void UpdateAggregatorV2Async(const UpdateAggregatorV2RequestT& request, const UpdateAggregatorV2ResponseReceivedHandler& handler,
3314 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3315 return SubmitAsync(&SecurityHubClient::UpdateAggregatorV2, request, handler, context);
3316 }
3317
3324
3329 template <typename UpdateAutomationRuleV2RequestT = Model::UpdateAutomationRuleV2Request>
3330 Model::UpdateAutomationRuleV2OutcomeCallable UpdateAutomationRuleV2Callable(const UpdateAutomationRuleV2RequestT& request) const {
3331 return SubmitCallable(&SecurityHubClient::UpdateAutomationRuleV2, request);
3332 }
3333
3338 template <typename UpdateAutomationRuleV2RequestT = Model::UpdateAutomationRuleV2Request>
3339 void UpdateAutomationRuleV2Async(const UpdateAutomationRuleV2RequestT& request,
3341 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3342 return SubmitAsync(&SecurityHubClient::UpdateAutomationRuleV2, request, handler, context);
3343 }
3344
3353
3358 template <typename UpdateConfigurationPolicyRequestT = Model::UpdateConfigurationPolicyRequest>
3360 const UpdateConfigurationPolicyRequestT& request) const {
3361 return SubmitCallable(&SecurityHubClient::UpdateConfigurationPolicy, request);
3362 }
3363
3368 template <typename UpdateConfigurationPolicyRequestT = Model::UpdateConfigurationPolicyRequest>
3369 void UpdateConfigurationPolicyAsync(const UpdateConfigurationPolicyRequestT& request,
3371 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3372 return SubmitAsync(&SecurityHubClient::UpdateConfigurationPolicy, request, handler, context);
3373 }
3374
3382
3386 template <typename UpdateConnectorRequestT = Model::UpdateConnectorRequest>
3387 Model::UpdateConnectorOutcomeCallable UpdateConnectorCallable(const UpdateConnectorRequestT& request) const {
3388 return SubmitCallable(&SecurityHubClient::UpdateConnector, request);
3389 }
3390
3395 template <typename UpdateConnectorRequestT = Model::UpdateConnectorRequest>
3396 void UpdateConnectorAsync(const UpdateConnectorRequestT& request, const UpdateConnectorResponseReceivedHandler& handler,
3397 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3398 return SubmitAsync(&SecurityHubClient::UpdateConnector, request, handler, context);
3399 }
3400
3408
3413 template <typename UpdateConnectorV2RequestT = Model::UpdateConnectorV2Request>
3414 Model::UpdateConnectorV2OutcomeCallable UpdateConnectorV2Callable(const UpdateConnectorV2RequestT& request) const {
3415 return SubmitCallable(&SecurityHubClient::UpdateConnectorV2, request);
3416 }
3417
3422 template <typename UpdateConnectorV2RequestT = Model::UpdateConnectorV2Request>
3423 void UpdateConnectorV2Async(const UpdateConnectorV2RequestT& request, const UpdateConnectorV2ResponseReceivedHandler& handler,
3424 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3425 return SubmitAsync(&SecurityHubClient::UpdateConnectorV2, request, handler, context);
3426 }
3427
3439
3444 template <typename UpdateFindingAggregatorRequestT = Model::UpdateFindingAggregatorRequest>
3445 Model::UpdateFindingAggregatorOutcomeCallable UpdateFindingAggregatorCallable(const UpdateFindingAggregatorRequestT& request) const {
3446 return SubmitCallable(&SecurityHubClient::UpdateFindingAggregator, request);
3447 }
3448
3453 template <typename UpdateFindingAggregatorRequestT = Model::UpdateFindingAggregatorRequest>
3454 void UpdateFindingAggregatorAsync(const UpdateFindingAggregatorRequestT& request,
3456 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3457 return SubmitAsync(&SecurityHubClient::UpdateFindingAggregator, request, handler, context);
3458 }
3459
3476
3480 template <typename UpdateFindingsRequestT = Model::UpdateFindingsRequest>
3481 Model::UpdateFindingsOutcomeCallable UpdateFindingsCallable(const UpdateFindingsRequestT& request) const {
3482 return SubmitCallable(&SecurityHubClient::UpdateFindings, request);
3483 }
3484
3489 template <typename UpdateFindingsRequestT = Model::UpdateFindingsRequest>
3490 void UpdateFindingsAsync(const UpdateFindingsRequestT& request, const UpdateFindingsResponseReceivedHandler& handler,
3491 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3492 return SubmitAsync(&SecurityHubClient::UpdateFindings, request, handler, context);
3493 }
3494
3502
3506 template <typename UpdateInsightRequestT = Model::UpdateInsightRequest>
3507 Model::UpdateInsightOutcomeCallable UpdateInsightCallable(const UpdateInsightRequestT& request) const {
3508 return SubmitCallable(&SecurityHubClient::UpdateInsight, request);
3509 }
3510
3515 template <typename UpdateInsightRequestT = Model::UpdateInsightRequest>
3516 void UpdateInsightAsync(const UpdateInsightRequestT& request, const UpdateInsightResponseReceivedHandler& handler,
3517 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3518 return SubmitAsync(&SecurityHubClient::UpdateInsight, request, handler, context);
3519 }
3520
3530
3535 template <typename UpdateOrganizationConfigurationRequestT = Model::UpdateOrganizationConfigurationRequest>
3537 const UpdateOrganizationConfigurationRequestT& request) const {
3538 return SubmitCallable(&SecurityHubClient::UpdateOrganizationConfiguration, request);
3539 }
3540
3545 template <typename UpdateOrganizationConfigurationRequestT = Model::UpdateOrganizationConfigurationRequest>
3546 void UpdateOrganizationConfigurationAsync(const UpdateOrganizationConfigurationRequestT& request,
3548 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3549 return SubmitAsync(&SecurityHubClient::UpdateOrganizationConfiguration, request, handler, context);
3550 }
3551
3558
3563 template <typename UpdateSecurityControlRequestT = Model::UpdateSecurityControlRequest>
3564 Model::UpdateSecurityControlOutcomeCallable UpdateSecurityControlCallable(const UpdateSecurityControlRequestT& request) const {
3565 return SubmitCallable(&SecurityHubClient::UpdateSecurityControl, request);
3566 }
3567
3572 template <typename UpdateSecurityControlRequestT = Model::UpdateSecurityControlRequest>
3573 void UpdateSecurityControlAsync(const UpdateSecurityControlRequestT& request, const UpdateSecurityControlResponseReceivedHandler& handler,
3574 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3575 return SubmitAsync(&SecurityHubClient::UpdateSecurityControl, request, handler, context);
3576 }
3577
3585 const Model::UpdateSecurityHubConfigurationRequest& request = {}) const;
3586
3591 template <typename UpdateSecurityHubConfigurationRequestT = Model::UpdateSecurityHubConfigurationRequest>
3593 const UpdateSecurityHubConfigurationRequestT& request = {}) const {
3594 return SubmitCallable(&SecurityHubClient::UpdateSecurityHubConfiguration, request);
3595 }
3596
3601 template <typename UpdateSecurityHubConfigurationRequestT = Model::UpdateSecurityHubConfigurationRequest>
3603 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
3604 const UpdateSecurityHubConfigurationRequestT& request = {}) const {
3605 return SubmitAsync(&SecurityHubClient::UpdateSecurityHubConfiguration, request, handler, context);
3606 }
3607
3618
3623 template <typename UpdateStandardsControlRequestT = Model::UpdateStandardsControlRequest>
3624 Model::UpdateStandardsControlOutcomeCallable UpdateStandardsControlCallable(const UpdateStandardsControlRequestT& request) const {
3625 return SubmitCallable(&SecurityHubClient::UpdateStandardsControl, request);
3626 }
3627
3632 template <typename UpdateStandardsControlRequestT = Model::UpdateStandardsControlRequest>
3633 void UpdateStandardsControlAsync(const UpdateStandardsControlRequestT& request,
3635 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
3636 return SubmitAsync(&SecurityHubClient::UpdateStandardsControl, request, handler, context);
3637 }
3638
3639 virtual void OverrideEndpoint(const Aws::String& endpoint);
3640 virtual std::shared_ptr<SecurityHubEndpointProviderBase>& accessEndpointProvider();
3641
3642 private:
3644 void init(const SecurityHubClientConfiguration& clientConfiguration);
3645
3647
3648 InvokeOperationOutcome InvokeServiceOperation(const AmazonWebServiceRequest& request,
3649 const std::function<void(Aws::Endpoint::ResolveEndpointOutcome&)>& resolveUri,
3650 Aws::Http::HttpMethod httpMethod) const;
3651
3652 SecurityHubClientConfiguration m_clientConfiguration;
3653 std::shared_ptr<SecurityHubEndpointProviderBase> m_endpointProvider;
3654};
3655
3656} // namespace SecurityHub
3657} // namespace Aws
void DisableOrganizationAdminAccountAsync(const DisableOrganizationAdminAccountRequestT &request, const DisableOrganizationAdminAccountResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetFindingsAsync(const GetFindingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetFindingsRequestT &request={}) const
Model::UpdateConfigurationPolicyOutcomeCallable UpdateConfigurationPolicyCallable(const UpdateConfigurationPolicyRequestT &request) const
void DisableSecurityHubFeatureV2Async(const DisableSecurityHubFeatureV2RequestT &request, const DisableSecurityHubFeatureV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeActionTargetsAsync(const DescribeActionTargetsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeActionTargetsRequestT &request={}) const
void DeleteMembersAsync(const DeleteMembersRequestT &request, const DeleteMembersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListSecurityControlDefinitionsAsync(const ListSecurityControlDefinitionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListSecurityControlDefinitionsRequestT &request={}) const
void GenerateRecommendedPolicyV2Async(const GenerateRecommendedPolicyV2RequestT &request, const GenerateRecommendedPolicyV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateConfigurationPolicyAsync(const UpdateConfigurationPolicyRequestT &request, const UpdateConfigurationPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StartConfigurationPolicyDisassociationOutcomeCallable StartConfigurationPolicyDisassociationCallable(const StartConfigurationPolicyDisassociationRequestT &request) const
void GetSecurityControlDefinitionAsync(const GetSecurityControlDefinitionRequestT &request, const GetSecurityControlDefinitionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeProductsOutcomeCallable DescribeProductsCallable(const DescribeProductsRequestT &request={}) const
void ListFindingAggregatorsAsync(const ListFindingAggregatorsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListFindingAggregatorsRequestT &request={}) const
void DisassociateFromAdministratorAccountAsync(const DisassociateFromAdministratorAccountResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DisassociateFromAdministratorAccountRequestT &request={}) const
void UpdateConnectorV2Async(const UpdateConnectorV2RequestT &request, const UpdateConnectorV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListAutomationRulesOutcome ListAutomationRules(const Model::ListAutomationRulesRequest &request={}) const
Model::GetFindingsOutcomeCallable GetFindingsCallable(const GetFindingsRequestT &request={}) const
void UpdateInsightAsync(const UpdateInsightRequestT &request, const UpdateInsightResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void InviteMembersAsync(const InviteMembersRequestT &request, const InviteMembersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteConfigurationPolicyOutcomeCallable DeleteConfigurationPolicyCallable(const DeleteConfigurationPolicyRequestT &request) const
void DeleteAutomationRuleV2Async(const DeleteAutomationRuleV2RequestT &request, const DeleteAutomationRuleV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateAutomationRuleV2Outcome UpdateAutomationRuleV2(const Model::UpdateAutomationRuleV2Request &request) const
virtual std::shared_ptr< SecurityHubEndpointProviderBase > & accessEndpointProvider()
virtual Model::UpdateConnectorOutcome UpdateConnector(const Model::UpdateConnectorRequest &request) const
void GetFindingsV2Async(const GetFindingsV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetFindingsV2RequestT &request={}) const
Model::DescribeStandardsOutcomeCallable DescribeStandardsCallable(const DescribeStandardsRequestT &request={}) const
Model::DeleteActionTargetOutcomeCallable DeleteActionTargetCallable(const DeleteActionTargetRequestT &request) const
void UpdateAutomationRuleV2Async(const UpdateAutomationRuleV2RequestT &request, const UpdateAutomationRuleV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetConfigurationPolicyAssociationOutcome GetConfigurationPolicyAssociation(const Model::GetConfigurationPolicyAssociationRequest &request) const
virtual Model::GetFindingAggregatorOutcome GetFindingAggregator(const Model::GetFindingAggregatorRequest &request) const
virtual Model::DeleteConnectorOutcome DeleteConnector(const Model::DeleteConnectorRequest &request) const
Model::DeleteFindingAggregatorOutcomeCallable DeleteFindingAggregatorCallable(const DeleteFindingAggregatorRequestT &request) const
Model::DeleteConnectorOutcomeCallable DeleteConnectorCallable(const DeleteConnectorRequestT &request) const
void GetAdministratorAccountAsync(const GetAdministratorAccountResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetAdministratorAccountRequestT &request={}) const
virtual Model::UpdateOrganizationConfigurationOutcome UpdateOrganizationConfiguration(const Model::UpdateOrganizationConfigurationRequest &request) const
virtual Model::ListConfigurationPolicyAssociationsOutcome ListConfigurationPolicyAssociations(const Model::ListConfigurationPolicyAssociationsRequest &request={}) const
void GetResourcesStatisticsV2Async(const GetResourcesStatisticsV2RequestT &request, const GetResourcesStatisticsV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::BatchDisableStandardsOutcome BatchDisableStandards(const Model::BatchDisableStandardsRequest &request) const
SecurityHubEndpointProvider EndpointProviderType
void GetConfigurationPolicyAssociationAsync(const GetConfigurationPolicyAssociationRequestT &request, const GetConfigurationPolicyAssociationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeProductsV2Async(const DescribeProductsV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeProductsV2RequestT &request={}) const
virtual Model::StartConfigurationPolicyAssociationOutcome StartConfigurationPolicyAssociation(const Model::StartConfigurationPolicyAssociationRequest &request) const
Model::GetInsightResultsOutcomeCallable GetInsightResultsCallable(const GetInsightResultsRequestT &request) const
Aws::Client::AWSJsonClient BASECLASS
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DisableImportFindingsForProductOutcome DisableImportFindingsForProduct(const Model::DisableImportFindingsForProductRequest &request) const
void GetMembersAsync(const GetMembersRequestT &request, const GetMembersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetInsightsOutcomeCallable GetInsightsCallable(const GetInsightsRequestT &request={}) const
void DescribeHubAsync(const DescribeHubResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeHubRequestT &request={}) const
virtual Model::UpdateActionTargetOutcome UpdateActionTarget(const Model::UpdateActionTargetRequest &request) const
void DisableSecurityHubAsync(const DisableSecurityHubResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DisableSecurityHubRequestT &request={}) const
virtual Model::DescribeStandardsOutcome DescribeStandards(const Model::DescribeStandardsRequest &request={}) const
void AcceptAdministratorInvitationAsync(const AcceptAdministratorInvitationRequestT &request, const AcceptAdministratorInvitationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateFindingAggregatorOutcomeCallable UpdateFindingAggregatorCallable(const UpdateFindingAggregatorRequestT &request) const
virtual Model::EnableOrganizationAdminAccountOutcome EnableOrganizationAdminAccount(const Model::EnableOrganizationAdminAccountRequest &request) const
virtual Model::CreateTicketV2Outcome CreateTicketV2(const Model::CreateTicketV2Request &request) const
Model::ListConnectorsOutcomeCallable ListConnectorsCallable(const ListConnectorsRequestT &request={}) const
virtual Model::ListStandardsControlAssociationsOutcome ListStandardsControlAssociations(const Model::ListStandardsControlAssociationsRequest &request) const
virtual Model::GetResourcesV2Outcome GetResourcesV2(const Model::GetResourcesV2Request &request={}) const
virtual Model::UpdateConfigurationPolicyOutcome UpdateConfigurationPolicy(const Model::UpdateConfigurationPolicyRequest &request) const
void BatchUpdateStandardsControlAssociationsAsync(const BatchUpdateStandardsControlAssociationsRequestT &request, const BatchUpdateStandardsControlAssociationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeActionTargetsOutcome DescribeActionTargets(const Model::DescribeActionTargetsRequest &request={}) const
void CreateAutomationRuleAsync(const CreateAutomationRuleRequestT &request, const CreateAutomationRuleResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
void BatchDisableStandardsAsync(const BatchDisableStandardsRequestT &request, const BatchDisableStandardsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeclineInvitationsOutcome DeclineInvitations(const Model::DeclineInvitationsRequest &request) const
void UpdateStandardsControlAsync(const UpdateStandardsControlRequestT &request, const UpdateStandardsControlResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void BatchGetSecurityControlsAsync(const BatchGetSecurityControlsRequestT &request, const BatchGetSecurityControlsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetConfigurationPolicyOutcome GetConfigurationPolicy(const Model::GetConfigurationPolicyRequest &request) const
void ListMembersAsync(const ListMembersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListMembersRequestT &request={}) const
SecurityHubClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::GetAdministratorAccountOutcome GetAdministratorAccount(const Model::GetAdministratorAccountRequest &request={}) const
Model::GetSecurityControlDefinitionOutcomeCallable GetSecurityControlDefinitionCallable(const GetSecurityControlDefinitionRequestT &request) const
Model::BatchUpdateAutomationRulesOutcomeCallable BatchUpdateAutomationRulesCallable(const BatchUpdateAutomationRulesRequestT &request) const
Model::UpdateSecurityHubConfigurationOutcomeCallable UpdateSecurityHubConfigurationCallable(const UpdateSecurityHubConfigurationRequestT &request={}) const
virtual Model::CreateConnectorV2Outcome CreateConnectorV2(const Model::CreateConnectorV2Request &request) const
void DeclineInvitationsAsync(const DeclineInvitationsRequestT &request, const DeclineInvitationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::BatchDeleteAutomationRulesOutcome BatchDeleteAutomationRules(const Model::BatchDeleteAutomationRulesRequest &request) const
Model::GetConfigurationPolicyOutcomeCallable GetConfigurationPolicyCallable(const GetConfigurationPolicyRequestT &request) const
void GetFindingHistoryAsync(const GetFindingHistoryRequestT &request, const GetFindingHistoryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeProductsV2Outcome DescribeProductsV2(const Model::DescribeProductsV2Request &request={}) const
virtual Model::ListConnectorsOutcome ListConnectors(const Model::ListConnectorsRequest &request={}) const
Model::ListAutomationRulesV2OutcomeCallable ListAutomationRulesV2Callable(const ListAutomationRulesV2RequestT &request={}) const
Model::CreateAutomationRuleOutcomeCallable CreateAutomationRuleCallable(const CreateAutomationRuleRequestT &request) const
void ListAutomationRulesAsync(const ListAutomationRulesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListAutomationRulesRequestT &request={}) const
void CreateAutomationRuleV2Async(const CreateAutomationRuleV2RequestT &request, const CreateAutomationRuleV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateMembersOutcomeCallable CreateMembersCallable(const CreateMembersRequestT &request) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateStandardsControlOutcomeCallable UpdateStandardsControlCallable(const UpdateStandardsControlRequestT &request) const
void DeleteAggregatorV2Async(const DeleteAggregatorV2RequestT &request, const DeleteAggregatorV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DisableSecurityHubFeatureV2OutcomeCallable DisableSecurityHubFeatureV2Callable(const DisableSecurityHubFeatureV2RequestT &request) const
SecurityHubClient(const Aws::Client::ClientConfiguration &clientConfiguration)
Model::UpdateInsightOutcomeCallable UpdateInsightCallable(const UpdateInsightRequestT &request) const
void GetRecommendedPolicyV2Async(const GetRecommendedPolicyV2RequestT &request, const GetRecommendedPolicyV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::BatchEnableStandardsOutcome BatchEnableStandards(const Model::BatchEnableStandardsRequest &request) const
void ListOrganizationAdminAccountsAsync(const ListOrganizationAdminAccountsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListOrganizationAdminAccountsRequestT &request={}) const
Model::GetResourcesTrendsV2OutcomeCallable GetResourcesTrendsV2Callable(const GetResourcesTrendsV2RequestT &request) const
Model::DisableOrganizationAdminAccountOutcomeCallable DisableOrganizationAdminAccountCallable(const DisableOrganizationAdminAccountRequestT &request) const
Model::CreateConnectorOutcomeCallable CreateConnectorCallable(const CreateConnectorRequestT &request) const
virtual Model::GetResourcesStatisticsV2Outcome GetResourcesStatisticsV2(const Model::GetResourcesStatisticsV2Request &request) const
void GetFindingAggregatorAsync(const GetFindingAggregatorRequestT &request, const GetFindingAggregatorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::BatchGetSecurityControlsOutcome BatchGetSecurityControls(const Model::BatchGetSecurityControlsRequest &request) const
Model::CreateConfigurationPolicyOutcomeCallable CreateConfigurationPolicyCallable(const CreateConfigurationPolicyRequestT &request) const
Model::ListAggregatorsV2OutcomeCallable ListAggregatorsV2Callable(const ListAggregatorsV2RequestT &request={}) const
Model::BatchEnableStandardsOutcomeCallable BatchEnableStandardsCallable(const BatchEnableStandardsRequestT &request) const
void CreateConnectorAsync(const CreateConnectorRequestT &request, const CreateConnectorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
Model::DescribeSecurityHubV2OutcomeCallable DescribeSecurityHubV2Callable(const DescribeSecurityHubV2RequestT &request={}) const
Model::GetConfigurationPolicyAssociationOutcomeCallable GetConfigurationPolicyAssociationCallable(const GetConfigurationPolicyAssociationRequestT &request) const
void ListEnabledProductsForImportAsync(const ListEnabledProductsForImportResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListEnabledProductsForImportRequestT &request={}) const
SecurityHubClient(const Aws::SecurityHub::SecurityHubClientConfiguration &clientConfiguration=Aws::SecurityHub::SecurityHubClientConfiguration(), std::shared_ptr< SecurityHubEndpointProviderBase > endpointProvider=nullptr)
virtual Model::BatchGetConfigurationPolicyAssociationsOutcome BatchGetConfigurationPolicyAssociations(const Model::BatchGetConfigurationPolicyAssociationsRequest &request) const
virtual Model::ListConfigurationPoliciesOutcome ListConfigurationPolicies(const Model::ListConfigurationPoliciesRequest &request={}) const
virtual Model::BatchUpdateStandardsControlAssociationsOutcome BatchUpdateStandardsControlAssociations(const Model::BatchUpdateStandardsControlAssociationsRequest &request) const
void CreateActionTargetAsync(const CreateActionTargetRequestT &request, const CreateActionTargetResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateAutomationRuleV2Outcome CreateAutomationRuleV2(const Model::CreateAutomationRuleV2Request &request) const
void DeleteActionTargetAsync(const DeleteActionTargetRequestT &request, const DeleteActionTargetResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteConnectorV2Async(const DeleteConnectorV2RequestT &request, const DeleteConnectorV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateSecurityHubConfigurationOutcome UpdateSecurityHubConfiguration(const Model::UpdateSecurityHubConfigurationRequest &request={}) const
void DescribeOrganizationConfigurationAsync(const DescribeOrganizationConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeOrganizationConfigurationRequestT &request={}) const
void UpdateActionTargetAsync(const UpdateActionTargetRequestT &request, const UpdateActionTargetResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetEnabledStandardsAsync(const GetEnabledStandardsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetEnabledStandardsRequestT &request={}) const
virtual Model::DescribeProductsOutcome DescribeProducts(const Model::DescribeProductsRequest &request={}) const
virtual Model::StartConfigurationPolicyDisassociationOutcome StartConfigurationPolicyDisassociation(const Model::StartConfigurationPolicyDisassociationRequest &request) const
virtual Model::BatchUpdateFindingsV2Outcome BatchUpdateFindingsV2(const Model::BatchUpdateFindingsV2Request &request={}) const
Model::UpdateConnectorOutcomeCallable UpdateConnectorCallable(const UpdateConnectorRequestT &request) const
virtual Model::RegisterConnectorV2Outcome RegisterConnectorV2(const Model::RegisterConnectorV2Request &request) const
Model::DisableSecurityHubOutcomeCallable DisableSecurityHubCallable(const DisableSecurityHubRequestT &request={}) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
virtual Model::DeleteConfigurationPolicyOutcome DeleteConfigurationPolicy(const Model::DeleteConfigurationPolicyRequest &request) const
void BatchGetStandardsControlAssociationsAsync(const BatchGetStandardsControlAssociationsRequestT &request, const BatchGetStandardsControlAssociationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeProductsAsync(const DescribeProductsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeProductsRequestT &request={}) const
void GetInsightResultsAsync(const GetInsightResultsRequestT &request, const GetInsightResultsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetMembersOutcome GetMembers(const Model::GetMembersRequest &request) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
Model::UpdateAutomationRuleV2OutcomeCallable UpdateAutomationRuleV2Callable(const UpdateAutomationRuleV2RequestT &request) const
virtual Model::ListAutomationRulesV2Outcome ListAutomationRulesV2(const Model::ListAutomationRulesV2Request &request={}) const
void GetInvitationsCountAsync(const GetInvitationsCountResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetInvitationsCountRequestT &request={}) const
virtual Model::UpdateSecurityControlOutcome UpdateSecurityControl(const Model::UpdateSecurityControlRequest &request) const
virtual Model::DeleteActionTargetOutcome DeleteActionTarget(const Model::DeleteActionTargetRequest &request) const
void UpdateOrganizationConfigurationAsync(const UpdateOrganizationConfigurationRequestT &request, const UpdateOrganizationConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateMembersAsync(const CreateMembersRequestT &request, const CreateMembersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListConnectorsAsync(const ListConnectorsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListConnectorsRequestT &request={}) const
virtual Model::GetFindingsOutcome GetFindings(const Model::GetFindingsRequest &request={}) const
virtual Model::BatchGetAutomationRulesOutcome BatchGetAutomationRules(const Model::BatchGetAutomationRulesRequest &request) const
void CreateInsightAsync(const CreateInsightRequestT &request, const CreateInsightResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListConfigurationPolicyAssociationsAsync(const ListConfigurationPolicyAssociationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListConfigurationPolicyAssociationsRequestT &request={}) const
Model::CreateAutomationRuleV2OutcomeCallable CreateAutomationRuleV2Callable(const CreateAutomationRuleV2RequestT &request) const
virtual Model::GetInsightResultsOutcome GetInsightResults(const Model::GetInsightResultsRequest &request) const
virtual Model::DescribeStandardsControlsOutcome DescribeStandardsControls(const Model::DescribeStandardsControlsRequest &request) const
virtual Model::EnableSecurityHubV2Outcome EnableSecurityHubV2(const Model::EnableSecurityHubV2Request &request={}) const
Model::DisableImportFindingsForProductOutcomeCallable DisableImportFindingsForProductCallable(const DisableImportFindingsForProductRequestT &request) const
Model::GetMembersOutcomeCallable GetMembersCallable(const GetMembersRequestT &request) const
virtual Model::CreateConnectorOutcome CreateConnector(const Model::CreateConnectorRequest &request) const
virtual Model::CreateAggregatorV2Outcome CreateAggregatorV2(const Model::CreateAggregatorV2Request &request) const
Model::CreateActionTargetOutcomeCallable CreateActionTargetCallable(const CreateActionTargetRequestT &request) const
virtual Model::DisableSecurityHubFeatureV2Outcome DisableSecurityHubFeatureV2(const Model::DisableSecurityHubFeatureV2Request &request) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
virtual Model::CreateActionTargetOutcome CreateActionTarget(const Model::CreateActionTargetRequest &request) const
virtual Model::CreateInsightOutcome CreateInsight(const Model::CreateInsightRequest &request) const
Model::EnableOrganizationAdminAccountOutcomeCallable EnableOrganizationAdminAccountCallable(const EnableOrganizationAdminAccountRequestT &request) const
Model::DeleteAggregatorV2OutcomeCallable DeleteAggregatorV2Callable(const DeleteAggregatorV2RequestT &request) const
virtual Model::ListEnabledProductsForImportOutcome ListEnabledProductsForImport(const Model::ListEnabledProductsForImportRequest &request={}) const
void BatchEnableStandardsAsync(const BatchEnableStandardsRequestT &request, const BatchEnableStandardsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeStandardsControlsAsync(const DescribeStandardsControlsRequestT &request, const DescribeStandardsControlsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteConnectorV2OutcomeCallable DeleteConnectorV2Callable(const DeleteConnectorV2RequestT &request) const
static const char * GetAllocationTag()
virtual Model::GetFindingStatisticsV2Outcome GetFindingStatisticsV2(const Model::GetFindingStatisticsV2Request &request) const
virtual Model::UpdateFindingsOutcome UpdateFindings(const Model::UpdateFindingsRequest &request) const
Model::DeleteMembersOutcomeCallable DeleteMembersCallable(const DeleteMembersRequestT &request) const
void GetConnectorV2Async(const GetConnectorV2RequestT &request, const GetConnectorV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateSecurityHubConfigurationAsync(const UpdateSecurityHubConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const UpdateSecurityHubConfigurationRequestT &request={}) const
virtual Model::GetConnectorV2Outcome GetConnectorV2(const Model::GetConnectorV2Request &request) const
void GetFindingsTrendsV2Async(const GetFindingsTrendsV2RequestT &request, const GetFindingsTrendsV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeStandardsAsync(const DescribeStandardsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeStandardsRequestT &request={}) const
Model::ListConfigurationPoliciesOutcomeCallable ListConfigurationPoliciesCallable(const ListConfigurationPoliciesRequestT &request={}) const
virtual Model::GetSecurityControlDefinitionOutcome GetSecurityControlDefinition(const Model::GetSecurityControlDefinitionRequest &request) const
virtual Model::GetFindingsTrendsV2Outcome GetFindingsTrendsV2(const Model::GetFindingsTrendsV2Request &request) const
void RegisterConnectorV2Async(const RegisterConnectorV2RequestT &request, const RegisterConnectorV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateStandardsControlOutcome UpdateStandardsControl(const Model::UpdateStandardsControlRequest &request) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
Model::BatchUpdateFindingsV2OutcomeCallable BatchUpdateFindingsV2Callable(const BatchUpdateFindingsV2RequestT &request={}) const
Model::DeleteInsightOutcomeCallable DeleteInsightCallable(const DeleteInsightRequestT &request) const
Model::GenerateRecommendedPolicyV2OutcomeCallable GenerateRecommendedPolicyV2Callable(const GenerateRecommendedPolicyV2RequestT &request) const
Model::EnableSecurityHubOutcomeCallable EnableSecurityHubCallable(const EnableSecurityHubRequestT &request={}) const
void GetResourcesV2Async(const GetResourcesV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetResourcesV2RequestT &request={}) const
void GetInsightsAsync(const GetInsightsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetInsightsRequestT &request={}) const
Model::InviteMembersOutcomeCallable InviteMembersCallable(const InviteMembersRequestT &request) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetEnabledStandardsOutcome GetEnabledStandards(const Model::GetEnabledStandardsRequest &request={}) const
Model::ListConfigurationPolicyAssociationsOutcomeCallable ListConfigurationPolicyAssociationsCallable(const ListConfigurationPolicyAssociationsRequestT &request={}) const
virtual Model::DescribeHubOutcome DescribeHub(const Model::DescribeHubRequest &request={}) const
Model::DescribeProductsV2OutcomeCallable DescribeProductsV2Callable(const DescribeProductsV2RequestT &request={}) const
Model::DescribeHubOutcomeCallable DescribeHubCallable(const DescribeHubRequestT &request={}) const
void ListConnectorsV2Async(const ListConnectorsV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListConnectorsV2RequestT &request={}) const
virtual Model::GenerateRecommendedPolicyV2Outcome GenerateRecommendedPolicyV2(const Model::GenerateRecommendedPolicyV2Request &request) const
virtual Model::GetFindingHistoryOutcome GetFindingHistory(const Model::GetFindingHistoryRequest &request) const
void DisableSecurityHubV2Async(const DisableSecurityHubV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DisableSecurityHubV2RequestT &request={}) const
void DeleteInsightAsync(const DeleteInsightRequestT &request, const DeleteInsightResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::BatchUpdateAutomationRulesOutcome BatchUpdateAutomationRules(const Model::BatchUpdateAutomationRulesRequest &request) const
Model::GetResourcesV2OutcomeCallable GetResourcesV2Callable(const GetResourcesV2RequestT &request={}) const
Model::EnableSecurityHubV2OutcomeCallable EnableSecurityHubV2Callable(const EnableSecurityHubV2RequestT &request={}) const
void ListInvitationsAsync(const ListInvitationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListInvitationsRequestT &request={}) const
void UpdateSecurityControlAsync(const UpdateSecurityControlRequestT &request, const UpdateSecurityControlResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void BatchUpdateFindingsV2Async(const BatchUpdateFindingsV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const BatchUpdateFindingsV2RequestT &request={}) const
Model::ListStandardsControlAssociationsOutcomeCallable ListStandardsControlAssociationsCallable(const ListStandardsControlAssociationsRequestT &request) const
SecurityHubClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< SecurityHubEndpointProviderBase > endpointProvider=nullptr, const Aws::SecurityHub::SecurityHubClientConfiguration &clientConfiguration=Aws::SecurityHub::SecurityHubClientConfiguration())
virtual Model::InviteMembersOutcome InviteMembers(const Model::InviteMembersRequest &request) const
void DeleteInvitationsAsync(const DeleteInvitationsRequestT &request, const DeleteInvitationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
static const char * GetServiceName()
virtual Model::CreateMembersOutcome CreateMembers(const Model::CreateMembersRequest &request) const
Model::DeleteInvitationsOutcomeCallable DeleteInvitationsCallable(const DeleteInvitationsRequestT &request) const
virtual Model::EnableSecurityHubOutcome EnableSecurityHub(const Model::EnableSecurityHubRequest &request={}) const
virtual Model::EnableSecurityHubFeatureV2Outcome EnableSecurityHubFeatureV2(const Model::EnableSecurityHubFeatureV2Request &request) const
virtual Model::CreateConfigurationPolicyOutcome CreateConfigurationPolicy(const Model::CreateConfigurationPolicyRequest &request) const
Model::ListEnabledProductsForImportOutcomeCallable ListEnabledProductsForImportCallable(const ListEnabledProductsForImportRequestT &request={}) const
Model::UpdateActionTargetOutcomeCallable UpdateActionTargetCallable(const UpdateActionTargetRequestT &request) const
void StartConfigurationPolicyDisassociationAsync(const StartConfigurationPolicyDisassociationRequestT &request, const StartConfigurationPolicyDisassociationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListMembersOutcome ListMembers(const Model::ListMembersRequest &request={}) const
Model::UpdateOrganizationConfigurationOutcomeCallable UpdateOrganizationConfigurationCallable(const UpdateOrganizationConfigurationRequestT &request) const
virtual Model::DisassociateFromAdministratorAccountOutcome DisassociateFromAdministratorAccount(const Model::DisassociateFromAdministratorAccountRequest &request={}) const
void BatchDeleteAutomationRulesAsync(const BatchDeleteAutomationRulesRequestT &request, const BatchDeleteAutomationRulesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetResourcesTrendsV2Async(const GetResourcesTrendsV2RequestT &request, const GetResourcesTrendsV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateAggregatorV2OutcomeCallable UpdateAggregatorV2Callable(const UpdateAggregatorV2RequestT &request) const
virtual Model::ListInvitationsOutcome ListInvitations(const Model::ListInvitationsRequest &request={}) const
Model::DeclineInvitationsOutcomeCallable DeclineInvitationsCallable(const DeclineInvitationsRequestT &request) const
Model::GetRecommendedPolicyV2OutcomeCallable GetRecommendedPolicyV2Callable(const GetRecommendedPolicyV2RequestT &request) const
void CreateTicketV2Async(const CreateTicketV2RequestT &request, const CreateTicketV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateFindingsAsync(const UpdateFindingsRequestT &request, const UpdateFindingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListAutomationRulesOutcomeCallable ListAutomationRulesCallable(const ListAutomationRulesRequestT &request={}) const
virtual Model::ListAggregatorsV2Outcome ListAggregatorsV2(const Model::ListAggregatorsV2Request &request={}) const
void GetConnectorAsync(const GetConnectorRequestT &request, const GetConnectorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetConnectorV2OutcomeCallable GetConnectorV2Callable(const GetConnectorV2RequestT &request) const
Model::BatchGetStandardsControlAssociationsOutcomeCallable BatchGetStandardsControlAssociationsCallable(const BatchGetStandardsControlAssociationsRequestT &request) const
void CreateConnectorV2Async(const CreateConnectorV2RequestT &request, const CreateConnectorV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteAutomationRuleV2Outcome DeleteAutomationRuleV2(const Model::DeleteAutomationRuleV2Request &request) const
void DeleteConnectorAsync(const DeleteConnectorRequestT &request, const DeleteConnectorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateFindingAggregatorOutcome UpdateFindingAggregator(const Model::UpdateFindingAggregatorRequest &request) const
void EnableSecurityHubV2Async(const EnableSecurityHubV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const EnableSecurityHubV2RequestT &request={}) const
virtual Model::GetConnectorOutcome GetConnector(const Model::GetConnectorRequest &request) const
void UpdateFindingAggregatorAsync(const UpdateFindingAggregatorRequestT &request, const UpdateFindingAggregatorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateConnectorV2OutcomeCallable UpdateConnectorV2Callable(const UpdateConnectorV2RequestT &request) const
Model::RegisterConnectorV2OutcomeCallable RegisterConnectorV2Callable(const RegisterConnectorV2RequestT &request) const
virtual Model::GetResourcesTrendsV2Outcome GetResourcesTrendsV2(const Model::GetResourcesTrendsV2Request &request) const
SecurityHubClientConfiguration ClientConfigurationType
Model::BatchGetSecurityControlsOutcomeCallable BatchGetSecurityControlsCallable(const BatchGetSecurityControlsRequestT &request) const
virtual Model::EnableImportFindingsForProductOutcome EnableImportFindingsForProduct(const Model::EnableImportFindingsForProductRequest &request) const
void ListAggregatorsV2Async(const ListAggregatorsV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListAggregatorsV2RequestT &request={}) const
void ListConfigurationPoliciesAsync(const ListConfigurationPoliciesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListConfigurationPoliciesRequestT &request={}) const
virtual Model::BatchGetStandardsControlAssociationsOutcome BatchGetStandardsControlAssociations(const Model::BatchGetStandardsControlAssociationsRequest &request) const
void GetConfigurationPolicyAsync(const GetConfigurationPolicyRequestT &request, const GetConfigurationPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetAutomationRuleV2Outcome GetAutomationRuleV2(const Model::GetAutomationRuleV2Request &request) const
virtual Model::DeleteConnectorV2Outcome DeleteConnectorV2(const Model::DeleteConnectorV2Request &request) const
Model::BatchDeleteAutomationRulesOutcomeCallable BatchDeleteAutomationRulesCallable(const BatchDeleteAutomationRulesRequestT &request) const
Model::UpdateSecurityControlOutcomeCallable UpdateSecurityControlCallable(const UpdateSecurityControlRequestT &request) const
virtual Model::ListOrganizationAdminAccountsOutcome ListOrganizationAdminAccounts(const Model::ListOrganizationAdminAccountsRequest &request={}) const
SecurityHubClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< SecurityHubEndpointProviderBase > endpointProvider=nullptr, const Aws::SecurityHub::SecurityHubClientConfiguration &clientConfiguration=Aws::SecurityHub::SecurityHubClientConfiguration())
virtual Model::DescribeSecurityHubV2Outcome DescribeSecurityHubV2(const Model::DescribeSecurityHubV2Request &request={}) const
Model::DeleteAutomationRuleV2OutcomeCallable DeleteAutomationRuleV2Callable(const DeleteAutomationRuleV2RequestT &request) const
Model::GetAdministratorAccountOutcomeCallable GetAdministratorAccountCallable(const GetAdministratorAccountRequestT &request={}) const
void DeleteFindingAggregatorAsync(const DeleteFindingAggregatorRequestT &request, const DeleteFindingAggregatorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeSecurityHubV2Async(const DescribeSecurityHubV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeSecurityHubV2RequestT &request={}) const
void ListStandardsControlAssociationsAsync(const ListStandardsControlAssociationsRequestT &request, const ListStandardsControlAssociationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DisableSecurityHubV2OutcomeCallable DisableSecurityHubV2Callable(const DisableSecurityHubV2RequestT &request={}) const
Model::CreateAggregatorV2OutcomeCallable CreateAggregatorV2Callable(const CreateAggregatorV2RequestT &request) const
void EnableSecurityHubAsync(const EnableSecurityHubResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const EnableSecurityHubRequestT &request={}) const
Model::GetFindingHistoryOutcomeCallable GetFindingHistoryCallable(const GetFindingHistoryRequestT &request) const
void CreateConfigurationPolicyAsync(const CreateConfigurationPolicyRequestT &request, const CreateConfigurationPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetFindingStatisticsV2Async(const GetFindingStatisticsV2RequestT &request, const GetFindingStatisticsV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListConnectorsV2Outcome ListConnectorsV2(const Model::ListConnectorsV2Request &request={}) const
Model::GetFindingAggregatorOutcomeCallable GetFindingAggregatorCallable(const GetFindingAggregatorRequestT &request) const
void EnableSecurityHubFeatureV2Async(const EnableSecurityHubFeatureV2RequestT &request, const EnableSecurityHubFeatureV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetAggregatorV2Async(const GetAggregatorV2RequestT &request, const GetAggregatorV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetResourcesStatisticsV2OutcomeCallable GetResourcesStatisticsV2Callable(const GetResourcesStatisticsV2RequestT &request) const
Model::CreateTicketV2OutcomeCallable CreateTicketV2Callable(const CreateTicketV2RequestT &request) const
void EnableOrganizationAdminAccountAsync(const EnableOrganizationAdminAccountRequestT &request, const EnableOrganizationAdminAccountResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetRecommendedPolicyV2Outcome GetRecommendedPolicyV2(const Model::GetRecommendedPolicyV2Request &request) const
void UpdateAggregatorV2Async(const UpdateAggregatorV2RequestT &request, const UpdateAggregatorV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::BatchImportFindingsOutcome BatchImportFindings(const Model::BatchImportFindingsRequest &request) const
Model::UpdateFindingsOutcomeCallable UpdateFindingsCallable(const UpdateFindingsRequestT &request) const
Model::BatchImportFindingsOutcomeCallable BatchImportFindingsCallable(const BatchImportFindingsRequestT &request) const
virtual Model::DisableOrganizationAdminAccountOutcome DisableOrganizationAdminAccount(const Model::DisableOrganizationAdminAccountRequest &request) const
virtual Model::GetInvitationsCountOutcome GetInvitationsCount(const Model::GetInvitationsCountRequest &request={}) const
void EnableImportFindingsForProductAsync(const EnableImportFindingsForProductRequestT &request, const EnableImportFindingsForProductResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StartConfigurationPolicyAssociationOutcomeCallable StartConfigurationPolicyAssociationCallable(const StartConfigurationPolicyAssociationRequestT &request) const
void BatchUpdateAutomationRulesAsync(const BatchUpdateAutomationRulesRequestT &request, const BatchUpdateAutomationRulesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateAutomationRuleOutcome CreateAutomationRule(const Model::CreateAutomationRuleRequest &request) const
virtual Model::DisableSecurityHubOutcome DisableSecurityHub(const Model::DisableSecurityHubRequest &request={}) const
Model::DescribeStandardsControlsOutcomeCallable DescribeStandardsControlsCallable(const DescribeStandardsControlsRequestT &request) const
virtual Model::GetAggregatorV2Outcome GetAggregatorV2(const Model::GetAggregatorV2Request &request) const
void BatchUpdateFindingsAsync(const BatchUpdateFindingsRequestT &request, const BatchUpdateFindingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetInvitationsCountOutcomeCallable GetInvitationsCountCallable(const GetInvitationsCountRequestT &request={}) const
virtual Model::DeleteInsightOutcome DeleteInsight(const Model::DeleteInsightRequest &request) const
Model::DescribeOrganizationConfigurationOutcomeCallable DescribeOrganizationConfigurationCallable(const DescribeOrganizationConfigurationRequestT &request={}) const
Model::ListSecurityControlDefinitionsOutcomeCallable ListSecurityControlDefinitionsCallable(const ListSecurityControlDefinitionsRequestT &request={}) const
Model::GetFindingsTrendsV2OutcomeCallable GetFindingsTrendsV2Callable(const GetFindingsTrendsV2RequestT &request) const
void GetAutomationRuleV2Async(const GetAutomationRuleV2RequestT &request, const GetAutomationRuleV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void BatchGetAutomationRulesAsync(const BatchGetAutomationRulesRequestT &request, const BatchGetAutomationRulesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListFindingAggregatorsOutcomeCallable ListFindingAggregatorsCallable(const ListFindingAggregatorsRequestT &request={}) const
Model::EnableSecurityHubFeatureV2OutcomeCallable EnableSecurityHubFeatureV2Callable(const EnableSecurityHubFeatureV2RequestT &request) const
virtual Model::DisassociateMembersOutcome DisassociateMembers(const Model::DisassociateMembersRequest &request) const
SecurityHubClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::ListConnectorsV2OutcomeCallable ListConnectorsV2Callable(const ListConnectorsV2RequestT &request={}) const
virtual Model::UpdateInsightOutcome UpdateInsight(const Model::UpdateInsightRequest &request) const
Model::BatchDisableStandardsOutcomeCallable BatchDisableStandardsCallable(const BatchDisableStandardsRequestT &request) const
Model::CreateConnectorV2OutcomeCallable CreateConnectorV2Callable(const CreateConnectorV2RequestT &request) const
Model::BatchUpdateFindingsOutcomeCallable BatchUpdateFindingsCallable(const BatchUpdateFindingsRequestT &request) const
void CreateFindingAggregatorAsync(const CreateFindingAggregatorRequestT &request, const CreateFindingAggregatorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateAggregatorV2Outcome UpdateAggregatorV2(const Model::UpdateAggregatorV2Request &request) const
virtual Model::ListFindingAggregatorsOutcome ListFindingAggregators(const Model::ListFindingAggregatorsRequest &request={}) const
virtual Model::DescribeOrganizationConfigurationOutcome DescribeOrganizationConfiguration(const Model::DescribeOrganizationConfigurationRequest &request={}) const
Model::GetConnectorOutcomeCallable GetConnectorCallable(const GetConnectorRequestT &request) const
virtual Model::ListSecurityControlDefinitionsOutcome ListSecurityControlDefinitions(const Model::ListSecurityControlDefinitionsRequest &request={}) const
void CreateAggregatorV2Async(const CreateAggregatorV2RequestT &request, const CreateAggregatorV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetFindingStatisticsV2OutcomeCallable GetFindingStatisticsV2Callable(const GetFindingStatisticsV2RequestT &request) const
Model::GetAutomationRuleV2OutcomeCallable GetAutomationRuleV2Callable(const GetAutomationRuleV2RequestT &request) const
Model::GetEnabledStandardsOutcomeCallable GetEnabledStandardsCallable(const GetEnabledStandardsRequestT &request={}) const
virtual Model::DeleteInvitationsOutcome DeleteInvitations(const Model::DeleteInvitationsRequest &request) const
Model::AcceptAdministratorInvitationOutcomeCallable AcceptAdministratorInvitationCallable(const AcceptAdministratorInvitationRequestT &request) const
Model::ListInvitationsOutcomeCallable ListInvitationsCallable(const ListInvitationsRequestT &request={}) const
Model::CreateInsightOutcomeCallable CreateInsightCallable(const CreateInsightRequestT &request) const
Model::DisassociateFromAdministratorAccountOutcomeCallable DisassociateFromAdministratorAccountCallable(const DisassociateFromAdministratorAccountRequestT &request={}) const
virtual Model::CreateFindingAggregatorOutcome CreateFindingAggregator(const Model::CreateFindingAggregatorRequest &request) const
void DisassociateMembersAsync(const DisassociateMembersRequestT &request, const DisassociateMembersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetFindingsV2Outcome GetFindingsV2(const Model::GetFindingsV2Request &request={}) const
void BatchImportFindingsAsync(const BatchImportFindingsRequestT &request, const BatchImportFindingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetFindingsV2OutcomeCallable GetFindingsV2Callable(const GetFindingsV2RequestT &request={}) const
void DisableImportFindingsForProductAsync(const DisableImportFindingsForProductRequestT &request, const DisableImportFindingsForProductResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateFindingAggregatorOutcomeCallable CreateFindingAggregatorCallable(const CreateFindingAggregatorRequestT &request) const
void ListAutomationRulesV2Async(const ListAutomationRulesV2ResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListAutomationRulesV2RequestT &request={}) const
virtual Model::GetInsightsOutcome GetInsights(const Model::GetInsightsRequest &request={}) const
Model::ListOrganizationAdminAccountsOutcomeCallable ListOrganizationAdminAccountsCallable(const ListOrganizationAdminAccountsRequestT &request={}) const
Model::BatchGetAutomationRulesOutcomeCallable BatchGetAutomationRulesCallable(const BatchGetAutomationRulesRequestT &request) const
Model::ListMembersOutcomeCallable ListMembersCallable(const ListMembersRequestT &request={}) const
Model::GetAggregatorV2OutcomeCallable GetAggregatorV2Callable(const GetAggregatorV2RequestT &request) const
void BatchGetConfigurationPolicyAssociationsAsync(const BatchGetConfigurationPolicyAssociationsRequestT &request, const BatchGetConfigurationPolicyAssociationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateConnectorAsync(const UpdateConnectorRequestT &request, const UpdateConnectorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteAggregatorV2Outcome DeleteAggregatorV2(const Model::DeleteAggregatorV2Request &request) const
virtual Model::AcceptAdministratorInvitationOutcome AcceptAdministratorInvitation(const Model::AcceptAdministratorInvitationRequest &request) const
Model::EnableImportFindingsForProductOutcomeCallable EnableImportFindingsForProductCallable(const EnableImportFindingsForProductRequestT &request) const
virtual Model::DisableSecurityHubV2Outcome DisableSecurityHubV2(const Model::DisableSecurityHubV2Request &request={}) const
Model::DisassociateMembersOutcomeCallable DisassociateMembersCallable(const DisassociateMembersRequestT &request) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
virtual Model::BatchUpdateFindingsOutcome BatchUpdateFindings(const Model::BatchUpdateFindingsRequest &request) const
Model::BatchGetConfigurationPolicyAssociationsOutcomeCallable BatchGetConfigurationPolicyAssociationsCallable(const BatchGetConfigurationPolicyAssociationsRequestT &request) const
virtual Model::DeleteFindingAggregatorOutcome DeleteFindingAggregator(const Model::DeleteFindingAggregatorRequest &request) const
virtual Model::DeleteMembersOutcome DeleteMembers(const Model::DeleteMembersRequest &request) const
void DeleteConfigurationPolicyAsync(const DeleteConfigurationPolicyRequestT &request, const DeleteConfigurationPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void StartConfigurationPolicyAssociationAsync(const StartConfigurationPolicyAssociationRequestT &request, const StartConfigurationPolicyAssociationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::BatchUpdateStandardsControlAssociationsOutcomeCallable BatchUpdateStandardsControlAssociationsCallable(const BatchUpdateStandardsControlAssociationsRequestT &request) const
virtual Model::UpdateConnectorV2Outcome UpdateConnectorV2(const Model::UpdateConnectorV2Request &request) const
Model::DescribeActionTargetsOutcomeCallable DescribeActionTargetsCallable(const DescribeActionTargetsRequestT &request={}) const
std::future< DescribeActionTargetsOutcome > DescribeActionTargetsOutcomeCallable
std::future< ListEnabledProductsForImportOutcome > ListEnabledProductsForImportOutcomeCallable
std::future< DescribeHubOutcome > DescribeHubOutcomeCallable
std::future< GetConnectorOutcome > GetConnectorOutcomeCallable
std::future< UpdateFindingAggregatorOutcome > UpdateFindingAggregatorOutcomeCallable
std::future< DeleteActionTargetOutcome > DeleteActionTargetOutcomeCallable
std::future< DeleteInsightOutcome > DeleteInsightOutcomeCallable
std::future< CreateMembersOutcome > CreateMembersOutcomeCallable
std::future< GetRecommendedPolicyV2Outcome > GetRecommendedPolicyV2OutcomeCallable
std::future< ListSecurityControlDefinitionsOutcome > ListSecurityControlDefinitionsOutcomeCallable
std::future< BatchEnableStandardsOutcome > BatchEnableStandardsOutcomeCallable
std::future< UpdateAggregatorV2Outcome > UpdateAggregatorV2OutcomeCallable
std::future< GetFindingHistoryOutcome > GetFindingHistoryOutcomeCallable
std::future< DeleteAutomationRuleV2Outcome > DeleteAutomationRuleV2OutcomeCallable
std::future< ListStandardsControlAssociationsOutcome > ListStandardsControlAssociationsOutcomeCallable
std::future< EnableOrganizationAdminAccountOutcome > EnableOrganizationAdminAccountOutcomeCallable
std::future< BatchDisableStandardsOutcome > BatchDisableStandardsOutcomeCallable
std::future< GetFindingsV2Outcome > GetFindingsV2OutcomeCallable
std::future< UpdateActionTargetOutcome > UpdateActionTargetOutcomeCallable
std::future< CreateInsightOutcome > CreateInsightOutcomeCallable
std::future< GetFindingsOutcome > GetFindingsOutcomeCallable
std::future< GetInsightsOutcome > GetInsightsOutcomeCallable
std::future< BatchUpdateFindingsOutcome > BatchUpdateFindingsOutcomeCallable
std::future< GetAggregatorV2Outcome > GetAggregatorV2OutcomeCallable
std::future< UpdateAutomationRuleV2Outcome > UpdateAutomationRuleV2OutcomeCallable
std::future< ListConfigurationPoliciesOutcome > ListConfigurationPoliciesOutcomeCallable
std::future< GetSecurityControlDefinitionOutcome > GetSecurityControlDefinitionOutcomeCallable
std::future< UpdateConfigurationPolicyOutcome > UpdateConfigurationPolicyOutcomeCallable
std::future< BatchGetConfigurationPolicyAssociationsOutcome > BatchGetConfigurationPolicyAssociationsOutcomeCallable
std::future< DisableSecurityHubFeatureV2Outcome > DisableSecurityHubFeatureV2OutcomeCallable
std::future< BatchGetSecurityControlsOutcome > BatchGetSecurityControlsOutcomeCallable
std::future< DisableSecurityHubV2Outcome > DisableSecurityHubV2OutcomeCallable
std::future< GetConfigurationPolicyAssociationOutcome > GetConfigurationPolicyAssociationOutcomeCallable
std::future< GetEnabledStandardsOutcome > GetEnabledStandardsOutcomeCallable
std::future< DeleteMembersOutcome > DeleteMembersOutcomeCallable
std::future< UpdateSecurityControlOutcome > UpdateSecurityControlOutcomeCallable
std::future< BatchGetStandardsControlAssociationsOutcome > BatchGetStandardsControlAssociationsOutcomeCallable
std::future< DeleteConnectorV2Outcome > DeleteConnectorV2OutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< UpdateStandardsControlOutcome > UpdateStandardsControlOutcomeCallable
std::future< DisableSecurityHubOutcome > DisableSecurityHubOutcomeCallable
std::future< CreateAutomationRuleOutcome > CreateAutomationRuleOutcomeCallable
std::future< BatchUpdateFindingsV2Outcome > BatchUpdateFindingsV2OutcomeCallable
std::future< UpdateConnectorOutcome > UpdateConnectorOutcomeCallable
std::future< CreateConfigurationPolicyOutcome > CreateConfigurationPolicyOutcomeCallable
std::future< BatchImportFindingsOutcome > BatchImportFindingsOutcomeCallable
std::future< GetConnectorV2Outcome > GetConnectorV2OutcomeCallable
std::future< BatchUpdateStandardsControlAssociationsOutcome > BatchUpdateStandardsControlAssociationsOutcomeCallable
std::future< DescribeStandardsOutcome > DescribeStandardsOutcomeCallable
std::future< GetResourcesV2Outcome > GetResourcesV2OutcomeCallable
std::future< UpdateFindingsOutcome > UpdateFindingsOutcomeCallable
std::future< EnableImportFindingsForProductOutcome > EnableImportFindingsForProductOutcomeCallable
std::future< DisassociateFromAdministratorAccountOutcome > DisassociateFromAdministratorAccountOutcomeCallable
std::future< GetConfigurationPolicyOutcome > GetConfigurationPolicyOutcomeCallable
std::future< GetAutomationRuleV2Outcome > GetAutomationRuleV2OutcomeCallable
std::future< EnableSecurityHubOutcome > EnableSecurityHubOutcomeCallable
std::future< ListFindingAggregatorsOutcome > ListFindingAggregatorsOutcomeCallable
std::future< CreateAutomationRuleV2Outcome > CreateAutomationRuleV2OutcomeCallable
std::future< DescribeProductsOutcome > DescribeProductsOutcomeCallable
std::future< UpdateConnectorV2Outcome > UpdateConnectorV2OutcomeCallable
std::future< ListConnectorsV2Outcome > ListConnectorsV2OutcomeCallable
std::future< DescribeSecurityHubV2Outcome > DescribeSecurityHubV2OutcomeCallable
std::future< DeleteInvitationsOutcome > DeleteInvitationsOutcomeCallable
std::future< BatchUpdateAutomationRulesOutcome > BatchUpdateAutomationRulesOutcomeCallable
std::future< UpdateOrganizationConfigurationOutcome > UpdateOrganizationConfigurationOutcomeCallable
std::future< StartConfigurationPolicyAssociationOutcome > StartConfigurationPolicyAssociationOutcomeCallable
std::future< DeleteConfigurationPolicyOutcome > DeleteConfigurationPolicyOutcomeCallable
std::future< GenerateRecommendedPolicyV2Outcome > GenerateRecommendedPolicyV2OutcomeCallable
std::future< GetInsightResultsOutcome > GetInsightResultsOutcomeCallable
std::future< DeleteConnectorOutcome > DeleteConnectorOutcomeCallable
std::future< CreateAggregatorV2Outcome > CreateAggregatorV2OutcomeCallable
std::future< GetFindingStatisticsV2Outcome > GetFindingStatisticsV2OutcomeCallable
std::future< GetAdministratorAccountOutcome > GetAdministratorAccountOutcomeCallable
std::future< BatchGetAutomationRulesOutcome > BatchGetAutomationRulesOutcomeCallable
std::future< DeclineInvitationsOutcome > DeclineInvitationsOutcomeCallable
std::future< GetResourcesStatisticsV2Outcome > GetResourcesStatisticsV2OutcomeCallable
std::future< ListAutomationRulesOutcome > ListAutomationRulesOutcomeCallable
std::future< InviteMembersOutcome > InviteMembersOutcomeCallable
std::future< ListConnectorsOutcome > ListConnectorsOutcomeCallable
std::future< GetMembersOutcome > GetMembersOutcomeCallable
std::future< ListOrganizationAdminAccountsOutcome > ListOrganizationAdminAccountsOutcomeCallable
std::future< ListAutomationRulesV2Outcome > ListAutomationRulesV2OutcomeCallable
std::future< CreateConnectorOutcome > CreateConnectorOutcomeCallable
std::future< DisableImportFindingsForProductOutcome > DisableImportFindingsForProductOutcomeCallable
std::future< AcceptAdministratorInvitationOutcome > AcceptAdministratorInvitationOutcomeCallable
std::future< GetResourcesTrendsV2Outcome > GetResourcesTrendsV2OutcomeCallable
std::future< UpdateSecurityHubConfigurationOutcome > UpdateSecurityHubConfigurationOutcomeCallable
std::future< BatchDeleteAutomationRulesOutcome > BatchDeleteAutomationRulesOutcomeCallable
std::future< StartConfigurationPolicyDisassociationOutcome > StartConfigurationPolicyDisassociationOutcomeCallable
std::future< DeleteAggregatorV2Outcome > DeleteAggregatorV2OutcomeCallable
std::future< CreateConnectorV2Outcome > CreateConnectorV2OutcomeCallable
std::future< GetFindingAggregatorOutcome > GetFindingAggregatorOutcomeCallable
std::future< DeleteFindingAggregatorOutcome > DeleteFindingAggregatorOutcomeCallable
std::future< EnableSecurityHubFeatureV2Outcome > EnableSecurityHubFeatureV2OutcomeCallable
std::future< CreateFindingAggregatorOutcome > CreateFindingAggregatorOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< GetFindingsTrendsV2Outcome > GetFindingsTrendsV2OutcomeCallable
std::future< EnableSecurityHubV2Outcome > EnableSecurityHubV2OutcomeCallable
std::future< DisableOrganizationAdminAccountOutcome > DisableOrganizationAdminAccountOutcomeCallable
std::future< DescribeProductsV2Outcome > DescribeProductsV2OutcomeCallable
std::future< DescribeOrganizationConfigurationOutcome > DescribeOrganizationConfigurationOutcomeCallable
std::future< RegisterConnectorV2Outcome > RegisterConnectorV2OutcomeCallable
std::future< CreateActionTargetOutcome > CreateActionTargetOutcomeCallable
std::future< GetInvitationsCountOutcome > GetInvitationsCountOutcomeCallable
std::future< ListInvitationsOutcome > ListInvitationsOutcomeCallable
std::future< ListAggregatorsV2Outcome > ListAggregatorsV2OutcomeCallable
std::future< CreateTicketV2Outcome > CreateTicketV2OutcomeCallable
std::future< UpdateInsightOutcome > UpdateInsightOutcomeCallable
std::future< ListMembersOutcome > ListMembersOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< ListConfigurationPolicyAssociationsOutcome > ListConfigurationPolicyAssociationsOutcomeCallable
std::future< DescribeStandardsControlsOutcome > DescribeStandardsControlsOutcomeCallable
std::future< DisassociateMembersOutcome > DisassociateMembersOutcomeCallable
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::GenerateRecommendedPolicyV2Request &, const Model::GenerateRecommendedPolicyV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GenerateRecommendedPolicyV2ResponseReceivedHandler
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::UpdateConnectorRequest &, const Model::UpdateConnectorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateConnectorResponseReceivedHandler
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::DeleteConnectorRequest &, const Model::DeleteConnectorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteConnectorResponseReceivedHandler
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::EnableSecurityHubFeatureV2Request &, const Model::EnableSecurityHubFeatureV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableSecurityHubFeatureV2ResponseReceivedHandler
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::GetRecommendedPolicyV2Request &, const Model::GetRecommendedPolicyV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRecommendedPolicyV2ResponseReceivedHandler
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::DisableSecurityHubFeatureV2Request &, const Model::DisableSecurityHubFeatureV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableSecurityHubFeatureV2ResponseReceivedHandler
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::ListConnectorsRequest &, const Model::ListConnectorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListConnectorsResponseReceivedHandler
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::GetConnectorRequest &, const Model::GetConnectorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetConnectorResponseReceivedHandler
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::CreateConnectorRequest &, const Model::CreateConnectorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateConnectorResponseReceivedHandler
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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String