Versions in this module Expand all Collapse all v0 v0.6.0 Jun 3, 2015 Changes in this version + type Body struct + HTML *Content + Text *Content + type Content struct + Charset *string + Data *string + type DeleteIdentityInput struct + Identity *string + type DeleteIdentityOutput struct + type DeleteVerifiedEmailAddressInput struct + EmailAddress *string + type DeleteVerifiedEmailAddressOutput struct + type Destination struct + BCCAddresses []*string + CCAddresses []*string + ToAddresses []*string + type GetIdentityDKIMAttributesInput struct + Identities []*string + type GetIdentityDKIMAttributesOutput struct + DKIMAttributes map[string]*IdentityDKIMAttributes + type GetIdentityNotificationAttributesInput struct + Identities []*string + type GetIdentityNotificationAttributesOutput struct + NotificationAttributes map[string]*IdentityNotificationAttributes + type GetIdentityVerificationAttributesInput struct + Identities []*string + type GetIdentityVerificationAttributesOutput struct + VerificationAttributes map[string]*IdentityVerificationAttributes + type GetSendQuotaInput struct + type GetSendQuotaOutput struct + Max24HourSend *float64 + MaxSendRate *float64 + SentLast24Hours *float64 + type GetSendStatisticsInput struct + type GetSendStatisticsOutput struct + SendDataPoints []*SendDataPoint + type IdentityDKIMAttributes struct + DKIMEnabled *bool + DKIMTokens []*string + DKIMVerificationStatus *string + type IdentityNotificationAttributes struct + BounceTopic *string + ComplaintTopic *string + DeliveryTopic *string + ForwardingEnabled *bool + type IdentityVerificationAttributes struct + VerificationStatus *string + VerificationToken *string + type ListIdentitiesInput struct + IdentityType *string + MaxItems *int64 + NextToken *string + type ListIdentitiesOutput struct + Identities []*string + NextToken *string + type ListVerifiedEmailAddressesInput struct + type ListVerifiedEmailAddressesOutput struct + VerifiedEmailAddresses []*string + type Message struct + Body *Body + Subject *Content + type RawMessage struct + Data []byte + type SES struct + func New(config *aws.Config) *SES + func (c *SES) DeleteIdentity(input *DeleteIdentityInput) (*DeleteIdentityOutput, error) + func (c *SES) DeleteIdentityRequest(input *DeleteIdentityInput) (req *aws.Request, output *DeleteIdentityOutput) + func (c *SES) DeleteVerifiedEmailAddress(input *DeleteVerifiedEmailAddressInput) (*DeleteVerifiedEmailAddressOutput, error) + func (c *SES) DeleteVerifiedEmailAddressRequest(input *DeleteVerifiedEmailAddressInput) (req *aws.Request, output *DeleteVerifiedEmailAddressOutput) + func (c *SES) GetIdentityDKIMAttributes(input *GetIdentityDKIMAttributesInput) (*GetIdentityDKIMAttributesOutput, error) + func (c *SES) GetIdentityDKIMAttributesRequest(input *GetIdentityDKIMAttributesInput) (req *aws.Request, output *GetIdentityDKIMAttributesOutput) + func (c *SES) GetIdentityNotificationAttributes(input *GetIdentityNotificationAttributesInput) (*GetIdentityNotificationAttributesOutput, error) + func (c *SES) GetIdentityNotificationAttributesRequest(input *GetIdentityNotificationAttributesInput) (req *aws.Request, output *GetIdentityNotificationAttributesOutput) + func (c *SES) GetIdentityVerificationAttributes(input *GetIdentityVerificationAttributesInput) (*GetIdentityVerificationAttributesOutput, error) + func (c *SES) GetIdentityVerificationAttributesRequest(input *GetIdentityVerificationAttributesInput) (req *aws.Request, output *GetIdentityVerificationAttributesOutput) + func (c *SES) GetSendQuota(input *GetSendQuotaInput) (*GetSendQuotaOutput, error) + func (c *SES) GetSendQuotaRequest(input *GetSendQuotaInput) (req *aws.Request, output *GetSendQuotaOutput) + func (c *SES) GetSendStatistics(input *GetSendStatisticsInput) (*GetSendStatisticsOutput, error) + func (c *SES) GetSendStatisticsRequest(input *GetSendStatisticsInput) (req *aws.Request, output *GetSendStatisticsOutput) + func (c *SES) ListIdentities(input *ListIdentitiesInput) (*ListIdentitiesOutput, error) + func (c *SES) ListIdentitiesPages(input *ListIdentitiesInput, ...) error + func (c *SES) ListIdentitiesRequest(input *ListIdentitiesInput) (req *aws.Request, output *ListIdentitiesOutput) + func (c *SES) ListVerifiedEmailAddresses(input *ListVerifiedEmailAddressesInput) (*ListVerifiedEmailAddressesOutput, error) + func (c *SES) ListVerifiedEmailAddressesRequest(input *ListVerifiedEmailAddressesInput) (req *aws.Request, output *ListVerifiedEmailAddressesOutput) + func (c *SES) SendEmail(input *SendEmailInput) (*SendEmailOutput, error) + func (c *SES) SendEmailRequest(input *SendEmailInput) (req *aws.Request, output *SendEmailOutput) + func (c *SES) SendRawEmail(input *SendRawEmailInput) (*SendRawEmailOutput, error) + func (c *SES) SendRawEmailRequest(input *SendRawEmailInput) (req *aws.Request, output *SendRawEmailOutput) + func (c *SES) SetIdentityDKIMEnabled(input *SetIdentityDKIMEnabledInput) (*SetIdentityDKIMEnabledOutput, error) + func (c *SES) SetIdentityDKIMEnabledRequest(input *SetIdentityDKIMEnabledInput) (req *aws.Request, output *SetIdentityDKIMEnabledOutput) + func (c *SES) SetIdentityFeedbackForwardingEnabled(input *SetIdentityFeedbackForwardingEnabledInput) (*SetIdentityFeedbackForwardingEnabledOutput, error) + func (c *SES) SetIdentityFeedbackForwardingEnabledRequest(input *SetIdentityFeedbackForwardingEnabledInput) (req *aws.Request, output *SetIdentityFeedbackForwardingEnabledOutput) + func (c *SES) SetIdentityNotificationTopic(input *SetIdentityNotificationTopicInput) (*SetIdentityNotificationTopicOutput, error) + func (c *SES) SetIdentityNotificationTopicRequest(input *SetIdentityNotificationTopicInput) (req *aws.Request, output *SetIdentityNotificationTopicOutput) + func (c *SES) VerifyDomainDKIM(input *VerifyDomainDKIMInput) (*VerifyDomainDKIMOutput, error) + func (c *SES) VerifyDomainDKIMRequest(input *VerifyDomainDKIMInput) (req *aws.Request, output *VerifyDomainDKIMOutput) + func (c *SES) VerifyDomainIdentity(input *VerifyDomainIdentityInput) (*VerifyDomainIdentityOutput, error) + func (c *SES) VerifyDomainIdentityRequest(input *VerifyDomainIdentityInput) (req *aws.Request, output *VerifyDomainIdentityOutput) + func (c *SES) VerifyEmailAddress(input *VerifyEmailAddressInput) (*VerifyEmailAddressOutput, error) + func (c *SES) VerifyEmailAddressRequest(input *VerifyEmailAddressInput) (req *aws.Request, output *VerifyEmailAddressOutput) + func (c *SES) VerifyEmailIdentity(input *VerifyEmailIdentityInput) (*VerifyEmailIdentityOutput, error) + func (c *SES) VerifyEmailIdentityRequest(input *VerifyEmailIdentityInput) (req *aws.Request, output *VerifyEmailIdentityOutput) + type SendDataPoint struct + Bounces *int64 + Complaints *int64 + DeliveryAttempts *int64 + Rejects *int64 + Timestamp *time.Time + type SendEmailInput struct + Destination *Destination + Message *Message + ReplyToAddresses []*string + ReturnPath *string + Source *string + type SendEmailOutput struct + MessageID *string + type SendRawEmailInput struct + Destinations []*string + RawMessage *RawMessage + Source *string + type SendRawEmailOutput struct + MessageID *string + type SetIdentityDKIMEnabledInput struct + DKIMEnabled *bool + Identity *string + type SetIdentityDKIMEnabledOutput struct + type SetIdentityFeedbackForwardingEnabledInput struct + ForwardingEnabled *bool + Identity *string + type SetIdentityFeedbackForwardingEnabledOutput struct + type SetIdentityNotificationTopicInput struct + Identity *string + NotificationType *string + SNSTopic *string + type SetIdentityNotificationTopicOutput struct + type VerifyDomainDKIMInput struct + Domain *string + type VerifyDomainDKIMOutput struct + DKIMTokens []*string + type VerifyDomainIdentityInput struct + Domain *string + type VerifyDomainIdentityOutput struct + VerificationToken *string + type VerifyEmailAddressInput struct + EmailAddress *string + type VerifyEmailAddressOutput struct + type VerifyEmailIdentityInput struct + EmailAddress *string + type VerifyEmailIdentityOutput struct