AWS SDK for C++

AWS SDK for C++ Version 1.11.758

Loading...
Searching...
No Matches
GuardDutyServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/guardduty/GuardDutyEndpointProvider.h>
15#include <aws/guardduty/GuardDutyErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in GuardDutyClient header */
22#include <aws/core/NoResult.h>
23#include <aws/guardduty/model/AcceptAdministratorInvitationResult.h>
24#include <aws/guardduty/model/ArchiveFindingsResult.h>
25#include <aws/guardduty/model/CreateDetectorResult.h>
26#include <aws/guardduty/model/CreateFilterResult.h>
27#include <aws/guardduty/model/CreateIPSetResult.h>
28#include <aws/guardduty/model/CreateMalwareProtectionPlanResult.h>
29#include <aws/guardduty/model/CreateMembersResult.h>
30#include <aws/guardduty/model/CreatePublishingDestinationResult.h>
31#include <aws/guardduty/model/CreateSampleFindingsResult.h>
32#include <aws/guardduty/model/CreateThreatEntitySetResult.h>
33#include <aws/guardduty/model/CreateThreatIntelSetResult.h>
34#include <aws/guardduty/model/CreateTrustedEntitySetResult.h>
35#include <aws/guardduty/model/DeclineInvitationsResult.h>
36#include <aws/guardduty/model/DeleteDetectorResult.h>
37#include <aws/guardduty/model/DeleteFilterResult.h>
38#include <aws/guardduty/model/DeleteIPSetResult.h>
39#include <aws/guardduty/model/DeleteInvitationsResult.h>
40#include <aws/guardduty/model/DeleteMembersResult.h>
41#include <aws/guardduty/model/DeletePublishingDestinationResult.h>
42#include <aws/guardduty/model/DeleteThreatEntitySetResult.h>
43#include <aws/guardduty/model/DeleteThreatIntelSetResult.h>
44#include <aws/guardduty/model/DeleteTrustedEntitySetResult.h>
45#include <aws/guardduty/model/DescribeMalwareScansResult.h>
46#include <aws/guardduty/model/DescribeOrganizationConfigurationResult.h>
47#include <aws/guardduty/model/DescribePublishingDestinationResult.h>
48#include <aws/guardduty/model/DisableOrganizationAdminAccountResult.h>
49#include <aws/guardduty/model/DisassociateFromAdministratorAccountResult.h>
50#include <aws/guardduty/model/DisassociateMembersResult.h>
51#include <aws/guardduty/model/EnableOrganizationAdminAccountResult.h>
52#include <aws/guardduty/model/GetAdministratorAccountResult.h>
53#include <aws/guardduty/model/GetCoverageStatisticsResult.h>
54#include <aws/guardduty/model/GetDetectorResult.h>
55#include <aws/guardduty/model/GetFilterResult.h>
56#include <aws/guardduty/model/GetFindingsResult.h>
57#include <aws/guardduty/model/GetFindingsStatisticsResult.h>
58#include <aws/guardduty/model/GetIPSetResult.h>
59#include <aws/guardduty/model/GetInvitationsCountRequest.h>
60#include <aws/guardduty/model/GetInvitationsCountResult.h>
61#include <aws/guardduty/model/GetMalwareProtectionPlanResult.h>
62#include <aws/guardduty/model/GetMalwareScanResult.h>
63#include <aws/guardduty/model/GetMalwareScanSettingsResult.h>
64#include <aws/guardduty/model/GetMemberDetectorsResult.h>
65#include <aws/guardduty/model/GetMembersResult.h>
66#include <aws/guardduty/model/GetOrganizationStatisticsRequest.h>
67#include <aws/guardduty/model/GetOrganizationStatisticsResult.h>
68#include <aws/guardduty/model/GetRemainingFreeTrialDaysResult.h>
69#include <aws/guardduty/model/GetThreatEntitySetResult.h>
70#include <aws/guardduty/model/GetThreatIntelSetResult.h>
71#include <aws/guardduty/model/GetTrustedEntitySetResult.h>
72#include <aws/guardduty/model/GetUsageStatisticsResult.h>
73#include <aws/guardduty/model/InviteMembersResult.h>
74#include <aws/guardduty/model/ListCoverageResult.h>
75#include <aws/guardduty/model/ListDetectorsRequest.h>
76#include <aws/guardduty/model/ListDetectorsResult.h>
77#include <aws/guardduty/model/ListFiltersResult.h>
78#include <aws/guardduty/model/ListFindingsResult.h>
79#include <aws/guardduty/model/ListIPSetsResult.h>
80#include <aws/guardduty/model/ListInvitationsRequest.h>
81#include <aws/guardduty/model/ListInvitationsResult.h>
82#include <aws/guardduty/model/ListMalwareProtectionPlansRequest.h>
83#include <aws/guardduty/model/ListMalwareProtectionPlansResult.h>
84#include <aws/guardduty/model/ListMalwareScansRequest.h>
85#include <aws/guardduty/model/ListMalwareScansResult.h>
86#include <aws/guardduty/model/ListMembersResult.h>
87#include <aws/guardduty/model/ListOrganizationAdminAccountsRequest.h>
88#include <aws/guardduty/model/ListOrganizationAdminAccountsResult.h>
89#include <aws/guardduty/model/ListPublishingDestinationsResult.h>
90#include <aws/guardduty/model/ListTagsForResourceResult.h>
91#include <aws/guardduty/model/ListThreatEntitySetsResult.h>
92#include <aws/guardduty/model/ListThreatIntelSetsResult.h>
93#include <aws/guardduty/model/ListTrustedEntitySetsResult.h>
94#include <aws/guardduty/model/SendObjectMalwareScanRequest.h>
95#include <aws/guardduty/model/SendObjectMalwareScanResult.h>
96#include <aws/guardduty/model/StartMalwareScanResult.h>
97#include <aws/guardduty/model/StartMonitoringMembersResult.h>
98#include <aws/guardduty/model/StopMonitoringMembersResult.h>
99#include <aws/guardduty/model/TagResourceResult.h>
100#include <aws/guardduty/model/UnarchiveFindingsResult.h>
101#include <aws/guardduty/model/UntagResourceResult.h>
102#include <aws/guardduty/model/UpdateDetectorResult.h>
103#include <aws/guardduty/model/UpdateFilterResult.h>
104#include <aws/guardduty/model/UpdateFindingsFeedbackResult.h>
105#include <aws/guardduty/model/UpdateIPSetResult.h>
106#include <aws/guardduty/model/UpdateMalwareScanSettingsResult.h>
107#include <aws/guardduty/model/UpdateMemberDetectorsResult.h>
108#include <aws/guardduty/model/UpdateOrganizationConfigurationResult.h>
109#include <aws/guardduty/model/UpdatePublishingDestinationResult.h>
110#include <aws/guardduty/model/UpdateThreatEntitySetResult.h>
111#include <aws/guardduty/model/UpdateThreatIntelSetResult.h>
112#include <aws/guardduty/model/UpdateTrustedEntitySetResult.h>
113/* End of service model headers required in GuardDutyClient header */
114
115namespace Aws {
116namespace Http {
117class HttpClient;
118class HttpClientFactory;
119} // namespace Http
120
121namespace Utils {
122template <typename R, typename E>
123class Outcome;
124
125namespace Threading {
126class Executor;
127} // namespace Threading
128} // namespace Utils
129
130namespace Auth {
131class AWSCredentials;
132class AWSCredentialsProvider;
133} // namespace Auth
134
135namespace Client {
136class RetryStrategy;
137} // namespace Client
138
139namespace GuardDuty {
143
144namespace Model {
145/* Service model forward declarations required in GuardDutyClient header */
179class GetFilterRequest;
182class GetIPSetRequest;
230/* End of service model forward declarations required in GuardDutyClient header */
231
232/* Service model Outcome class definitions */
317/* End of service model Outcome class definitions */
318
319/* Service model Outcome callable definitions */
320typedef std::future<AcceptAdministratorInvitationOutcome> AcceptAdministratorInvitationOutcomeCallable;
321typedef std::future<ArchiveFindingsOutcome> ArchiveFindingsOutcomeCallable;
322typedef std::future<CreateDetectorOutcome> CreateDetectorOutcomeCallable;
323typedef std::future<CreateFilterOutcome> CreateFilterOutcomeCallable;
324typedef std::future<CreateIPSetOutcome> CreateIPSetOutcomeCallable;
325typedef std::future<CreateMalwareProtectionPlanOutcome> CreateMalwareProtectionPlanOutcomeCallable;
326typedef std::future<CreateMembersOutcome> CreateMembersOutcomeCallable;
327typedef std::future<CreatePublishingDestinationOutcome> CreatePublishingDestinationOutcomeCallable;
328typedef std::future<CreateSampleFindingsOutcome> CreateSampleFindingsOutcomeCallable;
329typedef std::future<CreateThreatEntitySetOutcome> CreateThreatEntitySetOutcomeCallable;
330typedef std::future<CreateThreatIntelSetOutcome> CreateThreatIntelSetOutcomeCallable;
331typedef std::future<CreateTrustedEntitySetOutcome> CreateTrustedEntitySetOutcomeCallable;
332typedef std::future<DeclineInvitationsOutcome> DeclineInvitationsOutcomeCallable;
333typedef std::future<DeleteDetectorOutcome> DeleteDetectorOutcomeCallable;
334typedef std::future<DeleteFilterOutcome> DeleteFilterOutcomeCallable;
335typedef std::future<DeleteIPSetOutcome> DeleteIPSetOutcomeCallable;
336typedef std::future<DeleteInvitationsOutcome> DeleteInvitationsOutcomeCallable;
337typedef std::future<DeleteMalwareProtectionPlanOutcome> DeleteMalwareProtectionPlanOutcomeCallable;
338typedef std::future<DeleteMembersOutcome> DeleteMembersOutcomeCallable;
339typedef std::future<DeletePublishingDestinationOutcome> DeletePublishingDestinationOutcomeCallable;
340typedef std::future<DeleteThreatEntitySetOutcome> DeleteThreatEntitySetOutcomeCallable;
341typedef std::future<DeleteThreatIntelSetOutcome> DeleteThreatIntelSetOutcomeCallable;
342typedef std::future<DeleteTrustedEntitySetOutcome> DeleteTrustedEntitySetOutcomeCallable;
343typedef std::future<DescribeMalwareScansOutcome> DescribeMalwareScansOutcomeCallable;
344typedef std::future<DescribeOrganizationConfigurationOutcome> DescribeOrganizationConfigurationOutcomeCallable;
345typedef std::future<DescribePublishingDestinationOutcome> DescribePublishingDestinationOutcomeCallable;
346typedef std::future<DisableOrganizationAdminAccountOutcome> DisableOrganizationAdminAccountOutcomeCallable;
347typedef std::future<DisassociateFromAdministratorAccountOutcome> DisassociateFromAdministratorAccountOutcomeCallable;
348typedef std::future<DisassociateMembersOutcome> DisassociateMembersOutcomeCallable;
349typedef std::future<EnableOrganizationAdminAccountOutcome> EnableOrganizationAdminAccountOutcomeCallable;
350typedef std::future<GetAdministratorAccountOutcome> GetAdministratorAccountOutcomeCallable;
351typedef std::future<GetCoverageStatisticsOutcome> GetCoverageStatisticsOutcomeCallable;
352typedef std::future<GetDetectorOutcome> GetDetectorOutcomeCallable;
353typedef std::future<GetFilterOutcome> GetFilterOutcomeCallable;
354typedef std::future<GetFindingsOutcome> GetFindingsOutcomeCallable;
355typedef std::future<GetFindingsStatisticsOutcome> GetFindingsStatisticsOutcomeCallable;
356typedef std::future<GetIPSetOutcome> GetIPSetOutcomeCallable;
357typedef std::future<GetInvitationsCountOutcome> GetInvitationsCountOutcomeCallable;
358typedef std::future<GetMalwareProtectionPlanOutcome> GetMalwareProtectionPlanOutcomeCallable;
359typedef std::future<GetMalwareScanOutcome> GetMalwareScanOutcomeCallable;
360typedef std::future<GetMalwareScanSettingsOutcome> GetMalwareScanSettingsOutcomeCallable;
361typedef std::future<GetMemberDetectorsOutcome> GetMemberDetectorsOutcomeCallable;
362typedef std::future<GetMembersOutcome> GetMembersOutcomeCallable;
363typedef std::future<GetOrganizationStatisticsOutcome> GetOrganizationStatisticsOutcomeCallable;
364typedef std::future<GetRemainingFreeTrialDaysOutcome> GetRemainingFreeTrialDaysOutcomeCallable;
365typedef std::future<GetThreatEntitySetOutcome> GetThreatEntitySetOutcomeCallable;
366typedef std::future<GetThreatIntelSetOutcome> GetThreatIntelSetOutcomeCallable;
367typedef std::future<GetTrustedEntitySetOutcome> GetTrustedEntitySetOutcomeCallable;
368typedef std::future<GetUsageStatisticsOutcome> GetUsageStatisticsOutcomeCallable;
369typedef std::future<InviteMembersOutcome> InviteMembersOutcomeCallable;
370typedef std::future<ListCoverageOutcome> ListCoverageOutcomeCallable;
371typedef std::future<ListDetectorsOutcome> ListDetectorsOutcomeCallable;
372typedef std::future<ListFiltersOutcome> ListFiltersOutcomeCallable;
373typedef std::future<ListFindingsOutcome> ListFindingsOutcomeCallable;
374typedef std::future<ListIPSetsOutcome> ListIPSetsOutcomeCallable;
375typedef std::future<ListInvitationsOutcome> ListInvitationsOutcomeCallable;
376typedef std::future<ListMalwareProtectionPlansOutcome> ListMalwareProtectionPlansOutcomeCallable;
377typedef std::future<ListMalwareScansOutcome> ListMalwareScansOutcomeCallable;
378typedef std::future<ListMembersOutcome> ListMembersOutcomeCallable;
379typedef std::future<ListOrganizationAdminAccountsOutcome> ListOrganizationAdminAccountsOutcomeCallable;
380typedef std::future<ListPublishingDestinationsOutcome> ListPublishingDestinationsOutcomeCallable;
381typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
382typedef std::future<ListThreatEntitySetsOutcome> ListThreatEntitySetsOutcomeCallable;
383typedef std::future<ListThreatIntelSetsOutcome> ListThreatIntelSetsOutcomeCallable;
384typedef std::future<ListTrustedEntitySetsOutcome> ListTrustedEntitySetsOutcomeCallable;
385typedef std::future<SendObjectMalwareScanOutcome> SendObjectMalwareScanOutcomeCallable;
386typedef std::future<StartMalwareScanOutcome> StartMalwareScanOutcomeCallable;
387typedef std::future<StartMonitoringMembersOutcome> StartMonitoringMembersOutcomeCallable;
388typedef std::future<StopMonitoringMembersOutcome> StopMonitoringMembersOutcomeCallable;
389typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
390typedef std::future<UnarchiveFindingsOutcome> UnarchiveFindingsOutcomeCallable;
391typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
392typedef std::future<UpdateDetectorOutcome> UpdateDetectorOutcomeCallable;
393typedef std::future<UpdateFilterOutcome> UpdateFilterOutcomeCallable;
394typedef std::future<UpdateFindingsFeedbackOutcome> UpdateFindingsFeedbackOutcomeCallable;
395typedef std::future<UpdateIPSetOutcome> UpdateIPSetOutcomeCallable;
396typedef std::future<UpdateMalwareProtectionPlanOutcome> UpdateMalwareProtectionPlanOutcomeCallable;
397typedef std::future<UpdateMalwareScanSettingsOutcome> UpdateMalwareScanSettingsOutcomeCallable;
398typedef std::future<UpdateMemberDetectorsOutcome> UpdateMemberDetectorsOutcomeCallable;
399typedef std::future<UpdateOrganizationConfigurationOutcome> UpdateOrganizationConfigurationOutcomeCallable;
400typedef std::future<UpdatePublishingDestinationOutcome> UpdatePublishingDestinationOutcomeCallable;
401typedef std::future<UpdateThreatEntitySetOutcome> UpdateThreatEntitySetOutcomeCallable;
402typedef std::future<UpdateThreatIntelSetOutcome> UpdateThreatIntelSetOutcomeCallable;
403typedef std::future<UpdateTrustedEntitySetOutcome> UpdateTrustedEntitySetOutcomeCallable;
404/* End of service model Outcome callable definitions */
405} // namespace Model
406
407class GuardDutyClient;
408
409/* Service model async handlers definitions */
410typedef std::function<void(const GuardDutyClient*, const Model::AcceptAdministratorInvitationRequest&,
412 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
414typedef std::function<void(const GuardDutyClient*, const Model::ArchiveFindingsRequest&, const Model::ArchiveFindingsOutcome&,
415 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
417typedef std::function<void(const GuardDutyClient*, const Model::CreateDetectorRequest&, const Model::CreateDetectorOutcome&,
418 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
420typedef std::function<void(const GuardDutyClient*, const Model::CreateFilterRequest&, const Model::CreateFilterOutcome&,
421 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
423typedef std::function<void(const GuardDutyClient*, const Model::CreateIPSetRequest&, const Model::CreateIPSetOutcome&,
424 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
426typedef std::function<void(const GuardDutyClient*, const Model::CreateMalwareProtectionPlanRequest&,
427 const Model::CreateMalwareProtectionPlanOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
429typedef std::function<void(const GuardDutyClient*, const Model::CreateMembersRequest&, const Model::CreateMembersOutcome&,
430 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
432typedef std::function<void(const GuardDutyClient*, const Model::CreatePublishingDestinationRequest&,
433 const Model::CreatePublishingDestinationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
435typedef std::function<void(const GuardDutyClient*, const Model::CreateSampleFindingsRequest&, const Model::CreateSampleFindingsOutcome&,
436 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
438typedef std::function<void(const GuardDutyClient*, const Model::CreateThreatEntitySetRequest&, const Model::CreateThreatEntitySetOutcome&,
439 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
441typedef std::function<void(const GuardDutyClient*, const Model::CreateThreatIntelSetRequest&, const Model::CreateThreatIntelSetOutcome&,
442 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
445 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
447typedef std::function<void(const GuardDutyClient*, const Model::DeclineInvitationsRequest&, const Model::DeclineInvitationsOutcome&,
448 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
450typedef std::function<void(const GuardDutyClient*, const Model::DeleteDetectorRequest&, const Model::DeleteDetectorOutcome&,
451 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
453typedef std::function<void(const GuardDutyClient*, const Model::DeleteFilterRequest&, const Model::DeleteFilterOutcome&,
454 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
456typedef std::function<void(const GuardDutyClient*, const Model::DeleteIPSetRequest&, const Model::DeleteIPSetOutcome&,
457 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
459typedef std::function<void(const GuardDutyClient*, const Model::DeleteInvitationsRequest&, const Model::DeleteInvitationsOutcome&,
460 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
462typedef std::function<void(const GuardDutyClient*, const Model::DeleteMalwareProtectionPlanRequest&,
463 const Model::DeleteMalwareProtectionPlanOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
465typedef std::function<void(const GuardDutyClient*, const Model::DeleteMembersRequest&, const Model::DeleteMembersOutcome&,
466 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
468typedef std::function<void(const GuardDutyClient*, const Model::DeletePublishingDestinationRequest&,
469 const Model::DeletePublishingDestinationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
471typedef std::function<void(const GuardDutyClient*, const Model::DeleteThreatEntitySetRequest&, const Model::DeleteThreatEntitySetOutcome&,
472 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
474typedef std::function<void(const GuardDutyClient*, const Model::DeleteThreatIntelSetRequest&, const Model::DeleteThreatIntelSetOutcome&,
475 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
478 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
480typedef std::function<void(const GuardDutyClient*, const Model::DescribeMalwareScansRequest&, const Model::DescribeMalwareScansOutcome&,
481 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
483typedef std::function<void(const GuardDutyClient*, const Model::DescribeOrganizationConfigurationRequest&,
485 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
487typedef std::function<void(const GuardDutyClient*, const Model::DescribePublishingDestinationRequest&,
489 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
491typedef std::function<void(const GuardDutyClient*, const Model::DisableOrganizationAdminAccountRequest&,
493 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
495typedef std::function<void(const GuardDutyClient*, const Model::DisassociateFromAdministratorAccountRequest&,
497 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
499typedef std::function<void(const GuardDutyClient*, const Model::DisassociateMembersRequest&, const Model::DisassociateMembersOutcome&,
500 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
502typedef std::function<void(const GuardDutyClient*, const Model::EnableOrganizationAdminAccountRequest&,
504 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
506typedef std::function<void(const GuardDutyClient*, const Model::GetAdministratorAccountRequest&,
507 const Model::GetAdministratorAccountOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
509typedef std::function<void(const GuardDutyClient*, const Model::GetCoverageStatisticsRequest&, const Model::GetCoverageStatisticsOutcome&,
510 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
512typedef std::function<void(const GuardDutyClient*, const Model::GetDetectorRequest&, const Model::GetDetectorOutcome&,
513 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
515typedef std::function<void(const GuardDutyClient*, const Model::GetFilterRequest&, const Model::GetFilterOutcome&,
516 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
518typedef std::function<void(const GuardDutyClient*, const Model::GetFindingsRequest&, const Model::GetFindingsOutcome&,
519 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
521typedef std::function<void(const GuardDutyClient*, const Model::GetFindingsStatisticsRequest&, const Model::GetFindingsStatisticsOutcome&,
522 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
524typedef std::function<void(const GuardDutyClient*, const Model::GetIPSetRequest&, const Model::GetIPSetOutcome&,
525 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
527typedef std::function<void(const GuardDutyClient*, const Model::GetInvitationsCountRequest&, const Model::GetInvitationsCountOutcome&,
528 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
530typedef std::function<void(const GuardDutyClient*, const Model::GetMalwareProtectionPlanRequest&,
531 const Model::GetMalwareProtectionPlanOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
533typedef std::function<void(const GuardDutyClient*, const Model::GetMalwareScanRequest&, const Model::GetMalwareScanOutcome&,
534 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
537 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
539typedef std::function<void(const GuardDutyClient*, const Model::GetMemberDetectorsRequest&, const Model::GetMemberDetectorsOutcome&,
540 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
542typedef std::function<void(const GuardDutyClient*, const Model::GetMembersRequest&, const Model::GetMembersOutcome&,
543 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
545typedef std::function<void(const GuardDutyClient*, const Model::GetOrganizationStatisticsRequest&,
546 const Model::GetOrganizationStatisticsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
548typedef std::function<void(const GuardDutyClient*, const Model::GetRemainingFreeTrialDaysRequest&,
549 const Model::GetRemainingFreeTrialDaysOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
551typedef std::function<void(const GuardDutyClient*, const Model::GetThreatEntitySetRequest&, const Model::GetThreatEntitySetOutcome&,
552 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
554typedef std::function<void(const GuardDutyClient*, const Model::GetThreatIntelSetRequest&, const Model::GetThreatIntelSetOutcome&,
555 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
557typedef std::function<void(const GuardDutyClient*, const Model::GetTrustedEntitySetRequest&, const Model::GetTrustedEntitySetOutcome&,
558 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
560typedef std::function<void(const GuardDutyClient*, const Model::GetUsageStatisticsRequest&, const Model::GetUsageStatisticsOutcome&,
561 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
563typedef std::function<void(const GuardDutyClient*, const Model::InviteMembersRequest&, const Model::InviteMembersOutcome&,
564 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
566typedef std::function<void(const GuardDutyClient*, const Model::ListCoverageRequest&, const Model::ListCoverageOutcome&,
567 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
569typedef std::function<void(const GuardDutyClient*, const Model::ListDetectorsRequest&, const Model::ListDetectorsOutcome&,
570 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
572typedef std::function<void(const GuardDutyClient*, const Model::ListFiltersRequest&, const Model::ListFiltersOutcome&,
573 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
575typedef std::function<void(const GuardDutyClient*, const Model::ListFindingsRequest&, const Model::ListFindingsOutcome&,
576 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
578typedef std::function<void(const GuardDutyClient*, const Model::ListIPSetsRequest&, const Model::ListIPSetsOutcome&,
579 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
581typedef std::function<void(const GuardDutyClient*, const Model::ListInvitationsRequest&, const Model::ListInvitationsOutcome&,
582 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
584typedef std::function<void(const GuardDutyClient*, const Model::ListMalwareProtectionPlansRequest&,
585 const Model::ListMalwareProtectionPlansOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
587typedef std::function<void(const GuardDutyClient*, const Model::ListMalwareScansRequest&, const Model::ListMalwareScansOutcome&,
588 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
590typedef std::function<void(const GuardDutyClient*, const Model::ListMembersRequest&, const Model::ListMembersOutcome&,
591 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
593typedef std::function<void(const GuardDutyClient*, const Model::ListOrganizationAdminAccountsRequest&,
595 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
597typedef std::function<void(const GuardDutyClient*, const Model::ListPublishingDestinationsRequest&,
598 const Model::ListPublishingDestinationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
600typedef std::function<void(const GuardDutyClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
601 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
603typedef std::function<void(const GuardDutyClient*, const Model::ListThreatEntitySetsRequest&, const Model::ListThreatEntitySetsOutcome&,
604 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
606typedef std::function<void(const GuardDutyClient*, const Model::ListThreatIntelSetsRequest&, const Model::ListThreatIntelSetsOutcome&,
607 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
609typedef std::function<void(const GuardDutyClient*, const Model::ListTrustedEntitySetsRequest&, const Model::ListTrustedEntitySetsOutcome&,
610 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
612typedef std::function<void(const GuardDutyClient*, const Model::SendObjectMalwareScanRequest&, const Model::SendObjectMalwareScanOutcome&,
613 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
615typedef std::function<void(const GuardDutyClient*, const Model::StartMalwareScanRequest&, const Model::StartMalwareScanOutcome&,
616 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
619 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
621typedef std::function<void(const GuardDutyClient*, const Model::StopMonitoringMembersRequest&, const Model::StopMonitoringMembersOutcome&,
622 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
624typedef std::function<void(const GuardDutyClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
625 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
627typedef std::function<void(const GuardDutyClient*, const Model::UnarchiveFindingsRequest&, const Model::UnarchiveFindingsOutcome&,
628 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
630typedef std::function<void(const GuardDutyClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
631 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
633typedef std::function<void(const GuardDutyClient*, const Model::UpdateDetectorRequest&, const Model::UpdateDetectorOutcome&,
634 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
636typedef std::function<void(const GuardDutyClient*, const Model::UpdateFilterRequest&, const Model::UpdateFilterOutcome&,
637 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
640 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
642typedef std::function<void(const GuardDutyClient*, const Model::UpdateIPSetRequest&, const Model::UpdateIPSetOutcome&,
643 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
645typedef std::function<void(const GuardDutyClient*, const Model::UpdateMalwareProtectionPlanRequest&,
646 const Model::UpdateMalwareProtectionPlanOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
648typedef std::function<void(const GuardDutyClient*, const Model::UpdateMalwareScanSettingsRequest&,
649 const Model::UpdateMalwareScanSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
651typedef std::function<void(const GuardDutyClient*, const Model::UpdateMemberDetectorsRequest&, const Model::UpdateMemberDetectorsOutcome&,
652 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
654typedef std::function<void(const GuardDutyClient*, const Model::UpdateOrganizationConfigurationRequest&,
656 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
658typedef std::function<void(const GuardDutyClient*, const Model::UpdatePublishingDestinationRequest&,
659 const Model::UpdatePublishingDestinationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
661typedef std::function<void(const GuardDutyClient*, const Model::UpdateThreatEntitySetRequest&, const Model::UpdateThreatEntitySetOutcome&,
662 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
664typedef std::function<void(const GuardDutyClient*, const Model::UpdateThreatIntelSetRequest&, const Model::UpdateThreatIntelSetOutcome&,
665 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
668 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
670/* End of service model async handlers definitions */
671} // namespace GuardDuty
672} // namespace Aws
EndpointProviderBase< GuardDutyClientConfiguration, GuardDutyBuiltInParameters, GuardDutyClientContextParameters > GuardDutyEndpointProviderBase
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< ListFiltersResult, GuardDutyError > ListFiltersOutcome
Aws::Utils::Outcome< DeleteMembersResult, GuardDutyError > DeleteMembersOutcome
std::future< ListMembersOutcome > ListMembersOutcomeCallable
std::future< StartMalwareScanOutcome > StartMalwareScanOutcomeCallable
std::future< ListThreatIntelSetsOutcome > ListThreatIntelSetsOutcomeCallable
Aws::Utils::Outcome< UpdateThreatEntitySetResult, GuardDutyError > UpdateThreatEntitySetOutcome
std::future< GetMalwareScanSettingsOutcome > GetMalwareScanSettingsOutcomeCallable
Aws::Utils::Outcome< ListCoverageResult, GuardDutyError > ListCoverageOutcome
std::future< StopMonitoringMembersOutcome > StopMonitoringMembersOutcomeCallable
std::future< UpdateMemberDetectorsOutcome > UpdateMemberDetectorsOutcomeCallable
std::future< GetInvitationsCountOutcome > GetInvitationsCountOutcomeCallable
Aws::Utils::Outcome< UpdateDetectorResult, GuardDutyError > UpdateDetectorOutcome
std::future< SendObjectMalwareScanOutcome > SendObjectMalwareScanOutcomeCallable
std::future< CreateDetectorOutcome > CreateDetectorOutcomeCallable
Aws::Utils::Outcome< GetMemberDetectorsResult, GuardDutyError > GetMemberDetectorsOutcome
std::future< ListCoverageOutcome > ListCoverageOutcomeCallable
std::future< ListFiltersOutcome > ListFiltersOutcomeCallable
std::future< ListPublishingDestinationsOutcome > ListPublishingDestinationsOutcomeCallable
Aws::Utils::Outcome< CreateFilterResult, GuardDutyError > CreateFilterOutcome
Aws::Utils::Outcome< ListIPSetsResult, GuardDutyError > ListIPSetsOutcome
std::future< UpdateDetectorOutcome > UpdateDetectorOutcomeCallable
std::future< CreateTrustedEntitySetOutcome > CreateTrustedEntitySetOutcomeCallable
Aws::Utils::Outcome< CreateIPSetResult, GuardDutyError > CreateIPSetOutcome
Aws::Utils::Outcome< ListOrganizationAdminAccountsResult, GuardDutyError > ListOrganizationAdminAccountsOutcome
Aws::Utils::Outcome< GetFindingsResult, GuardDutyError > GetFindingsOutcome
std::future< DeleteFilterOutcome > DeleteFilterOutcomeCallable
std::future< ListInvitationsOutcome > ListInvitationsOutcomeCallable
std::future< GetRemainingFreeTrialDaysOutcome > GetRemainingFreeTrialDaysOutcomeCallable
std::future< GetThreatIntelSetOutcome > GetThreatIntelSetOutcomeCallable
std::future< UpdateIPSetOutcome > UpdateIPSetOutcomeCallable
std::future< GetMalwareProtectionPlanOutcome > GetMalwareProtectionPlanOutcomeCallable
std::future< CreatePublishingDestinationOutcome > CreatePublishingDestinationOutcomeCallable
Aws::Utils::Outcome< GetOrganizationStatisticsResult, GuardDutyError > GetOrganizationStatisticsOutcome
std::future< GetOrganizationStatisticsOutcome > GetOrganizationStatisticsOutcomeCallable
std::future< ListTrustedEntitySetsOutcome > ListTrustedEntitySetsOutcomeCallable
std::future< GetIPSetOutcome > GetIPSetOutcomeCallable
Aws::Utils::Outcome< StopMonitoringMembersResult, GuardDutyError > StopMonitoringMembersOutcome
std::future< ListThreatEntitySetsOutcome > ListThreatEntitySetsOutcomeCallable
Aws::Utils::Outcome< GetInvitationsCountResult, GuardDutyError > GetInvitationsCountOutcome
std::future< GetDetectorOutcome > GetDetectorOutcomeCallable
Aws::Utils::Outcome< DeleteThreatIntelSetResult, GuardDutyError > DeleteThreatIntelSetOutcome
Aws::Utils::Outcome< GetCoverageStatisticsResult, GuardDutyError > GetCoverageStatisticsOutcome
Aws::Utils::Outcome< StartMalwareScanResult, GuardDutyError > StartMalwareScanOutcome
std::future< ListDetectorsOutcome > ListDetectorsOutcomeCallable
Aws::Utils::Outcome< UpdateFindingsFeedbackResult, GuardDutyError > UpdateFindingsFeedbackOutcome
Aws::Utils::Outcome< ListMembersResult, GuardDutyError > ListMembersOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< DisableOrganizationAdminAccountOutcome > DisableOrganizationAdminAccountOutcomeCallable
Aws::Utils::Outcome< ListPublishingDestinationsResult, GuardDutyError > ListPublishingDestinationsOutcome
std::future< UpdateFindingsFeedbackOutcome > UpdateFindingsFeedbackOutcomeCallable
std::future< CreateIPSetOutcome > CreateIPSetOutcomeCallable
Aws::Utils::Outcome< DescribePublishingDestinationResult, GuardDutyError > DescribePublishingDestinationOutcome
Aws::Utils::Outcome< CreateThreatEntitySetResult, GuardDutyError > CreateThreatEntitySetOutcome
Aws::Utils::Outcome< DeleteIPSetResult, GuardDutyError > DeleteIPSetOutcome
std::future< DeleteInvitationsOutcome > DeleteInvitationsOutcomeCallable
std::future< DescribeMalwareScansOutcome > DescribeMalwareScansOutcomeCallable
Aws::Utils::Outcome< GetMalwareScanSettingsResult, GuardDutyError > GetMalwareScanSettingsOutcome
std::future< ListMalwareScansOutcome > ListMalwareScansOutcomeCallable
Aws::Utils::Outcome< DeletePublishingDestinationResult, GuardDutyError > DeletePublishingDestinationOutcome
Aws::Utils::Outcome< GetTrustedEntitySetResult, GuardDutyError > GetTrustedEntitySetOutcome
Aws::Utils::Outcome< UpdatePublishingDestinationResult, GuardDutyError > UpdatePublishingDestinationOutcome
Aws::Utils::Outcome< GetUsageStatisticsResult, GuardDutyError > GetUsageStatisticsOutcome
Aws::Utils::Outcome< EnableOrganizationAdminAccountResult, GuardDutyError > EnableOrganizationAdminAccountOutcome
Aws::Utils::Outcome< CreateTrustedEntitySetResult, GuardDutyError > CreateTrustedEntitySetOutcome
std::future< GetAdministratorAccountOutcome > GetAdministratorAccountOutcomeCallable
Aws::Utils::Outcome< DescribeOrganizationConfigurationResult, GuardDutyError > DescribeOrganizationConfigurationOutcome
std::future< GetFilterOutcome > GetFilterOutcomeCallable
Aws::Utils::Outcome< GetMalwareScanResult, GuardDutyError > GetMalwareScanOutcome
std::future< ListIPSetsOutcome > ListIPSetsOutcomeCallable
std::future< UpdateOrganizationConfigurationOutcome > UpdateOrganizationConfigurationOutcomeCallable
Aws::Utils::Outcome< DeleteTrustedEntitySetResult, GuardDutyError > DeleteTrustedEntitySetOutcome
Aws::Utils::Outcome< ListThreatEntitySetsResult, GuardDutyError > ListThreatEntitySetsOutcome
std::future< GetCoverageStatisticsOutcome > GetCoverageStatisticsOutcomeCallable
Aws::Utils::Outcome< GetThreatIntelSetResult, GuardDutyError > GetThreatIntelSetOutcome
Aws::Utils::Outcome< CreatePublishingDestinationResult, GuardDutyError > CreatePublishingDestinationOutcome
Aws::Utils::Outcome< CreateDetectorResult, GuardDutyError > CreateDetectorOutcome
std::future< AcceptAdministratorInvitationOutcome > AcceptAdministratorInvitationOutcomeCallable
Aws::Utils::Outcome< DisassociateFromAdministratorAccountResult, GuardDutyError > DisassociateFromAdministratorAccountOutcome
std::future< UpdateThreatEntitySetOutcome > UpdateThreatEntitySetOutcomeCallable
Aws::Utils::Outcome< InviteMembersResult, GuardDutyError > InviteMembersOutcome
std::future< InviteMembersOutcome > InviteMembersOutcomeCallable
Aws::Utils::Outcome< GetMembersResult, GuardDutyError > GetMembersOutcome
std::future< DescribeOrganizationConfigurationOutcome > DescribeOrganizationConfigurationOutcomeCallable
Aws::Utils::Outcome< CreateSampleFindingsResult, GuardDutyError > CreateSampleFindingsOutcome
Aws::Utils::Outcome< DisableOrganizationAdminAccountResult, GuardDutyError > DisableOrganizationAdminAccountOutcome
Aws::Utils::Outcome< GetMalwareProtectionPlanResult, GuardDutyError > GetMalwareProtectionPlanOutcome
Aws::Utils::Outcome< DeleteFilterResult, GuardDutyError > DeleteFilterOutcome
std::future< DeleteThreatIntelSetOutcome > DeleteThreatIntelSetOutcomeCallable
std::future< StartMonitoringMembersOutcome > StartMonitoringMembersOutcomeCallable
Aws::Utils::Outcome< SendObjectMalwareScanResult, GuardDutyError > SendObjectMalwareScanOutcome
Aws::Utils::Outcome< UpdateFilterResult, GuardDutyError > UpdateFilterOutcome
Aws::Utils::Outcome< DescribeMalwareScansResult, GuardDutyError > DescribeMalwareScansOutcome
Aws::Utils::Outcome< GetFindingsStatisticsResult, GuardDutyError > GetFindingsStatisticsOutcome
std::future< GetThreatEntitySetOutcome > GetThreatEntitySetOutcomeCallable
Aws::Utils::Outcome< GetFilterResult, GuardDutyError > GetFilterOutcome
std::future< CreateMembersOutcome > CreateMembersOutcomeCallable
Aws::Utils::Outcome< UpdateTrustedEntitySetResult, GuardDutyError > UpdateTrustedEntitySetOutcome
std::future< GetMalwareScanOutcome > GetMalwareScanOutcomeCallable
Aws::Utils::Outcome< AcceptAdministratorInvitationResult, GuardDutyError > AcceptAdministratorInvitationOutcome
Aws::Utils::Outcome< DeleteInvitationsResult, GuardDutyError > DeleteInvitationsOutcome
std::future< UpdateFilterOutcome > UpdateFilterOutcomeCallable
std::future< GetUsageStatisticsOutcome > GetUsageStatisticsOutcomeCallable
std::future< DeleteDetectorOutcome > DeleteDetectorOutcomeCallable
Aws::Utils::Outcome< UpdateThreatIntelSetResult, GuardDutyError > UpdateThreatIntelSetOutcome
Aws::Utils::Outcome< UpdateMemberDetectorsResult, GuardDutyError > UpdateMemberDetectorsOutcome
std::future< UpdateMalwareScanSettingsOutcome > UpdateMalwareScanSettingsOutcomeCallable
Aws::Utils::Outcome< CreateThreatIntelSetResult, GuardDutyError > CreateThreatIntelSetOutcome
Aws::Utils::Outcome< GetIPSetResult, GuardDutyError > GetIPSetOutcome
Aws::Utils::Outcome< ListMalwareScansResult, GuardDutyError > ListMalwareScansOutcome
Aws::Utils::Outcome< UntagResourceResult, GuardDutyError > UntagResourceOutcome
std::future< GetFindingsStatisticsOutcome > GetFindingsStatisticsOutcomeCallable
std::future< GetMemberDetectorsOutcome > GetMemberDetectorsOutcomeCallable
Aws::Utils::Outcome< GetThreatEntitySetResult, GuardDutyError > GetThreatEntitySetOutcome
std::future< CreateThreatIntelSetOutcome > CreateThreatIntelSetOutcomeCallable
std::future< CreateThreatEntitySetOutcome > CreateThreatEntitySetOutcomeCallable
Aws::Utils::Outcome< GetRemainingFreeTrialDaysResult, GuardDutyError > GetRemainingFreeTrialDaysOutcome
std::future< DeletePublishingDestinationOutcome > DeletePublishingDestinationOutcomeCallable
Aws::Utils::Outcome< UpdateOrganizationConfigurationResult, GuardDutyError > UpdateOrganizationConfigurationOutcome
Aws::Utils::Outcome< CreateMembersResult, GuardDutyError > CreateMembersOutcome
std::future< ListMalwareProtectionPlansOutcome > ListMalwareProtectionPlansOutcomeCallable
std::future< UnarchiveFindingsOutcome > UnarchiveFindingsOutcomeCallable
std::future< UpdatePublishingDestinationOutcome > UpdatePublishingDestinationOutcomeCallable
std::future< EnableOrganizationAdminAccountOutcome > EnableOrganizationAdminAccountOutcomeCallable
Aws::Utils::Outcome< ListFindingsResult, GuardDutyError > ListFindingsOutcome
Aws::Utils::Outcome< ListDetectorsResult, GuardDutyError > ListDetectorsOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, GuardDutyError > ListTagsForResourceOutcome
Aws::Utils::Outcome< DeleteThreatEntitySetResult, GuardDutyError > DeleteThreatEntitySetOutcome
std::future< UpdateMalwareProtectionPlanOutcome > UpdateMalwareProtectionPlanOutcomeCallable
Aws::Utils::Outcome< ListMalwareProtectionPlansResult, GuardDutyError > ListMalwareProtectionPlansOutcome
Aws::Utils::Outcome< Aws::NoResult, GuardDutyError > UpdateMalwareProtectionPlanOutcome
std::future< CreateMalwareProtectionPlanOutcome > CreateMalwareProtectionPlanOutcomeCallable
Aws::Utils::Outcome< ListTrustedEntitySetsResult, GuardDutyError > ListTrustedEntitySetsOutcome
std::future< UpdateThreatIntelSetOutcome > UpdateThreatIntelSetOutcomeCallable
std::future< GetTrustedEntitySetOutcome > GetTrustedEntitySetOutcomeCallable
std::future< DescribePublishingDestinationOutcome > DescribePublishingDestinationOutcomeCallable
std::future< DeleteIPSetOutcome > DeleteIPSetOutcomeCallable
Aws::Utils::Outcome< StartMonitoringMembersResult, GuardDutyError > StartMonitoringMembersOutcome
std::future< DeclineInvitationsOutcome > DeclineInvitationsOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, GuardDutyError > TagResourceOutcome
std::future< GetFindingsOutcome > GetFindingsOutcomeCallable
std::future< DisassociateMembersOutcome > DisassociateMembersOutcomeCallable
std::future< GetMembersOutcome > GetMembersOutcomeCallable
Aws::Utils::Outcome< ArchiveFindingsResult, GuardDutyError > ArchiveFindingsOutcome
std::future< DeleteMembersOutcome > DeleteMembersOutcomeCallable
std::future< DeleteThreatEntitySetOutcome > DeleteThreatEntitySetOutcomeCallable
std::future< DeleteMalwareProtectionPlanOutcome > DeleteMalwareProtectionPlanOutcomeCallable
std::future< ListOrganizationAdminAccountsOutcome > ListOrganizationAdminAccountsOutcomeCallable
Aws::Utils::Outcome< ListThreatIntelSetsResult, GuardDutyError > ListThreatIntelSetsOutcome
std::future< ArchiveFindingsOutcome > ArchiveFindingsOutcomeCallable
std::future< CreateFilterOutcome > CreateFilterOutcomeCallable
std::future< DeleteTrustedEntitySetOutcome > DeleteTrustedEntitySetOutcomeCallable
Aws::Utils::Outcome< ListInvitationsResult, GuardDutyError > ListInvitationsOutcome
Aws::Utils::Outcome< UpdateMalwareScanSettingsResult, GuardDutyError > UpdateMalwareScanSettingsOutcome
Aws::Utils::Outcome< GetAdministratorAccountResult, GuardDutyError > GetAdministratorAccountOutcome
Aws::Utils::Outcome< GetDetectorResult, GuardDutyError > GetDetectorOutcome
Aws::Utils::Outcome< Aws::NoResult, GuardDutyError > DeleteMalwareProtectionPlanOutcome
std::future< ListFindingsOutcome > ListFindingsOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< CreateMalwareProtectionPlanResult, GuardDutyError > CreateMalwareProtectionPlanOutcome
Aws::Utils::Outcome< DeclineInvitationsResult, GuardDutyError > DeclineInvitationsOutcome
std::future< CreateSampleFindingsOutcome > CreateSampleFindingsOutcomeCallable
Aws::Utils::Outcome< UnarchiveFindingsResult, GuardDutyError > UnarchiveFindingsOutcome
Aws::Utils::Outcome< DisassociateMembersResult, GuardDutyError > DisassociateMembersOutcome
std::future< UpdateTrustedEntitySetOutcome > UpdateTrustedEntitySetOutcomeCallable
std::future< DisassociateFromAdministratorAccountOutcome > DisassociateFromAdministratorAccountOutcomeCallable
Aws::Utils::Outcome< DeleteDetectorResult, GuardDutyError > DeleteDetectorOutcome
Aws::Utils::Outcome< UpdateIPSetResult, GuardDutyError > UpdateIPSetOutcome
std::function< void(const GuardDutyClient *, const Model::GetInvitationsCountRequest &, const Model::GetInvitationsCountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetInvitationsCountResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetFilterRequest &, const Model::GetFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFilterResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::CreateSampleFindingsRequest &, const Model::CreateSampleFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateSampleFindingsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListMalwareScansRequest &, const Model::ListMalwareScansOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMalwareScansResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListOrganizationAdminAccountsRequest &, const Model::ListOrganizationAdminAccountsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListOrganizationAdminAccountsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::CreateMalwareProtectionPlanRequest &, const Model::CreateMalwareProtectionPlanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMalwareProtectionPlanResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdateMalwareScanSettingsRequest &, const Model::UpdateMalwareScanSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateMalwareScanSettingsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ArchiveFindingsRequest &, const Model::ArchiveFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ArchiveFindingsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdateThreatEntitySetRequest &, const Model::UpdateThreatEntitySetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateThreatEntitySetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdateFilterRequest &, const Model::UpdateFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFilterResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListDetectorsRequest &, const Model::ListDetectorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDetectorsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetMemberDetectorsRequest &, const Model::GetMemberDetectorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMemberDetectorsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListMalwareProtectionPlansRequest &, const Model::ListMalwareProtectionPlansOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMalwareProtectionPlansResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::StopMonitoringMembersRequest &, const Model::StopMonitoringMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopMonitoringMembersResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DeleteInvitationsRequest &, const Model::DeleteInvitationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteInvitationsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::CreateThreatIntelSetRequest &, const Model::CreateThreatIntelSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateThreatIntelSetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::AcceptAdministratorInvitationRequest &, const Model::AcceptAdministratorInvitationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AcceptAdministratorInvitationResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetCoverageStatisticsRequest &, const Model::GetCoverageStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCoverageStatisticsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdateOrganizationConfigurationRequest &, const Model::UpdateOrganizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateOrganizationConfigurationResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListFindingsRequest &, const Model::ListFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFindingsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DeclineInvitationsRequest &, const Model::DeclineInvitationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeclineInvitationsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdateMemberDetectorsRequest &, const Model::UpdateMemberDetectorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateMemberDetectorsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListThreatIntelSetsRequest &, const Model::ListThreatIntelSetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListThreatIntelSetsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::EnableOrganizationAdminAccountRequest &, const Model::EnableOrganizationAdminAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableOrganizationAdminAccountResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListIPSetsRequest &, const Model::ListIPSetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListIPSetsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdateIPSetRequest &, const Model::UpdateIPSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateIPSetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::CreateIPSetRequest &, const Model::CreateIPSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateIPSetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DeleteDetectorRequest &, const Model::DeleteDetectorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDetectorResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DeleteMalwareProtectionPlanRequest &, const Model::DeleteMalwareProtectionPlanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMalwareProtectionPlanResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetMalwareScanRequest &, const Model::GetMalwareScanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMalwareScanResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetDetectorRequest &, const Model::GetDetectorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDetectorResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetIPSetRequest &, const Model::GetIPSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetIPSetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::StartMalwareScanRequest &, const Model::StartMalwareScanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartMalwareScanResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetMembersRequest &, const Model::GetMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMembersResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetRemainingFreeTrialDaysRequest &, const Model::GetRemainingFreeTrialDaysOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRemainingFreeTrialDaysResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetMalwareScanSettingsRequest &, const Model::GetMalwareScanSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMalwareScanSettingsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::CreateThreatEntitySetRequest &, const Model::CreateThreatEntitySetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateThreatEntitySetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::CreateMembersRequest &, const Model::CreateMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMembersResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DeleteThreatEntitySetRequest &, const Model::DeleteThreatEntitySetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteThreatEntitySetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListFiltersRequest &, const Model::ListFiltersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFiltersResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DeleteThreatIntelSetRequest &, const Model::DeleteThreatIntelSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteThreatIntelSetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetThreatIntelSetRequest &, const Model::GetThreatIntelSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetThreatIntelSetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListInvitationsRequest &, const Model::ListInvitationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListInvitationsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::CreatePublishingDestinationRequest &, const Model::CreatePublishingDestinationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreatePublishingDestinationResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdateMalwareProtectionPlanRequest &, const Model::UpdateMalwareProtectionPlanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateMalwareProtectionPlanResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DeleteTrustedEntitySetRequest &, const Model::DeleteTrustedEntitySetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteTrustedEntitySetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdatePublishingDestinationRequest &, const Model::UpdatePublishingDestinationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdatePublishingDestinationResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetUsageStatisticsRequest &, const Model::GetUsageStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetUsageStatisticsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::SendObjectMalwareScanRequest &, const Model::SendObjectMalwareScanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SendObjectMalwareScanResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::StartMonitoringMembersRequest &, const Model::StartMonitoringMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartMonitoringMembersResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DisassociateFromAdministratorAccountRequest &, const Model::DisassociateFromAdministratorAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateFromAdministratorAccountResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DescribeOrganizationConfigurationRequest &, const Model::DescribeOrganizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeOrganizationConfigurationResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DescribeMalwareScansRequest &, const Model::DescribeMalwareScansOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeMalwareScansResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListTrustedEntitySetsRequest &, const Model::ListTrustedEntitySetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTrustedEntitySetsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListThreatEntitySetsRequest &, const Model::ListThreatEntitySetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListThreatEntitySetsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::InviteMembersRequest &, const Model::InviteMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> InviteMembersResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::CreateDetectorRequest &, const Model::CreateDetectorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDetectorResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdateDetectorRequest &, const Model::UpdateDetectorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateDetectorResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetOrganizationStatisticsRequest &, const Model::GetOrganizationStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetOrganizationStatisticsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DisassociateMembersRequest &, const Model::DisassociateMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateMembersResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DeleteMembersRequest &, const Model::DeleteMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMembersResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListCoverageRequest &, const Model::ListCoverageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCoverageResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdateThreatIntelSetRequest &, const Model::UpdateThreatIntelSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateThreatIntelSetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DescribePublishingDestinationRequest &, const Model::DescribePublishingDestinationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribePublishingDestinationResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetThreatEntitySetRequest &, const Model::GetThreatEntitySetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetThreatEntitySetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetAdministratorAccountRequest &, const Model::GetAdministratorAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAdministratorAccountResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DeleteFilterRequest &, const Model::DeleteFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteFilterResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetTrustedEntitySetRequest &, const Model::GetTrustedEntitySetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetTrustedEntitySetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetMalwareProtectionPlanRequest &, const Model::GetMalwareProtectionPlanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMalwareProtectionPlanResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetFindingsStatisticsRequest &, const Model::GetFindingsStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFindingsStatisticsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DeleteIPSetRequest &, const Model::DeleteIPSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteIPSetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::CreateTrustedEntitySetRequest &, const Model::CreateTrustedEntitySetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateTrustedEntitySetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::CreateFilterRequest &, const Model::CreateFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateFilterResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdateFindingsFeedbackRequest &, const Model::UpdateFindingsFeedbackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFindingsFeedbackResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DisableOrganizationAdminAccountRequest &, const Model::DisableOrganizationAdminAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableOrganizationAdminAccountResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::DeletePublishingDestinationRequest &, const Model::DeletePublishingDestinationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeletePublishingDestinationResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UnarchiveFindingsRequest &, const Model::UnarchiveFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UnarchiveFindingsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::UpdateTrustedEntitySetRequest &, const Model::UpdateTrustedEntitySetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateTrustedEntitySetResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListMembersRequest &, const Model::ListMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMembersResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::GetFindingsRequest &, const Model::GetFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFindingsResponseReceivedHandler
std::function< void(const GuardDutyClient *, const Model::ListPublishingDestinationsRequest &, const Model::ListPublishingDestinationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPublishingDestinationsResponseReceivedHandler