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 `BatchUpdateStandardsControlAssociations` operation.
41pub mod batch_update_standards_control_associations;
42
43/// Types for the `CreateActionTarget` operation.
44pub mod create_action_target;
45
46/// Types for the `CreateAutomationRule` operation.
47pub mod create_automation_rule;
48
49/// Types for the `CreateConfigurationPolicy` operation.
50pub mod create_configuration_policy;
51
52/// Types for the `CreateFindingAggregator` operation.
53pub mod create_finding_aggregator;
54
55/// Types for the `CreateInsight` operation.
56pub mod create_insight;
57
58/// Types for the `CreateMembers` operation.
59pub mod create_members;
60
61/// Types for the `DeclineInvitations` operation.
62pub mod decline_invitations;
63
64/// Types for the `DeleteActionTarget` operation.
65pub mod delete_action_target;
66
67/// Types for the `DeleteConfigurationPolicy` operation.
68pub mod delete_configuration_policy;
69
70/// Types for the `DeleteFindingAggregator` operation.
71pub mod delete_finding_aggregator;
72
73/// Types for the `DeleteInsight` operation.
74pub mod delete_insight;
75
76/// Types for the `DeleteInvitations` operation.
77pub mod delete_invitations;
78
79/// Types for the `DeleteMembers` operation.
80pub mod delete_members;
81
82/// Types for the `DescribeActionTargets` operation.
83pub mod describe_action_targets;
84
85/// Types for the `DescribeHub` operation.
86pub mod describe_hub;
87
88/// Types for the `DescribeOrganizationConfiguration` operation.
89pub mod describe_organization_configuration;
90
91/// Types for the `DescribeProducts` operation.
92pub mod describe_products;
93
94/// Types for the `DescribeStandards` operation.
95pub mod describe_standards;
96
97/// Types for the `DescribeStandardsControls` operation.
98pub mod describe_standards_controls;
99
100/// Types for the `DisableImportFindingsForProduct` operation.
101pub mod disable_import_findings_for_product;
102
103/// Types for the `DisableOrganizationAdminAccount` operation.
104pub mod disable_organization_admin_account;
105
106/// Types for the `DisableSecurityHub` operation.
107pub mod disable_security_hub;
108
109/// Types for the `DisassociateFromAdministratorAccount` operation.
110pub mod disassociate_from_administrator_account;
111
112/// Types for the `DisassociateFromMasterAccount` operation.
113pub mod disassociate_from_master_account;
114
115/// Types for the `DisassociateMembers` operation.
116pub mod disassociate_members;
117
118/// Types for the `EnableImportFindingsForProduct` operation.
119pub mod enable_import_findings_for_product;
120
121/// Types for the `EnableOrganizationAdminAccount` operation.
122pub mod enable_organization_admin_account;
123
124/// Types for the `EnableSecurityHub` operation.
125pub mod enable_security_hub;
126
127/// Types for the `GetAdministratorAccount` operation.
128pub mod get_administrator_account;
129
130/// Types for the `GetConfigurationPolicy` operation.
131pub mod get_configuration_policy;
132
133/// Types for the `GetConfigurationPolicyAssociation` operation.
134pub mod get_configuration_policy_association;
135
136/// Types for the `GetEnabledStandards` operation.
137pub mod get_enabled_standards;
138
139/// Types for the `GetFindingAggregator` operation.
140pub mod get_finding_aggregator;
141
142/// Types for the `GetFindingHistory` operation.
143pub mod get_finding_history;
144
145/// Types for the `GetFindings` operation.
146pub mod get_findings;
147
148/// Types for the `GetInsightResults` operation.
149pub mod get_insight_results;
150
151/// Types for the `GetInsights` operation.
152pub mod get_insights;
153
154/// Types for the `GetInvitationsCount` operation.
155pub mod get_invitations_count;
156
157/// Types for the `GetMasterAccount` operation.
158pub mod get_master_account;
159
160/// Types for the `GetMembers` operation.
161pub mod get_members;
162
163/// Types for the `GetSecurityControlDefinition` operation.
164pub mod get_security_control_definition;
165
166/// Types for the `InviteMembers` operation.
167pub mod invite_members;
168
169/// Types for the `ListAutomationRules` operation.
170pub mod list_automation_rules;
171
172/// Types for the `ListConfigurationPolicies` operation.
173pub mod list_configuration_policies;
174
175/// Types for the `ListConfigurationPolicyAssociations` operation.
176pub mod list_configuration_policy_associations;
177
178/// Types for the `ListEnabledProductsForImport` operation.
179pub mod list_enabled_products_for_import;
180
181/// Types for the `ListFindingAggregators` operation.
182pub mod list_finding_aggregators;
183
184/// Types for the `ListInvitations` operation.
185pub mod list_invitations;
186
187/// Types for the `ListMembers` operation.
188pub mod list_members;
189
190/// Types for the `ListOrganizationAdminAccounts` operation.
191pub mod list_organization_admin_accounts;
192
193/// Types for the `ListSecurityControlDefinitions` operation.
194pub mod list_security_control_definitions;
195
196/// Types for the `ListStandardsControlAssociations` operation.
197pub mod list_standards_control_associations;
198
199/// Types for the `ListTagsForResource` operation.
200pub mod list_tags_for_resource;
201
202/// Types for the `StartConfigurationPolicyAssociation` operation.
203pub mod start_configuration_policy_association;
204
205/// Types for the `StartConfigurationPolicyDisassociation` operation.
206pub mod start_configuration_policy_disassociation;
207
208/// Types for the `TagResource` operation.
209pub mod tag_resource;
210
211/// Types for the `UntagResource` operation.
212pub mod untag_resource;
213
214/// Types for the `UpdateActionTarget` operation.
215pub mod update_action_target;
216
217/// Types for the `UpdateConfigurationPolicy` operation.
218pub mod update_configuration_policy;
219
220/// Types for the `UpdateFindingAggregator` operation.
221pub mod update_finding_aggregator;
222
223/// Types for the `UpdateFindings` operation.
224pub mod update_findings;
225
226/// Types for the `UpdateInsight` operation.
227pub mod update_insight;
228
229/// Types for the `UpdateOrganizationConfiguration` operation.
230pub mod update_organization_configuration;
231
232/// Types for the `UpdateSecurityControl` operation.
233pub mod update_security_control;
234
235/// Types for the `UpdateSecurityHubConfiguration` operation.
236pub mod update_security_hub_configuration;
237
238/// Types for the `UpdateStandardsControl` operation.
239pub mod update_standards_control;