aws_sdk_ses/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CloneReceiptRuleSet` operation.
5pub mod clone_receipt_rule_set;
6
7/// Types for the `CreateConfigurationSet` operation.
8pub mod create_configuration_set;
9
10/// Types for the `CreateConfigurationSetEventDestination` operation.
11pub mod create_configuration_set_event_destination;
12
13/// Types for the `CreateConfigurationSetTrackingOptions` operation.
14pub mod create_configuration_set_tracking_options;
15
16/// Types for the `CreateCustomVerificationEmailTemplate` operation.
17pub mod create_custom_verification_email_template;
18
19/// Types for the `CreateReceiptFilter` operation.
20pub mod create_receipt_filter;
21
22/// Types for the `CreateReceiptRule` operation.
23pub mod create_receipt_rule;
24
25/// Types for the `CreateReceiptRuleSet` operation.
26pub mod create_receipt_rule_set;
27
28/// Types for the `CreateTemplate` operation.
29pub mod create_template;
30
31/// Types for the `DeleteConfigurationSet` operation.
32pub mod delete_configuration_set;
33
34/// Types for the `DeleteConfigurationSetEventDestination` operation.
35pub mod delete_configuration_set_event_destination;
36
37/// Types for the `DeleteConfigurationSetTrackingOptions` operation.
38pub mod delete_configuration_set_tracking_options;
39
40/// Types for the `DeleteCustomVerificationEmailTemplate` operation.
41pub mod delete_custom_verification_email_template;
42
43/// Types for the `DeleteIdentity` operation.
44pub mod delete_identity;
45
46/// Types for the `DeleteIdentityPolicy` operation.
47pub mod delete_identity_policy;
48
49/// Types for the `DeleteReceiptFilter` operation.
50pub mod delete_receipt_filter;
51
52/// Types for the `DeleteReceiptRule` operation.
53pub mod delete_receipt_rule;
54
55/// Types for the `DeleteReceiptRuleSet` operation.
56pub mod delete_receipt_rule_set;
57
58/// Types for the `DeleteTemplate` operation.
59pub mod delete_template;
60
61/// Types for the `DeleteVerifiedEmailAddress` operation.
62pub mod delete_verified_email_address;
63
64/// Types for the `DescribeActiveReceiptRuleSet` operation.
65pub mod describe_active_receipt_rule_set;
66
67/// Types for the `DescribeConfigurationSet` operation.
68pub mod describe_configuration_set;
69
70/// Types for the `DescribeReceiptRule` operation.
71pub mod describe_receipt_rule;
72
73/// Types for the `DescribeReceiptRuleSet` operation.
74pub mod describe_receipt_rule_set;
75
76/// Types for the `GetAccountSendingEnabled` operation.
77pub mod get_account_sending_enabled;
78
79/// Types for the `GetCustomVerificationEmailTemplate` operation.
80pub mod get_custom_verification_email_template;
81
82/// Types for the `GetIdentityDkimAttributes` operation.
83pub mod get_identity_dkim_attributes;
84
85/// Types for the `GetIdentityMailFromDomainAttributes` operation.
86pub mod get_identity_mail_from_domain_attributes;
87
88/// Types for the `GetIdentityNotificationAttributes` operation.
89pub mod get_identity_notification_attributes;
90
91/// Types for the `GetIdentityPolicies` operation.
92pub mod get_identity_policies;
93
94/// Types for the `GetIdentityVerificationAttributes` operation.
95pub mod get_identity_verification_attributes;
96
97/// Types for the `GetSendQuota` operation.
98pub mod get_send_quota;
99
100/// Types for the `GetSendStatistics` operation.
101pub mod get_send_statistics;
102
103/// Types for the `GetTemplate` operation.
104pub mod get_template;
105
106/// Types for the `ListConfigurationSets` operation.
107pub mod list_configuration_sets;
108
109/// Types for the `ListCustomVerificationEmailTemplates` operation.
110pub mod list_custom_verification_email_templates;
111
112/// Types for the `ListIdentities` operation.
113pub mod list_identities;
114
115/// Types for the `ListIdentityPolicies` operation.
116pub mod list_identity_policies;
117
118/// Types for the `ListReceiptFilters` operation.
119pub mod list_receipt_filters;
120
121/// Types for the `ListReceiptRuleSets` operation.
122pub mod list_receipt_rule_sets;
123
124/// Types for the `ListTemplates` operation.
125pub mod list_templates;
126
127/// Types for the `ListVerifiedEmailAddresses` operation.
128pub mod list_verified_email_addresses;
129
130/// Types for the `PutConfigurationSetDeliveryOptions` operation.
131pub mod put_configuration_set_delivery_options;
132
133/// Types for the `PutIdentityPolicy` operation.
134pub mod put_identity_policy;
135
136/// Types for the `ReorderReceiptRuleSet` operation.
137pub mod reorder_receipt_rule_set;
138
139/// Types for the `SendBounce` operation.
140pub mod send_bounce;
141
142/// Types for the `SendBulkTemplatedEmail` operation.
143pub mod send_bulk_templated_email;
144
145/// Types for the `SendCustomVerificationEmail` operation.
146pub mod send_custom_verification_email;
147
148/// Types for the `SendEmail` operation.
149pub mod send_email;
150
151/// Types for the `SendRawEmail` operation.
152pub mod send_raw_email;
153
154/// Types for the `SendTemplatedEmail` operation.
155pub mod send_templated_email;
156
157/// Types for the `SetActiveReceiptRuleSet` operation.
158pub mod set_active_receipt_rule_set;
159
160/// Types for the `SetIdentityDkimEnabled` operation.
161pub mod set_identity_dkim_enabled;
162
163/// Types for the `SetIdentityFeedbackForwardingEnabled` operation.
164pub mod set_identity_feedback_forwarding_enabled;
165
166/// Types for the `SetIdentityHeadersInNotificationsEnabled` operation.
167pub mod set_identity_headers_in_notifications_enabled;
168
169/// Types for the `SetIdentityMailFromDomain` operation.
170pub mod set_identity_mail_from_domain;
171
172/// Types for the `SetIdentityNotificationTopic` operation.
173pub mod set_identity_notification_topic;
174
175/// Types for the `SetReceiptRulePosition` operation.
176pub mod set_receipt_rule_position;
177
178/// Types for the `TestRenderTemplate` operation.
179pub mod test_render_template;
180
181/// Types for the `UpdateAccountSendingEnabled` operation.
182pub mod update_account_sending_enabled;
183
184/// Types for the `UpdateConfigurationSetEventDestination` operation.
185pub mod update_configuration_set_event_destination;
186
187/// Types for the `UpdateConfigurationSetReputationMetricsEnabled` operation.
188pub mod update_configuration_set_reputation_metrics_enabled;
189
190/// Types for the `UpdateConfigurationSetSendingEnabled` operation.
191pub mod update_configuration_set_sending_enabled;
192
193/// Types for the `UpdateConfigurationSetTrackingOptions` operation.
194pub mod update_configuration_set_tracking_options;
195
196/// Types for the `UpdateCustomVerificationEmailTemplate` operation.
197pub mod update_custom_verification_email_template;
198
199/// Types for the `UpdateReceiptRule` operation.
200pub mod update_receipt_rule;
201
202/// Types for the `UpdateTemplate` operation.
203pub mod update_template;
204
205/// Types for the `VerifyDomainDkim` operation.
206pub mod verify_domain_dkim;
207
208/// Types for the `VerifyDomainIdentity` operation.
209pub mod verify_domain_identity;
210
211/// Types for the `VerifyEmailAddress` operation.
212pub mod verify_email_address;
213
214/// Types for the `VerifyEmailIdentity` operation.
215pub mod verify_email_identity;