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_http::request_id::RequestId;

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

/// Types for the `BatchGetCustomDataIdentifiers` operation.
pub mod batch_get_custom_data_identifiers;

/// Types for the `CreateAllowList` operation.
pub mod create_allow_list;

/// Types for the `CreateClassificationJob` operation.
pub mod create_classification_job;

/// Types for the `CreateCustomDataIdentifier` operation.
pub mod create_custom_data_identifier;

/// Types for the `CreateFindingsFilter` operation.
pub mod create_findings_filter;

/// Types for the `CreateInvitations` operation.
pub mod create_invitations;

/// Types for the `CreateMember` operation.
pub mod create_member;

/// Types for the `CreateSampleFindings` operation.
pub mod create_sample_findings;

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

/// Types for the `DeleteAllowList` operation.
pub mod delete_allow_list;

/// Types for the `DeleteCustomDataIdentifier` operation.
pub mod delete_custom_data_identifier;

/// Types for the `DeleteFindingsFilter` operation.
pub mod delete_findings_filter;

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

/// Types for the `DeleteMember` operation.
pub mod delete_member;

/// Types for the `DescribeBuckets` operation.
pub mod describe_buckets;

/// Types for the `DescribeClassificationJob` operation.
pub mod describe_classification_job;

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

/// Types for the `DisableMacie` operation.
pub mod disable_macie;

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

/// 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 `DisassociateMember` operation.
pub mod disassociate_member;

/// Types for the `EnableMacie` operation.
pub mod enable_macie;

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

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

/// Types for the `GetAllowList` operation.
pub mod get_allow_list;

/// Types for the `GetAutomatedDiscoveryConfiguration` operation.
pub mod get_automated_discovery_configuration;

/// Types for the `GetBucketStatistics` operation.
pub mod get_bucket_statistics;

/// Types for the `GetClassificationExportConfiguration` operation.
pub mod get_classification_export_configuration;

/// Types for the `GetClassificationScope` operation.
pub mod get_classification_scope;

/// Types for the `GetCustomDataIdentifier` operation.
pub mod get_custom_data_identifier;

/// Types for the `GetFindingStatistics` operation.
pub mod get_finding_statistics;

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

/// Types for the `GetFindingsFilter` operation.
pub mod get_findings_filter;

/// Types for the `GetFindingsPublicationConfiguration` operation.
pub mod get_findings_publication_configuration;

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

/// Types for the `GetMacieSession` operation.
pub mod get_macie_session;

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

/// Types for the `GetMember` operation.
pub mod get_member;

/// Types for the `GetResourceProfile` operation.
pub mod get_resource_profile;

/// Types for the `GetRevealConfiguration` operation.
pub mod get_reveal_configuration;

/// Types for the `GetSensitiveDataOccurrences` operation.
pub mod get_sensitive_data_occurrences;

/// Types for the `GetSensitiveDataOccurrencesAvailability` operation.
pub mod get_sensitive_data_occurrences_availability;

/// Types for the `GetSensitivityInspectionTemplate` operation.
pub mod get_sensitivity_inspection_template;

/// Types for the `GetUsageStatistics` operation.
pub mod get_usage_statistics;

/// Types for the `GetUsageTotals` operation.
pub mod get_usage_totals;

/// Types for the `ListAllowLists` operation.
pub mod list_allow_lists;

/// Types for the `ListClassificationJobs` operation.
pub mod list_classification_jobs;

/// Types for the `ListClassificationScopes` operation.
pub mod list_classification_scopes;

/// Types for the `ListCustomDataIdentifiers` operation.
pub mod list_custom_data_identifiers;

/// Types for the `ListFindings` operation.
pub mod list_findings;

/// Types for the `ListFindingsFilters` operation.
pub mod list_findings_filters;

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

/// Types for the `ListManagedDataIdentifiers` operation.
pub mod list_managed_data_identifiers;

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

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

/// Types for the `ListResourceProfileArtifacts` operation.
pub mod list_resource_profile_artifacts;

/// Types for the `ListResourceProfileDetections` operation.
pub mod list_resource_profile_detections;

/// Types for the `ListSensitivityInspectionTemplates` operation.
pub mod list_sensitivity_inspection_templates;

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

/// Types for the `PutClassificationExportConfiguration` operation.
pub mod put_classification_export_configuration;

/// Types for the `PutFindingsPublicationConfiguration` operation.
pub mod put_findings_publication_configuration;

/// Types for the `SearchResources` operation.
pub mod search_resources;

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

/// Types for the `TestCustomDataIdentifier` operation.
pub mod test_custom_data_identifier;

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

/// Types for the `UpdateAllowList` operation.
pub mod update_allow_list;

/// Types for the `UpdateAutomatedDiscoveryConfiguration` operation.
pub mod update_automated_discovery_configuration;

/// Types for the `UpdateClassificationJob` operation.
pub mod update_classification_job;

/// Types for the `UpdateClassificationScope` operation.
pub mod update_classification_scope;

/// Types for the `UpdateFindingsFilter` operation.
pub mod update_findings_filter;

/// Types for the `UpdateMacieSession` operation.
pub mod update_macie_session;

/// Types for the `UpdateMemberSession` operation.
pub mod update_member_session;

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

/// Types for the `UpdateResourceProfile` operation.
pub mod update_resource_profile;

/// Types for the `UpdateResourceProfileDetections` operation.
pub mod update_resource_profile_detections;

/// Types for the `UpdateRevealConfiguration` operation.
pub mod update_reveal_configuration;

/// Types for the `UpdateSensitivityInspectionTemplate` operation.
pub mod update_sensitivity_inspection_template;