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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CloneReceiptRuleSet` operation.
pub mod clone_receipt_rule_set;

/// 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 `CreateConfigurationSetTrackingOptions` operation.
pub mod create_configuration_set_tracking_options;

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

/// Types for the `CreateReceiptFilter` operation.
pub mod create_receipt_filter;

/// Types for the `CreateReceiptRule` operation.
pub mod create_receipt_rule;

/// Types for the `CreateReceiptRuleSet` operation.
pub mod create_receipt_rule_set;

/// Types for the `CreateTemplate` operation.
pub mod create_template;

/// 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 `DeleteConfigurationSetTrackingOptions` operation.
pub mod delete_configuration_set_tracking_options;

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

/// Types for the `DeleteIdentity` operation.
pub mod delete_identity;

/// Types for the `DeleteIdentityPolicy` operation.
pub mod delete_identity_policy;

/// Types for the `DeleteReceiptFilter` operation.
pub mod delete_receipt_filter;

/// Types for the `DeleteReceiptRule` operation.
pub mod delete_receipt_rule;

/// Types for the `DeleteReceiptRuleSet` operation.
pub mod delete_receipt_rule_set;

/// Types for the `DeleteTemplate` operation.
pub mod delete_template;

/// Types for the `DeleteVerifiedEmailAddress` operation.
pub mod delete_verified_email_address;

/// Types for the `DescribeActiveReceiptRuleSet` operation.
pub mod describe_active_receipt_rule_set;

/// Types for the `DescribeConfigurationSet` operation.
pub mod describe_configuration_set;

/// Types for the `DescribeReceiptRule` operation.
pub mod describe_receipt_rule;

/// Types for the `DescribeReceiptRuleSet` operation.
pub mod describe_receipt_rule_set;

/// Types for the `GetAccountSendingEnabled` operation.
pub mod get_account_sending_enabled;

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

/// Types for the `GetIdentityDkimAttributes` operation.
pub mod get_identity_dkim_attributes;

/// Types for the `GetIdentityMailFromDomainAttributes` operation.
pub mod get_identity_mail_from_domain_attributes;

/// Types for the `GetIdentityNotificationAttributes` operation.
pub mod get_identity_notification_attributes;

/// Types for the `GetIdentityPolicies` operation.
pub mod get_identity_policies;

/// Types for the `GetIdentityVerificationAttributes` operation.
pub mod get_identity_verification_attributes;

/// Types for the `GetSendQuota` operation.
pub mod get_send_quota;

/// Types for the `GetSendStatistics` operation.
pub mod get_send_statistics;

/// Types for the `GetTemplate` operation.
pub mod get_template;

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

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

/// Types for the `ListIdentities` operation.
pub mod list_identities;

/// Types for the `ListIdentityPolicies` operation.
pub mod list_identity_policies;

/// Types for the `ListReceiptFilters` operation.
pub mod list_receipt_filters;

/// Types for the `ListReceiptRuleSets` operation.
pub mod list_receipt_rule_sets;

/// Types for the `ListTemplates` operation.
pub mod list_templates;

/// Types for the `ListVerifiedEmailAddresses` operation.
pub mod list_verified_email_addresses;

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

/// Types for the `PutIdentityPolicy` operation.
pub mod put_identity_policy;

/// Types for the `ReorderReceiptRuleSet` operation.
pub mod reorder_receipt_rule_set;

/// Types for the `SendBounce` operation.
pub mod send_bounce;

/// Types for the `SendBulkTemplatedEmail` operation.
pub mod send_bulk_templated_email;

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

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

/// Types for the `SendRawEmail` operation.
pub mod send_raw_email;

/// Types for the `SendTemplatedEmail` operation.
pub mod send_templated_email;

/// Types for the `SetActiveReceiptRuleSet` operation.
pub mod set_active_receipt_rule_set;

/// Types for the `SetIdentityDkimEnabled` operation.
pub mod set_identity_dkim_enabled;

/// Types for the `SetIdentityFeedbackForwardingEnabled` operation.
pub mod set_identity_feedback_forwarding_enabled;

/// Types for the `SetIdentityHeadersInNotificationsEnabled` operation.
pub mod set_identity_headers_in_notifications_enabled;

/// Types for the `SetIdentityMailFromDomain` operation.
pub mod set_identity_mail_from_domain;

/// Types for the `SetIdentityNotificationTopic` operation.
pub mod set_identity_notification_topic;

/// Types for the `SetReceiptRulePosition` operation.
pub mod set_receipt_rule_position;

/// Types for the `TestRenderTemplate` operation.
pub mod test_render_template;

/// Types for the `UpdateAccountSendingEnabled` operation.
pub mod update_account_sending_enabled;

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

/// Types for the `UpdateConfigurationSetReputationMetricsEnabled` operation.
pub mod update_configuration_set_reputation_metrics_enabled;

/// Types for the `UpdateConfigurationSetSendingEnabled` operation.
pub mod update_configuration_set_sending_enabled;

/// Types for the `UpdateConfigurationSetTrackingOptions` operation.
pub mod update_configuration_set_tracking_options;

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

/// Types for the `UpdateReceiptRule` operation.
pub mod update_receipt_rule;

/// Types for the `UpdateTemplate` operation.
pub mod update_template;

/// Types for the `VerifyDomainDkim` operation.
pub mod verify_domain_dkim;

/// Types for the `VerifyDomainIdentity` operation.
pub mod verify_domain_identity;

/// Types for the `VerifyEmailAddress` operation.
pub mod verify_email_address;

/// Types for the `VerifyEmailIdentity` operation.
pub mod verify_email_identity;