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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AcceptAdministratorInvitation` operation.
pub mod accept_administrator_invitation;

/// Types for the `AcceptInvitation` operation.
pub mod accept_invitation;

/// Types for the `BatchDeleteAutomationRules` operation.
pub mod batch_delete_automation_rules;

/// Types for the `BatchDisableStandards` operation.
pub mod batch_disable_standards;

/// Types for the `BatchEnableStandards` operation.
pub mod batch_enable_standards;

/// Types for the `BatchGetAutomationRules` operation.
pub mod batch_get_automation_rules;

/// Types for the `BatchGetConfigurationPolicyAssociations` operation.
pub mod batch_get_configuration_policy_associations;

/// Types for the `BatchGetSecurityControls` operation.
pub mod batch_get_security_controls;

/// Types for the `BatchGetStandardsControlAssociations` operation.
pub mod batch_get_standards_control_associations;

/// Types for the `BatchImportFindings` operation.
pub mod batch_import_findings;

/// Types for the `BatchUpdateAutomationRules` operation.
pub mod batch_update_automation_rules;

/// Types for the `BatchUpdateFindings` operation.
pub mod batch_update_findings;

/// Types for the `BatchUpdateStandardsControlAssociations` operation.
pub mod batch_update_standards_control_associations;

/// Types for the `CreateActionTarget` operation.
pub mod create_action_target;

/// Types for the `CreateAutomationRule` operation.
pub mod create_automation_rule;

/// Types for the `CreateConfigurationPolicy` operation.
pub mod create_configuration_policy;

/// Types for the `CreateFindingAggregator` operation.
pub mod create_finding_aggregator;

/// Types for the `CreateInsight` operation.
pub mod create_insight;

/// Types for the `CreateMembers` operation.
pub mod create_members;

/// Types for the `DeclineInvitations` operation.
pub mod decline_invitations;

/// Types for the `DeleteActionTarget` operation.
pub mod delete_action_target;

/// Types for the `DeleteConfigurationPolicy` operation.
pub mod delete_configuration_policy;

/// Types for the `DeleteFindingAggregator` operation.
pub mod delete_finding_aggregator;

/// Types for the `DeleteInsight` operation.
pub mod delete_insight;

/// Types for the `DeleteInvitations` operation.
pub mod delete_invitations;

/// Types for the `DeleteMembers` operation.
pub mod delete_members;

/// Types for the `DescribeActionTargets` operation.
pub mod describe_action_targets;

/// Types for the `DescribeHub` operation.
pub mod describe_hub;

/// Types for the `DescribeOrganizationConfiguration` operation.
pub mod describe_organization_configuration;

/// Types for the `DescribeProducts` operation.
pub mod describe_products;

/// Types for the `DescribeStandards` operation.
pub mod describe_standards;

/// Types for the `DescribeStandardsControls` operation.
pub mod describe_standards_controls;

/// Types for the `DisableImportFindingsForProduct` operation.
pub mod disable_import_findings_for_product;

/// Types for the `DisableOrganizationAdminAccount` operation.
pub mod disable_organization_admin_account;

/// Types for the `DisableSecurityHub` operation.
pub mod disable_security_hub;

/// Types for the `DisassociateFromAdministratorAccount` operation.
pub mod disassociate_from_administrator_account;

/// Types for the `DisassociateFromMasterAccount` operation.
pub mod disassociate_from_master_account;

/// Types for the `DisassociateMembers` operation.
pub mod disassociate_members;

/// Types for the `EnableImportFindingsForProduct` operation.
pub mod enable_import_findings_for_product;

/// Types for the `EnableOrganizationAdminAccount` operation.
pub mod enable_organization_admin_account;

/// Types for the `EnableSecurityHub` operation.
pub mod enable_security_hub;

/// Types for the `GetAdministratorAccount` operation.
pub mod get_administrator_account;

/// Types for the `GetConfigurationPolicy` operation.
pub mod get_configuration_policy;

/// Types for the `GetConfigurationPolicyAssociation` operation.
pub mod get_configuration_policy_association;

/// Types for the `GetEnabledStandards` operation.
pub mod get_enabled_standards;

/// Types for the `GetFindingAggregator` operation.
pub mod get_finding_aggregator;

/// Types for the `GetFindingHistory` operation.
pub mod get_finding_history;

/// Types for the `GetFindings` operation.
pub mod get_findings;

/// Types for the `GetInsightResults` operation.
pub mod get_insight_results;

/// Types for the `GetInsights` operation.
pub mod get_insights;

/// Types for the `GetInvitationsCount` operation.
pub mod get_invitations_count;

/// Types for the `GetMasterAccount` operation.
pub mod get_master_account;

/// Types for the `GetMembers` operation.
pub mod get_members;

/// Types for the `GetSecurityControlDefinition` operation.
pub mod get_security_control_definition;

/// Types for the `InviteMembers` operation.
pub mod invite_members;

/// Types for the `ListAutomationRules` operation.
pub mod list_automation_rules;

/// Types for the `ListConfigurationPolicies` operation.
pub mod list_configuration_policies;

/// Types for the `ListConfigurationPolicyAssociations` operation.
pub mod list_configuration_policy_associations;

/// Types for the `ListEnabledProductsForImport` operation.
pub mod list_enabled_products_for_import;

/// Types for the `ListFindingAggregators` operation.
pub mod list_finding_aggregators;

/// Types for the `ListInvitations` operation.
pub mod list_invitations;

/// Types for the `ListMembers` operation.
pub mod list_members;

/// Types for the `ListOrganizationAdminAccounts` operation.
pub mod list_organization_admin_accounts;

/// Types for the `ListSecurityControlDefinitions` operation.
pub mod list_security_control_definitions;

/// Types for the `ListStandardsControlAssociations` operation.
pub mod list_standards_control_associations;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `StartConfigurationPolicyAssociation` operation.
pub mod start_configuration_policy_association;

/// Types for the `StartConfigurationPolicyDisassociation` operation.
pub mod start_configuration_policy_disassociation;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateActionTarget` operation.
pub mod update_action_target;

/// Types for the `UpdateConfigurationPolicy` operation.
pub mod update_configuration_policy;

/// Types for the `UpdateFindingAggregator` operation.
pub mod update_finding_aggregator;

/// Types for the `UpdateFindings` operation.
pub mod update_findings;

/// Types for the `UpdateInsight` operation.
pub mod update_insight;

/// Types for the `UpdateOrganizationConfiguration` operation.
pub mod update_organization_configuration;

/// Types for the `UpdateSecurityControl` operation.
pub mod update_security_control;

/// Types for the `UpdateSecurityHubConfiguration` operation.
pub mod update_security_hub_configuration;

/// Types for the `UpdateStandardsControl` operation.
pub mod update_standards_control;