aws_sdk_inspector2/
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 `AssociateMember` operation.
5pub mod associate_member;
6
7/// Types for the `BatchAssociateCodeSecurityScanConfiguration` operation.
8pub mod batch_associate_code_security_scan_configuration;
9
10/// Types for the `BatchDisassociateCodeSecurityScanConfiguration` operation.
11pub mod batch_disassociate_code_security_scan_configuration;
12
13/// Types for the `BatchGetAccountStatus` operation.
14pub mod batch_get_account_status;
15
16/// Types for the `BatchGetCodeSnippet` operation.
17pub mod batch_get_code_snippet;
18
19/// Types for the `BatchGetFindingDetails` operation.
20pub mod batch_get_finding_details;
21
22/// Types for the `BatchGetFreeTrialInfo` operation.
23pub mod batch_get_free_trial_info;
24
25/// Types for the `BatchGetMemberEc2DeepInspectionStatus` operation.
26pub mod batch_get_member_ec2_deep_inspection_status;
27
28/// Types for the `BatchUpdateMemberEc2DeepInspectionStatus` operation.
29pub mod batch_update_member_ec2_deep_inspection_status;
30
31/// Types for the `CancelFindingsReport` operation.
32pub mod cancel_findings_report;
33
34/// Types for the `CancelSbomExport` operation.
35pub mod cancel_sbom_export;
36
37/// Types for the `CreateCisScanConfiguration` operation.
38pub mod create_cis_scan_configuration;
39
40/// Types for the `CreateCodeSecurityIntegration` operation.
41pub mod create_code_security_integration;
42
43/// Types for the `CreateCodeSecurityScanConfiguration` operation.
44pub mod create_code_security_scan_configuration;
45
46/// Types for the `CreateFilter` operation.
47pub mod create_filter;
48
49/// Types for the `CreateFindingsReport` operation.
50pub mod create_findings_report;
51
52/// Types for the `CreateSbomExport` operation.
53pub mod create_sbom_export;
54
55/// Types for the `DeleteCisScanConfiguration` operation.
56pub mod delete_cis_scan_configuration;
57
58/// Types for the `DeleteCodeSecurityIntegration` operation.
59pub mod delete_code_security_integration;
60
61/// Types for the `DeleteCodeSecurityScanConfiguration` operation.
62pub mod delete_code_security_scan_configuration;
63
64/// Types for the `DeleteFilter` operation.
65pub mod delete_filter;
66
67/// Types for the `DescribeOrganizationConfiguration` operation.
68pub mod describe_organization_configuration;
69
70/// Types for the `Disable` operation.
71pub mod disable;
72
73/// Types for the `DisableDelegatedAdminAccount` operation.
74pub mod disable_delegated_admin_account;
75
76/// Types for the `DisassociateMember` operation.
77pub mod disassociate_member;
78
79/// Types for the `Enable` operation.
80pub mod enable;
81
82/// Types for the `EnableDelegatedAdminAccount` operation.
83pub mod enable_delegated_admin_account;
84
85/// Types for the `GetCisScanReport` operation.
86pub mod get_cis_scan_report;
87
88/// Types for the `GetCisScanResultDetails` operation.
89pub mod get_cis_scan_result_details;
90
91/// Types for the `GetClustersForImage` operation.
92pub mod get_clusters_for_image;
93
94/// Types for the `GetCodeSecurityIntegration` operation.
95pub mod get_code_security_integration;
96
97/// Types for the `GetCodeSecurityScan` operation.
98pub mod get_code_security_scan;
99
100/// Types for the `GetCodeSecurityScanConfiguration` operation.
101pub mod get_code_security_scan_configuration;
102
103/// Types for the `GetConfiguration` operation.
104pub mod get_configuration;
105
106/// Types for the `GetDelegatedAdminAccount` operation.
107pub mod get_delegated_admin_account;
108
109/// Types for the `GetEc2DeepInspectionConfiguration` operation.
110pub mod get_ec2_deep_inspection_configuration;
111
112/// Types for the `GetEncryptionKey` operation.
113pub mod get_encryption_key;
114
115/// Types for the `GetFindingsReportStatus` operation.
116pub mod get_findings_report_status;
117
118/// Types for the `GetMember` operation.
119pub mod get_member;
120
121/// Types for the `GetSbomExport` operation.
122pub mod get_sbom_export;
123
124/// Types for the `ListAccountPermissions` operation.
125pub mod list_account_permissions;
126
127/// Types for the `ListCisScanConfigurations` operation.
128pub mod list_cis_scan_configurations;
129
130/// Types for the `ListCisScanResultsAggregatedByChecks` operation.
131pub mod list_cis_scan_results_aggregated_by_checks;
132
133/// Types for the `ListCisScanResultsAggregatedByTargetResource` operation.
134pub mod list_cis_scan_results_aggregated_by_target_resource;
135
136/// Types for the `ListCisScans` operation.
137pub mod list_cis_scans;
138
139/// Types for the `ListCodeSecurityIntegrations` operation.
140pub mod list_code_security_integrations;
141
142/// Types for the `ListCodeSecurityScanConfigurationAssociations` operation.
143pub mod list_code_security_scan_configuration_associations;
144
145/// Types for the `ListCodeSecurityScanConfigurations` operation.
146pub mod list_code_security_scan_configurations;
147
148/// Types for the `ListCoverage` operation.
149pub mod list_coverage;
150
151/// Types for the `ListCoverageStatistics` operation.
152pub mod list_coverage_statistics;
153
154/// Types for the `ListDelegatedAdminAccounts` operation.
155pub mod list_delegated_admin_accounts;
156
157/// Types for the `ListFilters` operation.
158pub mod list_filters;
159
160/// Types for the `ListFindingAggregations` operation.
161pub mod list_finding_aggregations;
162
163/// Types for the `ListFindings` operation.
164pub mod list_findings;
165
166/// Types for the `ListMembers` operation.
167pub mod list_members;
168
169/// Types for the `ListTagsForResource` operation.
170pub mod list_tags_for_resource;
171
172/// Types for the `ListUsageTotals` operation.
173pub mod list_usage_totals;
174
175/// Types for the `ResetEncryptionKey` operation.
176pub mod reset_encryption_key;
177
178/// Types for the `SearchVulnerabilities` operation.
179pub mod search_vulnerabilities;
180
181/// Types for the `SendCisSessionHealth` operation.
182pub mod send_cis_session_health;
183
184/// Types for the `SendCisSessionTelemetry` operation.
185pub mod send_cis_session_telemetry;
186
187/// Types for the `StartCisSession` operation.
188pub mod start_cis_session;
189
190/// Types for the `StartCodeSecurityScan` operation.
191pub mod start_code_security_scan;
192
193/// Types for the `StopCisSession` operation.
194pub mod stop_cis_session;
195
196/// Types for the `TagResource` operation.
197pub mod tag_resource;
198
199/// Types for the `UntagResource` operation.
200pub mod untag_resource;
201
202/// Types for the `UpdateCisScanConfiguration` operation.
203pub mod update_cis_scan_configuration;
204
205/// Types for the `UpdateCodeSecurityIntegration` operation.
206pub mod update_code_security_integration;
207
208/// Types for the `UpdateCodeSecurityScanConfiguration` operation.
209pub mod update_code_security_scan_configuration;
210
211/// Types for the `UpdateConfiguration` operation.
212pub mod update_configuration;
213
214/// Types for the `UpdateEc2DeepInspectionConfiguration` operation.
215pub mod update_ec2_deep_inspection_configuration;
216
217/// Types for the `UpdateEncryptionKey` operation.
218pub mod update_encryption_key;
219
220/// Types for the `UpdateFilter` operation.
221pub mod update_filter;
222
223/// Types for the `UpdateOrgEc2DeepInspectionConfiguration` operation.
224pub mod update_org_ec2_deep_inspection_configuration;
225
226/// Types for the `UpdateOrganizationConfiguration` operation.
227pub mod update_organization_configuration;