AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SecurityHubClient.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/client/ClientConfiguration.h>
9#include <aws/core/client/AWSClient.h>
10#include <aws/core/client/AWSClientAsyncCRTP.h>
11#include <aws/core/utils/json/JsonSerializer.h>
12#include <aws/securityhub/SecurityHubServiceClientModel.h>
13
14namespace Aws
15{
16namespace SecurityHub
17{
88 class AWS_SECURITYHUB_API SecurityHubClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<SecurityHubClient>
89 {
90 public:
92 static const char* GetServiceName();
93 static const char* GetAllocationTag();
94
97
103 std::shared_ptr<SecurityHubEndpointProviderBase> endpointProvider = nullptr);
104
110 std::shared_ptr<SecurityHubEndpointProviderBase> endpointProvider = nullptr,
112
117 SecurityHubClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
118 std::shared_ptr<SecurityHubEndpointProviderBase> endpointProvider = nullptr,
120
121
122 /* Legacy constructors due deprecation */
128
134 const Aws::Client::ClientConfiguration& clientConfiguration);
135
140 SecurityHubClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
141 const Aws::Client::ClientConfiguration& clientConfiguration);
142
143 /* End of legacy constructors due deprecation */
145
162
166 template<typename AcceptAdministratorInvitationRequestT = Model::AcceptAdministratorInvitationRequest>
167 Model::AcceptAdministratorInvitationOutcomeCallable AcceptAdministratorInvitationCallable(const AcceptAdministratorInvitationRequestT& request) const
168 {
169 return SubmitCallable(&SecurityHubClient::AcceptAdministratorInvitation, request);
170 }
171
175 template<typename AcceptAdministratorInvitationRequestT = Model::AcceptAdministratorInvitationRequest>
176 void AcceptAdministratorInvitationAsync(const AcceptAdministratorInvitationRequestT& request, const AcceptAdministratorInvitationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
177 {
178 return SubmitAsync(&SecurityHubClient::AcceptAdministratorInvitation, request, handler, context);
179 }
180
187
191 template<typename BatchDeleteAutomationRulesRequestT = Model::BatchDeleteAutomationRulesRequest>
192 Model::BatchDeleteAutomationRulesOutcomeCallable BatchDeleteAutomationRulesCallable(const BatchDeleteAutomationRulesRequestT& request) const
193 {
194 return SubmitCallable(&SecurityHubClient::BatchDeleteAutomationRules, request);
195 }
196
200 template<typename BatchDeleteAutomationRulesRequestT = Model::BatchDeleteAutomationRulesRequest>
201 void BatchDeleteAutomationRulesAsync(const BatchDeleteAutomationRulesRequestT& request, const BatchDeleteAutomationRulesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
202 {
203 return SubmitAsync(&SecurityHubClient::BatchDeleteAutomationRules, request, handler, context);
204 }
205
216
220 template<typename BatchDisableStandardsRequestT = Model::BatchDisableStandardsRequest>
221 Model::BatchDisableStandardsOutcomeCallable BatchDisableStandardsCallable(const BatchDisableStandardsRequestT& request) const
222 {
223 return SubmitCallable(&SecurityHubClient::BatchDisableStandards, request);
224 }
225
229 template<typename BatchDisableStandardsRequestT = Model::BatchDisableStandardsRequest>
230 void BatchDisableStandardsAsync(const BatchDisableStandardsRequestT& request, const BatchDisableStandardsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
231 {
232 return SubmitAsync(&SecurityHubClient::BatchDisableStandards, request, handler, context);
233 }
234
246
250 template<typename BatchEnableStandardsRequestT = Model::BatchEnableStandardsRequest>
251 Model::BatchEnableStandardsOutcomeCallable BatchEnableStandardsCallable(const BatchEnableStandardsRequestT& request) const
252 {
253 return SubmitCallable(&SecurityHubClient::BatchEnableStandards, request);
254 }
255
259 template<typename BatchEnableStandardsRequestT = Model::BatchEnableStandardsRequest>
260 void BatchEnableStandardsAsync(const BatchEnableStandardsRequestT& request, const BatchEnableStandardsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
261 {
262 return SubmitAsync(&SecurityHubClient::BatchEnableStandards, request, handler, context);
263 }
264
272
276 template<typename BatchGetAutomationRulesRequestT = Model::BatchGetAutomationRulesRequest>
277 Model::BatchGetAutomationRulesOutcomeCallable BatchGetAutomationRulesCallable(const BatchGetAutomationRulesRequestT& request) const
278 {
279 return SubmitCallable(&SecurityHubClient::BatchGetAutomationRules, request);
280 }
281
285 template<typename BatchGetAutomationRulesRequestT = Model::BatchGetAutomationRulesRequest>
286 void BatchGetAutomationRulesAsync(const BatchGetAutomationRulesRequestT& request, const BatchGetAutomationRulesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
287 {
288 return SubmitAsync(&SecurityHubClient::BatchGetAutomationRules, request, handler, context);
289 }
290
301
305 template<typename BatchGetConfigurationPolicyAssociationsRequestT = Model::BatchGetConfigurationPolicyAssociationsRequest>
307 {
308 return SubmitCallable(&SecurityHubClient::BatchGetConfigurationPolicyAssociations, request);
309 }
310
314 template<typename BatchGetConfigurationPolicyAssociationsRequestT = Model::BatchGetConfigurationPolicyAssociationsRequest>
315 void BatchGetConfigurationPolicyAssociationsAsync(const BatchGetConfigurationPolicyAssociationsRequestT& request, const BatchGetConfigurationPolicyAssociationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
316 {
317 return SubmitAsync(&SecurityHubClient::BatchGetConfigurationPolicyAssociations, request, handler, context);
318 }
319
328
332 template<typename BatchGetSecurityControlsRequestT = Model::BatchGetSecurityControlsRequest>
333 Model::BatchGetSecurityControlsOutcomeCallable BatchGetSecurityControlsCallable(const BatchGetSecurityControlsRequestT& request) const
334 {
335 return SubmitCallable(&SecurityHubClient::BatchGetSecurityControls, request);
336 }
337
341 template<typename BatchGetSecurityControlsRequestT = Model::BatchGetSecurityControlsRequest>
342 void BatchGetSecurityControlsAsync(const BatchGetSecurityControlsRequestT& request, const BatchGetSecurityControlsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
343 {
344 return SubmitAsync(&SecurityHubClient::BatchGetSecurityControls, request, handler, context);
345 }
346
355
359 template<typename BatchGetStandardsControlAssociationsRequestT = Model::BatchGetStandardsControlAssociationsRequest>
361 {
362 return SubmitCallable(&SecurityHubClient::BatchGetStandardsControlAssociations, request);
363 }
364
368 template<typename BatchGetStandardsControlAssociationsRequestT = Model::BatchGetStandardsControlAssociationsRequest>
369 void BatchGetStandardsControlAssociationsAsync(const BatchGetStandardsControlAssociationsRequestT& request, const BatchGetStandardsControlAssociationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
370 {
371 return SubmitAsync(&SecurityHubClient::BatchGetStandardsControlAssociations, request, handler, context);
372 }
373
406
410 template<typename BatchImportFindingsRequestT = Model::BatchImportFindingsRequest>
411 Model::BatchImportFindingsOutcomeCallable BatchImportFindingsCallable(const BatchImportFindingsRequestT& request) const
412 {
413 return SubmitCallable(&SecurityHubClient::BatchImportFindings, request);
414 }
415
419 template<typename BatchImportFindingsRequestT = Model::BatchImportFindingsRequest>
420 void BatchImportFindingsAsync(const BatchImportFindingsRequestT& request, const BatchImportFindingsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
421 {
422 return SubmitAsync(&SecurityHubClient::BatchImportFindings, request, handler, context);
423 }
424
432
436 template<typename BatchUpdateAutomationRulesRequestT = Model::BatchUpdateAutomationRulesRequest>
437 Model::BatchUpdateAutomationRulesOutcomeCallable BatchUpdateAutomationRulesCallable(const BatchUpdateAutomationRulesRequestT& request) const
438 {
439 return SubmitCallable(&SecurityHubClient::BatchUpdateAutomationRules, request);
440 }
441
445 template<typename BatchUpdateAutomationRulesRequestT = Model::BatchUpdateAutomationRulesRequest>
446 void BatchUpdateAutomationRulesAsync(const BatchUpdateAutomationRulesRequestT& request, const BatchUpdateAutomationRulesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
447 {
448 return SubmitAsync(&SecurityHubClient::BatchUpdateAutomationRules, request, handler, context);
449 }
450
475
479 template<typename BatchUpdateFindingsRequestT = Model::BatchUpdateFindingsRequest>
480 Model::BatchUpdateFindingsOutcomeCallable BatchUpdateFindingsCallable(const BatchUpdateFindingsRequestT& request) const
481 {
482 return SubmitCallable(&SecurityHubClient::BatchUpdateFindings, request);
483 }
484
488 template<typename BatchUpdateFindingsRequestT = Model::BatchUpdateFindingsRequest>
489 void BatchUpdateFindingsAsync(const BatchUpdateFindingsRequestT& request, const BatchUpdateFindingsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
490 {
491 return SubmitAsync(&SecurityHubClient::BatchUpdateFindings, request, handler, context);
492 }
493
501
505 template<typename BatchUpdateStandardsControlAssociationsRequestT = Model::BatchUpdateStandardsControlAssociationsRequest>
507 {
508 return SubmitCallable(&SecurityHubClient::BatchUpdateStandardsControlAssociations, request);
509 }
510
514 template<typename BatchUpdateStandardsControlAssociationsRequestT = Model::BatchUpdateStandardsControlAssociationsRequest>
515 void BatchUpdateStandardsControlAssociationsAsync(const BatchUpdateStandardsControlAssociationsRequestT& request, const BatchUpdateStandardsControlAssociationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
516 {
517 return SubmitAsync(&SecurityHubClient::BatchUpdateStandardsControlAssociations, request, handler, context);
518 }
519
528
532 template<typename CreateActionTargetRequestT = Model::CreateActionTargetRequest>
533 Model::CreateActionTargetOutcomeCallable CreateActionTargetCallable(const CreateActionTargetRequestT& request) const
534 {
535 return SubmitCallable(&SecurityHubClient::CreateActionTarget, request);
536 }
537
541 template<typename CreateActionTargetRequestT = Model::CreateActionTargetRequest>
542 void CreateActionTargetAsync(const CreateActionTargetRequestT& request, const CreateActionTargetResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
543 {
544 return SubmitAsync(&SecurityHubClient::CreateActionTarget, request, handler, context);
545 }
546
554
558 template<typename CreateAutomationRuleRequestT = Model::CreateAutomationRuleRequest>
559 Model::CreateAutomationRuleOutcomeCallable CreateAutomationRuleCallable(const CreateAutomationRuleRequestT& request) const
560 {
561 return SubmitCallable(&SecurityHubClient::CreateAutomationRule, request);
562 }
563
567 template<typename CreateAutomationRuleRequestT = Model::CreateAutomationRuleRequest>
568 void CreateAutomationRuleAsync(const CreateAutomationRuleRequestT& request, const CreateAutomationRuleResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
569 {
570 return SubmitAsync(&SecurityHubClient::CreateAutomationRule, request, handler, context);
571 }
572
581
585 template<typename CreateConfigurationPolicyRequestT = Model::CreateConfigurationPolicyRequest>
586 Model::CreateConfigurationPolicyOutcomeCallable CreateConfigurationPolicyCallable(const CreateConfigurationPolicyRequestT& request) const
587 {
588 return SubmitCallable(&SecurityHubClient::CreateConfigurationPolicy, request);
589 }
590
594 template<typename CreateConfigurationPolicyRequestT = Model::CreateConfigurationPolicyRequest>
595 void CreateConfigurationPolicyAsync(const CreateConfigurationPolicyRequestT& request, const CreateConfigurationPolicyResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
596 {
597 return SubmitAsync(&SecurityHubClient::CreateConfigurationPolicy, request, handler, context);
598 }
599
612
616 template<typename CreateFindingAggregatorRequestT = Model::CreateFindingAggregatorRequest>
617 Model::CreateFindingAggregatorOutcomeCallable CreateFindingAggregatorCallable(const CreateFindingAggregatorRequestT& request) const
618 {
619 return SubmitCallable(&SecurityHubClient::CreateFindingAggregator, request);
620 }
621
625 template<typename CreateFindingAggregatorRequestT = Model::CreateFindingAggregatorRequest>
626 void CreateFindingAggregatorAsync(const CreateFindingAggregatorRequestT& request, const CreateFindingAggregatorResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
627 {
628 return SubmitAsync(&SecurityHubClient::CreateFindingAggregator, request, handler, context);
629 }
630
640
644 template<typename CreateInsightRequestT = Model::CreateInsightRequest>
645 Model::CreateInsightOutcomeCallable CreateInsightCallable(const CreateInsightRequestT& request) const
646 {
647 return SubmitCallable(&SecurityHubClient::CreateInsight, request);
648 }
649
653 template<typename CreateInsightRequestT = Model::CreateInsightRequest>
654 void CreateInsightAsync(const CreateInsightRequestT& request, const CreateInsightResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
655 {
656 return SubmitAsync(&SecurityHubClient::CreateInsight, request, handler, context);
657 }
658
694
698 template<typename CreateMembersRequestT = Model::CreateMembersRequest>
699 Model::CreateMembersOutcomeCallable CreateMembersCallable(const CreateMembersRequestT& request) const
700 {
701 return SubmitCallable(&SecurityHubClient::CreateMembers, request);
702 }
703
707 template<typename CreateMembersRequestT = Model::CreateMembersRequest>
708 void CreateMembersAsync(const CreateMembersRequestT& request, const CreateMembersResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
709 {
710 return SubmitAsync(&SecurityHubClient::CreateMembers, request, handler, context);
711 }
712
728
732 template<typename DeclineInvitationsRequestT = Model::DeclineInvitationsRequest>
733 Model::DeclineInvitationsOutcomeCallable DeclineInvitationsCallable(const DeclineInvitationsRequestT& request) const
734 {
735 return SubmitCallable(&SecurityHubClient::DeclineInvitations, request);
736 }
737
741 template<typename DeclineInvitationsRequestT = Model::DeclineInvitationsRequest>
742 void DeclineInvitationsAsync(const DeclineInvitationsRequestT& request, const DeclineInvitationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
743 {
744 return SubmitAsync(&SecurityHubClient::DeclineInvitations, request, handler, context);
745 }
746
755
759 template<typename DeleteActionTargetRequestT = Model::DeleteActionTargetRequest>
760 Model::DeleteActionTargetOutcomeCallable DeleteActionTargetCallable(const DeleteActionTargetRequestT& request) const
761 {
762 return SubmitCallable(&SecurityHubClient::DeleteActionTarget, request);
763 }
764
768 template<typename DeleteActionTargetRequestT = Model::DeleteActionTargetRequest>
769 void DeleteActionTargetAsync(const DeleteActionTargetRequestT& request, const DeleteActionTargetResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
770 {
771 return SubmitAsync(&SecurityHubClient::DeleteActionTarget, request, handler, context);
772 }
773
785
789 template<typename DeleteConfigurationPolicyRequestT = Model::DeleteConfigurationPolicyRequest>
790 Model::DeleteConfigurationPolicyOutcomeCallable DeleteConfigurationPolicyCallable(const DeleteConfigurationPolicyRequestT& request) const
791 {
792 return SubmitCallable(&SecurityHubClient::DeleteConfigurationPolicy, request);
793 }
794
798 template<typename DeleteConfigurationPolicyRequestT = Model::DeleteConfigurationPolicyRequest>
799 void DeleteConfigurationPolicyAsync(const DeleteConfigurationPolicyRequestT& request, const DeleteConfigurationPolicyResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
800 {
801 return SubmitAsync(&SecurityHubClient::DeleteConfigurationPolicy, request, handler, context);
802 }
803
817
821 template<typename DeleteFindingAggregatorRequestT = Model::DeleteFindingAggregatorRequest>
822 Model::DeleteFindingAggregatorOutcomeCallable DeleteFindingAggregatorCallable(const DeleteFindingAggregatorRequestT& request) const
823 {
824 return SubmitCallable(&SecurityHubClient::DeleteFindingAggregator, request);
825 }
826
830 template<typename DeleteFindingAggregatorRequestT = Model::DeleteFindingAggregatorRequest>
831 void DeleteFindingAggregatorAsync(const DeleteFindingAggregatorRequestT& request, const DeleteFindingAggregatorResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
832 {
833 return SubmitAsync(&SecurityHubClient::DeleteFindingAggregator, request, handler, context);
834 }
835
843
847 template<typename DeleteInsightRequestT = Model::DeleteInsightRequest>
848 Model::DeleteInsightOutcomeCallable DeleteInsightCallable(const DeleteInsightRequestT& request) const
849 {
850 return SubmitCallable(&SecurityHubClient::DeleteInsight, request);
851 }
852
856 template<typename DeleteInsightRequestT = Model::DeleteInsightRequest>
857 void DeleteInsightAsync(const DeleteInsightRequestT& request, const DeleteInsightResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
858 {
859 return SubmitAsync(&SecurityHubClient::DeleteInsight, request, handler, context);
860 }
861
878
882 template<typename DeleteInvitationsRequestT = Model::DeleteInvitationsRequest>
883 Model::DeleteInvitationsOutcomeCallable DeleteInvitationsCallable(const DeleteInvitationsRequestT& request) const
884 {
885 return SubmitCallable(&SecurityHubClient::DeleteInvitations, request);
886 }
887
891 template<typename DeleteInvitationsRequestT = Model::DeleteInvitationsRequest>
892 void DeleteInvitationsAsync(const DeleteInvitationsRequestT& request, const DeleteInvitationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
893 {
894 return SubmitAsync(&SecurityHubClient::DeleteInvitations, request, handler, context);
895 }
896
906
910 template<typename DeleteMembersRequestT = Model::DeleteMembersRequest>
911 Model::DeleteMembersOutcomeCallable DeleteMembersCallable(const DeleteMembersRequestT& request) const
912 {
913 return SubmitCallable(&SecurityHubClient::DeleteMembers, request);
914 }
915
919 template<typename DeleteMembersRequestT = Model::DeleteMembersRequest>
920 void DeleteMembersAsync(const DeleteMembersRequestT& request, const DeleteMembersResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
921 {
922 return SubmitAsync(&SecurityHubClient::DeleteMembers, request, handler, context);
923 }
924
932
936 template<typename DescribeActionTargetsRequestT = Model::DescribeActionTargetsRequest>
937 Model::DescribeActionTargetsOutcomeCallable DescribeActionTargetsCallable(const DescribeActionTargetsRequestT& request = {}) const
938 {
939 return SubmitCallable(&SecurityHubClient::DescribeActionTargets, request);
940 }
941
945 template<typename DescribeActionTargetsRequestT = Model::DescribeActionTargetsRequest>
946 void DescribeActionTargetsAsync(const DescribeActionTargetsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeActionTargetsRequestT& request = {}) const
947 {
948 return SubmitAsync(&SecurityHubClient::DescribeActionTargets, request, handler, context);
949 }
950
959
963 template<typename DescribeHubRequestT = Model::DescribeHubRequest>
964 Model::DescribeHubOutcomeCallable DescribeHubCallable(const DescribeHubRequestT& request = {}) const
965 {
966 return SubmitCallable(&SecurityHubClient::DescribeHub, request);
967 }
968
972 template<typename DescribeHubRequestT = Model::DescribeHubRequest>
973 void DescribeHubAsync(const DescribeHubResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeHubRequestT& request = {}) const
974 {
975 return SubmitAsync(&SecurityHubClient::DescribeHub, request, handler, context);
976 }
977
986
990 template<typename DescribeOrganizationConfigurationRequestT = Model::DescribeOrganizationConfigurationRequest>
991 Model::DescribeOrganizationConfigurationOutcomeCallable DescribeOrganizationConfigurationCallable(const DescribeOrganizationConfigurationRequestT& request = {}) const
992 {
993 return SubmitCallable(&SecurityHubClient::DescribeOrganizationConfiguration, request);
994 }
995
999 template<typename DescribeOrganizationConfigurationRequestT = Model::DescribeOrganizationConfigurationRequest>
1000 void DescribeOrganizationConfigurationAsync(const DescribeOrganizationConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeOrganizationConfigurationRequestT& request = {}) const
1001 {
1002 return SubmitAsync(&SecurityHubClient::DescribeOrganizationConfiguration, request, handler, context);
1003 }
1004
1015
1019 template<typename DescribeProductsRequestT = Model::DescribeProductsRequest>
1020 Model::DescribeProductsOutcomeCallable DescribeProductsCallable(const DescribeProductsRequestT& request = {}) const
1021 {
1022 return SubmitCallable(&SecurityHubClient::DescribeProducts, request);
1023 }
1024
1028 template<typename DescribeProductsRequestT = Model::DescribeProductsRequest>
1029 void DescribeProductsAsync(const DescribeProductsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeProductsRequestT& request = {}) const
1030 {
1031 return SubmitAsync(&SecurityHubClient::DescribeProducts, request, handler, context);
1032 }
1033
1042
1046 template<typename DescribeStandardsRequestT = Model::DescribeStandardsRequest>
1047 Model::DescribeStandardsOutcomeCallable DescribeStandardsCallable(const DescribeStandardsRequestT& request = {}) const
1048 {
1049 return SubmitCallable(&SecurityHubClient::DescribeStandards, request);
1050 }
1051
1055 template<typename DescribeStandardsRequestT = Model::DescribeStandardsRequest>
1056 void DescribeStandardsAsync(const DescribeStandardsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeStandardsRequestT& request = {}) const
1057 {
1058 return SubmitAsync(&SecurityHubClient::DescribeStandards, request, handler, context);
1059 }
1060
1069
1073 template<typename DescribeStandardsControlsRequestT = Model::DescribeStandardsControlsRequest>
1074 Model::DescribeStandardsControlsOutcomeCallable DescribeStandardsControlsCallable(const DescribeStandardsControlsRequestT& request) const
1075 {
1076 return SubmitCallable(&SecurityHubClient::DescribeStandardsControls, request);
1077 }
1078
1082 template<typename DescribeStandardsControlsRequestT = Model::DescribeStandardsControlsRequest>
1083 void DescribeStandardsControlsAsync(const DescribeStandardsControlsRequestT& request, const DescribeStandardsControlsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1084 {
1085 return SubmitAsync(&SecurityHubClient::DescribeStandardsControls, request, handler, context);
1086 }
1087
1096
1100 template<typename DisableImportFindingsForProductRequestT = Model::DisableImportFindingsForProductRequest>
1102 {
1103 return SubmitCallable(&SecurityHubClient::DisableImportFindingsForProduct, request);
1104 }
1105
1109 template<typename DisableImportFindingsForProductRequestT = Model::DisableImportFindingsForProductRequest>
1110 void DisableImportFindingsForProductAsync(const DisableImportFindingsForProductRequestT& request, const DisableImportFindingsForProductResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1111 {
1112 return SubmitAsync(&SecurityHubClient::DisableImportFindingsForProduct, request, handler, context);
1113 }
1114
1122
1126 template<typename DisableOrganizationAdminAccountRequestT = Model::DisableOrganizationAdminAccountRequest>
1128 {
1129 return SubmitCallable(&SecurityHubClient::DisableOrganizationAdminAccount, request);
1130 }
1131
1135 template<typename DisableOrganizationAdminAccountRequestT = Model::DisableOrganizationAdminAccountRequest>
1136 void DisableOrganizationAdminAccountAsync(const DisableOrganizationAdminAccountRequestT& request, const DisableOrganizationAdminAccountResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1137 {
1138 return SubmitAsync(&SecurityHubClient::DisableOrganizationAdminAccount, request, handler, context);
1139 }
1140
1156
1160 template<typename DisableSecurityHubRequestT = Model::DisableSecurityHubRequest>
1161 Model::DisableSecurityHubOutcomeCallable DisableSecurityHubCallable(const DisableSecurityHubRequestT& request = {}) const
1162 {
1163 return SubmitCallable(&SecurityHubClient::DisableSecurityHub, request);
1164 }
1165
1169 template<typename DisableSecurityHubRequestT = Model::DisableSecurityHubRequest>
1170 void DisableSecurityHubAsync(const DisableSecurityHubResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DisableSecurityHubRequestT& request = {}) const
1171 {
1172 return SubmitAsync(&SecurityHubClient::DisableSecurityHub, request, handler, context);
1173 }
1174
1184
1188 template<typename DisassociateFromAdministratorAccountRequestT = Model::DisassociateFromAdministratorAccountRequest>
1189 Model::DisassociateFromAdministratorAccountOutcomeCallable DisassociateFromAdministratorAccountCallable(const DisassociateFromAdministratorAccountRequestT& request = {}) const
1190 {
1191 return SubmitCallable(&SecurityHubClient::DisassociateFromAdministratorAccount, request);
1192 }
1193
1197 template<typename DisassociateFromAdministratorAccountRequestT = Model::DisassociateFromAdministratorAccountRequest>
1198 void DisassociateFromAdministratorAccountAsync(const DisassociateFromAdministratorAccountResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DisassociateFromAdministratorAccountRequestT& request = {}) const
1199 {
1200 return SubmitAsync(&SecurityHubClient::DisassociateFromAdministratorAccount, request, handler, context);
1201 }
1202
1212
1216 template<typename DisassociateMembersRequestT = Model::DisassociateMembersRequest>
1217 Model::DisassociateMembersOutcomeCallable DisassociateMembersCallable(const DisassociateMembersRequestT& request) const
1218 {
1219 return SubmitCallable(&SecurityHubClient::DisassociateMembers, request);
1220 }
1221
1225 template<typename DisassociateMembersRequestT = Model::DisassociateMembersRequest>
1226 void DisassociateMembersAsync(const DisassociateMembersRequestT& request, const DisassociateMembersResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1227 {
1228 return SubmitAsync(&SecurityHubClient::DisassociateMembers, request, handler, context);
1229 }
1230
1240
1244 template<typename EnableImportFindingsForProductRequestT = Model::EnableImportFindingsForProductRequest>
1246 {
1247 return SubmitCallable(&SecurityHubClient::EnableImportFindingsForProduct, request);
1248 }
1249
1253 template<typename EnableImportFindingsForProductRequestT = Model::EnableImportFindingsForProductRequest>
1254 void EnableImportFindingsForProductAsync(const EnableImportFindingsForProductRequestT& request, const EnableImportFindingsForProductResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1255 {
1256 return SubmitAsync(&SecurityHubClient::EnableImportFindingsForProduct, request, handler, context);
1257 }
1258
1267
1271 template<typename EnableOrganizationAdminAccountRequestT = Model::EnableOrganizationAdminAccountRequest>
1273 {
1274 return SubmitCallable(&SecurityHubClient::EnableOrganizationAdminAccount, request);
1275 }
1276
1280 template<typename EnableOrganizationAdminAccountRequestT = Model::EnableOrganizationAdminAccountRequest>
1281 void EnableOrganizationAdminAccountAsync(const EnableOrganizationAdminAccountRequestT& request, const EnableOrganizationAdminAccountResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1282 {
1283 return SubmitAsync(&SecurityHubClient::EnableOrganizationAdminAccount, request, handler, context);
1284 }
1285
1308
1312 template<typename EnableSecurityHubRequestT = Model::EnableSecurityHubRequest>
1313 Model::EnableSecurityHubOutcomeCallable EnableSecurityHubCallable(const EnableSecurityHubRequestT& request = {}) const
1314 {
1315 return SubmitCallable(&SecurityHubClient::EnableSecurityHub, request);
1316 }
1317
1321 template<typename EnableSecurityHubRequestT = Model::EnableSecurityHubRequest>
1322 void EnableSecurityHubAsync(const EnableSecurityHubResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const EnableSecurityHubRequestT& request = {}) const
1323 {
1324 return SubmitAsync(&SecurityHubClient::EnableSecurityHub, request, handler, context);
1325 }
1326
1336
1340 template<typename GetAdministratorAccountRequestT = Model::GetAdministratorAccountRequest>
1341 Model::GetAdministratorAccountOutcomeCallable GetAdministratorAccountCallable(const GetAdministratorAccountRequestT& request = {}) const
1342 {
1343 return SubmitCallable(&SecurityHubClient::GetAdministratorAccount, request);
1344 }
1345
1349 template<typename GetAdministratorAccountRequestT = Model::GetAdministratorAccountRequest>
1350 void GetAdministratorAccountAsync(const GetAdministratorAccountResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const GetAdministratorAccountRequestT& request = {}) const
1351 {
1352 return SubmitAsync(&SecurityHubClient::GetAdministratorAccount, request, handler, context);
1353 }
1354
1363
1367 template<typename GetConfigurationPolicyRequestT = Model::GetConfigurationPolicyRequest>
1368 Model::GetConfigurationPolicyOutcomeCallable GetConfigurationPolicyCallable(const GetConfigurationPolicyRequestT& request) const
1369 {
1370 return SubmitCallable(&SecurityHubClient::GetConfigurationPolicy, request);
1371 }
1372
1376 template<typename GetConfigurationPolicyRequestT = Model::GetConfigurationPolicyRequest>
1377 void GetConfigurationPolicyAsync(const GetConfigurationPolicyRequestT& request, const GetConfigurationPolicyResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1378 {
1379 return SubmitAsync(&SecurityHubClient::GetConfigurationPolicy, request, handler, context);
1380 }
1381
1391
1395 template<typename GetConfigurationPolicyAssociationRequestT = Model::GetConfigurationPolicyAssociationRequest>
1397 {
1398 return SubmitCallable(&SecurityHubClient::GetConfigurationPolicyAssociation, request);
1399 }
1400
1404 template<typename GetConfigurationPolicyAssociationRequestT = Model::GetConfigurationPolicyAssociationRequest>
1405 void GetConfigurationPolicyAssociationAsync(const GetConfigurationPolicyAssociationRequestT& request, const GetConfigurationPolicyAssociationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1406 {
1407 return SubmitAsync(&SecurityHubClient::GetConfigurationPolicyAssociation, request, handler, context);
1408 }
1409
1417
1421 template<typename GetEnabledStandardsRequestT = Model::GetEnabledStandardsRequest>
1422 Model::GetEnabledStandardsOutcomeCallable GetEnabledStandardsCallable(const GetEnabledStandardsRequestT& request = {}) const
1423 {
1424 return SubmitCallable(&SecurityHubClient::GetEnabledStandards, request);
1425 }
1426
1430 template<typename GetEnabledStandardsRequestT = Model::GetEnabledStandardsRequest>
1431 void GetEnabledStandardsAsync(const GetEnabledStandardsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const GetEnabledStandardsRequestT& request = {}) const
1432 {
1433 return SubmitAsync(&SecurityHubClient::GetEnabledStandards, request, handler, context);
1434 }
1435
1446
1450 template<typename GetFindingAggregatorRequestT = Model::GetFindingAggregatorRequest>
1451 Model::GetFindingAggregatorOutcomeCallable GetFindingAggregatorCallable(const GetFindingAggregatorRequestT& request) const
1452 {
1453 return SubmitCallable(&SecurityHubClient::GetFindingAggregator, request);
1454 }
1455
1459 template<typename GetFindingAggregatorRequestT = Model::GetFindingAggregatorRequest>
1460 void GetFindingAggregatorAsync(const GetFindingAggregatorRequestT& request, const GetFindingAggregatorResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1461 {
1462 return SubmitAsync(&SecurityHubClient::GetFindingAggregator, request, handler, context);
1463 }
1464
1473
1477 template<typename GetFindingHistoryRequestT = Model::GetFindingHistoryRequest>
1478 Model::GetFindingHistoryOutcomeCallable GetFindingHistoryCallable(const GetFindingHistoryRequestT& request) const
1479 {
1480 return SubmitCallable(&SecurityHubClient::GetFindingHistory, request);
1481 }
1482
1486 template<typename GetFindingHistoryRequestT = Model::GetFindingHistoryRequest>
1487 void GetFindingHistoryAsync(const GetFindingHistoryRequestT& request, const GetFindingHistoryResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1488 {
1489 return SubmitAsync(&SecurityHubClient::GetFindingHistory, request, handler, context);
1490 }
1491
1501
1505 template<typename GetFindingsRequestT = Model::GetFindingsRequest>
1506 Model::GetFindingsOutcomeCallable GetFindingsCallable(const GetFindingsRequestT& request = {}) const
1507 {
1508 return SubmitCallable(&SecurityHubClient::GetFindings, request);
1509 }
1510
1514 template<typename GetFindingsRequestT = Model::GetFindingsRequest>
1515 void GetFindingsAsync(const GetFindingsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const GetFindingsRequestT& request = {}) const
1516 {
1517 return SubmitAsync(&SecurityHubClient::GetFindings, request, handler, context);
1518 }
1519
1527
1531 template<typename GetInsightResultsRequestT = Model::GetInsightResultsRequest>
1532 Model::GetInsightResultsOutcomeCallable GetInsightResultsCallable(const GetInsightResultsRequestT& request) const
1533 {
1534 return SubmitCallable(&SecurityHubClient::GetInsightResults, request);
1535 }
1536
1540 template<typename GetInsightResultsRequestT = Model::GetInsightResultsRequest>
1541 void GetInsightResultsAsync(const GetInsightResultsRequestT& request, const GetInsightResultsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1542 {
1543 return SubmitAsync(&SecurityHubClient::GetInsightResults, request, handler, context);
1544 }
1545
1553
1557 template<typename GetInsightsRequestT = Model::GetInsightsRequest>
1558 Model::GetInsightsOutcomeCallable GetInsightsCallable(const GetInsightsRequestT& request = {}) const
1559 {
1560 return SubmitCallable(&SecurityHubClient::GetInsights, request);
1561 }
1562
1566 template<typename GetInsightsRequestT = Model::GetInsightsRequest>
1567 void GetInsightsAsync(const GetInsightsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const GetInsightsRequestT& request = {}) const
1568 {
1569 return SubmitAsync(&SecurityHubClient::GetInsights, request, handler, context);
1570 }
1571
1584
1588 template<typename GetInvitationsCountRequestT = Model::GetInvitationsCountRequest>
1589 Model::GetInvitationsCountOutcomeCallable GetInvitationsCountCallable(const GetInvitationsCountRequestT& request = {}) const
1590 {
1591 return SubmitCallable(&SecurityHubClient::GetInvitationsCount, request);
1592 }
1593
1597 template<typename GetInvitationsCountRequestT = Model::GetInvitationsCountRequest>
1598 void GetInvitationsCountAsync(const GetInvitationsCountResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const GetInvitationsCountRequestT& request = {}) const
1599 {
1600 return SubmitAsync(&SecurityHubClient::GetInvitationsCount, request, handler, context);
1601 }
1602
1614
1618 template<typename GetMembersRequestT = Model::GetMembersRequest>
1619 Model::GetMembersOutcomeCallable GetMembersCallable(const GetMembersRequestT& request) const
1620 {
1621 return SubmitCallable(&SecurityHubClient::GetMembers, request);
1622 }
1623
1627 template<typename GetMembersRequestT = Model::GetMembersRequest>
1628 void GetMembersAsync(const GetMembersRequestT& request, const GetMembersResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1629 {
1630 return SubmitAsync(&SecurityHubClient::GetMembers, request, handler, context);
1631 }
1632
1641
1645 template<typename GetSecurityControlDefinitionRequestT = Model::GetSecurityControlDefinitionRequest>
1646 Model::GetSecurityControlDefinitionOutcomeCallable GetSecurityControlDefinitionCallable(const GetSecurityControlDefinitionRequestT& request) const
1647 {
1648 return SubmitCallable(&SecurityHubClient::GetSecurityControlDefinition, request);
1649 }
1650
1654 template<typename GetSecurityControlDefinitionRequestT = Model::GetSecurityControlDefinitionRequest>
1655 void GetSecurityControlDefinitionAsync(const GetSecurityControlDefinitionRequestT& request, const GetSecurityControlDefinitionResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1656 {
1657 return SubmitAsync(&SecurityHubClient::GetSecurityControlDefinition, request, handler, context);
1658 }
1659
1679
1683 template<typename InviteMembersRequestT = Model::InviteMembersRequest>
1684 Model::InviteMembersOutcomeCallable InviteMembersCallable(const InviteMembersRequestT& request) const
1685 {
1686 return SubmitCallable(&SecurityHubClient::InviteMembers, request);
1687 }
1688
1692 template<typename InviteMembersRequestT = Model::InviteMembersRequest>
1693 void InviteMembersAsync(const InviteMembersRequestT& request, const InviteMembersResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1694 {
1695 return SubmitAsync(&SecurityHubClient::InviteMembers, request, handler, context);
1696 }
1697
1705
1709 template<typename ListAutomationRulesRequestT = Model::ListAutomationRulesRequest>
1710 Model::ListAutomationRulesOutcomeCallable ListAutomationRulesCallable(const ListAutomationRulesRequestT& request = {}) const
1711 {
1712 return SubmitCallable(&SecurityHubClient::ListAutomationRules, request);
1713 }
1714
1718 template<typename ListAutomationRulesRequestT = Model::ListAutomationRulesRequest>
1719 void ListAutomationRulesAsync(const ListAutomationRulesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListAutomationRulesRequestT& request = {}) const
1720 {
1721 return SubmitAsync(&SecurityHubClient::ListAutomationRules, request, handler, context);
1722 }
1723
1733
1737 template<typename ListConfigurationPoliciesRequestT = Model::ListConfigurationPoliciesRequest>
1738 Model::ListConfigurationPoliciesOutcomeCallable ListConfigurationPoliciesCallable(const ListConfigurationPoliciesRequestT& request = {}) const
1739 {
1740 return SubmitCallable(&SecurityHubClient::ListConfigurationPolicies, request);
1741 }
1742
1746 template<typename ListConfigurationPoliciesRequestT = Model::ListConfigurationPoliciesRequest>
1747 void ListConfigurationPoliciesAsync(const ListConfigurationPoliciesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListConfigurationPoliciesRequestT& request = {}) const
1748 {
1749 return SubmitAsync(&SecurityHubClient::ListConfigurationPolicies, request, handler, context);
1750 }
1751
1760
1764 template<typename ListConfigurationPolicyAssociationsRequestT = Model::ListConfigurationPolicyAssociationsRequest>
1765 Model::ListConfigurationPolicyAssociationsOutcomeCallable ListConfigurationPolicyAssociationsCallable(const ListConfigurationPolicyAssociationsRequestT& request = {}) const
1766 {
1767 return SubmitCallable(&SecurityHubClient::ListConfigurationPolicyAssociations, request);
1768 }
1769
1773 template<typename ListConfigurationPolicyAssociationsRequestT = Model::ListConfigurationPolicyAssociationsRequest>
1774 void ListConfigurationPolicyAssociationsAsync(const ListConfigurationPolicyAssociationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListConfigurationPolicyAssociationsRequestT& request = {}) const
1775 {
1776 return SubmitAsync(&SecurityHubClient::ListConfigurationPolicyAssociations, request, handler, context);
1777 }
1778
1786
1790 template<typename ListEnabledProductsForImportRequestT = Model::ListEnabledProductsForImportRequest>
1791 Model::ListEnabledProductsForImportOutcomeCallable ListEnabledProductsForImportCallable(const ListEnabledProductsForImportRequestT& request = {}) const
1792 {
1793 return SubmitCallable(&SecurityHubClient::ListEnabledProductsForImport, request);
1794 }
1795
1799 template<typename ListEnabledProductsForImportRequestT = Model::ListEnabledProductsForImportRequest>
1800 void ListEnabledProductsForImportAsync(const ListEnabledProductsForImportResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListEnabledProductsForImportRequestT& request = {}) const
1801 {
1802 return SubmitAsync(&SecurityHubClient::ListEnabledProductsForImport, request, handler, context);
1803 }
1804
1814
1818 template<typename ListFindingAggregatorsRequestT = Model::ListFindingAggregatorsRequest>
1819 Model::ListFindingAggregatorsOutcomeCallable ListFindingAggregatorsCallable(const ListFindingAggregatorsRequestT& request = {}) const
1820 {
1821 return SubmitCallable(&SecurityHubClient::ListFindingAggregators, request);
1822 }
1823
1827 template<typename ListFindingAggregatorsRequestT = Model::ListFindingAggregatorsRequest>
1828 void ListFindingAggregatorsAsync(const ListFindingAggregatorsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListFindingAggregatorsRequestT& request = {}) const
1829 {
1830 return SubmitAsync(&SecurityHubClient::ListFindingAggregators, request, handler, context);
1831 }
1832
1847
1851 template<typename ListInvitationsRequestT = Model::ListInvitationsRequest>
1852 Model::ListInvitationsOutcomeCallable ListInvitationsCallable(const ListInvitationsRequestT& request = {}) const
1853 {
1854 return SubmitCallable(&SecurityHubClient::ListInvitations, request);
1855 }
1856
1860 template<typename ListInvitationsRequestT = Model::ListInvitationsRequest>
1861 void ListInvitationsAsync(const ListInvitationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListInvitationsRequestT& request = {}) const
1862 {
1863 return SubmitAsync(&SecurityHubClient::ListInvitations, request, handler, context);
1864 }
1865
1875
1879 template<typename ListMembersRequestT = Model::ListMembersRequest>
1880 Model::ListMembersOutcomeCallable ListMembersCallable(const ListMembersRequestT& request = {}) const
1881 {
1882 return SubmitCallable(&SecurityHubClient::ListMembers, request);
1883 }
1884
1888 template<typename ListMembersRequestT = Model::ListMembersRequest>
1889 void ListMembersAsync(const ListMembersResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListMembersRequestT& request = {}) const
1890 {
1891 return SubmitAsync(&SecurityHubClient::ListMembers, request, handler, context);
1892 }
1893
1901
1905 template<typename ListOrganizationAdminAccountsRequestT = Model::ListOrganizationAdminAccountsRequest>
1906 Model::ListOrganizationAdminAccountsOutcomeCallable ListOrganizationAdminAccountsCallable(const ListOrganizationAdminAccountsRequestT& request = {}) const
1907 {
1908 return SubmitCallable(&SecurityHubClient::ListOrganizationAdminAccounts, request);
1909 }
1910
1914 template<typename ListOrganizationAdminAccountsRequestT = Model::ListOrganizationAdminAccountsRequest>
1915 void ListOrganizationAdminAccountsAsync(const ListOrganizationAdminAccountsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListOrganizationAdminAccountsRequestT& request = {}) const
1916 {
1917 return SubmitAsync(&SecurityHubClient::ListOrganizationAdminAccounts, request, handler, context);
1918 }
1919
1927
1931 template<typename ListSecurityControlDefinitionsRequestT = Model::ListSecurityControlDefinitionsRequest>
1932 Model::ListSecurityControlDefinitionsOutcomeCallable ListSecurityControlDefinitionsCallable(const ListSecurityControlDefinitionsRequestT& request = {}) const
1933 {
1934 return SubmitCallable(&SecurityHubClient::ListSecurityControlDefinitions, request);
1935 }
1936
1940 template<typename ListSecurityControlDefinitionsRequestT = Model::ListSecurityControlDefinitionsRequest>
1941 void ListSecurityControlDefinitionsAsync(const ListSecurityControlDefinitionsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListSecurityControlDefinitionsRequestT& request = {}) const
1942 {
1943 return SubmitAsync(&SecurityHubClient::ListSecurityControlDefinitions, request, handler, context);
1944 }
1945
1953
1957 template<typename ListStandardsControlAssociationsRequestT = Model::ListStandardsControlAssociationsRequest>
1959 {
1960 return SubmitCallable(&SecurityHubClient::ListStandardsControlAssociations, request);
1961 }
1962
1966 template<typename ListStandardsControlAssociationsRequestT = Model::ListStandardsControlAssociationsRequest>
1967 void ListStandardsControlAssociationsAsync(const ListStandardsControlAssociationsRequestT& request, const ListStandardsControlAssociationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1968 {
1969 return SubmitAsync(&SecurityHubClient::ListStandardsControlAssociations, request, handler, context);
1970 }
1971
1979
1983 template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1984 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const
1985 {
1986 return SubmitCallable(&SecurityHubClient::ListTagsForResource, request);
1987 }
1988
1992 template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1993 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1994 {
1995 return SubmitAsync(&SecurityHubClient::ListTagsForResource, request, handler, context);
1996 }
1997
2007
2011 template<typename StartConfigurationPolicyAssociationRequestT = Model::StartConfigurationPolicyAssociationRequest>
2013 {
2014 return SubmitCallable(&SecurityHubClient::StartConfigurationPolicyAssociation, request);
2015 }
2016
2020 template<typename StartConfigurationPolicyAssociationRequestT = Model::StartConfigurationPolicyAssociationRequest>
2021 void StartConfigurationPolicyAssociationAsync(const StartConfigurationPolicyAssociationRequestT& request, const StartConfigurationPolicyAssociationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2022 {
2023 return SubmitAsync(&SecurityHubClient::StartConfigurationPolicyAssociation, request, handler, context);
2024 }
2025
2038
2042 template<typename StartConfigurationPolicyDisassociationRequestT = Model::StartConfigurationPolicyDisassociationRequest>
2044 {
2045 return SubmitCallable(&SecurityHubClient::StartConfigurationPolicyDisassociation, request);
2046 }
2047
2051 template<typename StartConfigurationPolicyDisassociationRequestT = Model::StartConfigurationPolicyDisassociationRequest>
2052 void StartConfigurationPolicyDisassociationAsync(const StartConfigurationPolicyDisassociationRequestT& request, const StartConfigurationPolicyDisassociationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2053 {
2054 return SubmitAsync(&SecurityHubClient::StartConfigurationPolicyDisassociation, request, handler, context);
2055 }
2056
2063
2067 template<typename TagResourceRequestT = Model::TagResourceRequest>
2068 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const
2069 {
2070 return SubmitCallable(&SecurityHubClient::TagResource, request);
2071 }
2072
2076 template<typename TagResourceRequestT = Model::TagResourceRequest>
2077 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2078 {
2079 return SubmitAsync(&SecurityHubClient::TagResource, request, handler, context);
2080 }
2081
2088
2092 template<typename UntagResourceRequestT = Model::UntagResourceRequest>
2093 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const
2094 {
2095 return SubmitCallable(&SecurityHubClient::UntagResource, request);
2096 }
2097
2101 template<typename UntagResourceRequestT = Model::UntagResourceRequest>
2102 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2103 {
2104 return SubmitAsync(&SecurityHubClient::UntagResource, request, handler, context);
2105 }
2106
2114
2118 template<typename UpdateActionTargetRequestT = Model::UpdateActionTargetRequest>
2119 Model::UpdateActionTargetOutcomeCallable UpdateActionTargetCallable(const UpdateActionTargetRequestT& request) const
2120 {
2121 return SubmitCallable(&SecurityHubClient::UpdateActionTarget, request);
2122 }
2123
2127 template<typename UpdateActionTargetRequestT = Model::UpdateActionTargetRequest>
2128 void UpdateActionTargetAsync(const UpdateActionTargetRequestT& request, const UpdateActionTargetResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2129 {
2130 return SubmitAsync(&SecurityHubClient::UpdateActionTarget, request, handler, context);
2131 }
2132
2141
2145 template<typename UpdateConfigurationPolicyRequestT = Model::UpdateConfigurationPolicyRequest>
2146 Model::UpdateConfigurationPolicyOutcomeCallable UpdateConfigurationPolicyCallable(const UpdateConfigurationPolicyRequestT& request) const
2147 {
2148 return SubmitCallable(&SecurityHubClient::UpdateConfigurationPolicy, request);
2149 }
2150
2154 template<typename UpdateConfigurationPolicyRequestT = Model::UpdateConfigurationPolicyRequest>
2155 void UpdateConfigurationPolicyAsync(const UpdateConfigurationPolicyRequestT& request, const UpdateConfigurationPolicyResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2156 {
2157 return SubmitAsync(&SecurityHubClient::UpdateConfigurationPolicy, request, handler, context);
2158 }
2159
2171
2175 template<typename UpdateFindingAggregatorRequestT = Model::UpdateFindingAggregatorRequest>
2176 Model::UpdateFindingAggregatorOutcomeCallable UpdateFindingAggregatorCallable(const UpdateFindingAggregatorRequestT& request) const
2177 {
2178 return SubmitCallable(&SecurityHubClient::UpdateFindingAggregator, request);
2179 }
2180
2184 template<typename UpdateFindingAggregatorRequestT = Model::UpdateFindingAggregatorRequest>
2185 void UpdateFindingAggregatorAsync(const UpdateFindingAggregatorRequestT& request, const UpdateFindingAggregatorResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2186 {
2187 return SubmitAsync(&SecurityHubClient::UpdateFindingAggregator, request, handler, context);
2188 }
2189
2206
2210 template<typename UpdateFindingsRequestT = Model::UpdateFindingsRequest>
2211 Model::UpdateFindingsOutcomeCallable UpdateFindingsCallable(const UpdateFindingsRequestT& request) const
2212 {
2213 return SubmitCallable(&SecurityHubClient::UpdateFindings, request);
2214 }
2215
2219 template<typename UpdateFindingsRequestT = Model::UpdateFindingsRequest>
2220 void UpdateFindingsAsync(const UpdateFindingsRequestT& request, const UpdateFindingsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2221 {
2222 return SubmitAsync(&SecurityHubClient::UpdateFindings, request, handler, context);
2223 }
2224
2232
2236 template<typename UpdateInsightRequestT = Model::UpdateInsightRequest>
2237 Model::UpdateInsightOutcomeCallable UpdateInsightCallable(const UpdateInsightRequestT& request) const
2238 {
2239 return SubmitCallable(&SecurityHubClient::UpdateInsight, request);
2240 }
2241
2245 template<typename UpdateInsightRequestT = Model::UpdateInsightRequest>
2246 void UpdateInsightAsync(const UpdateInsightRequestT& request, const UpdateInsightResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2247 {
2248 return SubmitAsync(&SecurityHubClient::UpdateInsight, request, handler, context);
2249 }
2250
2259
2263 template<typename UpdateOrganizationConfigurationRequestT = Model::UpdateOrganizationConfigurationRequest>
2265 {
2266 return SubmitCallable(&SecurityHubClient::UpdateOrganizationConfiguration, request);
2267 }
2268
2272 template<typename UpdateOrganizationConfigurationRequestT = Model::UpdateOrganizationConfigurationRequest>
2273 void UpdateOrganizationConfigurationAsync(const UpdateOrganizationConfigurationRequestT& request, const UpdateOrganizationConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2274 {
2275 return SubmitAsync(&SecurityHubClient::UpdateOrganizationConfiguration, request, handler, context);
2276 }
2277
2284
2288 template<typename UpdateSecurityControlRequestT = Model::UpdateSecurityControlRequest>
2289 Model::UpdateSecurityControlOutcomeCallable UpdateSecurityControlCallable(const UpdateSecurityControlRequestT& request) const
2290 {
2291 return SubmitCallable(&SecurityHubClient::UpdateSecurityControl, request);
2292 }
2293
2297 template<typename UpdateSecurityControlRequestT = Model::UpdateSecurityControlRequest>
2298 void UpdateSecurityControlAsync(const UpdateSecurityControlRequestT& request, const UpdateSecurityControlResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2299 {
2300 return SubmitAsync(&SecurityHubClient::UpdateSecurityControl, request, handler, context);
2301 }
2302
2309
2313 template<typename UpdateSecurityHubConfigurationRequestT = Model::UpdateSecurityHubConfigurationRequest>
2314 Model::UpdateSecurityHubConfigurationOutcomeCallable UpdateSecurityHubConfigurationCallable(const UpdateSecurityHubConfigurationRequestT& request = {}) const
2315 {
2316 return SubmitCallable(&SecurityHubClient::UpdateSecurityHubConfiguration, request);
2317 }
2318
2322 template<typename UpdateSecurityHubConfigurationRequestT = Model::UpdateSecurityHubConfigurationRequest>
2323 void UpdateSecurityHubConfigurationAsync(const UpdateSecurityHubConfigurationResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const UpdateSecurityHubConfigurationRequestT& request = {}) const
2324 {
2325 return SubmitAsync(&SecurityHubClient::UpdateSecurityHubConfiguration, request, handler, context);
2326 }
2327
2335
2339 template<typename UpdateStandardsControlRequestT = Model::UpdateStandardsControlRequest>
2340 Model::UpdateStandardsControlOutcomeCallable UpdateStandardsControlCallable(const UpdateStandardsControlRequestT& request) const
2341 {
2342 return SubmitCallable(&SecurityHubClient::UpdateStandardsControl, request);
2343 }
2344
2348 template<typename UpdateStandardsControlRequestT = Model::UpdateStandardsControlRequest>
2349 void UpdateStandardsControlAsync(const UpdateStandardsControlRequestT& request, const UpdateStandardsControlResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
2350 {
2351 return SubmitAsync(&SecurityHubClient::UpdateStandardsControl, request, handler, context);
2352 }
2353
2354
2355 void OverrideEndpoint(const Aws::String& endpoint);
2356 std::shared_ptr<SecurityHubEndpointProviderBase>& accessEndpointProvider();
2357 private:
2359 void init(const SecurityHubClientConfiguration& clientConfiguration);
2360
2361 SecurityHubClientConfiguration m_clientConfiguration;
2362 std::shared_ptr<SecurityHubEndpointProviderBase> m_endpointProvider;
2363 };
2364
2365} // namespace SecurityHub
2366} // 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 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 OverrideEndpoint(const Aws::String &endpoint)
void ListSecurityControlDefinitionsAsync(const ListSecurityControlDefinitionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListSecurityControlDefinitionsRequestT &request={}) 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
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
Model::DescribeStandardsOutcomeCallable DescribeStandardsCallable(const DescribeStandardsRequestT &request={}) const
Model::DeleteActionTargetOutcomeCallable DeleteActionTargetCallable(const DeleteActionTargetRequestT &request) const
virtual Model::GetConfigurationPolicyAssociationOutcome GetConfigurationPolicyAssociation(const Model::GetConfigurationPolicyAssociationRequest &request) const
virtual Model::GetFindingAggregatorOutcome GetFindingAggregator(const Model::GetFindingAggregatorRequest &request) const
Model::DeleteFindingAggregatorOutcomeCallable DeleteFindingAggregatorCallable(const DeleteFindingAggregatorRequestT &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
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
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::ListStandardsControlAssociationsOutcome ListStandardsControlAssociations(const Model::ListStandardsControlAssociationsRequest &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
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
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
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
SecurityHubClient(const Aws::Client::ClientConfiguration &clientConfiguration)
Model::UpdateInsightOutcomeCallable UpdateInsightCallable(const UpdateInsightRequestT &request) 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::DisableOrganizationAdminAccountOutcomeCallable DisableOrganizationAdminAccountCallable(const DisableOrganizationAdminAccountRequestT &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::BatchEnableStandardsOutcomeCallable BatchEnableStandardsCallable(const BatchEnableStandardsRequestT &request) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &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
void DeleteActionTargetAsync(const DeleteActionTargetRequestT &request, const DeleteActionTargetResponseReceivedHandler &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
Model::DisableSecurityHubOutcomeCallable DisableSecurityHubCallable(const DisableSecurityHubRequestT &request={}) const
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
std::shared_ptr< SecurityHubEndpointProviderBase > & accessEndpointProvider()
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
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
virtual Model::GetInsightResultsOutcome GetInsightResults(const Model::GetInsightResultsRequest &request) const
virtual Model::DescribeStandardsControlsOutcome DescribeStandardsControls(const Model::DescribeStandardsControlsRequest &request) const
Model::DisableImportFindingsForProductOutcomeCallable DisableImportFindingsForProductCallable(const DisableImportFindingsForProductRequestT &request) const
Model::GetMembersOutcomeCallable GetMembersCallable(const GetMembersRequestT &request) const
Model::CreateActionTargetOutcomeCallable CreateActionTargetCallable(const CreateActionTargetRequestT &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
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
static const char * GetAllocationTag()
virtual Model::UpdateFindingsOutcome UpdateFindings(const Model::UpdateFindingsRequest &request) const
Model::DeleteMembersOutcomeCallable DeleteMembersCallable(const DeleteMembersRequestT &request) const
void UpdateSecurityHubConfigurationAsync(const UpdateSecurityHubConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const UpdateSecurityHubConfigurationRequestT &request={}) 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::UpdateStandardsControlOutcome UpdateStandardsControl(const Model::UpdateStandardsControlRequest &request) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
Model::DeleteInsightOutcomeCallable DeleteInsightCallable(const DeleteInsightRequestT &request) const
Model::EnableSecurityHubOutcomeCallable EnableSecurityHubCallable(const EnableSecurityHubRequestT &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::DescribeHubOutcomeCallable DescribeHubCallable(const DescribeHubRequestT &request={}) const
virtual Model::GetFindingHistoryOutcome GetFindingHistory(const Model::GetFindingHistoryRequest &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
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
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::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
virtual Model::ListInvitationsOutcome ListInvitations(const Model::ListInvitationsRequest &request={}) const
Model::DeclineInvitationsOutcomeCallable DeclineInvitationsCallable(const DeclineInvitationsRequestT &request) 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
Model::BatchGetStandardsControlAssociationsOutcomeCallable BatchGetStandardsControlAssociationsCallable(const BatchGetStandardsControlAssociationsRequestT &request) const
virtual Model::UpdateFindingAggregatorOutcome UpdateFindingAggregator(const Model::UpdateFindingAggregatorRequest &request) const
void UpdateFindingAggregatorAsync(const UpdateFindingAggregatorRequestT &request, const UpdateFindingAggregatorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
SecurityHubClientConfiguration ClientConfigurationType
Model::BatchGetSecurityControlsOutcomeCallable BatchGetSecurityControlsCallable(const BatchGetSecurityControlsRequestT &request) const
virtual Model::EnableImportFindingsForProductOutcome EnableImportFindingsForProduct(const Model::EnableImportFindingsForProductRequest &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
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())
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 ListStandardsControlAssociationsAsync(const ListStandardsControlAssociationsRequestT &request, const ListStandardsControlAssociationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) 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
Model::GetFindingAggregatorOutcomeCallable GetFindingAggregatorCallable(const GetFindingAggregatorRequestT &request) const
void EnableOrganizationAdminAccountAsync(const EnableOrganizationAdminAccountRequestT &request, const EnableOrganizationAdminAccountResponseReceivedHandler &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
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
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
virtual Model::DisassociateMembersOutcome DisassociateMembers(const Model::DisassociateMembersRequest &request) const
SecurityHubClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::UpdateInsightOutcome UpdateInsight(const Model::UpdateInsightRequest &request) const
Model::BatchDisableStandardsOutcomeCallable BatchDisableStandardsCallable(const BatchDisableStandardsRequestT &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::ListFindingAggregatorsOutcome ListFindingAggregators(const Model::ListFindingAggregatorsRequest &request={}) const
virtual Model::DescribeOrganizationConfigurationOutcome DescribeOrganizationConfiguration(const Model::DescribeOrganizationConfigurationRequest &request={}) const
virtual Model::ListSecurityControlDefinitionsOutcome ListSecurityControlDefinitions(const Model::ListSecurityControlDefinitionsRequest &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
void BatchImportFindingsAsync(const BatchImportFindingsRequestT &request, const BatchImportFindingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) 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
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
void BatchGetConfigurationPolicyAssociationsAsync(const BatchGetConfigurationPolicyAssociationsRequestT &request, const BatchGetConfigurationPolicyAssociationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::AcceptAdministratorInvitationOutcome AcceptAdministratorInvitation(const Model::AcceptAdministratorInvitationRequest &request) const
Model::EnableImportFindingsForProductOutcomeCallable EnableImportFindingsForProductCallable(const EnableImportFindingsForProductRequestT &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
Model::DescribeActionTargetsOutcomeCallable DescribeActionTargetsCallable(const DescribeActionTargetsRequestT &request={}) const
std::future< DescribeActionTargetsOutcome > DescribeActionTargetsOutcomeCallable
std::future< ListEnabledProductsForImportOutcome > ListEnabledProductsForImportOutcomeCallable
std::future< DescribeHubOutcome > DescribeHubOutcomeCallable
std::future< UpdateFindingAggregatorOutcome > UpdateFindingAggregatorOutcomeCallable
std::future< DeleteActionTargetOutcome > DeleteActionTargetOutcomeCallable
std::future< DeleteInsightOutcome > DeleteInsightOutcomeCallable
std::future< CreateMembersOutcome > CreateMembersOutcomeCallable
std::future< ListSecurityControlDefinitionsOutcome > ListSecurityControlDefinitionsOutcomeCallable
std::future< BatchEnableStandardsOutcome > BatchEnableStandardsOutcomeCallable
std::future< GetFindingHistoryOutcome > GetFindingHistoryOutcomeCallable
std::future< ListStandardsControlAssociationsOutcome > ListStandardsControlAssociationsOutcomeCallable
std::future< EnableOrganizationAdminAccountOutcome > EnableOrganizationAdminAccountOutcomeCallable
std::future< BatchDisableStandardsOutcome > BatchDisableStandardsOutcomeCallable
std::future< UpdateActionTargetOutcome > UpdateActionTargetOutcomeCallable
std::future< CreateInsightOutcome > CreateInsightOutcomeCallable
std::future< GetFindingsOutcome > GetFindingsOutcomeCallable
std::future< GetInsightsOutcome > GetInsightsOutcomeCallable
std::future< BatchUpdateFindingsOutcome > BatchUpdateFindingsOutcomeCallable
std::future< ListConfigurationPoliciesOutcome > ListConfigurationPoliciesOutcomeCallable
std::future< GetSecurityControlDefinitionOutcome > GetSecurityControlDefinitionOutcomeCallable
std::future< UpdateConfigurationPolicyOutcome > UpdateConfigurationPolicyOutcomeCallable
std::future< BatchGetConfigurationPolicyAssociationsOutcome > BatchGetConfigurationPolicyAssociationsOutcomeCallable
std::future< BatchGetSecurityControlsOutcome > BatchGetSecurityControlsOutcomeCallable
std::future< GetConfigurationPolicyAssociationOutcome > GetConfigurationPolicyAssociationOutcomeCallable
std::future< GetEnabledStandardsOutcome > GetEnabledStandardsOutcomeCallable
std::future< DeleteMembersOutcome > DeleteMembersOutcomeCallable
std::future< UpdateSecurityControlOutcome > UpdateSecurityControlOutcomeCallable
std::future< BatchGetStandardsControlAssociationsOutcome > BatchGetStandardsControlAssociationsOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< UpdateStandardsControlOutcome > UpdateStandardsControlOutcomeCallable
std::future< DisableSecurityHubOutcome > DisableSecurityHubOutcomeCallable
std::future< CreateAutomationRuleOutcome > CreateAutomationRuleOutcomeCallable
std::future< CreateConfigurationPolicyOutcome > CreateConfigurationPolicyOutcomeCallable
std::future< BatchImportFindingsOutcome > BatchImportFindingsOutcomeCallable
std::future< BatchUpdateStandardsControlAssociationsOutcome > BatchUpdateStandardsControlAssociationsOutcomeCallable
std::future< DescribeStandardsOutcome > DescribeStandardsOutcomeCallable
std::future< UpdateFindingsOutcome > UpdateFindingsOutcomeCallable
std::future< EnableImportFindingsForProductOutcome > EnableImportFindingsForProductOutcomeCallable
std::future< DisassociateFromAdministratorAccountOutcome > DisassociateFromAdministratorAccountOutcomeCallable
std::future< GetConfigurationPolicyOutcome > GetConfigurationPolicyOutcomeCallable
std::future< EnableSecurityHubOutcome > EnableSecurityHubOutcomeCallable
std::future< ListFindingAggregatorsOutcome > ListFindingAggregatorsOutcomeCallable
std::future< DescribeProductsOutcome > DescribeProductsOutcomeCallable
std::future< DeleteInvitationsOutcome > DeleteInvitationsOutcomeCallable
std::future< BatchUpdateAutomationRulesOutcome > BatchUpdateAutomationRulesOutcomeCallable
std::future< UpdateOrganizationConfigurationOutcome > UpdateOrganizationConfigurationOutcomeCallable
std::future< StartConfigurationPolicyAssociationOutcome > StartConfigurationPolicyAssociationOutcomeCallable
std::future< DeleteConfigurationPolicyOutcome > DeleteConfigurationPolicyOutcomeCallable
std::future< GetInsightResultsOutcome > GetInsightResultsOutcomeCallable
std::future< GetAdministratorAccountOutcome > GetAdministratorAccountOutcomeCallable
std::future< BatchGetAutomationRulesOutcome > BatchGetAutomationRulesOutcomeCallable
std::future< DeclineInvitationsOutcome > DeclineInvitationsOutcomeCallable
std::future< ListAutomationRulesOutcome > ListAutomationRulesOutcomeCallable
std::future< InviteMembersOutcome > InviteMembersOutcomeCallable
std::future< GetMembersOutcome > GetMembersOutcomeCallable
std::future< ListOrganizationAdminAccountsOutcome > ListOrganizationAdminAccountsOutcomeCallable
std::future< DisableImportFindingsForProductOutcome > DisableImportFindingsForProductOutcomeCallable
std::future< AcceptAdministratorInvitationOutcome > AcceptAdministratorInvitationOutcomeCallable
std::future< UpdateSecurityHubConfigurationOutcome > UpdateSecurityHubConfigurationOutcomeCallable
std::future< BatchDeleteAutomationRulesOutcome > BatchDeleteAutomationRulesOutcomeCallable
std::future< StartConfigurationPolicyDisassociationOutcome > StartConfigurationPolicyDisassociationOutcomeCallable
std::future< GetFindingAggregatorOutcome > GetFindingAggregatorOutcomeCallable
std::future< DeleteFindingAggregatorOutcome > DeleteFindingAggregatorOutcomeCallable
std::future< CreateFindingAggregatorOutcome > CreateFindingAggregatorOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< DisableOrganizationAdminAccountOutcome > DisableOrganizationAdminAccountOutcomeCallable
std::future< DescribeOrganizationConfigurationOutcome > DescribeOrganizationConfigurationOutcomeCallable
std::future< CreateActionTargetOutcome > CreateActionTargetOutcomeCallable
std::future< GetInvitationsCountOutcome > GetInvitationsCountOutcomeCallable
std::future< ListInvitationsOutcome > ListInvitationsOutcomeCallable
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::UpdateSecurityControlRequest &, const Model::UpdateSecurityControlOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateSecurityControlResponseReceivedHandler
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::DescribeStandardsControlsRequest &, const Model::DescribeStandardsControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeStandardsControlsResponseReceivedHandler
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::GetConfigurationPolicyRequest &, const Model::GetConfigurationPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetConfigurationPolicyResponseReceivedHandler
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::DisableOrganizationAdminAccountRequest &, const Model::DisableOrganizationAdminAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisableOrganizationAdminAccountResponseReceivedHandler
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::DisableSecurityHubRequest &, const Model::DisableSecurityHubOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisableSecurityHubResponseReceivedHandler
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::UpdateFindingsRequest &, const Model::UpdateFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateFindingsResponseReceivedHandler
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::DeleteMembersRequest &, const Model::DeleteMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteMembersResponseReceivedHandler
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::GetInsightResultsRequest &, const Model::GetInsightResultsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetInsightResultsResponseReceivedHandler
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::ListMembersRequest &, const Model::ListMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListMembersResponseReceivedHandler
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::ListInvitationsRequest &, const Model::ListInvitationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListInvitationsResponseReceivedHandler
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::ListEnabledProductsForImportRequest &, const Model::ListEnabledProductsForImportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEnabledProductsForImportResponseReceivedHandler
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::BatchUpdateStandardsControlAssociationsRequest &, const Model::BatchUpdateStandardsControlAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchUpdateStandardsControlAssociationsResponseReceivedHandler
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::DisableImportFindingsForProductRequest &, const Model::DisableImportFindingsForProductOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisableImportFindingsForProductResponseReceivedHandler
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::DeleteInsightRequest &, const Model::DeleteInsightOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteInsightResponseReceivedHandler
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::UpdateOrganizationConfigurationRequest &, const Model::UpdateOrganizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateOrganizationConfigurationResponseReceivedHandler
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::BatchGetStandardsControlAssociationsRequest &, const Model::BatchGetStandardsControlAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchGetStandardsControlAssociationsResponseReceivedHandler
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::BatchDeleteAutomationRulesRequest &, const Model::BatchDeleteAutomationRulesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchDeleteAutomationRulesResponseReceivedHandler
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::BatchUpdateAutomationRulesRequest &, const Model::BatchUpdateAutomationRulesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchUpdateAutomationRulesResponseReceivedHandler
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::EnableOrganizationAdminAccountRequest &, const Model::EnableOrganizationAdminAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > EnableOrganizationAdminAccountResponseReceivedHandler
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::GetFindingHistoryRequest &, const Model::GetFindingHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetFindingHistoryResponseReceivedHandler
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::CreateMembersRequest &, const Model::CreateMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateMembersResponseReceivedHandler
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::GetInvitationsCountRequest &, const Model::GetInvitationsCountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetInvitationsCountResponseReceivedHandler
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::ListConfigurationPoliciesRequest &, const Model::ListConfigurationPoliciesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListConfigurationPoliciesResponseReceivedHandler
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::BatchEnableStandardsRequest &, const Model::BatchEnableStandardsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchEnableStandardsResponseReceivedHandler
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::ListSecurityControlDefinitionsRequest &, const Model::ListSecurityControlDefinitionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSecurityControlDefinitionsResponseReceivedHandler
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::StartConfigurationPolicyAssociationRequest &, const Model::StartConfigurationPolicyAssociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartConfigurationPolicyAssociationResponseReceivedHandler
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::DeclineInvitationsRequest &, const Model::DeclineInvitationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeclineInvitationsResponseReceivedHandler
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::GetMembersRequest &, const Model::GetMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetMembersResponseReceivedHandler
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::DescribeProductsRequest &, const Model::DescribeProductsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeProductsResponseReceivedHandler
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::GetInsightsRequest &, const Model::GetInsightsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetInsightsResponseReceivedHandler
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::CreateFindingAggregatorRequest &, const Model::CreateFindingAggregatorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateFindingAggregatorResponseReceivedHandler
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::EnableSecurityHubRequest &, const Model::EnableSecurityHubOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > EnableSecurityHubResponseReceivedHandler
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::BatchUpdateFindingsRequest &, const Model::BatchUpdateFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchUpdateFindingsResponseReceivedHandler
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::StartConfigurationPolicyDisassociationRequest &, const Model::StartConfigurationPolicyDisassociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartConfigurationPolicyDisassociationResponseReceivedHandler
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::ListFindingAggregatorsRequest &, const Model::ListFindingAggregatorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListFindingAggregatorsResponseReceivedHandler
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::DeleteInvitationsRequest &, const Model::DeleteInvitationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteInvitationsResponseReceivedHandler
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::BatchGetSecurityControlsRequest &, const Model::BatchGetSecurityControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchGetSecurityControlsResponseReceivedHandler
std::function< void(const SecurityHubClient *, const Model::CreateInsightRequest &, const Model::CreateInsightOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateInsightResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String