pub enum SesOperation {
Show 44 variants
VerifyEmailIdentity,
VerifyDomainIdentity,
ListIdentities,
DeleteIdentity,
GetIdentityVerificationAttributes,
VerifyEmailAddress,
DeleteVerifiedEmailAddress,
ListVerifiedEmailAddresses,
SendEmail,
SendRawEmail,
GetSendQuota,
GetSendStatistics,
CreateTemplate,
GetTemplate,
UpdateTemplate,
DeleteTemplate,
ListTemplates,
SendTemplatedEmail,
CreateConfigurationSet,
DeleteConfigurationSet,
DescribeConfigurationSet,
ListConfigurationSets,
CreateConfigurationSetEventDestination,
UpdateConfigurationSetEventDestination,
DeleteConfigurationSetEventDestination,
CreateReceiptRuleSet,
DeleteReceiptRuleSet,
CreateReceiptRule,
DeleteReceiptRule,
DescribeReceiptRuleSet,
CloneReceiptRuleSet,
DescribeActiveReceiptRuleSet,
SetActiveReceiptRuleSet,
SetIdentityNotificationTopic,
SetIdentityFeedbackForwardingEnabled,
GetIdentityNotificationAttributes,
VerifyDomainDkim,
GetIdentityDkimAttributes,
SetIdentityMailFromDomain,
GetIdentityMailFromDomainAttributes,
GetIdentityPolicies,
PutIdentityPolicy,
DeleteIdentityPolicy,
ListIdentityPolicies,
}Expand description
All supported Ses operations.
Variants§
VerifyEmailIdentity
The VerifyEmailIdentity operation.
VerifyDomainIdentity
The VerifyDomainIdentity operation.
ListIdentities
The ListIdentities operation.
DeleteIdentity
The DeleteIdentity operation.
GetIdentityVerificationAttributes
The GetIdentityVerificationAttributes operation.
VerifyEmailAddress
The VerifyEmailAddress operation.
DeleteVerifiedEmailAddress
The DeleteVerifiedEmailAddress operation.
ListVerifiedEmailAddresses
The ListVerifiedEmailAddresses operation.
SendEmail
The SendEmail operation.
SendRawEmail
The SendRawEmail operation.
GetSendQuota
The GetSendQuota operation.
GetSendStatistics
The GetSendStatistics operation.
CreateTemplate
The CreateTemplate operation.
GetTemplate
The GetTemplate operation.
UpdateTemplate
The UpdateTemplate operation.
DeleteTemplate
The DeleteTemplate operation.
ListTemplates
The ListTemplates operation.
SendTemplatedEmail
The SendTemplatedEmail operation.
CreateConfigurationSet
The CreateConfigurationSet operation.
DeleteConfigurationSet
The DeleteConfigurationSet operation.
DescribeConfigurationSet
The DescribeConfigurationSet operation.
ListConfigurationSets
The ListConfigurationSets operation.
CreateConfigurationSetEventDestination
The CreateConfigurationSetEventDestination operation.
UpdateConfigurationSetEventDestination
The UpdateConfigurationSetEventDestination operation.
DeleteConfigurationSetEventDestination
The DeleteConfigurationSetEventDestination operation.
CreateReceiptRuleSet
The CreateReceiptRuleSet operation.
DeleteReceiptRuleSet
The DeleteReceiptRuleSet operation.
CreateReceiptRule
The CreateReceiptRule operation.
DeleteReceiptRule
The DeleteReceiptRule operation.
DescribeReceiptRuleSet
The DescribeReceiptRuleSet operation.
CloneReceiptRuleSet
The CloneReceiptRuleSet operation.
DescribeActiveReceiptRuleSet
The DescribeActiveReceiptRuleSet operation.
SetActiveReceiptRuleSet
The SetActiveReceiptRuleSet operation.
SetIdentityNotificationTopic
The SetIdentityNotificationTopic operation.
SetIdentityFeedbackForwardingEnabled
The SetIdentityFeedbackForwardingEnabled operation.
GetIdentityNotificationAttributes
The GetIdentityNotificationAttributes operation.
VerifyDomainDkim
The VerifyDomainDkim operation.
GetIdentityDkimAttributes
The GetIdentityDkimAttributes operation.
SetIdentityMailFromDomain
The SetIdentityMailFromDomain operation.
GetIdentityMailFromDomainAttributes
The GetIdentityMailFromDomainAttributes operation.
GetIdentityPolicies
The GetIdentityPolicies operation.
PutIdentityPolicy
The PutIdentityPolicy operation.
DeleteIdentityPolicy
The DeleteIdentityPolicy operation.
ListIdentityPolicies
The ListIdentityPolicies operation.
Implementations§
Trait Implementations§
Source§impl Clone for SesOperation
impl Clone for SesOperation
Source§fn clone(&self) -> SesOperation
fn clone(&self) -> SesOperation
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for SesOperation
impl Debug for SesOperation
Source§impl Display for SesOperation
impl Display for SesOperation
Source§impl Hash for SesOperation
impl Hash for SesOperation
Source§impl PartialEq for SesOperation
impl PartialEq for SesOperation
Source§fn eq(&self, other: &SesOperation) -> bool
fn eq(&self, other: &SesOperation) -> bool
self and other values to be equal, and is used by ==.