aws_sdk_securityhub/
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 `AcceptAdministratorInvitation` operation.
5pub mod accept_administrator_invitation;
6
7/// Types for the `AcceptInvitation` operation.
8pub mod accept_invitation;
9
10/// Types for the `BatchDeleteAutomationRules` operation.
11pub mod batch_delete_automation_rules;
12
13/// Types for the `BatchDisableStandards` operation.
14pub mod batch_disable_standards;
15
16/// Types for the `BatchEnableStandards` operation.
17pub mod batch_enable_standards;
18
19/// Types for the `BatchGetAutomationRules` operation.
20pub mod batch_get_automation_rules;
21
22/// Types for the `BatchGetConfigurationPolicyAssociations` operation.
23pub mod batch_get_configuration_policy_associations;
24
25/// Types for the `BatchGetSecurityControls` operation.
26pub mod batch_get_security_controls;
27
28/// Types for the `BatchGetStandardsControlAssociations` operation.
29pub mod batch_get_standards_control_associations;
30
31/// Types for the `BatchImportFindings` operation.
32pub mod batch_import_findings;
33
34/// Types for the `BatchUpdateAutomationRules` operation.
35pub mod batch_update_automation_rules;
36
37/// Types for the `BatchUpdateFindings` operation.
38pub mod batch_update_findings;
39
40/// Types for the `BatchUpdateFindingsV2` operation.
41pub mod batch_update_findings_v2;
42
43/// Types for the `BatchUpdateStandardsControlAssociations` operation.
44pub mod batch_update_standards_control_associations;
45
46/// Types for the `ConnectorRegistrationsV2` operation.
47pub mod connector_registrations_v2;
48
49/// Types for the `CreateActionTarget` operation.
50pub mod create_action_target;
51
52/// Types for the `CreateAggregatorV2` operation.
53pub mod create_aggregator_v2;
54
55/// Types for the `CreateAutomationRule` operation.
56pub mod create_automation_rule;
57
58/// Types for the `CreateAutomationRuleV2` operation.
59pub mod create_automation_rule_v2;
60
61/// Types for the `CreateConfigurationPolicy` operation.
62pub mod create_configuration_policy;
63
64/// Types for the `CreateConnectorV2` operation.
65pub mod create_connector_v2;
66
67/// Types for the `CreateFindingAggregator` operation.
68pub mod create_finding_aggregator;
69
70/// Types for the `CreateInsight` operation.
71pub mod create_insight;
72
73/// Types for the `CreateMembers` operation.
74pub mod create_members;
75
76/// Types for the `CreateTicketV2` operation.
77pub mod create_ticket_v2;
78
79/// Types for the `DeclineInvitations` operation.
80pub mod decline_invitations;
81
82/// Types for the `DeleteActionTarget` operation.
83pub mod delete_action_target;
84
85/// Types for the `DeleteAggregatorV2` operation.
86pub mod delete_aggregator_v2;
87
88/// Types for the `DeleteAutomationRuleV2` operation.
89pub mod delete_automation_rule_v2;
90
91/// Types for the `DeleteConfigurationPolicy` operation.
92pub mod delete_configuration_policy;
93
94/// Types for the `DeleteConnectorV2` operation.
95pub mod delete_connector_v2;
96
97/// Types for the `DeleteFindingAggregator` operation.
98pub mod delete_finding_aggregator;
99
100/// Types for the `DeleteInsight` operation.
101pub mod delete_insight;
102
103/// Types for the `DeleteInvitations` operation.
104pub mod delete_invitations;
105
106/// Types for the `DeleteMembers` operation.
107pub mod delete_members;
108
109/// Types for the `DescribeActionTargets` operation.
110pub mod describe_action_targets;
111
112/// Types for the `DescribeHub` operation.
113pub mod describe_hub;
114
115/// Types for the `DescribeOrganizationConfiguration` operation.
116pub mod describe_organization_configuration;
117
118/// Types for the `DescribeProducts` operation.
119pub mod describe_products;
120
121/// Types for the `DescribeProductsV2` operation.
122pub mod describe_products_v2;
123
124/// Types for the `DescribeSecurityHubV2` operation.
125pub mod describe_security_hub_v2;
126
127/// Types for the `DescribeStandards` operation.
128pub mod describe_standards;
129
130/// Types for the `DescribeStandardsControls` operation.
131pub mod describe_standards_controls;
132
133/// Types for the `DisableImportFindingsForProduct` operation.
134pub mod disable_import_findings_for_product;
135
136/// Types for the `DisableOrganizationAdminAccount` operation.
137pub mod disable_organization_admin_account;
138
139/// Types for the `DisableSecurityHub` operation.
140pub mod disable_security_hub;
141
142/// Types for the `DisableSecurityHubV2` operation.
143pub mod disable_security_hub_v2;
144
145/// Types for the `DisassociateFromAdministratorAccount` operation.
146pub mod disassociate_from_administrator_account;
147
148/// Types for the `DisassociateFromMasterAccount` operation.
149pub mod disassociate_from_master_account;
150
151/// Types for the `DisassociateMembers` operation.
152pub mod disassociate_members;
153
154/// Types for the `EnableImportFindingsForProduct` operation.
155pub mod enable_import_findings_for_product;
156
157/// Types for the `EnableOrganizationAdminAccount` operation.
158pub mod enable_organization_admin_account;
159
160/// Types for the `EnableSecurityHub` operation.
161pub mod enable_security_hub;
162
163/// Types for the `EnableSecurityHubV2` operation.
164pub mod enable_security_hub_v2;
165
166/// Types for the `GetAdministratorAccount` operation.
167pub mod get_administrator_account;
168
169/// Types for the `GetAggregatorV2` operation.
170pub mod get_aggregator_v2;
171
172/// Types for the `GetAutomationRuleV2` operation.
173pub mod get_automation_rule_v2;
174
175/// Types for the `GetConfigurationPolicy` operation.
176pub mod get_configuration_policy;
177
178/// Types for the `GetConfigurationPolicyAssociation` operation.
179pub mod get_configuration_policy_association;
180
181/// Types for the `GetConnectorV2` operation.
182pub mod get_connector_v2;
183
184/// Types for the `GetEnabledStandards` operation.
185pub mod get_enabled_standards;
186
187/// Types for the `GetFindingAggregator` operation.
188pub mod get_finding_aggregator;
189
190/// Types for the `GetFindingHistory` operation.
191pub mod get_finding_history;
192
193/// Types for the `GetFindingStatisticsV2` operation.
194pub mod get_finding_statistics_v2;
195
196/// Types for the `GetFindings` operation.
197pub mod get_findings;
198
199/// Types for the `GetFindingsV2` operation.
200pub mod get_findings_v2;
201
202/// Types for the `GetInsightResults` operation.
203pub mod get_insight_results;
204
205/// Types for the `GetInsights` operation.
206pub mod get_insights;
207
208/// Types for the `GetInvitationsCount` operation.
209pub mod get_invitations_count;
210
211/// Types for the `GetMasterAccount` operation.
212pub mod get_master_account;
213
214/// Types for the `GetMembers` operation.
215pub mod get_members;
216
217/// Types for the `GetResourcesStatisticsV2` operation.
218pub mod get_resources_statistics_v2;
219
220/// Types for the `GetResourcesV2` operation.
221pub mod get_resources_v2;
222
223/// Types for the `GetSecurityControlDefinition` operation.
224pub mod get_security_control_definition;
225
226/// Types for the `InviteMembers` operation.
227pub mod invite_members;
228
229/// Types for the `ListAggregatorsV2` operation.
230pub mod list_aggregators_v2;
231
232/// Types for the `ListAutomationRules` operation.
233pub mod list_automation_rules;
234
235/// Types for the `ListAutomationRulesV2` operation.
236pub mod list_automation_rules_v2;
237
238/// Types for the `ListConfigurationPolicies` operation.
239pub mod list_configuration_policies;
240
241/// Types for the `ListConfigurationPolicyAssociations` operation.
242pub mod list_configuration_policy_associations;
243
244/// Types for the `ListConnectorsV2` operation.
245pub mod list_connectors_v2;
246
247/// Types for the `ListEnabledProductsForImport` operation.
248pub mod list_enabled_products_for_import;
249
250/// Types for the `ListFindingAggregators` operation.
251pub mod list_finding_aggregators;
252
253/// Types for the `ListInvitations` operation.
254pub mod list_invitations;
255
256/// Types for the `ListMembers` operation.
257pub mod list_members;
258
259/// Types for the `ListOrganizationAdminAccounts` operation.
260pub mod list_organization_admin_accounts;
261
262/// Types for the `ListSecurityControlDefinitions` operation.
263pub mod list_security_control_definitions;
264
265/// Types for the `ListStandardsControlAssociations` operation.
266pub mod list_standards_control_associations;
267
268/// Types for the `ListTagsForResource` operation.
269pub mod list_tags_for_resource;
270
271/// Types for the `StartConfigurationPolicyAssociation` operation.
272pub mod start_configuration_policy_association;
273
274/// Types for the `StartConfigurationPolicyDisassociation` operation.
275pub mod start_configuration_policy_disassociation;
276
277/// Types for the `TagResource` operation.
278pub mod tag_resource;
279
280/// Types for the `UntagResource` operation.
281pub mod untag_resource;
282
283/// Types for the `UpdateActionTarget` operation.
284pub mod update_action_target;
285
286/// Types for the `UpdateAggregatorV2` operation.
287pub mod update_aggregator_v2;
288
289/// Types for the `UpdateAutomationRuleV2` operation.
290pub mod update_automation_rule_v2;
291
292/// Types for the `UpdateConfigurationPolicy` operation.
293pub mod update_configuration_policy;
294
295/// Types for the `UpdateConnectorV2` operation.
296pub mod update_connector_v2;
297
298/// Types for the `UpdateFindingAggregator` operation.
299pub mod update_finding_aggregator;
300
301/// Types for the `UpdateFindings` operation.
302pub mod update_findings;
303
304/// Types for the `UpdateInsight` operation.
305pub mod update_insight;
306
307/// Types for the `UpdateOrganizationConfiguration` operation.
308pub mod update_organization_configuration;
309
310/// Types for the `UpdateSecurityControl` operation.
311pub mod update_security_control;
312
313/// Types for the `UpdateSecurityHubConfiguration` operation.
314pub mod update_security_hub_configuration;
315
316/// Types for the `UpdateStandardsControl` operation.
317pub mod update_standards_control;