aws_sdk_accessanalyzer/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `ApplyArchiveRule` operation.
5pub mod apply_archive_rule;
6
7/// Types for the `CancelPolicyGeneration` operation.
8pub mod cancel_policy_generation;
9
10/// Types for the `CheckAccessNotGranted` operation.
11pub mod check_access_not_granted;
12
13/// Types for the `CheckNoNewAccess` operation.
14pub mod check_no_new_access;
15
16/// Types for the `CheckNoPublicAccess` operation.
17pub mod check_no_public_access;
18
19/// Types for the `CreateAccessPreview` operation.
20pub mod create_access_preview;
21
22/// Types for the `CreateAnalyzer` operation.
23pub mod create_analyzer;
24
25/// Types for the `CreateArchiveRule` operation.
26pub mod create_archive_rule;
27
28/// Types for the `DeleteAnalyzer` operation.
29pub mod delete_analyzer;
30
31/// Types for the `DeleteArchiveRule` operation.
32pub mod delete_archive_rule;
33
34/// Types for the `GenerateFindingRecommendation` operation.
35pub mod generate_finding_recommendation;
36
37/// Types for the `GetAccessPreview` operation.
38pub mod get_access_preview;
39
40/// Types for the `GetAnalyzedResource` operation.
41pub mod get_analyzed_resource;
42
43/// Types for the `GetAnalyzer` operation.
44pub mod get_analyzer;
45
46/// Types for the `GetArchiveRule` operation.
47pub mod get_archive_rule;
48
49/// Types for the `GetFinding` operation.
50pub mod get_finding;
51
52/// Types for the `GetFindingRecommendation` operation.
53pub mod get_finding_recommendation;
54
55/// Types for the `GetFindingV2` operation.
56pub mod get_finding_v2;
57
58/// Types for the `GetFindingsStatistics` operation.
59pub mod get_findings_statistics;
60
61/// Types for the `GetGeneratedPolicy` operation.
62pub mod get_generated_policy;
63
64/// Types for the `ListAccessPreviewFindings` operation.
65pub mod list_access_preview_findings;
66
67/// Types for the `ListAccessPreviews` operation.
68pub mod list_access_previews;
69
70/// Types for the `ListAnalyzedResources` operation.
71pub mod list_analyzed_resources;
72
73/// Types for the `ListAnalyzers` operation.
74pub mod list_analyzers;
75
76/// Types for the `ListArchiveRules` operation.
77pub mod list_archive_rules;
78
79/// Types for the `ListFindings` operation.
80pub mod list_findings;
81
82/// Types for the `ListFindingsV2` operation.
83pub mod list_findings_v2;
84
85/// Types for the `ListPolicyGenerations` operation.
86pub mod list_policy_generations;
87
88/// Types for the `ListTagsForResource` operation.
89pub mod list_tags_for_resource;
90
91/// Types for the `StartPolicyGeneration` operation.
92pub mod start_policy_generation;
93
94/// Types for the `StartResourceScan` operation.
95pub mod start_resource_scan;
96
97/// Types for the `TagResource` operation.
98pub mod tag_resource;
99
100/// Types for the `UntagResource` operation.
101pub mod untag_resource;
102
103/// Types for the `UpdateAnalyzer` operation.
104pub mod update_analyzer;
105
106/// Types for the `UpdateArchiveRule` operation.
107pub mod update_archive_rule;
108
109/// Types for the `UpdateFindings` operation.
110pub mod update_findings;
111
112/// Types for the `ValidatePolicy` operation.
113pub mod validate_policy;