aws-sdk-securityagent 1.1.0

AWS SDK for AWS Security Agent
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddArtifact` operation.
pub mod add_artifact;

/// Types for the `BatchDeletePentests` operation.
pub mod batch_delete_pentests;

/// Types for the `BatchGetAgentSpaces` operation.
pub mod batch_get_agent_spaces;

/// Types for the `BatchGetArtifactMetadata` operation.
pub mod batch_get_artifact_metadata;

/// Types for the `BatchGetFindings` operation.
pub mod batch_get_findings;

/// Types for the `BatchGetPentestJobTasks` operation.
pub mod batch_get_pentest_job_tasks;

/// Types for the `BatchGetPentestJobs` operation.
pub mod batch_get_pentest_jobs;

/// Types for the `BatchGetPentests` operation.
pub mod batch_get_pentests;

/// Types for the `BatchGetTargetDomains` operation.
pub mod batch_get_target_domains;

/// Types for the `CreateAgentSpace` operation.
pub mod create_agent_space;

/// Types for the `CreateApplication` operation.
pub mod create_application;

/// Types for the `CreateIntegration` operation.
pub mod create_integration;

/// Types for the `CreateMembership` operation.
pub mod create_membership;

/// Types for the `CreatePentest` operation.
pub mod create_pentest;

/// Types for the `CreateTargetDomain` operation.
pub mod create_target_domain;

/// Types for the `DeleteAgentSpace` operation.
pub mod delete_agent_space;

/// Types for the `DeleteApplication` operation.
pub mod delete_application;

/// Types for the `DeleteArtifact` operation.
pub mod delete_artifact;

/// Types for the `DeleteIntegration` operation.
pub mod delete_integration;

/// Types for the `DeleteMembership` operation.
pub mod delete_membership;

/// Types for the `DeleteTargetDomain` operation.
pub mod delete_target_domain;

/// Types for the `GetApplication` operation.
pub mod get_application;

/// Types for the `GetArtifact` operation.
pub mod get_artifact;

/// Types for the `GetIntegration` operation.
pub mod get_integration;

/// Types for the `InitiateProviderRegistration` operation.
pub mod initiate_provider_registration;

/// Types for the `ListAgentSpaces` operation.
pub mod list_agent_spaces;

/// Types for the `ListApplications` operation.
pub mod list_applications;

/// Types for the `ListArtifacts` operation.
pub mod list_artifacts;

/// Types for the `ListDiscoveredEndpoints` operation.
pub mod list_discovered_endpoints;

/// Types for the `ListFindings` operation.
pub mod list_findings;

/// Types for the `ListIntegratedResources` operation.
pub mod list_integrated_resources;

/// Types for the `ListIntegrations` operation.
pub mod list_integrations;

/// Types for the `ListMemberships` operation.
pub mod list_memberships;

/// Types for the `ListPentestJobTasks` operation.
pub mod list_pentest_job_tasks;

/// Types for the `ListPentestJobsForPentest` operation.
pub mod list_pentest_jobs_for_pentest;

/// Types for the `ListPentests` operation.
pub mod list_pentests;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListTargetDomains` operation.
pub mod list_target_domains;

/// Types for the `StartCodeRemediation` operation.
pub mod start_code_remediation;

/// Types for the `StartPentestJob` operation.
pub mod start_pentest_job;

/// Types for the `StopPentestJob` operation.
pub mod stop_pentest_job;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAgentSpace` operation.
pub mod update_agent_space;

/// Types for the `UpdateApplication` operation.
pub mod update_application;

/// Types for the `UpdateFinding` operation.
pub mod update_finding;

/// Types for the `UpdateIntegratedResources` operation.
pub mod update_integrated_resources;

/// Types for the `UpdatePentest` operation.
pub mod update_pentest;

/// Types for the `UpdateTargetDomain` operation.
pub mod update_target_domain;

/// Types for the `VerifyTargetDomain` operation.
pub mod verify_target_domain;