AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
DetectiveClient.h
1
6#pragma once
7#include <aws/core/client/AWSClient.h>
8#include <aws/core/client/AWSClientAsyncCRTP.h>
9#include <aws/core/client/ClientConfiguration.h>
10#include <aws/core/utils/json/JsonSerializer.h>
11#include <aws/detective/DetectivePaginationBase.h>
12#include <aws/detective/DetectiveServiceClientModel.h>
13#include <aws/detective/Detective_EXPORTS.h>
14
15namespace Aws {
16namespace Detective {
64class AWS_DETECTIVE_API DetectiveClient : public Aws::Client::AWSJsonClient,
65 public Aws::Client::ClientWithAsyncTemplateMethods<DetectiveClient>,
66 public DetectivePaginationBase<DetectiveClient> {
67 public:
69 static const char* GetServiceName();
70 static const char* GetAllocationTag();
71
74
80 std::shared_ptr<DetectiveEndpointProviderBase> endpointProvider = nullptr);
81
86 DetectiveClient(const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<DetectiveEndpointProviderBase> endpointProvider = nullptr,
88
93 DetectiveClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
94 std::shared_ptr<DetectiveEndpointProviderBase> endpointProvider = nullptr,
96
97 /* Legacy constructors due deprecation */
103
108 DetectiveClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
109
114 DetectiveClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
115 const Aws::Client::ClientConfiguration& clientConfiguration);
116
117 /* End of legacy constructors due deprecation */
119
129
134 template <typename AcceptInvitationRequestT = Model::AcceptInvitationRequest>
135 Model::AcceptInvitationOutcomeCallable AcceptInvitationCallable(const AcceptInvitationRequestT& request) const {
136 return SubmitCallable(&DetectiveClient::AcceptInvitation, request);
137 }
138
143 template <typename AcceptInvitationRequestT = Model::AcceptInvitationRequest>
144 void AcceptInvitationAsync(const AcceptInvitationRequestT& request, const AcceptInvitationResponseReceivedHandler& handler,
145 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
146 return SubmitAsync(&DetectiveClient::AcceptInvitation, request, handler, context);
147 }
148
157
162 template <typename BatchGetGraphMemberDatasourcesRequestT = Model::BatchGetGraphMemberDatasourcesRequest>
164 const BatchGetGraphMemberDatasourcesRequestT& request) const {
165 return SubmitCallable(&DetectiveClient::BatchGetGraphMemberDatasources, request);
166 }
167
172 template <typename BatchGetGraphMemberDatasourcesRequestT = Model::BatchGetGraphMemberDatasourcesRequest>
173 void BatchGetGraphMemberDatasourcesAsync(const BatchGetGraphMemberDatasourcesRequestT& request,
175 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
176 return SubmitAsync(&DetectiveClient::BatchGetGraphMemberDatasources, request, handler, context);
177 }
178
187
192 template <typename BatchGetMembershipDatasourcesRequestT = Model::BatchGetMembershipDatasourcesRequest>
194 const BatchGetMembershipDatasourcesRequestT& request) const {
195 return SubmitCallable(&DetectiveClient::BatchGetMembershipDatasources, request);
196 }
197
202 template <typename BatchGetMembershipDatasourcesRequestT = Model::BatchGetMembershipDatasourcesRequest>
203 void BatchGetMembershipDatasourcesAsync(const BatchGetMembershipDatasourcesRequestT& request,
205 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
206 return SubmitAsync(&DetectiveClient::BatchGetMembershipDatasources, request, handler, context);
207 }
208
224
228 template <typename CreateGraphRequestT = Model::CreateGraphRequest>
229 Model::CreateGraphOutcomeCallable CreateGraphCallable(const CreateGraphRequestT& request = {}) const {
230 return SubmitCallable(&DetectiveClient::CreateGraph, request);
231 }
232
237 template <typename CreateGraphRequestT = Model::CreateGraphRequest>
239 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
240 const CreateGraphRequestT& request = {}) const {
241 return SubmitAsync(&DetectiveClient::CreateGraph, request, handler, context);
242 }
243
272
276 template <typename CreateMembersRequestT = Model::CreateMembersRequest>
277 Model::CreateMembersOutcomeCallable CreateMembersCallable(const CreateMembersRequestT& request) const {
278 return SubmitCallable(&DetectiveClient::CreateMembers, request);
279 }
280
285 template <typename CreateMembersRequestT = Model::CreateMembersRequest>
286 void CreateMembersAsync(const CreateMembersRequestT& request, const CreateMembersResponseReceivedHandler& handler,
287 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
288 return SubmitAsync(&DetectiveClient::CreateMembers, request, handler, context);
289 }
290
300
304 template <typename DeleteGraphRequestT = Model::DeleteGraphRequest>
305 Model::DeleteGraphOutcomeCallable DeleteGraphCallable(const DeleteGraphRequestT& request) const {
306 return SubmitCallable(&DetectiveClient::DeleteGraph, request);
307 }
308
313 template <typename DeleteGraphRequestT = Model::DeleteGraphRequest>
314 void DeleteGraphAsync(const DeleteGraphRequestT& request, const DeleteGraphResponseReceivedHandler& handler,
315 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
316 return SubmitAsync(&DetectiveClient::DeleteGraph, request, handler, context);
317 }
318
337
341 template <typename DeleteMembersRequestT = Model::DeleteMembersRequest>
342 Model::DeleteMembersOutcomeCallable DeleteMembersCallable(const DeleteMembersRequestT& request) const {
343 return SubmitCallable(&DetectiveClient::DeleteMembers, request);
344 }
345
350 template <typename DeleteMembersRequestT = Model::DeleteMembersRequest>
351 void DeleteMembersAsync(const DeleteMembersRequestT& request, const DeleteMembersResponseReceivedHandler& handler,
352 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
353 return SubmitAsync(&DetectiveClient::DeleteMembers, request, handler, context);
354 }
355
366
371 template <typename DescribeOrganizationConfigurationRequestT = Model::DescribeOrganizationConfigurationRequest>
373 const DescribeOrganizationConfigurationRequestT& request) const {
374 return SubmitCallable(&DetectiveClient::DescribeOrganizationConfiguration, request);
375 }
376
381 template <typename DescribeOrganizationConfigurationRequestT = Model::DescribeOrganizationConfigurationRequest>
382 void DescribeOrganizationConfigurationAsync(const DescribeOrganizationConfigurationRequestT& request,
384 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
385 return SubmitAsync(&DetectiveClient::DescribeOrganizationConfiguration, request, handler, context);
386 }
387
402 const Model::DisableOrganizationAdminAccountRequest& request = {}) const;
403
408 template <typename DisableOrganizationAdminAccountRequestT = Model::DisableOrganizationAdminAccountRequest>
410 const DisableOrganizationAdminAccountRequestT& request = {}) const {
411 return SubmitCallable(&DetectiveClient::DisableOrganizationAdminAccount, request);
412 }
413
418 template <typename DisableOrganizationAdminAccountRequestT = Model::DisableOrganizationAdminAccountRequest>
420 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
421 const DisableOrganizationAdminAccountRequestT& request = {}) const {
422 return SubmitAsync(&DetectiveClient::DisableOrganizationAdminAccount, request, handler, context);
423 }
424
437
442 template <typename DisassociateMembershipRequestT = Model::DisassociateMembershipRequest>
443 Model::DisassociateMembershipOutcomeCallable DisassociateMembershipCallable(const DisassociateMembershipRequestT& request) const {
444 return SubmitCallable(&DetectiveClient::DisassociateMembership, request);
445 }
446
451 template <typename DisassociateMembershipRequestT = Model::DisassociateMembershipRequest>
452 void DisassociateMembershipAsync(const DisassociateMembershipRequestT& request,
454 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
455 return SubmitAsync(&DetectiveClient::DisassociateMembership, request, handler, context);
456 }
457
477
482 template <typename EnableOrganizationAdminAccountRequestT = Model::EnableOrganizationAdminAccountRequest>
484 const EnableOrganizationAdminAccountRequestT& request) const {
485 return SubmitCallable(&DetectiveClient::EnableOrganizationAdminAccount, request);
486 }
487
492 template <typename EnableOrganizationAdminAccountRequestT = Model::EnableOrganizationAdminAccountRequest>
493 void EnableOrganizationAdminAccountAsync(const EnableOrganizationAdminAccountRequestT& request,
495 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
496 return SubmitAsync(&DetectiveClient::EnableOrganizationAdminAccount, request, handler, context);
497 }
498
510
515 template <typename GetInvestigationRequestT = Model::GetInvestigationRequest>
516 Model::GetInvestigationOutcomeCallable GetInvestigationCallable(const GetInvestigationRequestT& request) const {
517 return SubmitCallable(&DetectiveClient::GetInvestigation, request);
518 }
519
524 template <typename GetInvestigationRequestT = Model::GetInvestigationRequest>
525 void GetInvestigationAsync(const GetInvestigationRequestT& request, const GetInvestigationResponseReceivedHandler& handler,
526 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
527 return SubmitAsync(&DetectiveClient::GetInvestigation, request, handler, context);
528 }
529
537
541 template <typename GetMembersRequestT = Model::GetMembersRequest>
542 Model::GetMembersOutcomeCallable GetMembersCallable(const GetMembersRequestT& request) const {
543 return SubmitCallable(&DetectiveClient::GetMembers, request);
544 }
545
550 template <typename GetMembersRequestT = Model::GetMembersRequest>
551 void GetMembersAsync(const GetMembersRequestT& request, const GetMembersResponseReceivedHandler& handler,
552 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
553 return SubmitAsync(&DetectiveClient::GetMembers, request, handler, context);
554 }
555
563
568 template <typename ListDatasourcePackagesRequestT = Model::ListDatasourcePackagesRequest>
569 Model::ListDatasourcePackagesOutcomeCallable ListDatasourcePackagesCallable(const ListDatasourcePackagesRequestT& request) const {
570 return SubmitCallable(&DetectiveClient::ListDatasourcePackages, request);
571 }
572
577 template <typename ListDatasourcePackagesRequestT = Model::ListDatasourcePackagesRequest>
578 void ListDatasourcePackagesAsync(const ListDatasourcePackagesRequestT& request,
580 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
581 return SubmitAsync(&DetectiveClient::ListDatasourcePackages, request, handler, context);
582 }
583
594
598 template <typename ListGraphsRequestT = Model::ListGraphsRequest>
599 Model::ListGraphsOutcomeCallable ListGraphsCallable(const ListGraphsRequestT& request = {}) const {
600 return SubmitCallable(&DetectiveClient::ListGraphs, request);
601 }
602
607 template <typename ListGraphsRequestT = Model::ListGraphsRequest>
609 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
610 const ListGraphsRequestT& request = {}) const {
611 return SubmitAsync(&DetectiveClient::ListGraphs, request, handler, context);
612 }
613
623
627 template <typename ListIndicatorsRequestT = Model::ListIndicatorsRequest>
628 Model::ListIndicatorsOutcomeCallable ListIndicatorsCallable(const ListIndicatorsRequestT& request) const {
629 return SubmitCallable(&DetectiveClient::ListIndicators, request);
630 }
631
636 template <typename ListIndicatorsRequestT = Model::ListIndicatorsRequest>
637 void ListIndicatorsAsync(const ListIndicatorsRequestT& request, const ListIndicatorsResponseReceivedHandler& handler,
638 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
639 return SubmitAsync(&DetectiveClient::ListIndicators, request, handler, context);
640 }
641
653
658 template <typename ListInvestigationsRequestT = Model::ListInvestigationsRequest>
659 Model::ListInvestigationsOutcomeCallable ListInvestigationsCallable(const ListInvestigationsRequestT& request) const {
660 return SubmitCallable(&DetectiveClient::ListInvestigations, request);
661 }
662
667 template <typename ListInvestigationsRequestT = Model::ListInvestigationsRequest>
668 void ListInvestigationsAsync(const ListInvestigationsRequestT& request, const ListInvestigationsResponseReceivedHandler& handler,
669 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
670 return SubmitAsync(&DetectiveClient::ListInvestigations, request, handler, context);
671 }
672
685
689 template <typename ListInvitationsRequestT = Model::ListInvitationsRequest>
690 Model::ListInvitationsOutcomeCallable ListInvitationsCallable(const ListInvitationsRequestT& request = {}) const {
691 return SubmitCallable(&DetectiveClient::ListInvitations, request);
692 }
693
698 template <typename ListInvitationsRequestT = Model::ListInvitationsRequest>
700 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
701 const ListInvitationsRequestT& request = {}) const {
702 return SubmitAsync(&DetectiveClient::ListInvitations, request, handler, context);
703 }
704
715
719 template <typename ListMembersRequestT = Model::ListMembersRequest>
720 Model::ListMembersOutcomeCallable ListMembersCallable(const ListMembersRequestT& request) const {
721 return SubmitCallable(&DetectiveClient::ListMembers, request);
722 }
723
728 template <typename ListMembersRequestT = Model::ListMembersRequest>
729 void ListMembersAsync(const ListMembersRequestT& request, const ListMembersResponseReceivedHandler& handler,
730 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
731 return SubmitAsync(&DetectiveClient::ListMembers, request, handler, context);
732 }
733
742 const Model::ListOrganizationAdminAccountsRequest& request = {}) const;
743
748 template <typename ListOrganizationAdminAccountsRequestT = Model::ListOrganizationAdminAccountsRequest>
750 const ListOrganizationAdminAccountsRequestT& request = {}) const {
751 return SubmitCallable(&DetectiveClient::ListOrganizationAdminAccounts, request);
752 }
753
758 template <typename ListOrganizationAdminAccountsRequestT = Model::ListOrganizationAdminAccountsRequest>
760 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
761 const ListOrganizationAdminAccountsRequestT& request = {}) const {
762 return SubmitAsync(&DetectiveClient::ListOrganizationAdminAccounts, request, handler, context);
763 }
764
772
777 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
778 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
779 return SubmitCallable(&DetectiveClient::ListTagsForResource, request);
780 }
781
786 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
787 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
788 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
789 return SubmitAsync(&DetectiveClient::ListTagsForResource, request, handler, context);
790 }
791
803
808 template <typename RejectInvitationRequestT = Model::RejectInvitationRequest>
809 Model::RejectInvitationOutcomeCallable RejectInvitationCallable(const RejectInvitationRequestT& request) const {
810 return SubmitCallable(&DetectiveClient::RejectInvitation, request);
811 }
812
817 template <typename RejectInvitationRequestT = Model::RejectInvitationRequest>
818 void RejectInvitationAsync(const RejectInvitationRequestT& request, const RejectInvitationResponseReceivedHandler& handler,
819 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
820 return SubmitAsync(&DetectiveClient::RejectInvitation, request, handler, context);
821 }
822
834
839 template <typename StartInvestigationRequestT = Model::StartInvestigationRequest>
840 Model::StartInvestigationOutcomeCallable StartInvestigationCallable(const StartInvestigationRequestT& request) const {
841 return SubmitCallable(&DetectiveClient::StartInvestigation, request);
842 }
843
848 template <typename StartInvestigationRequestT = Model::StartInvestigationRequest>
849 void StartInvestigationAsync(const StartInvestigationRequestT& request, const StartInvestigationResponseReceivedHandler& handler,
850 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
851 return SubmitAsync(&DetectiveClient::StartInvestigation, request, handler, context);
852 }
853
865
870 template <typename StartMonitoringMemberRequestT = Model::StartMonitoringMemberRequest>
871 Model::StartMonitoringMemberOutcomeCallable StartMonitoringMemberCallable(const StartMonitoringMemberRequestT& request) const {
872 return SubmitCallable(&DetectiveClient::StartMonitoringMember, request);
873 }
874
879 template <typename StartMonitoringMemberRequestT = Model::StartMonitoringMemberRequest>
880 void StartMonitoringMemberAsync(const StartMonitoringMemberRequestT& request, const StartMonitoringMemberResponseReceivedHandler& handler,
881 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
882 return SubmitAsync(&DetectiveClient::StartMonitoringMember, request, handler, context);
883 }
884
891
895 template <typename TagResourceRequestT = Model::TagResourceRequest>
896 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
897 return SubmitCallable(&DetectiveClient::TagResource, request);
898 }
899
904 template <typename TagResourceRequestT = Model::TagResourceRequest>
905 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
906 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
907 return SubmitAsync(&DetectiveClient::TagResource, request, handler, context);
908 }
909
916
920 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
921 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
922 return SubmitCallable(&DetectiveClient::UntagResource, request);
923 }
924
929 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
930 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
931 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
932 return SubmitAsync(&DetectiveClient::UntagResource, request, handler, context);
933 }
934
942
947 template <typename UpdateDatasourcePackagesRequestT = Model::UpdateDatasourcePackagesRequest>
948 Model::UpdateDatasourcePackagesOutcomeCallable UpdateDatasourcePackagesCallable(const UpdateDatasourcePackagesRequestT& request) const {
949 return SubmitCallable(&DetectiveClient::UpdateDatasourcePackages, request);
950 }
951
956 template <typename UpdateDatasourcePackagesRequestT = Model::UpdateDatasourcePackagesRequest>
957 void UpdateDatasourcePackagesAsync(const UpdateDatasourcePackagesRequestT& request,
959 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
960 return SubmitAsync(&DetectiveClient::UpdateDatasourcePackages, request, handler, context);
961 }
962
969
974 template <typename UpdateInvestigationStateRequestT = Model::UpdateInvestigationStateRequest>
975 Model::UpdateInvestigationStateOutcomeCallable UpdateInvestigationStateCallable(const UpdateInvestigationStateRequestT& request) const {
976 return SubmitCallable(&DetectiveClient::UpdateInvestigationState, request);
977 }
978
983 template <typename UpdateInvestigationStateRequestT = Model::UpdateInvestigationStateRequest>
984 void UpdateInvestigationStateAsync(const UpdateInvestigationStateRequestT& request,
986 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
987 return SubmitAsync(&DetectiveClient::UpdateInvestigationState, request, handler, context);
988 }
989
999
1004 template <typename UpdateOrganizationConfigurationRequestT = Model::UpdateOrganizationConfigurationRequest>
1006 const UpdateOrganizationConfigurationRequestT& request) const {
1007 return SubmitCallable(&DetectiveClient::UpdateOrganizationConfiguration, request);
1008 }
1009
1014 template <typename UpdateOrganizationConfigurationRequestT = Model::UpdateOrganizationConfigurationRequest>
1015 void UpdateOrganizationConfigurationAsync(const UpdateOrganizationConfigurationRequestT& request,
1017 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1018 return SubmitAsync(&DetectiveClient::UpdateOrganizationConfiguration, request, handler, context);
1019 }
1020
1021 virtual void OverrideEndpoint(const Aws::String& endpoint);
1022 virtual std::shared_ptr<DetectiveEndpointProviderBase>& accessEndpointProvider();
1023
1024 private:
1026 void init(const DetectiveClientConfiguration& clientConfiguration);
1027
1028 DetectiveClientConfiguration m_clientConfiguration;
1029 std::shared_ptr<DetectiveEndpointProviderBase> m_endpointProvider;
1030};
1031
1032} // namespace Detective
1033} // namespace Aws
virtual Model::DescribeOrganizationConfigurationOutcome DescribeOrganizationConfiguration(const Model::DescribeOrganizationConfigurationRequest &request) const
Model::ListMembersOutcomeCallable ListMembersCallable(const ListMembersRequestT &request) const
Model::DisassociateMembershipOutcomeCallable DisassociateMembershipCallable(const DisassociateMembershipRequestT &request) const
void GetMembersAsync(const GetMembersRequestT &request, const GetMembersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
virtual Model::CreateGraphOutcome CreateGraph(const Model::CreateGraphRequest &request={}) const
DetectiveClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< DetectiveEndpointProviderBase > endpointProvider=nullptr, const Aws::Detective::DetectiveClientConfiguration &clientConfiguration=Aws::Detective::DetectiveClientConfiguration())
DetectiveClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::ListGraphsOutcome ListGraphs(const Model::ListGraphsRequest &request={}) const
virtual Model::DeleteMembersOutcome DeleteMembers(const Model::DeleteMembersRequest &request) const
virtual Model::UpdateInvestigationStateOutcome UpdateInvestigationState(const Model::UpdateInvestigationStateRequest &request) const
virtual Model::CreateMembersOutcome CreateMembers(const Model::CreateMembersRequest &request) const
virtual Model::ListDatasourcePackagesOutcome ListDatasourcePackages(const Model::ListDatasourcePackagesRequest &request) const
DetectiveClientConfiguration ClientConfigurationType
DetectiveClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::UpdateOrganizationConfigurationOutcome UpdateOrganizationConfiguration(const Model::UpdateOrganizationConfigurationRequest &request) const
Model::DescribeOrganizationConfigurationOutcomeCallable DescribeOrganizationConfigurationCallable(const DescribeOrganizationConfigurationRequestT &request) const
Model::UpdateOrganizationConfigurationOutcomeCallable UpdateOrganizationConfigurationCallable(const UpdateOrganizationConfigurationRequestT &request) const
virtual Model::ListInvestigationsOutcome ListInvestigations(const Model::ListInvestigationsRequest &request) const
Model::ListGraphsOutcomeCallable ListGraphsCallable(const ListGraphsRequestT &request={}) const
void CreateMembersAsync(const CreateMembersRequestT &request, const CreateMembersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListDatasourcePackagesOutcomeCallable ListDatasourcePackagesCallable(const ListDatasourcePackagesRequestT &request) const
Model::UpdateDatasourcePackagesOutcomeCallable UpdateDatasourcePackagesCallable(const UpdateDatasourcePackagesRequestT &request) const
void ListGraphsAsync(const ListGraphsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListGraphsRequestT &request={}) const
Model::StartMonitoringMemberOutcomeCallable StartMonitoringMemberCallable(const StartMonitoringMemberRequestT &request) const
Model::RejectInvitationOutcomeCallable RejectInvitationCallable(const RejectInvitationRequestT &request) const
DetectiveClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< DetectiveEndpointProviderBase > endpointProvider=nullptr, const Aws::Detective::DetectiveClientConfiguration &clientConfiguration=Aws::Detective::DetectiveClientConfiguration())
virtual Model::StartMonitoringMemberOutcome StartMonitoringMember(const Model::StartMonitoringMemberRequest &request) const
Model::EnableOrganizationAdminAccountOutcomeCallable EnableOrganizationAdminAccountCallable(const EnableOrganizationAdminAccountRequestT &request) const
Model::ListInvitationsOutcomeCallable ListInvitationsCallable(const ListInvitationsRequestT &request={}) const
Model::UpdateInvestigationStateOutcomeCallable UpdateInvestigationStateCallable(const UpdateInvestigationStateRequestT &request) const
virtual Model::UpdateDatasourcePackagesOutcome UpdateDatasourcePackages(const Model::UpdateDatasourcePackagesRequest &request) const
Model::StartInvestigationOutcomeCallable StartInvestigationCallable(const StartInvestigationRequestT &request) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
void ListInvitationsAsync(const ListInvitationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListInvitationsRequestT &request={}) const
virtual Model::EnableOrganizationAdminAccountOutcome EnableOrganizationAdminAccount(const Model::EnableOrganizationAdminAccountRequest &request) const
DetectiveClient(const Aws::Detective::DetectiveClientConfiguration &clientConfiguration=Aws::Detective::DetectiveClientConfiguration(), std::shared_ptr< DetectiveEndpointProviderBase > endpointProvider=nullptr)
void ListDatasourcePackagesAsync(const ListDatasourcePackagesRequestT &request, const ListDatasourcePackagesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetInvestigationOutcomeCallable GetInvestigationCallable(const GetInvestigationRequestT &request) const
void BatchGetMembershipDatasourcesAsync(const BatchGetMembershipDatasourcesRequestT &request, const BatchGetMembershipDatasourcesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetMembersOutcomeCallable GetMembersCallable(const GetMembersRequestT &request) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
void BatchGetGraphMemberDatasourcesAsync(const BatchGetGraphMemberDatasourcesRequestT &request, const BatchGetGraphMemberDatasourcesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteMembersAsync(const DeleteMembersRequestT &request, const DeleteMembersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeOrganizationConfigurationAsync(const DescribeOrganizationConfigurationRequestT &request, const DescribeOrganizationConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void RejectInvitationAsync(const RejectInvitationRequestT &request, const RejectInvitationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListOrganizationAdminAccountsOutcomeCallable ListOrganizationAdminAccountsCallable(const ListOrganizationAdminAccountsRequestT &request={}) const
void GetInvestigationAsync(const GetInvestigationRequestT &request, const GetInvestigationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
DetectiveEndpointProvider EndpointProviderType
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListOrganizationAdminAccountsOutcome ListOrganizationAdminAccounts(const Model::ListOrganizationAdminAccountsRequest &request={}) const
virtual Model::DeleteGraphOutcome DeleteGraph(const Model::DeleteGraphRequest &request) const
void DisassociateMembershipAsync(const DisassociateMembershipRequestT &request, const DisassociateMembershipResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetMembersOutcome GetMembers(const Model::GetMembersRequest &request) const
void StartMonitoringMemberAsync(const StartMonitoringMemberRequestT &request, const StartMonitoringMemberResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListInvestigationsOutcomeCallable ListInvestigationsCallable(const ListInvestigationsRequestT &request) const
virtual std::shared_ptr< DetectiveEndpointProviderBase > & accessEndpointProvider()
virtual Model::StartInvestigationOutcome StartInvestigation(const Model::StartInvestigationRequest &request) const
Model::BatchGetMembershipDatasourcesOutcomeCallable BatchGetMembershipDatasourcesCallable(const BatchGetMembershipDatasourcesRequestT &request) const
virtual Model::BatchGetMembershipDatasourcesOutcome BatchGetMembershipDatasources(const Model::BatchGetMembershipDatasourcesRequest &request) const
void UpdateInvestigationStateAsync(const UpdateInvestigationStateRequestT &request, const UpdateInvestigationStateResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateMembersOutcomeCallable CreateMembersCallable(const CreateMembersRequestT &request) const
void ListIndicatorsAsync(const ListIndicatorsRequestT &request, const ListIndicatorsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
Model::DeleteGraphOutcomeCallable DeleteGraphCallable(const DeleteGraphRequestT &request) const
Aws::Client::AWSJsonClient BASECLASS
static const char * GetAllocationTag()
virtual Model::AcceptInvitationOutcome AcceptInvitation(const Model::AcceptInvitationRequest &request) const
void UpdateOrganizationConfigurationAsync(const UpdateOrganizationConfigurationRequestT &request, const UpdateOrganizationConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DisableOrganizationAdminAccountOutcome DisableOrganizationAdminAccount(const Model::DisableOrganizationAdminAccountRequest &request={}) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
void UpdateDatasourcePackagesAsync(const UpdateDatasourcePackagesRequestT &request, const UpdateDatasourcePackagesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void EnableOrganizationAdminAccountAsync(const EnableOrganizationAdminAccountRequestT &request, const EnableOrganizationAdminAccountResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListIndicatorsOutcome ListIndicators(const Model::ListIndicatorsRequest &request) const
Model::AcceptInvitationOutcomeCallable AcceptInvitationCallable(const AcceptInvitationRequestT &request) const
Model::CreateGraphOutcomeCallable CreateGraphCallable(const CreateGraphRequestT &request={}) const
void ListInvestigationsAsync(const ListInvestigationsRequestT &request, const ListInvestigationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void AcceptInvitationAsync(const AcceptInvitationRequestT &request, const AcceptInvitationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) 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
Model::BatchGetGraphMemberDatasourcesOutcomeCallable BatchGetGraphMemberDatasourcesCallable(const BatchGetGraphMemberDatasourcesRequestT &request) const
Model::ListIndicatorsOutcomeCallable ListIndicatorsCallable(const ListIndicatorsRequestT &request) const
virtual Model::GetInvestigationOutcome GetInvestigation(const Model::GetInvestigationRequest &request) const
virtual Model::ListMembersOutcome ListMembers(const Model::ListMembersRequest &request) const
virtual Model::DisassociateMembershipOutcome DisassociateMembership(const Model::DisassociateMembershipRequest &request) const
virtual Model::BatchGetGraphMemberDatasourcesOutcome BatchGetGraphMemberDatasources(const Model::BatchGetGraphMemberDatasourcesRequest &request) const
virtual Model::RejectInvitationOutcome RejectInvitation(const Model::RejectInvitationRequest &request) const
DetectiveClient(const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::ListInvitationsOutcome ListInvitations(const Model::ListInvitationsRequest &request={}) const
void DeleteGraphAsync(const DeleteGraphRequestT &request, const DeleteGraphResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateGraphAsync(const CreateGraphResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const CreateGraphRequestT &request={}) const
Model::DeleteMembersOutcomeCallable DeleteMembersCallable(const DeleteMembersRequestT &request) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DisableOrganizationAdminAccountAsync(const DisableOrganizationAdminAccountResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DisableOrganizationAdminAccountRequestT &request={}) const
void StartInvestigationAsync(const StartInvestigationRequestT &request, const StartInvestigationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
void ListMembersAsync(const ListMembersRequestT &request, const ListMembersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
static const char * GetServiceName()
std::future< ListGraphsOutcome > ListGraphsOutcomeCallable
std::future< GetMembersOutcome > GetMembersOutcomeCallable
std::future< ListMembersOutcome > ListMembersOutcomeCallable
std::future< UpdateDatasourcePackagesOutcome > UpdateDatasourcePackagesOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< DeleteMembersOutcome > DeleteMembersOutcomeCallable
std::future< ListIndicatorsOutcome > ListIndicatorsOutcomeCallable
std::future< AcceptInvitationOutcome > AcceptInvitationOutcomeCallable
std::future< DeleteGraphOutcome > DeleteGraphOutcomeCallable
std::future< StartInvestigationOutcome > StartInvestigationOutcomeCallable
std::future< UpdateOrganizationConfigurationOutcome > UpdateOrganizationConfigurationOutcomeCallable
std::future< BatchGetMembershipDatasourcesOutcome > BatchGetMembershipDatasourcesOutcomeCallable
std::future< DescribeOrganizationConfigurationOutcome > DescribeOrganizationConfigurationOutcomeCallable
std::future< StartMonitoringMemberOutcome > StartMonitoringMemberOutcomeCallable
std::future< GetInvestigationOutcome > GetInvestigationOutcomeCallable
std::future< ListDatasourcePackagesOutcome > ListDatasourcePackagesOutcomeCallable
std::future< CreateGraphOutcome > CreateGraphOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< RejectInvitationOutcome > RejectInvitationOutcomeCallable
std::future< EnableOrganizationAdminAccountOutcome > EnableOrganizationAdminAccountOutcomeCallable
std::future< DisassociateMembershipOutcome > DisassociateMembershipOutcomeCallable
std::future< ListOrganizationAdminAccountsOutcome > ListOrganizationAdminAccountsOutcomeCallable
std::future< BatchGetGraphMemberDatasourcesOutcome > BatchGetGraphMemberDatasourcesOutcomeCallable
std::future< ListInvitationsOutcome > ListInvitationsOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< ListInvestigationsOutcome > ListInvestigationsOutcomeCallable
std::future< DisableOrganizationAdminAccountOutcome > DisableOrganizationAdminAccountOutcomeCallable
std::future< UpdateInvestigationStateOutcome > UpdateInvestigationStateOutcomeCallable
std::future< CreateMembersOutcome > CreateMembersOutcomeCallable
std::function< void(const DetectiveClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::UpdateDatasourcePackagesRequest &, const Model::UpdateDatasourcePackagesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateDatasourcePackagesResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::UpdateInvestigationStateRequest &, const Model::UpdateInvestigationStateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateInvestigationStateResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::BatchGetMembershipDatasourcesRequest &, const Model::BatchGetMembershipDatasourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetMembershipDatasourcesResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::ListInvitationsRequest &, const Model::ListInvitationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListInvitationsResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::UpdateOrganizationConfigurationRequest &, const Model::UpdateOrganizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateOrganizationConfigurationResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::StartInvestigationRequest &, const Model::StartInvestigationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartInvestigationResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::CreateMembersRequest &, const Model::CreateMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMembersResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::DeleteMembersRequest &, const Model::DeleteMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMembersResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::DisassociateMembershipRequest &, const Model::DisassociateMembershipOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateMembershipResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::DisableOrganizationAdminAccountRequest &, const Model::DisableOrganizationAdminAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableOrganizationAdminAccountResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::BatchGetGraphMemberDatasourcesRequest &, const Model::BatchGetGraphMemberDatasourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetGraphMemberDatasourcesResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::ListOrganizationAdminAccountsRequest &, const Model::ListOrganizationAdminAccountsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListOrganizationAdminAccountsResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::EnableOrganizationAdminAccountRequest &, const Model::EnableOrganizationAdminAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableOrganizationAdminAccountResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::RejectInvitationRequest &, const Model::RejectInvitationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RejectInvitationResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::StartMonitoringMemberRequest &, const Model::StartMonitoringMemberOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartMonitoringMemberResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::GetInvestigationRequest &, const Model::GetInvestigationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetInvestigationResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::ListGraphsRequest &, const Model::ListGraphsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListGraphsResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::ListIndicatorsRequest &, const Model::ListIndicatorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListIndicatorsResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::AcceptInvitationRequest &, const Model::AcceptInvitationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AcceptInvitationResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::ListDatasourcePackagesRequest &, const Model::ListDatasourcePackagesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDatasourcePackagesResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::GetMembersRequest &, const Model::GetMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMembersResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::CreateGraphRequest &, const Model::CreateGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateGraphResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::ListMembersRequest &, const Model::ListMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMembersResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::DescribeOrganizationConfigurationRequest &, const Model::DescribeOrganizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeOrganizationConfigurationResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::ListInvestigationsRequest &, const Model::ListInvestigationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListInvestigationsResponseReceivedHandler
std::function< void(const DetectiveClient *, const Model::DeleteGraphRequest &, const Model::DeleteGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteGraphResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String