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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `BatchGetMetricData` operation.
pub mod batch_get_metric_data;

/// Types for the `CancelExportJob` operation.
pub mod cancel_export_job;

/// Types for the `CreateConfigurationSet` operation.
pub mod create_configuration_set;

/// Types for the `CreateConfigurationSetEventDestination` operation.
pub mod create_configuration_set_event_destination;

/// Types for the `CreateContact` operation.
pub mod create_contact;

/// Types for the `CreateContactList` operation.
pub mod create_contact_list;

/// Types for the `CreateCustomVerificationEmailTemplate` operation.
pub mod create_custom_verification_email_template;

/// Types for the `CreateDedicatedIpPool` operation.
pub mod create_dedicated_ip_pool;

/// Types for the `CreateDeliverabilityTestReport` operation.
pub mod create_deliverability_test_report;

/// Types for the `CreateEmailIdentity` operation.
pub mod create_email_identity;

/// Types for the `CreateEmailIdentityPolicy` operation.
pub mod create_email_identity_policy;

/// Types for the `CreateEmailTemplate` operation.
pub mod create_email_template;

/// Types for the `CreateExportJob` operation.
pub mod create_export_job;

/// Types for the `CreateImportJob` operation.
pub mod create_import_job;

/// Types for the `DeleteConfigurationSet` operation.
pub mod delete_configuration_set;

/// Types for the `DeleteConfigurationSetEventDestination` operation.
pub mod delete_configuration_set_event_destination;

/// Types for the `DeleteContact` operation.
pub mod delete_contact;

/// Types for the `DeleteContactList` operation.
pub mod delete_contact_list;

/// Types for the `DeleteCustomVerificationEmailTemplate` operation.
pub mod delete_custom_verification_email_template;

/// Types for the `DeleteDedicatedIpPool` operation.
pub mod delete_dedicated_ip_pool;

/// Types for the `DeleteEmailIdentity` operation.
pub mod delete_email_identity;

/// Types for the `DeleteEmailIdentityPolicy` operation.
pub mod delete_email_identity_policy;

/// Types for the `DeleteEmailTemplate` operation.
pub mod delete_email_template;

/// Types for the `DeleteSuppressedDestination` operation.
pub mod delete_suppressed_destination;

/// Types for the `GetAccount` operation.
pub mod get_account;

/// Types for the `GetBlacklistReports` operation.
pub mod get_blacklist_reports;

/// Types for the `GetConfigurationSet` operation.
pub mod get_configuration_set;

/// Types for the `GetConfigurationSetEventDestinations` operation.
pub mod get_configuration_set_event_destinations;

/// Types for the `GetContact` operation.
pub mod get_contact;

/// Types for the `GetContactList` operation.
pub mod get_contact_list;

/// Types for the `GetCustomVerificationEmailTemplate` operation.
pub mod get_custom_verification_email_template;

/// Types for the `GetDedicatedIp` operation.
pub mod get_dedicated_ip;

/// Types for the `GetDedicatedIpPool` operation.
pub mod get_dedicated_ip_pool;

/// Types for the `GetDedicatedIps` operation.
pub mod get_dedicated_ips;

/// Types for the `GetDeliverabilityDashboardOptions` operation.
pub mod get_deliverability_dashboard_options;

/// Types for the `GetDeliverabilityTestReport` operation.
pub mod get_deliverability_test_report;

/// Types for the `GetDomainDeliverabilityCampaign` operation.
pub mod get_domain_deliverability_campaign;

/// Types for the `GetDomainStatisticsReport` operation.
pub mod get_domain_statistics_report;

/// Types for the `GetEmailIdentity` operation.
pub mod get_email_identity;

/// Types for the `GetEmailIdentityPolicies` operation.
pub mod get_email_identity_policies;

/// Types for the `GetEmailTemplate` operation.
pub mod get_email_template;

/// Types for the `GetExportJob` operation.
pub mod get_export_job;

/// Types for the `GetImportJob` operation.
pub mod get_import_job;

/// Types for the `GetMessageInsights` operation.
pub mod get_message_insights;

/// Types for the `GetSuppressedDestination` operation.
pub mod get_suppressed_destination;

/// Types for the `ListConfigurationSets` operation.
pub mod list_configuration_sets;

/// Types for the `ListContactLists` operation.
pub mod list_contact_lists;

/// Types for the `ListContacts` operation.
pub mod list_contacts;

