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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateDelegateToResource` operation.
pub mod associate_delegate_to_resource;

/// Types for the `AssociateMemberToGroup` operation.
pub mod associate_member_to_group;

/// Types for the `AssumeImpersonationRole` operation.
pub mod assume_impersonation_role;

/// Types for the `CancelMailboxExportJob` operation.
pub mod cancel_mailbox_export_job;

/// Types for the `CreateAlias` operation.
pub mod create_alias;

/// Types for the `CreateAvailabilityConfiguration` operation.
pub mod create_availability_configuration;

/// Types for the `CreateGroup` operation.
pub mod create_group;

/// Types for the `CreateImpersonationRole` operation.
pub mod create_impersonation_role;

/// Types for the `CreateMobileDeviceAccessRule` operation.
pub mod create_mobile_device_access_rule;

/// Types for the `CreateOrganization` operation.
pub mod create_organization;

/// Types for the `CreateResource` operation.
pub mod create_resource;

/// Types for the `CreateUser` operation.
pub mod create_user;

/// Types for the `DeleteAccessControlRule` operation.
pub mod delete_access_control_rule;

/// Types for the `DeleteAlias` operation.
pub mod delete_alias;

/// Types for the `DeleteAvailabilityConfiguration` operation.
pub mod delete_availability_configuration;

/// Types for the `DeleteEmailMonitoringConfiguration` operation.
pub mod delete_email_monitoring_configuration;

/// Types for the `DeleteGroup` operation.
pub mod delete_group;

/// Types for the `DeleteImpersonationRole` operation.
pub mod delete_impersonation_role;

/// Types for the `DeleteMailboxPermissions` operation.
pub mod delete_mailbox_permissions;

/// Types for the `DeleteMobileDeviceAccessOverride` operation.
pub mod delete_mobile_device_access_override;

/// Types for the `DeleteMobileDeviceAccessRule` operation.
pub mod delete_mobile_device_access_rule;

/// Types for the `DeleteOrganization` operation.
pub mod delete_organization;

/// Types for the `DeleteResource` operation.
pub mod delete_resource;

/// Types for the `DeleteRetentionPolicy` operation.
pub mod delete_retention_policy;

/// Types for the `DeleteUser` operation.
pub mod delete_user;

/// Types for the `DeregisterFromWorkMail` operation.
pub mod deregister_from_work_mail;

/// Types for the `DeregisterMailDomain` operation.
pub mod deregister_mail_domain;

/// Types for the `DescribeEmailMonitoringConfiguration` operation.
pub mod describe_email_monitoring_configuration;

/// Types for the `DescribeEntity` operation.
pub mod describe_entity;

/// Types for the `DescribeGroup` operation.
pub mod describe_group;

/// Types for the `DescribeInboundDmarcSettings` operation.
pub mod describe_inbound_dmarc_settings;

/// Types for the `DescribeMailboxExportJob` operation.
pub mod describe_mailbox_export_job;

/// Types for the `DescribeOrganization` operation.
pub mod describe_organization;

/// Types for the `DescribeResource` operation.
pub mod describe_resource;

/// Types for the `DescribeUser` operation.
pub mod describe_user;

/// Types for the `DisassociateDelegateFromResource` operation.
pub mod disassociate_delegate_from_resource;

/// Types for the `DisassociateMemberFromGroup` operation.
pub mod disassociate_member_from_group;

/// Types for the `GetAccessControlEffect` operation.
pub mod get_access_control_effect;

/// Types for the `GetDefaultRetentionPolicy` operation.
pub mod get_default_retention_policy;

/// Types for the `GetImpersonationRole` operation.
pub mod get_impersonation_role;

/// Types for the `GetImpersonationRoleEffect` operation.
pub mod get_impersonation_role_effect;

/// Types for the `GetMailDomain` operation.
pub mod get_mail_domain;

/// Types for the `GetMailboxDetails` operation.
pub mod get_mailbox_details;

/// Types for the `GetMobileDeviceAccessEffect` operation.
pub mod get_mobile_device_access_effect;

/// Types for the `GetMobileDeviceAccessOverride` operation.
pub mod get_mobile_device_access_override;

/// Types for the `ListAccessControlRules` operation.
pub mod list_access_control_rules;

/// Types for the `ListAliases` operation.
pub mod list_aliases;

/// Types for the `ListAvailabilityConfigurations` operation.
pub mod list_availability_configurations;

/// Types for the `ListGroupMembers` operation.
pub mod list_group_members;

/// Types for the `ListGroups` operation.
pub mod list_groups;

/// Types for the `ListGroupsForEntity` operation.
pub mod list_groups_for_entity;

/// Types for the `ListImpersonationRoles` operation.
pub mod list_impersonation_roles;

/// Types for the `ListMailDomains` operation.
pub mod list_mail_domains;

/// Types for the `ListMailboxExportJobs` operation.
pub mod list_mailbox_export_jobs;

/// Types for the `ListMailboxPermissions` operation.
pub mod list_mailbox_permissions;

/// Types for the `ListMobileDeviceAccessOverrides` operation.
pub mod list_mobile_device_access_overrides;

/// Types for the `ListMobileDeviceAccessRules` operation.
pub mod list_mobile_device_access_rules;

/// Types for the `ListOrganizations` operation.
pub mod list_organizations;

/// Types for the `ListResourceDelegates` operation.
pub mod list_resource_delegates;

/// Types for the `ListResources` operation.
pub mod list_resources;

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

/// Types for the `ListUsers` operation.
pub mod list_users;

/// Types for the `PutAccessControlRule` operation.
pub mod put_access_control_rule;

/// Types for the `PutEmailMonitoringConfiguration` operation.
pub mod put_email_monitoring_configuration;

/// Types for the `PutInboundDmarcSettings` operation.
pub mod put_inbound_dmarc_settings;

/// Types for the `PutMailboxPermissions` operation.
pub mod put_mailbox_permissions;

/// Types for the `PutMobileDeviceAccessOverride` operation.
pub mod put_mobile_device_access_override;

/// Types for the `PutRetentionPolicy` operation.
pub mod put_retention_policy;

/// Types for the `RegisterMailDomain` operation.
pub mod register_mail_domain;

/// Types for the `RegisterToWorkMail` operation.
pub mod register_to_work_mail;

/// Types for the `ResetPassword` operation.
pub mod reset_password;

/// Types for the `StartMailboxExportJob` operation.
pub mod start_mailbox_export_job;

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

/// Types for the `TestAvailabilityConfiguration` operation.
pub mod test_availability_configuration;

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

/// Types for the `UpdateAvailabilityConfiguration` operation.
pub mod update_availability_configuration;

/// Types for the `UpdateDefaultMailDomain` operation.
pub mod update_default_mail_domain;

/// Types for the `UpdateGroup` operation.
pub mod update_group;

/// Types for the `UpdateImpersonationRole` operation.
pub mod update_impersonation_role;

/// Types for the `UpdateMailboxQuota` operation.
pub mod update_mailbox_quota;

/// Types for the `UpdateMobileDeviceAccessRule` operation.
pub mod update_mobile_device_access_rule;

/// Types for the `UpdatePrimaryEmailAddress` operation.
pub mod update_primary_email_address;

/// Types for the `UpdateResource` operation.
pub mod update_resource;

/// Types for the `UpdateUser` operation.
pub mod update_user;