AWS SDK for C++

AWS SDK for C++ Version 1.11.812

Loading...
Searching...
No Matches
SecurityAgentServiceClientModel.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/securityagent/SecurityAgentEndpointProvider.h>
15#include <aws/securityagent/SecurityAgentErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in SecurityAgentClient header */
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>
88/* End of service model headers required in SecurityAgentClient header */
89
90namespace Aws {
91namespace Http {
92class HttpClient;
93class HttpClientFactory;
94} // namespace Http
95
96namespace Utils {
97template <typename R, typename E>
98class Outcome;
99
100namespace Threading {
101class Executor;
102} // namespace Threading
103} // namespace Utils
104
105namespace Auth {
106class AWSCredentials;
107class AWSCredentialsProvider;
108} // namespace Auth
109
110namespace Client {
111class RetryStrategy;
112} // namespace Client
113
114namespace SecurityAgent {
118
119namespace Model {
120/* Service model forward declarations required in SecurityAgentClient header */
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;
182/* End of service model forward declarations required in SecurityAgentClient header */
183
184/* Service model Outcome class definitions */
246/* End of service model Outcome class definitions */
247
248/* Service model Outcome callable definitions */
249typedef std::future<AddArtifactOutcome> AddArtifactOutcomeCallable;
250typedef std::future<BatchDeleteCodeReviewsOutcome> BatchDeleteCodeReviewsOutcomeCallable;
251typedef std::future<BatchDeletePentestsOutcome> BatchDeletePentestsOutcomeCallable;
252typedef std::future<BatchGetAgentSpacesOutcome> BatchGetAgentSpacesOutcomeCallable;
253typedef std::future<BatchGetArtifactMetadataOutcome> BatchGetArtifactMetadataOutcomeCallable;
254typedef std::future<BatchGetCodeReviewJobTasksOutcome> BatchGetCodeReviewJobTasksOutcomeCallable;
255typedef std::future<BatchGetCodeReviewJobsOutcome> BatchGetCodeReviewJobsOutcomeCallable;
256typedef std::future<BatchGetCodeReviewsOutcome> BatchGetCodeReviewsOutcomeCallable;
257typedef std::future<BatchGetFindingsOutcome> BatchGetFindingsOutcomeCallable;
258typedef std::future<BatchGetPentestJobTasksOutcome> BatchGetPentestJobTasksOutcomeCallable;
259typedef std::future<BatchGetPentestJobsOutcome> BatchGetPentestJobsOutcomeCallable;
260typedef std::future<BatchGetPentestsOutcome> BatchGetPentestsOutcomeCallable;
261typedef std::future<BatchGetTargetDomainsOutcome> BatchGetTargetDomainsOutcomeCallable;
262typedef std::future<CreateAgentSpaceOutcome> CreateAgentSpaceOutcomeCallable;
263typedef std::future<CreateApplicationOutcome> CreateApplicationOutcomeCallable;
264typedef std::future<CreateCodeReviewOutcome> CreateCodeReviewOutcomeCallable;
265typedef std::future<CreateIntegrationOutcome> CreateIntegrationOutcomeCallable;
266typedef std::future<CreateMembershipOutcome> CreateMembershipOutcomeCallable;
267typedef std::future<CreatePentestOutcome> CreatePentestOutcomeCallable;
268typedef std::future<CreateTargetDomainOutcome> CreateTargetDomainOutcomeCallable;
269typedef std::future<DeleteAgentSpaceOutcome> DeleteAgentSpaceOutcomeCallable;
270typedef std::future<DeleteApplicationOutcome> DeleteApplicationOutcomeCallable;
271typedef std::future<DeleteArtifactOutcome> DeleteArtifactOutcomeCallable;
272typedef std::future<DeleteIntegrationOutcome> DeleteIntegrationOutcomeCallable;
273typedef std::future<DeleteMembershipOutcome> DeleteMembershipOutcomeCallable;
274typedef std::future<DeleteTargetDomainOutcome> DeleteTargetDomainOutcomeCallable;
275typedef std::future<GetApplicationOutcome> GetApplicationOutcomeCallable;
276typedef std::future<GetArtifactOutcome> GetArtifactOutcomeCallable;
277typedef std::future<GetIntegrationOutcome> GetIntegrationOutcomeCallable;
278typedef std::future<InitiateProviderRegistrationOutcome> InitiateProviderRegistrationOutcomeCallable;
279typedef std::future<ListAgentSpacesOutcome> ListAgentSpacesOutcomeCallable;
280typedef std::future<ListApplicationsOutcome> ListApplicationsOutcomeCallable;
281typedef std::future<ListArtifactsOutcome> ListArtifactsOutcomeCallable;
282typedef std::future<ListCodeReviewJobTasksOutcome> ListCodeReviewJobTasksOutcomeCallable;
283typedef std::future<ListCodeReviewJobsForCodeReviewOutcome> ListCodeReviewJobsForCodeReviewOutcomeCallable;
284typedef std::future<ListCodeReviewsOutcome> ListCodeReviewsOutcomeCallable;
285typedef std::future<ListDiscoveredEndpointsOutcome> ListDiscoveredEndpointsOutcomeCallable;
286typedef std::future<ListFindingsOutcome> ListFindingsOutcomeCallable;
287typedef std::future<ListIntegratedResourcesOutcome> ListIntegratedResourcesOutcomeCallable;
288typedef std::future<ListIntegrationsOutcome> ListIntegrationsOutcomeCallable;
289typedef std::future<ListMembershipsOutcome> ListMembershipsOutcomeCallable;
290typedef std::future<ListPentestJobTasksOutcome> ListPentestJobTasksOutcomeCallable;
291typedef std::future<ListPentestJobsForPentestOutcome> ListPentestJobsForPentestOutcomeCallable;
292typedef std::future<ListPentestsOutcome> ListPentestsOutcomeCallable;
293typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
294typedef std::future<ListTargetDomainsOutcome> ListTargetDomainsOutcomeCallable;
295typedef std::future<StartCodeRemediationOutcome> StartCodeRemediationOutcomeCallable;
296typedef std::future<StartCodeReviewJobOutcome> StartCodeReviewJobOutcomeCallable;
297typedef std::future<StartPentestJobOutcome> StartPentestJobOutcomeCallable;
298typedef std::future<StopCodeReviewJobOutcome> StopCodeReviewJobOutcomeCallable;
299typedef std::future<StopPentestJobOutcome> StopPentestJobOutcomeCallable;
300typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
301typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
302typedef std::future<UpdateAgentSpaceOutcome> UpdateAgentSpaceOutcomeCallable;
303typedef std::future<UpdateApplicationOutcome> UpdateApplicationOutcomeCallable;
304typedef std::future<UpdateCodeReviewOutcome> UpdateCodeReviewOutcomeCallable;
305typedef std::future<UpdateFindingOutcome> UpdateFindingOutcomeCallable;
306typedef std::future<UpdateIntegratedResourcesOutcome> UpdateIntegratedResourcesOutcomeCallable;
307typedef std::future<UpdatePentestOutcome> UpdatePentestOutcomeCallable;
308typedef std::future<UpdateTargetDomainOutcome> UpdateTargetDomainOutcomeCallable;
309typedef std::future<VerifyTargetDomainOutcome> VerifyTargetDomainOutcomeCallable;
310/* End of service model Outcome callable definitions */
311} // namespace Model
312
314
315/* Service model async handlers definitions */
316typedef std::function<void(const SecurityAgentClient*, const Model::AddArtifactRequest&, const Model::AddArtifactOutcome&,
317 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
319typedef std::function<void(const SecurityAgentClient*, const Model::BatchDeleteCodeReviewsRequest&,
320 const Model::BatchDeleteCodeReviewsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
322typedef std::function<void(const SecurityAgentClient*, const Model::BatchDeletePentestsRequest&, const Model::BatchDeletePentestsOutcome&,
323 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
325typedef std::function<void(const SecurityAgentClient*, const Model::BatchGetAgentSpacesRequest&, const Model::BatchGetAgentSpacesOutcome&,
326 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
328typedef std::function<void(const SecurityAgentClient*, const Model::BatchGetArtifactMetadataRequest&,
329 const Model::BatchGetArtifactMetadataOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
331typedef std::function<void(const SecurityAgentClient*, const Model::BatchGetCodeReviewJobTasksRequest&,
332 const Model::BatchGetCodeReviewJobTasksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
334typedef std::function<void(const SecurityAgentClient*, const Model::BatchGetCodeReviewJobsRequest&,
335 const Model::BatchGetCodeReviewJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
337typedef std::function<void(const SecurityAgentClient*, const Model::BatchGetCodeReviewsRequest&, const Model::BatchGetCodeReviewsOutcome&,
338 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
340typedef std::function<void(const SecurityAgentClient*, const Model::BatchGetFindingsRequest&, const Model::BatchGetFindingsOutcome&,
341 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
343typedef std::function<void(const SecurityAgentClient*, const Model::BatchGetPentestJobTasksRequest&,
344 const Model::BatchGetPentestJobTasksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
346typedef std::function<void(const SecurityAgentClient*, const Model::BatchGetPentestJobsRequest&, const Model::BatchGetPentestJobsOutcome&,
347 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
349typedef std::function<void(const SecurityAgentClient*, const Model::BatchGetPentestsRequest&, const Model::BatchGetPentestsOutcome&,
350 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
352typedef std::function<void(const SecurityAgentClient*, const Model::BatchGetTargetDomainsRequest&,
353 const Model::BatchGetTargetDomainsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
355typedef std::function<void(const SecurityAgentClient*, const Model::CreateAgentSpaceRequest&, const Model::CreateAgentSpaceOutcome&,
356 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
358typedef std::function<void(const SecurityAgentClient*, const Model::CreateApplicationRequest&, const Model::CreateApplicationOutcome&,
359 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
361typedef std::function<void(const SecurityAgentClient*, const Model::CreateCodeReviewRequest&, const Model::CreateCodeReviewOutcome&,
362 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
364typedef std::function<void(const SecurityAgentClient*, const Model::CreateIntegrationRequest&, const Model::CreateIntegrationOutcome&,
365 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
367typedef std::function<void(const SecurityAgentClient*, const Model::CreateMembershipRequest&, const Model::CreateMembershipOutcome&,
368 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
370typedef std::function<void(const SecurityAgentClient*, const Model::CreatePentestRequest&, const Model::CreatePentestOutcome&,
371 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
373typedef std::function<void(const SecurityAgentClient*, const Model::CreateTargetDomainRequest&, const Model::CreateTargetDomainOutcome&,
374 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
376typedef std::function<void(const SecurityAgentClient*, const Model::DeleteAgentSpaceRequest&, const Model::DeleteAgentSpaceOutcome&,
377 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
379typedef std::function<void(const SecurityAgentClient*, const Model::DeleteApplicationRequest&, const Model::DeleteApplicationOutcome&,
380 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
382typedef std::function<void(const SecurityAgentClient*, const Model::DeleteArtifactRequest&, const Model::DeleteArtifactOutcome&,
383 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
385typedef std::function<void(const SecurityAgentClient*, const Model::DeleteIntegrationRequest&, const Model::DeleteIntegrationOutcome&,
386 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
388typedef std::function<void(const SecurityAgentClient*, const Model::DeleteMembershipRequest&, const Model::DeleteMembershipOutcome&,
389 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
391typedef std::function<void(const SecurityAgentClient*, const Model::DeleteTargetDomainRequest&, const Model::DeleteTargetDomainOutcome&,
392 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
394typedef std::function<void(const SecurityAgentClient*, const Model::GetApplicationRequest&, const Model::GetApplicationOutcome&,
395 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
397typedef std::function<void(const SecurityAgentClient*, const Model::GetArtifactRequest&, const Model::GetArtifactOutcome&,
398 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
400typedef std::function<void(const SecurityAgentClient*, const Model::GetIntegrationRequest&, const Model::GetIntegrationOutcome&,
401 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
403typedef std::function<void(const SecurityAgentClient*, const Model::InitiateProviderRegistrationRequest&,
405 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
407typedef std::function<void(const SecurityAgentClient*, const Model::ListAgentSpacesRequest&, const Model::ListAgentSpacesOutcome&,
408 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
410typedef std::function<void(const SecurityAgentClient*, const Model::ListApplicationsRequest&, const Model::ListApplicationsOutcome&,
411 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
413typedef std::function<void(const SecurityAgentClient*, const Model::ListArtifactsRequest&, const Model::ListArtifactsOutcome&,
414 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
416typedef std::function<void(const SecurityAgentClient*, const Model::ListCodeReviewJobTasksRequest&,
417 const Model::ListCodeReviewJobTasksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
419typedef std::function<void(const SecurityAgentClient*, const Model::ListCodeReviewJobsForCodeReviewRequest&,
421 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
423typedef std::function<void(const SecurityAgentClient*, const Model::ListCodeReviewsRequest&, const Model::ListCodeReviewsOutcome&,
424 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
426typedef std::function<void(const SecurityAgentClient*, const Model::ListDiscoveredEndpointsRequest&,
427 const Model::ListDiscoveredEndpointsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
429typedef std::function<void(const SecurityAgentClient*, const Model::ListFindingsRequest&, const Model::ListFindingsOutcome&,
430 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
432typedef std::function<void(const SecurityAgentClient*, const Model::ListIntegratedResourcesRequest&,
433 const Model::ListIntegratedResourcesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
435typedef std::function<void(const SecurityAgentClient*, const Model::ListIntegrationsRequest&, const Model::ListIntegrationsOutcome&,
436 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
438typedef std::function<void(const SecurityAgentClient*, const Model::ListMembershipsRequest&, const Model::ListMembershipsOutcome&,
439 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
441typedef std::function<void(const SecurityAgentClient*, const Model::ListPentestJobTasksRequest&, const Model::ListPentestJobTasksOutcome&,
442 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
444typedef std::function<void(const SecurityAgentClient*, const Model::ListPentestJobsForPentestRequest&,
445 const Model::ListPentestJobsForPentestOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
447typedef std::function<void(const SecurityAgentClient*, const Model::ListPentestsRequest&, const Model::ListPentestsOutcome&,
448 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
450typedef std::function<void(const SecurityAgentClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
451 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
453typedef std::function<void(const SecurityAgentClient*, const Model::ListTargetDomainsRequest&, const Model::ListTargetDomainsOutcome&,
454 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
457 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
459typedef std::function<void(const SecurityAgentClient*, const Model::StartCodeReviewJobRequest&, const Model::StartCodeReviewJobOutcome&,
460 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
462typedef std::function<void(const SecurityAgentClient*, const Model::StartPentestJobRequest&, const Model::StartPentestJobOutcome&,
463 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
465typedef std::function<void(const SecurityAgentClient*, const Model::StopCodeReviewJobRequest&, const Model::StopCodeReviewJobOutcome&,
466 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
468typedef std::function<void(const SecurityAgentClient*, const Model::StopPentestJobRequest&, const Model::StopPentestJobOutcome&,
469 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
471typedef std::function<void(const SecurityAgentClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
472 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
474typedef std::function<void(const SecurityAgentClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
475 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
477typedef std::function<void(const SecurityAgentClient*, const Model::UpdateAgentSpaceRequest&, const Model::UpdateAgentSpaceOutcome&,
478 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
480typedef std::function<void(const SecurityAgentClient*, const Model::UpdateApplicationRequest&, const Model::UpdateApplicationOutcome&,
481 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
483typedef std::function<void(const SecurityAgentClient*, const Model::UpdateCodeReviewRequest&, const Model::UpdateCodeReviewOutcome&,
484 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
486typedef std::function<void(const SecurityAgentClient*, const Model::UpdateFindingRequest&, const Model::UpdateFindingOutcome&,
487 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
489typedef std::function<void(const SecurityAgentClient*, const Model::UpdateIntegratedResourcesRequest&,
490 const Model::UpdateIntegratedResourcesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
492typedef std::function<void(const SecurityAgentClient*, const Model::UpdatePentestRequest&, const Model::UpdatePentestOutcome&,
493 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
495typedef std::function<void(const SecurityAgentClient*, const Model::UpdateTargetDomainRequest&, const Model::UpdateTargetDomainOutcome&,
496 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
498typedef std::function<void(const SecurityAgentClient*, const Model::VerifyTargetDomainRequest&, const Model::VerifyTargetDomainOutcome&,
499 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
501/* End of service model async handlers definitions */
502} // namespace SecurityAgent
503} // namespace Aws
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