aws-sdk-accessanalyzer 1.106.0

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

/// Types for the `ApplyArchiveRule` operation.
pub mod apply_archive_rule;

/// Types for the `CancelPolicyGeneration` operation.
pub mod cancel_policy_generation;

/// Types for the `CheckAccessNotGranted` operation.
pub mod check_access_not_granted;

/// Types for the `CheckNoNewAccess` operation.
pub mod check_no_new_access;

/// Types for the `CheckNoPublicAccess` operation.
pub mod check_no_public_access;

/// Types for the `CreateAccessPreview` operation.
pub mod create_access_preview;

/// Types for the `CreateAnalyzer` operation.
pub mod create_analyzer;

/// Types for the `CreateArchiveRule` operation.
pub mod create_archive_rule;

/// Types for the `DeleteAnalyzer` operation.
pub mod delete_analyzer;

/// Types for the `DeleteArchiveRule` operation.
pub mod delete_archive_rule;

/// Types for the `GenerateFindingRecommendation` operation.
pub mod generate_finding_recommendation;

/// Types for the `GetAccessPreview` operation.
pub mod get_access_preview;

/// Types for the `GetAnalyzedResource` operation.
pub mod get_analyzed_resource;

/// Types for the `GetAnalyzer` operation.
pub mod get_analyzer;

/// Types for the `GetArchiveRule` operation.
pub mod get_archive_rule;

/// Types for the `GetFinding` operation.
pub mod get_finding;

/// Types for the `GetFindingRecommendation` operation.
pub mod get_finding_recommendation;

/// Types for the `GetFindingV2` operation.
pub mod get_finding_v2;

/// Types for the `GetFindingsStatistics` operation.
pub mod get_findings_statistics;

/// Types for the `GetGeneratedPolicy` operation.
pub mod get_generated_policy;

/// Types for the `ListAccessPreviewFindings` operation.
pub mod list_access_preview_findings;

/// Types for the `ListAccessPreviews` operation.
pub mod list_access_previews;

/// Types for the `ListAnalyzedResources` operation.
pub mod list_analyzed_resources;

/// Types for the `ListAnalyzers` operation.
pub mod list_analyzers;

/// Types for the `ListArchiveRules` operation.
pub mod list_archive_rules;

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

/// Types for the `ListFindingsV2` operation.
pub mod list_findings_v2;

/// Types for the `ListPolicyGenerations` operation.
pub mod list_policy_generations;

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

/// Types for the `StartPolicyGeneration` operation.
pub mod start_policy_generation;

/// Types for the `StartResourceScan` operation.
pub mod start_resource_scan;

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

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

/// Types for the `UpdateAnalyzer` operation.
pub mod update_analyzer;

/// Types for the `UpdateArchiveRule` operation.
pub mod update_archive_rule;

/// Types for the `UpdateFindings` operation.
pub mod update_findings;

/// Types for the `ValidatePolicy` operation.
pub mod validate_policy;