aws_sdk_auditmanager/
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 `AssociateAssessmentReportEvidenceFolder` operation.
5pub mod associate_assessment_report_evidence_folder;
6
7/// Types for the `BatchAssociateAssessmentReportEvidence` operation.
8pub mod batch_associate_assessment_report_evidence;
9
10/// Types for the `BatchCreateDelegationByAssessment` operation.
11pub mod batch_create_delegation_by_assessment;
12
13/// Types for the `BatchDeleteDelegationByAssessment` operation.
14pub mod batch_delete_delegation_by_assessment;
15
16/// Types for the `BatchDisassociateAssessmentReportEvidence` operation.
17pub mod batch_disassociate_assessment_report_evidence;
18
19/// Types for the `BatchImportEvidenceToAssessmentControl` operation.
20pub mod batch_import_evidence_to_assessment_control;
21
22/// Types for the `CreateAssessment` operation.
23pub mod create_assessment;
24
25/// Types for the `CreateAssessmentFramework` operation.
26pub mod create_assessment_framework;
27
28/// Types for the `CreateAssessmentReport` operation.
29pub mod create_assessment_report;
30
31/// Types for the `CreateControl` operation.
32pub mod create_control;
33
34/// Types for the `DeleteAssessment` operation.
35pub mod delete_assessment;
36
37/// Types for the `DeleteAssessmentFramework` operation.
38pub mod delete_assessment_framework;
39
40/// Types for the `DeleteAssessmentFrameworkShare` operation.
41pub mod delete_assessment_framework_share;
42
43/// Types for the `DeleteAssessmentReport` operation.
44pub mod delete_assessment_report;
45
46/// Types for the `DeleteControl` operation.
47pub mod delete_control;
48
49/// Types for the `DeregisterAccount` operation.
50pub mod deregister_account;
51
52/// Types for the `DeregisterOrganizationAdminAccount` operation.
53pub mod deregister_organization_admin_account;
54
55/// Types for the `DisassociateAssessmentReportEvidenceFolder` operation.
56pub mod disassociate_assessment_report_evidence_folder;
57
58/// Types for the `GetAccountStatus` operation.
59pub mod get_account_status;
60
61/// Types for the `GetAssessment` operation.
62pub mod get_assessment;
63
64/// Types for the `GetAssessmentFramework` operation.
65pub mod get_assessment_framework;
66
67/// Types for the `GetAssessmentReportUrl` operation.
68pub mod get_assessment_report_url;
69
70/// Types for the `GetChangeLogs` operation.
71pub mod get_change_logs;
72
73/// Types for the `GetControl` operation.
74pub mod get_control;
75
76/// Types for the `GetDelegations` operation.
77pub mod get_delegations;
78
79/// Types for the `GetEvidence` operation.
80pub mod get_evidence;
81
82/// Types for the `GetEvidenceByEvidenceFolder` operation.
83pub mod get_evidence_by_evidence_folder;
84
85/// Types for the `GetEvidenceFileUploadUrl` operation.
86pub mod get_evidence_file_upload_url;
87
88/// Types for the `GetEvidenceFolder` operation.
89pub mod get_evidence_folder;
90
91/// Types for the `GetEvidenceFoldersByAssessment` operation.
92pub mod get_evidence_folders_by_assessment;
93
94/// Types for the `GetEvidenceFoldersByAssessmentControl` operation.
95pub mod get_evidence_folders_by_assessment_control;
96
97/// Types for the `GetInsights` operation.
98pub mod get_insights;
99
100/// Types for the `GetInsightsByAssessment` operation.
101pub mod get_insights_by_assessment;
102
103/// Types for the `GetOrganizationAdminAccount` operation.
104pub mod get_organization_admin_account;
105
106/// Types for the `GetServicesInScope` operation.
107pub mod get_services_in_scope;
108
109/// Types for the `GetSettings` operation.
110pub mod get_settings;
111
112/// Types for the `ListAssessmentControlInsightsByControlDomain` operation.
113pub mod list_assessment_control_insights_by_control_domain;
114
115/// Types for the `ListAssessmentFrameworkShareRequests` operation.
116pub mod list_assessment_framework_share_requests;
117
118/// Types for the `ListAssessmentFrameworks` operation.
119pub mod list_assessment_frameworks;
120
121/// Types for the `ListAssessmentReports` operation.
122pub mod list_assessment_reports;
123
124/// Types for the `ListAssessments` operation.
125pub mod list_assessments;
126
127/// Types for the `ListControlDomainInsights` operation.
128pub mod list_control_domain_insights;
129
130/// Types for the `ListControlDomainInsightsByAssessment` operation.
131pub mod list_control_domain_insights_by_assessment;
132
133/// Types for the `ListControlInsightsByControlDomain` operation.
134pub mod list_control_insights_by_control_domain;
135
136/// Types for the `ListControls` operation.
137pub mod list_controls;
138
139/// Types for the `ListKeywordsForDataSource` operation.
140pub mod list_keywords_for_data_source;
141
142/// Types for the `ListNotifications` operation.
143pub mod list_notifications;
144
145/// Types for the `ListTagsForResource` operation.
146pub mod list_tags_for_resource;
147
148/// Types for the `RegisterAccount` operation.
149pub mod register_account;
150
151/// Types for the `RegisterOrganizationAdminAccount` operation.
152pub mod register_organization_admin_account;
153
154/// Types for the `StartAssessmentFrameworkShare` operation.
155pub mod start_assessment_framework_share;
156
157/// Types for the `TagResource` operation.
158pub mod tag_resource;
159
160/// Types for the `UntagResource` operation.
161pub mod untag_resource;
162
163/// Types for the `UpdateAssessment` operation.
164pub mod update_assessment;
165
166/// Types for the `UpdateAssessmentControl` operation.
167pub mod update_assessment_control;
168
169/// Types for the `UpdateAssessmentControlSetStatus` operation.
170pub mod update_assessment_control_set_status;
171
172/// Types for the `UpdateAssessmentFramework` operation.
173pub mod update_assessment_framework;
174
175/// Types for the `UpdateAssessmentFrameworkShare` operation.
176pub mod update_assessment_framework_share;
177
178/// Types for the `UpdateAssessmentStatus` operation.
179pub mod update_assessment_status;
180
181/// Types for the `UpdateControl` operation.
182pub mod update_control;
183
184/// Types for the `UpdateSettings` operation.
185pub mod update_settings;
186
187/// Types for the `ValidateAssessmentReportIntegrity` operation.
188pub mod validate_assessment_report_integrity;