/// Types for the `ListCustomVerificationEmailTemplates` operation.
pub mod list_custom_verification_email_templates;

/// Types for the `ListDedicatedIpPools` operation.
pub mod list_dedicated_ip_pools;

/// Types for the `ListDeliverabilityTestReports` operation.
pub mod list_deliverability_test_reports;

/// Types for the `ListDomainDeliverabilityCampaigns` operation.
pub mod list_domain_deliverability_campaigns;

/// Types for the `ListEmailIdentities` operation.
pub mod list_email_identities;

/// Types for the `ListEmailTemplates` operation.
pub mod list_email_templates;

/// Types for the `ListExportJobs` operation.
pub mod list_export_jobs;

/// Types for the `ListImportJobs` operation.
pub mod list_import_jobs;

/// Types for the `ListRecommendations` operation.
pub mod list_recommendations;

/// Types for the `ListSuppressedDestinations` operation.
pub mod list_suppressed_destinations;

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

/// Types for the `PutAccountDedicatedIpWarmupAttributes` operation.
pub mod put_account_dedicated_ip_warmup_attributes;

/// Types for the `PutAccountDetails` operation.
pub mod put_account_details;

/// Types for the `PutAccountSendingAttributes` operation.
pub mod put_account_sending_attributes;

/// Types for the `PutAccountSuppressionAttributes` operation.
pub mod put_account_suppression_attributes;

/// Types for the `PutAccountVdmAttributes` operation.
pub mod put_account_vdm_attributes;

/// Types for the `PutConfigurationSetDeliveryOptions` operation.
pub mod put_configuration_set_delivery_options;

/// Types for the `PutConfigurationSetReputationOptions` operation.
pub mod put_configuration_set_reputation_options;

/// Types for the `PutConfigurationSetSendingOptions` operation.
pub mod put_configuration_set_sending_options;

/// Types for the `PutConfigurationSetSuppressionOptions` operation.
pub mod put_configuration_set_suppression_options;

/// Types for the `PutConfigurationSetTrackingOptions` operation.
pub mod put_configuration_set_tracking_options;

/// Types for the `PutConfigurationSetVdmOptions` operation.
pub mod put_configuration_set_vdm_options;

/// Types for the `PutDedicatedIpInPool` operation.
pub mod put_dedicated_ip_in_pool;

/// Types for the `PutDedicatedIpPoolScalingAttributes` operation.
pub mod put_dedicated_ip_pool_scaling_attributes;

/// Types for the `PutDedicatedIpWarmupAttributes` operation.
pub mod put_dedicated_ip_warmup_attributes;

/// Types for the `PutDeliverabilityDashboardOption` operation.
pub mod put_deliverability_dashboard_option;

/// Types for the `PutEmailIdentityConfigurationSetAttributes` operation.
pub mod put_email_identity_configuration_set_attributes;

/// Types for the `PutEmailIdentityDkimAttributes` operation.
pub mod put_email_identity_dkim_attributes;

/// Types for the `PutEmailIdentityDkimSigningAttributes` operation.
pub mod put_email_identity_dkim_signing_attributes;

/// Types for the `PutEmailIdentityFeedbackAttributes` operation.
pub mod put_email_identity_feedback_attributes;

/// Types for the `PutEmailIdentityMailFromAttributes` operation.
pub mod put_email_identity_mail_from_attributes;

/// Types for the `PutSuppressedDestination` operation.
pub mod put_suppressed_destination;

/// Types for the `SendBulkEmail` operation.
pub mod send_bulk_email;

/// Types for the `SendCustomVerificationEmail` operation.
pub mod send_custom_verification_email;

/// Types for the `SendEmail` operation.
pub mod send_email;

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

/// Types for the `TestRenderEmailTemplate` operation.
pub mod test_render_email_template;

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

/// Types for the `UpdateConfigurationSetEventDestination` operation.
pub mod update_configuration_set_event_destination;

/// Types for the `UpdateContact` operation.
pub mod update_contact;

/// Types for the `UpdateContactList` operation.
pub mod update_contact_list;

/// Types for the `UpdateCustomVerificationEmailTemplate` operation.
pub mod update_custom_verification_email_template;

/// Types for the `UpdateEmailIdentityPolicy` operation.
pub mod update_email_identity_policy;

/// Types for the `UpdateEmailTemplate` operation.
pub mod update_email_template;