1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
// 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 `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 `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 `GetFindingV2` operation.
pub mod get_finding_v2;

/// 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 `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;