AWS SDK for C++

AWS SDK for C++ Version 1.11.901

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::SecurityAgent Namespace Reference

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  Pagination
 
 

Classes

 
 
 
 
 
 

Typedefs

 
 
 
 
 
 
 
 
 
 
 
 
 
 
using ListPentestsPaginator = Aws::Utils::Pagination::Paginator< SecurityAgentClient, Model::ListPentestsRequest, Pagination::ListPentestsPaginationTraits< SecurityAgentClient > >
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::AddArtifactRequest &, const Model::AddArtifactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddArtifactResponseReceivedHandler
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::BatchDeletePentestsRequest &, const Model::BatchDeletePentestsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchDeletePentestsResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::BatchGetPentestsRequest &, const Model::BatchGetPentestsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetPentestsResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::CreatePentestRequest &, const Model::CreatePentestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreatePentestResponseReceivedHandler
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::CreateThreatRequest &, const Model::CreateThreatOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateThreatResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::GetArtifactRequest &, const Model::GetArtifactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetArtifactResponseReceivedHandler
 
 
 
 
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::ListArtifactsRequest &, const Model::ListArtifactsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListArtifactsResponseReceivedHandler
 
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::ListFindingsRequest &, const Model::ListFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFindingsResponseReceivedHandler
 
 
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::ListPentestsRequest &, const Model::ListPentestsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPentestsResponseReceivedHandler
 
 
 
 
 
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::ListThreatsRequest &, const Model::ListThreatsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListThreatsResponseReceivedHandler
 
 
 
 
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
 
typedef std::function< void(const SecurityAgentClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::UpdateFindingRequest &, const Model::UpdateFindingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFindingResponseReceivedHandler
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::UpdatePentestRequest &, const Model::UpdatePentestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdatePentestResponseReceivedHandler
 
 
 
 
typedef std::function< void(const SecurityAgentClient *, const Model::UpdateThreatRequest &, const Model::UpdateThreatOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateThreatResponseReceivedHandler
 
 
 

Enumerations

 

Typedef Documentation

◆ AddArtifactResponseReceivedHandler

Definition at line 448 of file SecurityAgentServiceClientModel.h.

◆ BatchCreateSecurityRequirementsResponseReceivedHandler

Definition at line 452 of file SecurityAgentServiceClientModel.h.

◆ BatchDeleteCodeReviewsResponseReceivedHandler

Definition at line 455 of file SecurityAgentServiceClientModel.h.

◆ BatchDeletePentestsResponseReceivedHandler

typedef std::function<void(const SecurityAgentClient*, const Model::BatchDeletePentestsRequest&, const Model::BatchDeletePentestsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)> Aws::SecurityAgent::BatchDeletePentestsResponseReceivedHandler

Definition at line 458 of file SecurityAgentServiceClientModel.h.

◆ BatchDeleteSecurityRequirementsResponseReceivedHandler

Definition at line 462 of file SecurityAgentServiceClientModel.h.

◆ BatchDeleteThreatModelsResponseReceivedHandler

Definition at line 465 of file SecurityAgentServiceClientModel.h.

◆ BatchGetAgentSpacesResponseReceivedHandler

Definition at line 468 of file SecurityAgentServiceClientModel.h.

◆ BatchGetArtifactMetadataResponseReceivedHandler

Definition at line 471 of file SecurityAgentServiceClientModel.h.

◆ BatchGetCodeReviewJobsResponseReceivedHandler

Definition at line 477 of file SecurityAgentServiceClientModel.h.

◆ BatchGetCodeReviewJobTasksResponseReceivedHandler

Definition at line 474 of file SecurityAgentServiceClientModel.h.

◆ BatchGetCodeReviewsResponseReceivedHandler

Definition at line 480 of file SecurityAgentServiceClientModel.h.

◆ BatchGetFindingsResponseReceivedHandler

Definition at line 483 of file SecurityAgentServiceClientModel.h.

◆ BatchGetPentestJobsResponseReceivedHandler

Definition at line 489 of file SecurityAgentServiceClientModel.h.

◆ BatchGetPentestJobTasksResponseReceivedHandler

Definition at line 486 of file SecurityAgentServiceClientModel.h.

◆ BatchGetPentestsResponseReceivedHandler

typedef std::function<void(const SecurityAgentClient*, const Model::BatchGetPentestsRequest&, const Model::BatchGetPentestsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)> Aws::SecurityAgent::BatchGetPentestsResponseReceivedHandler

Definition at line 492 of file SecurityAgentServiceClientModel.h.

◆ BatchGetSecurityRequirementsResponseReceivedHandler

Definition at line 496 of file SecurityAgentServiceClientModel.h.

◆ BatchGetTargetDomainsResponseReceivedHandler

Definition at line 499 of file SecurityAgentServiceClientModel.h.

◆ BatchGetThreatModelJobsResponseReceivedHandler

Definition at line 505 of file SecurityAgentServiceClientModel.h.

◆ BatchGetThreatModelJobTasksResponseReceivedHandler

Definition at line 502 of file SecurityAgentServiceClientModel.h.

◆ BatchGetThreatModelsResponseReceivedHandler

Definition at line 508 of file SecurityAgentServiceClientModel.h.

◆ BatchGetThreatsResponseReceivedHandler

Definition at line 511 of file SecurityAgentServiceClientModel.h.

◆ BatchUpdateSecurityRequirementsResponseReceivedHandler

Definition at line 515 of file SecurityAgentServiceClientModel.h.

◆ CreateAgentSpaceResponseReceivedHandler

Definition at line 518 of file SecurityAgentServiceClientModel.h.

◆ CreateApplicationResponseReceivedHandler

Definition at line 521 of file SecurityAgentServiceClientModel.h.

◆ CreateCodeReviewResponseReceivedHandler

Definition at line 524 of file SecurityAgentServiceClientModel.h.

◆ CreateIntegrationResponseReceivedHandler

Definition at line 527 of file SecurityAgentServiceClientModel.h.

◆ CreateMembershipResponseReceivedHandler

Definition at line 530 of file SecurityAgentServiceClientModel.h.

◆ CreatePentestResponseReceivedHandler

Definition at line 533 of file SecurityAgentServiceClientModel.h.

◆ CreatePrivateConnectionResponseReceivedHandler

Definition at line 536 of file SecurityAgentServiceClientModel.h.

◆ CreateSecurityRequirementPackResponseReceivedHandler

Definition at line 540 of file SecurityAgentServiceClientModel.h.

◆ CreateTargetDomainResponseReceivedHandler

Definition at line 543 of file SecurityAgentServiceClientModel.h.

◆ CreateThreatModelResponseReceivedHandler

Definition at line 549 of file SecurityAgentServiceClientModel.h.

◆ CreateThreatResponseReceivedHandler

Definition at line 546 of file SecurityAgentServiceClientModel.h.

◆ DeleteAgentSpaceResponseReceivedHandler

Definition at line 552 of file SecurityAgentServiceClientModel.h.

◆ DeleteApplicationResponseReceivedHandler

Definition at line 555 of file SecurityAgentServiceClientModel.h.

◆ DeleteArtifactResponseReceivedHandler

Definition at line 558 of file SecurityAgentServiceClientModel.h.

◆ DeleteIntegrationResponseReceivedHandler

Definition at line 561 of file SecurityAgentServiceClientModel.h.

◆ DeleteMembershipResponseReceivedHandler

Definition at line 564 of file SecurityAgentServiceClientModel.h.

◆ DeletePrivateConnectionResponseReceivedHandler

Definition at line 567 of file SecurityAgentServiceClientModel.h.

◆ DeleteSecurityRequirementPackResponseReceivedHandler

Definition at line 571 of file SecurityAgentServiceClientModel.h.

◆ DeleteTargetDomainResponseReceivedHandler

Definition at line 574 of file SecurityAgentServiceClientModel.h.

◆ DescribePrivateConnectionResponseReceivedHandler

Definition at line 577 of file SecurityAgentServiceClientModel.h.

◆ GetApplicationResponseReceivedHandler

Definition at line 580 of file SecurityAgentServiceClientModel.h.

◆ GetArtifactResponseReceivedHandler

Definition at line 583 of file SecurityAgentServiceClientModel.h.

◆ GetIntegrationResponseReceivedHandler

Definition at line 586 of file SecurityAgentServiceClientModel.h.

◆ GetSecurityRequirementPackResponseReceivedHandler

Definition at line 589 of file SecurityAgentServiceClientModel.h.

◆ ImportSecurityRequirementsResponseReceivedHandler

Definition at line 592 of file SecurityAgentServiceClientModel.h.

◆ InitiateProviderRegistrationResponseReceivedHandler

Definition at line 596 of file SecurityAgentServiceClientModel.h.

◆ ListActorMessagesPaginator

Definition at line 36 of file SecurityAgentClientPagination.h.

◆ ListActorMessagesResponseReceivedHandler

Definition at line 599 of file SecurityAgentServiceClientModel.h.

◆ ListAgentSpacesPaginator

Definition at line 38 of file SecurityAgentClientPagination.h.

◆ ListAgentSpacesResponseReceivedHandler

Definition at line 602 of file SecurityAgentServiceClientModel.h.

◆ ListApplicationsPaginator

Definition at line 40 of file SecurityAgentClientPagination.h.

◆ ListApplicationsResponseReceivedHandler

Definition at line 605 of file SecurityAgentServiceClientModel.h.

◆ ListArtifactsPaginator

Definition at line 42 of file SecurityAgentClientPagination.h.

◆ ListArtifactsResponseReceivedHandler

Definition at line 608 of file SecurityAgentServiceClientModel.h.

◆ ListCodeReviewJobsForCodeReviewPaginator

Definition at line 44 of file SecurityAgentClientPagination.h.

◆ ListCodeReviewJobsForCodeReviewResponseReceivedHandler

Definition at line 615 of file SecurityAgentServiceClientModel.h.

◆ ListCodeReviewJobTasksPaginator

Definition at line 47 of file SecurityAgentClientPagination.h.

◆ ListCodeReviewJobTasksResponseReceivedHandler

Definition at line 611 of file SecurityAgentServiceClientModel.h.

◆ ListCodeReviewsPaginator

Definition at line 50 of file SecurityAgentClientPagination.h.

◆ ListCodeReviewsResponseReceivedHandler

Definition at line 618 of file SecurityAgentServiceClientModel.h.

◆ ListDiscoveredEndpointsPaginator

Definition at line 52 of file SecurityAgentClientPagination.h.

◆ ListDiscoveredEndpointsResponseReceivedHandler

Definition at line 621 of file SecurityAgentServiceClientModel.h.

◆ ListFindingsPaginator

Definition at line 55 of file SecurityAgentClientPagination.h.

◆ ListFindingsResponseReceivedHandler

Definition at line 624 of file SecurityAgentServiceClientModel.h.

◆ ListIntegratedResourcesPaginator

Definition at line 57 of file SecurityAgentClientPagination.h.

◆ ListIntegratedResourcesResponseReceivedHandler

Definition at line 627 of file SecurityAgentServiceClientModel.h.

◆ ListIntegrationsPaginator

Definition at line 60 of file SecurityAgentClientPagination.h.

◆ ListIntegrationsResponseReceivedHandler

Definition at line 630 of file SecurityAgentServiceClientModel.h.

◆ ListMembershipsPaginator

Definition at line 62 of file SecurityAgentClientPagination.h.

◆ ListMembershipsResponseReceivedHandler

Definition at line 633 of file SecurityAgentServiceClientModel.h.

◆ ListPentestJobsForPentestPaginator

Definition at line 64 of file SecurityAgentClientPagination.h.

◆ ListPentestJobsForPentestResponseReceivedHandler

Definition at line 639 of file SecurityAgentServiceClientModel.h.

◆ ListPentestJobTasksPaginator

Definition at line 67 of file SecurityAgentClientPagination.h.

◆ ListPentestJobTasksResponseReceivedHandler

Definition at line 636 of file SecurityAgentServiceClientModel.h.

◆ ListPentestsPaginator

using Aws::SecurityAgent::ListPentestsPaginator = typedef Aws::Utils::Pagination::Paginator<SecurityAgentClient, Model::ListPentestsRequest, Pagination::ListPentestsPaginationTraits<SecurityAgentClient> >

Definition at line 70 of file SecurityAgentClientPagination.h.

◆ ListPentestsResponseReceivedHandler

typedef std::function<void(const SecurityAgentClient*, const Model::ListPentestsRequest&, const Model::ListPentestsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)> Aws::SecurityAgent::ListPentestsResponseReceivedHandler

Definition at line 642 of file SecurityAgentServiceClientModel.h.

◆ ListPrivateConnectionsPaginator

Definition at line 72 of file SecurityAgentClientPagination.h.

◆ ListPrivateConnectionsResponseReceivedHandler

Definition at line 645 of file SecurityAgentServiceClientModel.h.

◆ ListSecurityRequirementPacksPaginator

Definition at line 75 of file SecurityAgentClientPagination.h.

◆ ListSecurityRequirementPacksResponseReceivedHandler

Definition at line 649 of file SecurityAgentServiceClientModel.h.

◆ ListSecurityRequirementsPaginator

Definition at line 78 of file SecurityAgentClientPagination.h.

◆ ListSecurityRequirementsResponseReceivedHandler

Definition at line 652 of file SecurityAgentServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 655 of file SecurityAgentServiceClientModel.h.

◆ ListTargetDomainsPaginator

Definition at line 81 of file SecurityAgentClientPagination.h.

◆ ListTargetDomainsResponseReceivedHandler

Definition at line 658 of file SecurityAgentServiceClientModel.h.

◆ ListThreatModelJobsPaginator

Definition at line 83 of file SecurityAgentClientPagination.h.

◆ ListThreatModelJobsResponseReceivedHandler

Definition at line 664 of file SecurityAgentServiceClientModel.h.

◆ ListThreatModelJobTasksPaginator

Definition at line 86 of file SecurityAgentClientPagination.h.

◆ ListThreatModelJobTasksResponseReceivedHandler

Definition at line 661 of file SecurityAgentServiceClientModel.h.

◆ ListThreatModelsPaginator

Definition at line 89 of file SecurityAgentClientPagination.h.

◆ ListThreatModelsResponseReceivedHandler

Definition at line 667 of file SecurityAgentServiceClientModel.h.

◆ ListThreatsPaginator

Definition at line 91 of file SecurityAgentClientPagination.h.

◆ ListThreatsResponseReceivedHandler

Definition at line 670 of file SecurityAgentServiceClientModel.h.

◆ SecurityAgentClientConfiguration

Definition at line 149 of file SecurityAgentServiceClientModel.h.

◆ SecurityAgentEndpointProvider

Definition at line 151 of file SecurityAgentServiceClientModel.h.

◆ SecurityAgentEndpointProviderBase

Definition at line 150 of file SecurityAgentServiceClientModel.h.

◆ StartCodeRemediationResponseReceivedHandler

Definition at line 673 of file SecurityAgentServiceClientModel.h.

◆ StartCodeReviewJobResponseReceivedHandler

Definition at line 676 of file SecurityAgentServiceClientModel.h.

◆ StartPentestJobResponseReceivedHandler

Definition at line 679 of file SecurityAgentServiceClientModel.h.

◆ StartThreatModelJobResponseReceivedHandler

Definition at line 682 of file SecurityAgentServiceClientModel.h.

◆ StopCodeReviewJobResponseReceivedHandler

Definition at line 685 of file SecurityAgentServiceClientModel.h.

◆ StopPentestJobResponseReceivedHandler

Definition at line 688 of file SecurityAgentServiceClientModel.h.

◆ StopThreatModelJobResponseReceivedHandler

Definition at line 691 of file SecurityAgentServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 694 of file SecurityAgentServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 697 of file SecurityAgentServiceClientModel.h.

◆ UpdateAgentSpaceResponseReceivedHandler

Definition at line 700 of file SecurityAgentServiceClientModel.h.

◆ UpdateApplicationResponseReceivedHandler

Definition at line 703 of file SecurityAgentServiceClientModel.h.

◆ UpdateCodeReviewResponseReceivedHandler

Definition at line 706 of file SecurityAgentServiceClientModel.h.

◆ UpdateFindingResponseReceivedHandler

Definition at line 709 of file SecurityAgentServiceClientModel.h.

◆ UpdateIntegratedResourcesResponseReceivedHandler

Definition at line 712 of file SecurityAgentServiceClientModel.h.

◆ UpdatePentestResponseReceivedHandler

Definition at line 715 of file SecurityAgentServiceClientModel.h.

◆ UpdatePrivateConnectionCertificateResponseReceivedHandler

Definition at line 719 of file SecurityAgentServiceClientModel.h.

◆ UpdateSecurityRequirementPackResponseReceivedHandler

Definition at line 723 of file SecurityAgentServiceClientModel.h.

◆ UpdateTargetDomainResponseReceivedHandler

Definition at line 726 of file SecurityAgentServiceClientModel.h.

◆ UpdateThreatModelResponseReceivedHandler

Definition at line 732 of file SecurityAgentServiceClientModel.h.

◆ UpdateThreatResponseReceivedHandler

Definition at line 729 of file SecurityAgentServiceClientModel.h.

◆ VerifyTargetDomainResponseReceivedHandler

Definition at line 735 of file SecurityAgentServiceClientModel.h.

Enumeration Type Documentation

◆ SecurityAgentErrors

Enumerator
INCOMPLETE_SIGNATURE 
INTERNAL_FAILURE 
INVALID_ACTION 
INVALID_CLIENT_TOKEN_ID 
INVALID_PARAMETER_COMBINATION 
INVALID_QUERY_PARAMETER 
INVALID_PARAMETER_VALUE 
MISSING_ACTION 
MISSING_AUTHENTICATION_TOKEN 
MISSING_PARAMETER 
OPT_IN_REQUIRED 
REQUEST_EXPIRED 
SERVICE_UNAVAILABLE 
THROTTLING 
VALIDATION 
ACCESS_DENIED 
RESOURCE_NOT_FOUND 
UNRECOGNIZED_CLIENT 
MALFORMED_QUERY_STRING 
SLOW_DOWN 
REQUEST_TIME_TOO_SKEWED 
INVALID_SIGNATURE 
SIGNATURE_DOES_NOT_MATCH 
INVALID_ACCESS_KEY_ID 
REQUEST_TIMEOUT 
NETWORK_CONNECTION 
UNKNOWN 
CONFLICT 
INTERNAL_SERVER 
SERVICE_QUOTA_EXCEEDED 

Definition at line 14 of file SecurityAgentErrors.h.