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/securityagent/SecurityAgentEndpointProvider.h>
15#include <aws/securityagent/SecurityAgentErrors.h>
22#include <aws/core/NoResult.h>
23#include <aws/securityagent/model/AddArtifactResult.h>
24#include <aws/securityagent/model/BatchDeleteCodeReviewsResult.h>
25#include <aws/securityagent/model/BatchDeletePentestsResult.h>
26#include <aws/securityagent/model/BatchGetAgentSpacesResult.h>
27#include <aws/securityagent/model/BatchGetArtifactMetadataResult.h>
28#include <aws/securityagent/model/BatchGetCodeReviewJobTasksResult.h>
29#include <aws/securityagent/model/BatchGetCodeReviewJobsResult.h>
30#include <aws/securityagent/model/BatchGetCodeReviewsResult.h>
31#include <aws/securityagent/model/BatchGetFindingsResult.h>
32#include <aws/securityagent/model/BatchGetPentestJobTasksResult.h>
33#include <aws/securityagent/model/BatchGetPentestJobsResult.h>
34#include <aws/securityagent/model/BatchGetPentestsResult.h>
35#include <aws/securityagent/model/BatchGetTargetDomainsResult.h>
36#include <aws/securityagent/model/CreateAgentSpaceResult.h>
37#include <aws/securityagent/model/CreateApplicationRequest.h>
38#include <aws/securityagent/model/CreateApplicationResult.h>
39#include <aws/securityagent/model/CreateCodeReviewResult.h>
40#include <aws/securityagent/model/CreateIntegrationResult.h>
41#include <aws/securityagent/model/CreateMembershipResult.h>
42#include <aws/securityagent/model/CreatePentestResult.h>
43#include <aws/securityagent/model/CreateTargetDomainResult.h>
44#include <aws/securityagent/model/DeleteAgentSpaceResult.h>
45#include <aws/securityagent/model/DeleteArtifactResult.h>
46#include <aws/securityagent/model/DeleteIntegrationResult.h>
47#include <aws/securityagent/model/DeleteMembershipResult.h>
48#include <aws/securityagent/model/DeleteTargetDomainResult.h>
49#include <aws/securityagent/model/GetApplicationResult.h>
50#include <aws/securityagent/model/GetArtifactResult.h>
51#include <aws/securityagent/model/GetIntegrationResult.h>
52#include <aws/securityagent/model/InitiateProviderRegistrationResult.h>
53#include <aws/securityagent/model/ListAgentSpacesRequest.h>
54#include <aws/securityagent/model/ListAgentSpacesResult.h>
55#include <aws/securityagent/model/ListApplicationsRequest.h>
56#include <aws/securityagent/model/ListApplicationsResult.h>
57#include <aws/securityagent/model/ListArtifactsResult.h>
58#include <aws/securityagent/model/ListCodeReviewJobTasksResult.h>
59#include <aws/securityagent/model/ListCodeReviewJobsForCodeReviewResult.h>
60#include <aws/securityagent/model/ListCodeReviewsResult.h>
61#include <aws/securityagent/model/ListDiscoveredEndpointsResult.h>
62#include <aws/securityagent/model/ListFindingsResult.h>
63#include <aws/securityagent/model/ListIntegratedResourcesResult.h>
64#include <aws/securityagent/model/ListIntegrationsRequest.h>
65#include <aws/securityagent/model/ListIntegrationsResult.h>
66#include <aws/securityagent/model/ListMembershipsResult.h>
67#include <aws/securityagent/model/ListPentestJobTasksResult.h>
68#include <aws/securityagent/model/ListPentestJobsForPentestResult.h>
69#include <aws/securityagent/model/ListPentestsResult.h>
70#include <aws/securityagent/model/ListTagsForResourceResult.h>
71#include <aws/securityagent/model/ListTargetDomainsRequest.h>
72#include <aws/securityagent/model/ListTargetDomainsResult.h>
73#include <aws/securityagent/model/StartCodeRemediationResult.h>
74#include <aws/securityagent/model/StartCodeReviewJobResult.h>
75#include <aws/securityagent/model/StartPentestJobResult.h>
76#include <aws/securityagent/model/StopCodeReviewJobResult.h>
77#include <aws/securityagent/model/StopPentestJobResult.h>
78#include <aws/securityagent/model/TagResourceResult.h>
79#include <aws/securityagent/model/UntagResourceResult.h>
80#include <aws/securityagent/model/UpdateAgentSpaceResult.h>
81#include <aws/securityagent/model/UpdateApplicationResult.h>
82#include <aws/securityagent/model/UpdateCodeReviewResult.h>
83#include <aws/securityagent/model/UpdateFindingResult.h>
84#include <aws/securityagent/model/UpdateIntegratedResourcesResult.h>
85#include <aws/securityagent/model/UpdatePentestResult.h>
86#include <aws/securityagent/model/UpdateTargetDomainResult.h>
87#include <aws/securityagent/model/VerifyTargetDomainResult.h>
93class HttpClientFactory;
97template <
typename R,
typename E>
107class AWSCredentialsProvider;
114namespace SecurityAgent {
121class AddArtifactRequest;
122class BatchDeleteCodeReviewsRequest;
123class BatchDeletePentestsRequest;
124class BatchGetAgentSpacesRequest;
125class BatchGetArtifactMetadataRequest;
126class BatchGetCodeReviewJobTasksRequest;
127class BatchGetCodeReviewJobsRequest;
128class BatchGetCodeReviewsRequest;
129class BatchGetFindingsRequest;
130class BatchGetPentestJobTasksRequest;
131class BatchGetPentestJobsRequest;
132class BatchGetPentestsRequest;
133class BatchGetTargetDomainsRequest;
134class CreateAgentSpaceRequest;
135class CreateApplicationRequest;
136class CreateCodeReviewRequest;
137class CreateIntegrationRequest;
138class CreateMembershipRequest;
139class CreatePentestRequest;
140class CreateTargetDomainRequest;
141class DeleteAgentSpaceRequest;
142class DeleteApplicationRequest;
143class DeleteArtifactRequest;
144class DeleteIntegrationRequest;
145class DeleteMembershipRequest;
146class DeleteTargetDomainRequest;
147class GetApplicationRequest;
148class GetArtifactRequest;
149class GetIntegrationRequest;
150class InitiateProviderRegistrationRequest;
151class ListAgentSpacesRequest;
152class ListApplicationsRequest;
153class ListArtifactsRequest;
154class ListCodeReviewJobTasksRequest;
155class ListCodeReviewJobsForCodeReviewRequest;
156class ListCodeReviewsRequest;
157class ListDiscoveredEndpointsRequest;
158class ListFindingsRequest;
159class ListIntegratedResourcesRequest;
160class ListIntegrationsRequest;
161class ListMembershipsRequest;
162class ListPentestJobTasksRequest;
163class ListPentestJobsForPentestRequest;
164class ListPentestsRequest;
165class ListTagsForResourceRequest;
166class ListTargetDomainsRequest;
167class StartCodeRemediationRequest;
168class StartCodeReviewJobRequest;
169class StartPentestJobRequest;
170class StopCodeReviewJobRequest;
171class StopPentestJobRequest;
172class TagResourceRequest;
173class UntagResourceRequest;
174class UpdateAgentSpaceRequest;
175class UpdateApplicationRequest;
176class UpdateCodeReviewRequest;
177class UpdateFindingRequest;
178class UpdateIntegratedResourcesRequest;
179class UpdatePentestRequest;
180class UpdateTargetDomainRequest;
181class VerifyTargetDomainRequest;
317 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
323 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
326 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
338 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
341 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
347 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
350 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
356 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
359 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
362 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
365 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
368 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
371 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
374 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
377 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
380 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
383 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
386 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
389 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
392 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
395 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
398 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
401 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
405 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
408 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
411 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
414 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
421 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
424 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
430 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
436 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
439 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
442 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
448 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
451 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
454 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
457 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
460 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
463 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
466 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
469 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
472 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
475 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
478 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
481 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
484 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
487 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
493 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
496 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
499 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
EndpointProviderBase< SecurityAgentClientConfiguration, SecurityAgentBuiltInParameters, SecurityAgentClientContextParameters > SecurityAgentEndpointProviderBase
Aws::Utils::Outcome< DeleteAgentSpaceResult, SecurityAgentError > DeleteAgentSpaceOutcome
std::future< ListPentestJobsForPentestOutcome > ListPentestJobsForPentestOutcomeCallable
std::future< InitiateProviderRegistrationOutcome > InitiateProviderRegistrationOutcomeCallable
std::future< StopPentestJobOutcome > StopPentestJobOutcomeCallable
std::future< ListCodeReviewJobsForCodeReviewOutcome > ListCodeReviewJobsForCodeReviewOutcomeCallable
std::future< ListPentestJobTasksOutcome > ListPentestJobTasksOutcomeCallable
Aws::Utils::Outcome< BatchGetPentestJobsResult, SecurityAgentError > BatchGetPentestJobsOutcome
Aws::Utils::Outcome< ListPentestJobTasksResult, SecurityAgentError > ListPentestJobTasksOutcome
std::future< UpdateTargetDomainOutcome > UpdateTargetDomainOutcomeCallable
Aws::Utils::Outcome< BatchGetArtifactMetadataResult, SecurityAgentError > BatchGetArtifactMetadataOutcome
std::future< CreateTargetDomainOutcome > CreateTargetDomainOutcomeCallable
Aws::Utils::Outcome< StartPentestJobResult, SecurityAgentError > StartPentestJobOutcome
std::future< BatchGetTargetDomainsOutcome > BatchGetTargetDomainsOutcomeCallable
std::future< BatchGetCodeReviewsOutcome > BatchGetCodeReviewsOutcomeCallable
Aws::Utils::Outcome< StartCodeReviewJobResult, SecurityAgentError > StartCodeReviewJobOutcome
Aws::Utils::Outcome< DeleteTargetDomainResult, SecurityAgentError > DeleteTargetDomainOutcome
Aws::Utils::Outcome< BatchGetAgentSpacesResult, SecurityAgentError > BatchGetAgentSpacesOutcome
std::future< BatchGetCodeReviewJobsOutcome > BatchGetCodeReviewJobsOutcomeCallable
Aws::Utils::Outcome< ListTargetDomainsResult, SecurityAgentError > ListTargetDomainsOutcome
std::future< ListDiscoveredEndpointsOutcome > ListDiscoveredEndpointsOutcomeCallable
Aws::Utils::Outcome< ListFindingsResult, SecurityAgentError > ListFindingsOutcome
Aws::Utils::Outcome< AddArtifactResult, SecurityAgentError > AddArtifactOutcome
Aws::Utils::Outcome< BatchGetFindingsResult, SecurityAgentError > BatchGetFindingsOutcome
std::future< BatchGetArtifactMetadataOutcome > BatchGetArtifactMetadataOutcomeCallable
std::future< GetApplicationOutcome > GetApplicationOutcomeCallable
std::future< DeleteTargetDomainOutcome > DeleteTargetDomainOutcomeCallable
Aws::Utils::Outcome< ListPentestsResult, SecurityAgentError > ListPentestsOutcome
Aws::Utils::Outcome< VerifyTargetDomainResult, SecurityAgentError > VerifyTargetDomainOutcome
std::future< DeleteApplicationOutcome > DeleteApplicationOutcomeCallable
std::future< ListCodeReviewJobTasksOutcome > ListCodeReviewJobTasksOutcomeCallable
Aws::Utils::Outcome< ListArtifactsResult, SecurityAgentError > ListArtifactsOutcome
Aws::Utils::Outcome< CreatePentestResult, SecurityAgentError > CreatePentestOutcome
Aws::Utils::Outcome< CreateTargetDomainResult, SecurityAgentError > CreateTargetDomainOutcome
Aws::Utils::Outcome< ListIntegratedResourcesResult, SecurityAgentError > ListIntegratedResourcesOutcome
Aws::Utils::Outcome< UpdateAgentSpaceResult, SecurityAgentError > UpdateAgentSpaceOutcome
std::future< ListTargetDomainsOutcome > ListTargetDomainsOutcomeCallable
std::future< BatchGetCodeReviewJobTasksOutcome > BatchGetCodeReviewJobTasksOutcomeCallable
Aws::Utils::Outcome< BatchGetTargetDomainsResult, SecurityAgentError > BatchGetTargetDomainsOutcome
std::future< ListFindingsOutcome > ListFindingsOutcomeCallable
Aws::Utils::Outcome< CreateMembershipResult, SecurityAgentError > CreateMembershipOutcome
Aws::Utils::Outcome< UpdateIntegratedResourcesResult, SecurityAgentError > UpdateIntegratedResourcesOutcome
Aws::Utils::Outcome< CreateApplicationResult, SecurityAgentError > CreateApplicationOutcome
Aws::Utils::Outcome< UpdateCodeReviewResult, SecurityAgentError > UpdateCodeReviewOutcome
Aws::Utils::Outcome< CreateCodeReviewResult, SecurityAgentError > CreateCodeReviewOutcome
std::future< ListArtifactsOutcome > ListArtifactsOutcomeCallable
Aws::Utils::Outcome< UpdateApplicationResult, SecurityAgentError > UpdateApplicationOutcome
std::future< StartCodeReviewJobOutcome > StartCodeReviewJobOutcomeCallable
Aws::Utils::Outcome< ListCodeReviewJobsForCodeReviewResult, SecurityAgentError > ListCodeReviewJobsForCodeReviewOutcome
std::future< ListAgentSpacesOutcome > ListAgentSpacesOutcomeCallable
std::future< ListMembershipsOutcome > ListMembershipsOutcomeCallable
std::future< BatchGetAgentSpacesOutcome > BatchGetAgentSpacesOutcomeCallable
Aws::Utils::Outcome< ListAgentSpacesResult, SecurityAgentError > ListAgentSpacesOutcome
std::future< GetArtifactOutcome > GetArtifactOutcomeCallable
std::future< StartCodeRemediationOutcome > StartCodeRemediationOutcomeCallable
Aws::Utils::Outcome< ListMembershipsResult, SecurityAgentError > ListMembershipsOutcome
std::future< UpdateFindingOutcome > UpdateFindingOutcomeCallable
Aws::Utils::Outcome< DeleteMembershipResult, SecurityAgentError > DeleteMembershipOutcome
Aws::Utils::Outcome< UpdatePentestResult, SecurityAgentError > UpdatePentestOutcome
std::future< CreateCodeReviewOutcome > CreateCodeReviewOutcomeCallable
Aws::Utils::Outcome< InitiateProviderRegistrationResult, SecurityAgentError > InitiateProviderRegistrationOutcome
std::future< BatchDeleteCodeReviewsOutcome > BatchDeleteCodeReviewsOutcomeCallable
std::future< GetIntegrationOutcome > GetIntegrationOutcomeCallable
std::future< UpdateIntegratedResourcesOutcome > UpdateIntegratedResourcesOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, SecurityAgentError > UntagResourceOutcome
Aws::Utils::Outcome< GetApplicationResult, SecurityAgentError > GetApplicationOutcome
std::future< StartPentestJobOutcome > StartPentestJobOutcomeCallable
Aws::Utils::Outcome< GetIntegrationResult, SecurityAgentError > GetIntegrationOutcome
std::future< BatchGetPentestsOutcome > BatchGetPentestsOutcomeCallable
std::future< DeleteIntegrationOutcome > DeleteIntegrationOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< BatchGetPentestsResult, SecurityAgentError > BatchGetPentestsOutcome
std::future< DeleteArtifactOutcome > DeleteArtifactOutcomeCallable
std::future< ListIntegrationsOutcome > ListIntegrationsOutcomeCallable
Aws::Utils::Outcome< BatchDeletePentestsResult, SecurityAgentError > BatchDeletePentestsOutcome
Aws::Utils::Outcome< ListCodeReviewsResult, SecurityAgentError > ListCodeReviewsOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< StopCodeReviewJobResult, SecurityAgentError > StopCodeReviewJobOutcome
std::future< BatchDeletePentestsOutcome > BatchDeletePentestsOutcomeCallable
Aws::Utils::Outcome< BatchDeleteCodeReviewsResult, SecurityAgentError > BatchDeleteCodeReviewsOutcome
std::future< CreateAgentSpaceOutcome > CreateAgentSpaceOutcomeCallable
std::future< DeleteMembershipOutcome > DeleteMembershipOutcomeCallable
Aws::Utils::Outcome< ListIntegrationsResult, SecurityAgentError > ListIntegrationsOutcome
std::future< BatchGetFindingsOutcome > BatchGetFindingsOutcomeCallable
std::future< ListIntegratedResourcesOutcome > ListIntegratedResourcesOutcomeCallable
std::future< UpdateAgentSpaceOutcome > UpdateAgentSpaceOutcomeCallable
std::future< VerifyTargetDomainOutcome > VerifyTargetDomainOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, SecurityAgentError > ListTagsForResourceOutcome
std::future< StopCodeReviewJobOutcome > StopCodeReviewJobOutcomeCallable
Aws::Utils::Outcome< ListCodeReviewJobTasksResult, SecurityAgentError > ListCodeReviewJobTasksOutcome
std::future< ListApplicationsOutcome > ListApplicationsOutcomeCallable
std::future< ListPentestsOutcome > ListPentestsOutcomeCallable
std::future< CreateIntegrationOutcome > CreateIntegrationOutcomeCallable
std::future< BatchGetPentestJobsOutcome > BatchGetPentestJobsOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, SecurityAgentError > TagResourceOutcome
Aws::Utils::Outcome< BatchGetCodeReviewJobTasksResult, SecurityAgentError > BatchGetCodeReviewJobTasksOutcome
Aws::Utils::Outcome< BatchGetCodeReviewJobsResult, SecurityAgentError > BatchGetCodeReviewJobsOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< CreatePentestOutcome > CreatePentestOutcomeCallable
std::future< UpdateCodeReviewOutcome > UpdateCodeReviewOutcomeCallable
std::future< AddArtifactOutcome > AddArtifactOutcomeCallable
Aws::Utils::Outcome< GetArtifactResult, SecurityAgentError > GetArtifactOutcome
Aws::Utils::Outcome< CreateAgentSpaceResult, SecurityAgentError > CreateAgentSpaceOutcome
Aws::Utils::Outcome< BatchGetPentestJobTasksResult, SecurityAgentError > BatchGetPentestJobTasksOutcome
Aws::Utils::Outcome< BatchGetCodeReviewsResult, SecurityAgentError > BatchGetCodeReviewsOutcome
std::future< CreateApplicationOutcome > CreateApplicationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, SecurityAgentError > DeleteApplicationOutcome
std::future< UpdatePentestOutcome > UpdatePentestOutcomeCallable
Aws::Utils::Outcome< UpdateFindingResult, SecurityAgentError > UpdateFindingOutcome
Aws::Utils::Outcome< ListDiscoveredEndpointsResult, SecurityAgentError > ListDiscoveredEndpointsOutcome
Aws::Utils::Outcome< ListApplicationsResult, SecurityAgentError > ListApplicationsOutcome
Aws::Utils::Outcome< UpdateTargetDomainResult, SecurityAgentError > UpdateTargetDomainOutcome
Aws::Utils::Outcome< StartCodeRemediationResult, SecurityAgentError > StartCodeRemediationOutcome
Aws::Utils::Outcome< DeleteArtifactResult, SecurityAgentError > DeleteArtifactOutcome
std::future< UpdateApplicationOutcome > UpdateApplicationOutcomeCallable
Aws::Utils::Outcome< CreateIntegrationResult, SecurityAgentError > CreateIntegrationOutcome
std::future< DeleteAgentSpaceOutcome > DeleteAgentSpaceOutcomeCallable
std::future< ListCodeReviewsOutcome > ListCodeReviewsOutcomeCallable
std::future< BatchGetPentestJobTasksOutcome > BatchGetPentestJobTasksOutcomeCallable
Aws::Utils::Outcome< ListPentestJobsForPentestResult, SecurityAgentError > ListPentestJobsForPentestOutcome
Aws::Utils::Outcome< DeleteIntegrationResult, SecurityAgentError > DeleteIntegrationOutcome
Aws::Utils::Outcome< StopPentestJobResult, SecurityAgentError > StopPentestJobOutcome
std::future< CreateMembershipOutcome > CreateMembershipOutcomeCallable
std::function< void(const SecurityAgentClient *, const Model::CreatePentestRequest &, const Model::CreatePentestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreatePentestResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::CreateCodeReviewRequest &, const Model::CreateCodeReviewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateCodeReviewResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::UpdatePentestRequest &, const Model::UpdatePentestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdatePentestResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchGetFindingsRequest &, const Model::BatchGetFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetFindingsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListTargetDomainsRequest &, const Model::ListTargetDomainsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTargetDomainsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchGetPentestJobTasksRequest &, const Model::BatchGetPentestJobTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetPentestJobTasksResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::CreateIntegrationRequest &, const Model::CreateIntegrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateIntegrationResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListFindingsRequest &, const Model::ListFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFindingsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListApplicationsRequest &, const Model::ListApplicationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListApplicationsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchGetAgentSpacesRequest &, const Model::BatchGetAgentSpacesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetAgentSpacesResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchGetTargetDomainsRequest &, const Model::BatchGetTargetDomainsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetTargetDomainsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::StartCodeRemediationRequest &, const Model::StartCodeRemediationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartCodeRemediationResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::StopPentestJobRequest &, const Model::StopPentestJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopPentestJobResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::VerifyTargetDomainRequest &, const Model::VerifyTargetDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> VerifyTargetDomainResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::GetArtifactRequest &, const Model::GetArtifactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetArtifactResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListDiscoveredEndpointsRequest &, const Model::ListDiscoveredEndpointsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDiscoveredEndpointsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchGetArtifactMetadataRequest &, const Model::BatchGetArtifactMetadataOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetArtifactMetadataResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::StopCodeReviewJobRequest &, const Model::StopCodeReviewJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopCodeReviewJobResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchGetPentestsRequest &, const Model::BatchGetPentestsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetPentestsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::CreateTargetDomainRequest &, const Model::CreateTargetDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateTargetDomainResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchGetCodeReviewsRequest &, const Model::BatchGetCodeReviewsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetCodeReviewsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListCodeReviewJobsForCodeReviewRequest &, const Model::ListCodeReviewJobsForCodeReviewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCodeReviewJobsForCodeReviewResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::DeleteIntegrationRequest &, const Model::DeleteIntegrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteIntegrationResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListIntegrationsRequest &, const Model::ListIntegrationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListIntegrationsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::UpdateFindingRequest &, const Model::UpdateFindingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFindingResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::UpdateIntegratedResourcesRequest &, const Model::UpdateIntegratedResourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateIntegratedResourcesResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListCodeReviewsRequest &, const Model::ListCodeReviewsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCodeReviewsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::CreateMembershipRequest &, const Model::CreateMembershipOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMembershipResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::AddArtifactRequest &, const Model::AddArtifactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddArtifactResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::StartCodeReviewJobRequest &, const Model::StartCodeReviewJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartCodeReviewJobResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::DeleteApplicationRequest &, const Model::DeleteApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteApplicationResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListPentestsRequest &, const Model::ListPentestsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPentestsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListIntegratedResourcesRequest &, const Model::ListIntegratedResourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListIntegratedResourcesResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::UpdateApplicationRequest &, const Model::UpdateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateApplicationResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::DeleteMembershipRequest &, const Model::DeleteMembershipOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMembershipResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::UpdateCodeReviewRequest &, const Model::UpdateCodeReviewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateCodeReviewResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::GetApplicationRequest &, const Model::GetApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetApplicationResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::UpdateAgentSpaceRequest &, const Model::UpdateAgentSpaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateAgentSpaceResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListPentestJobTasksRequest &, const Model::ListPentestJobTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPentestJobTasksResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::CreateAgentSpaceRequest &, const Model::CreateAgentSpaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateAgentSpaceResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListCodeReviewJobTasksRequest &, const Model::ListCodeReviewJobTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCodeReviewJobTasksResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::InitiateProviderRegistrationRequest &, const Model::InitiateProviderRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> InitiateProviderRegistrationResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::DeleteArtifactRequest &, const Model::DeleteArtifactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteArtifactResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::StartPentestJobRequest &, const Model::StartPentestJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartPentestJobResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::CreateApplicationRequest &, const Model::CreateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateApplicationResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::GetIntegrationRequest &, const Model::GetIntegrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetIntegrationResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchDeletePentestsRequest &, const Model::BatchDeletePentestsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchDeletePentestsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::UpdateTargetDomainRequest &, const Model::UpdateTargetDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateTargetDomainResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchGetCodeReviewJobTasksRequest &, const Model::BatchGetCodeReviewJobTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetCodeReviewJobTasksResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListPentestJobsForPentestRequest &, const Model::ListPentestJobsForPentestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPentestJobsForPentestResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListAgentSpacesRequest &, const Model::ListAgentSpacesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAgentSpacesResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::DeleteAgentSpaceRequest &, const Model::DeleteAgentSpaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteAgentSpaceResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::DeleteTargetDomainRequest &, const Model::DeleteTargetDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteTargetDomainResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListArtifactsRequest &, const Model::ListArtifactsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListArtifactsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchDeleteCodeReviewsRequest &, const Model::BatchDeleteCodeReviewsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchDeleteCodeReviewsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::ListMembershipsRequest &, const Model::ListMembershipsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMembershipsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchGetCodeReviewJobsRequest &, const Model::BatchGetCodeReviewJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetCodeReviewJobsResponseReceivedHandler
std::function< void(const SecurityAgentClient *, const Model::BatchGetPentestJobsRequest &, const Model::BatchGetPentestJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetPentestJobsResponseReceivedHandler