SecurityAgent¶
Client¶
- class SecurityAgent.Client¶
A low-level client representing AWS Security Agent
AWS Security Agent service documentation.
import boto3 client = boto3.client('securityagent')
These are the available methods:
- add_artifact
- batch_delete_pentests
- batch_get_agent_spaces
- batch_get_artifact_metadata
- batch_get_findings
- batch_get_pentest_job_tasks
- batch_get_pentest_jobs
- batch_get_pentests
- batch_get_target_domains
- can_paginate
- close
- create_agent_space
- create_application
- create_integration
- create_membership
- create_pentest
- create_target_domain
- delete_agent_space
- delete_application
- delete_artifact
- delete_integration
- delete_membership
- delete_target_domain
- get_application
- get_artifact
- get_integration
- get_paginator
- get_waiter
- initiate_provider_registration
- list_agent_spaces
- list_applications
- list_artifacts
- list_discovered_endpoints
- list_findings
- list_integrated_resources
- list_integrations
- list_memberships
- list_pentest_job_tasks
- list_pentest_jobs_for_pentest
- list_pentests
- list_tags_for_resource
- list_target_domains
- start_code_remediation
- start_pentest_job
- stop_pentest_job
- tag_resource
- untag_resource
- update_agent_space
- update_application
- update_finding
- update_integrated_resources
- update_pentest
- update_target_domain
- verify_target_domain
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: