amazonka-ses 0.2.1 → 0.2.2
raw patch · 20 files changed
+50/−50 lines, 20 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
+ Network.AWS.SES.DeleteIdentity: instance Read DeleteIdentity
+ Network.AWS.SES.DeleteIdentity: instance Read DeleteIdentityResponse
+ Network.AWS.SES.DeleteVerifiedEmailAddress: instance Read DeleteVerifiedEmailAddress
+ Network.AWS.SES.DeleteVerifiedEmailAddress: instance Read DeleteVerifiedEmailAddressResponse
+ Network.AWS.SES.GetIdentityDkimAttributes: instance Read GetIdentityDkimAttributes
+ Network.AWS.SES.GetIdentityDkimAttributes: instance Read GetIdentityDkimAttributesResponse
+ Network.AWS.SES.GetIdentityNotificationAttributes: instance Read GetIdentityNotificationAttributes
+ Network.AWS.SES.GetIdentityNotificationAttributes: instance Read GetIdentityNotificationAttributesResponse
+ Network.AWS.SES.GetIdentityVerificationAttributes: instance Read GetIdentityVerificationAttributes
+ Network.AWS.SES.GetIdentityVerificationAttributes: instance Read GetIdentityVerificationAttributesResponse
+ Network.AWS.SES.GetSendQuota: instance Read GetSendQuota
+ Network.AWS.SES.GetSendQuota: instance Read GetSendQuotaResponse
+ Network.AWS.SES.GetSendStatistics: instance Read GetSendStatistics
+ Network.AWS.SES.GetSendStatistics: instance Read GetSendStatisticsResponse
+ Network.AWS.SES.ListIdentities: instance Read ListIdentities
+ Network.AWS.SES.ListIdentities: instance Read ListIdentitiesResponse
+ Network.AWS.SES.ListVerifiedEmailAddresses: instance Read ListVerifiedEmailAddresses
+ Network.AWS.SES.ListVerifiedEmailAddresses: instance Read ListVerifiedEmailAddressesResponse
+ Network.AWS.SES.SendEmail: instance Read SendEmail
+ Network.AWS.SES.SendEmail: instance Read SendEmailResponse
+ Network.AWS.SES.SendRawEmail: instance Read SendRawEmail
+ Network.AWS.SES.SendRawEmail: instance Read SendRawEmailResponse
+ Network.AWS.SES.SetIdentityDkimEnabled: instance Read SetIdentityDkimEnabled
+ Network.AWS.SES.SetIdentityDkimEnabled: instance Read SetIdentityDkimEnabledResponse
+ Network.AWS.SES.SetIdentityFeedbackForwardingEnabled: instance Read SetIdentityFeedbackForwardingEnabled
+ Network.AWS.SES.SetIdentityFeedbackForwardingEnabled: instance Read SetIdentityFeedbackForwardingEnabledResponse
+ Network.AWS.SES.SetIdentityNotificationTopic: instance Read SetIdentityNotificationTopic
+ Network.AWS.SES.SetIdentityNotificationTopic: instance Read SetIdentityNotificationTopicResponse
+ Network.AWS.SES.Types: instance Read Body
+ Network.AWS.SES.Types: instance Read Content
+ Network.AWS.SES.Types: instance Read Destination
+ Network.AWS.SES.Types: instance Read IdentityDkimAttributes
+ Network.AWS.SES.Types: instance Read IdentityNotificationAttributes
+ Network.AWS.SES.Types: instance Read IdentityType
+ Network.AWS.SES.Types: instance Read IdentityVerificationAttributes
+ Network.AWS.SES.Types: instance Read Message
+ Network.AWS.SES.Types: instance Read NotificationType
+ Network.AWS.SES.Types: instance Read RawMessage
+ Network.AWS.SES.Types: instance Read SendDataPoint
+ Network.AWS.SES.Types: instance Read VerificationStatus
+ Network.AWS.SES.VerifyDomainDkim: instance Read VerifyDomainDkim
+ Network.AWS.SES.VerifyDomainDkim: instance Read VerifyDomainDkimResponse
+ Network.AWS.SES.VerifyDomainIdentity: instance Read VerifyDomainIdentity
+ Network.AWS.SES.VerifyDomainIdentity: instance Read VerifyDomainIdentityResponse
+ Network.AWS.SES.VerifyEmailAddress: instance Read VerifyEmailAddress
+ Network.AWS.SES.VerifyEmailAddress: instance Read VerifyEmailAddressResponse
+ Network.AWS.SES.VerifyEmailIdentity: instance Read VerifyEmailIdentity
+ Network.AWS.SES.VerifyEmailIdentity: instance Read VerifyEmailIdentityResponse
Files
- amazonka-ses.cabal +2/−2
- gen/Network/AWS/SES/DeleteIdentity.hs +2/−2
- gen/Network/AWS/SES/DeleteVerifiedEmailAddress.hs +2/−2
- gen/Network/AWS/SES/GetIdentityDkimAttributes.hs +2/−2
- gen/Network/AWS/SES/GetIdentityNotificationAttributes.hs +2/−2
- gen/Network/AWS/SES/GetIdentityVerificationAttributes.hs +2/−2
- gen/Network/AWS/SES/GetSendQuota.hs +2/−2
- gen/Network/AWS/SES/GetSendStatistics.hs +2/−2
- gen/Network/AWS/SES/ListIdentities.hs +2/−2
- gen/Network/AWS/SES/ListVerifiedEmailAddresses.hs +2/−2
- gen/Network/AWS/SES/SendEmail.hs +2/−2
- gen/Network/AWS/SES/SendRawEmail.hs +2/−2
- gen/Network/AWS/SES/SetIdentityDkimEnabled.hs +2/−2
- gen/Network/AWS/SES/SetIdentityFeedbackForwardingEnabled.hs +2/−2
- gen/Network/AWS/SES/SetIdentityNotificationTopic.hs +2/−2
- gen/Network/AWS/SES/Types.hs +12/−12
- gen/Network/AWS/SES/VerifyDomainDkim.hs +2/−2
- gen/Network/AWS/SES/VerifyDomainIdentity.hs +2/−2
- gen/Network/AWS/SES/VerifyEmailAddress.hs +2/−2
- gen/Network/AWS/SES/VerifyEmailIdentity.hs +2/−2
amazonka-ses.cabal view
@@ -1,5 +1,5 @@ name: amazonka-ses-version: 0.2.1+version: 0.2.2 synopsis: Amazon Simple Email Service SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -64,5 +64,5 @@ other-modules: build-depends:- amazonka-core == 0.2.1.*+ amazonka-core == 0.2.2.* , base >= 4.7 && < 5
gen/Network/AWS/SES/DeleteIdentity.hs view
@@ -50,7 +50,7 @@ newtype DeleteIdentity = DeleteIdentity { _diIdentity :: Text- } deriving (Eq, Ord, Show, Monoid, IsString)+ } deriving (Eq, Ord, Read, Show, Monoid, IsString) -- | 'DeleteIdentity' constructor. --@@ -69,7 +69,7 @@ diIdentity = lens _diIdentity (\s a -> s { _diIdentity = a }) data DeleteIdentityResponse = DeleteIdentityResponse- deriving (Eq, Ord, Show, Generic)+ deriving (Eq, Ord, Read, Show, Generic) -- | 'DeleteIdentityResponse' constructor. deleteIdentityResponse :: DeleteIdentityResponse
gen/Network/AWS/SES/DeleteVerifiedEmailAddress.hs view
@@ -50,7 +50,7 @@ newtype DeleteVerifiedEmailAddress = DeleteVerifiedEmailAddress { _dveaEmailAddress :: Text- } deriving (Eq, Ord, Show, Monoid, IsString)+ } deriving (Eq, Ord, Read, Show, Monoid, IsString) -- | 'DeleteVerifiedEmailAddress' constructor. --@@ -69,7 +69,7 @@ dveaEmailAddress = lens _dveaEmailAddress (\s a -> s { _dveaEmailAddress = a }) data DeleteVerifiedEmailAddressResponse = DeleteVerifiedEmailAddressResponse- deriving (Eq, Ord, Show, Generic)+ deriving (Eq, Ord, Read, Show, Generic) -- | 'DeleteVerifiedEmailAddressResponse' constructor. deleteVerifiedEmailAddressResponse :: DeleteVerifiedEmailAddressResponse
gen/Network/AWS/SES/GetIdentityDkimAttributes.hs view
@@ -64,7 +64,7 @@ newtype GetIdentityDkimAttributes = GetIdentityDkimAttributes { _gidaIdentities :: List "member" Text- } deriving (Eq, Ord, Show, Monoid, Semigroup)+ } deriving (Eq, Ord, Read, Show, Monoid, Semigroup) instance GHC.Exts.IsList GetIdentityDkimAttributes where type Item GetIdentityDkimAttributes = Text@@ -89,7 +89,7 @@ newtype GetIdentityDkimAttributesResponse = GetIdentityDkimAttributesResponse { _gidarDkimAttributes :: EMap "entry" "key" "value" Text IdentityDkimAttributes- } deriving (Eq, Show, Monoid, Semigroup)+ } deriving (Eq, Read, Show, Monoid, Semigroup) -- | 'GetIdentityDkimAttributesResponse' constructor. --
gen/Network/AWS/SES/GetIdentityNotificationAttributes.hs view
@@ -54,7 +54,7 @@ newtype GetIdentityNotificationAttributes = GetIdentityNotificationAttributes { _ginaIdentities :: List "member" Text- } deriving (Eq, Ord, Show, Monoid, Semigroup)+ } deriving (Eq, Ord, Read, Show, Monoid, Semigroup) instance GHC.Exts.IsList GetIdentityNotificationAttributes where type Item GetIdentityNotificationAttributes = Text@@ -79,7 +79,7 @@ newtype GetIdentityNotificationAttributesResponse = GetIdentityNotificationAttributesResponse { _ginarNotificationAttributes :: EMap "entry" "key" "value" Text IdentityNotificationAttributes- } deriving (Eq, Show, Monoid, Semigroup)+ } deriving (Eq, Read, Show, Monoid, Semigroup) -- | 'GetIdentityNotificationAttributesResponse' constructor. --
gen/Network/AWS/SES/GetIdentityVerificationAttributes.hs view
@@ -53,7 +53,7 @@ newtype GetIdentityVerificationAttributes = GetIdentityVerificationAttributes { _givaIdentities :: List "member" Text- } deriving (Eq, Ord, Show, Monoid, Semigroup)+ } deriving (Eq, Ord, Read, Show, Monoid, Semigroup) instance GHC.Exts.IsList GetIdentityVerificationAttributes where type Item GetIdentityVerificationAttributes = Text@@ -78,7 +78,7 @@ newtype GetIdentityVerificationAttributesResponse = GetIdentityVerificationAttributesResponse { _givarVerificationAttributes :: EMap "entry" "key" "value" Text IdentityVerificationAttributes- } deriving (Eq, Show, Monoid, Semigroup)+ } deriving (Eq, Read, Show, Monoid, Semigroup) -- | 'GetIdentityVerificationAttributesResponse' constructor. --
gen/Network/AWS/SES/GetSendQuota.hs view
@@ -50,7 +50,7 @@ import qualified GHC.Exts data GetSendQuota = GetSendQuota- deriving (Eq, Ord, Show, Generic)+ deriving (Eq, Ord, Read, Show, Generic) -- | 'GetSendQuota' constructor. getSendQuota :: GetSendQuota@@ -60,7 +60,7 @@ { _gsqrMax24HourSend :: Maybe Double , _gsqrMaxSendRate :: Maybe Double , _gsqrSentLast24Hours :: Maybe Double- } deriving (Eq, Ord, Show)+ } deriving (Eq, Ord, Read, Show) -- | 'GetSendQuotaResponse' constructor. --
gen/Network/AWS/SES/GetSendStatistics.hs view
@@ -51,7 +51,7 @@ import qualified GHC.Exts data GetSendStatistics = GetSendStatistics- deriving (Eq, Ord, Show, Generic)+ deriving (Eq, Ord, Read, Show, Generic) -- | 'GetSendStatistics' constructor. getSendStatistics :: GetSendStatistics@@ -59,7 +59,7 @@ newtype GetSendStatisticsResponse = GetSendStatisticsResponse { _gssrSendDataPoints :: List "member" SendDataPoint- } deriving (Eq, Show, Monoid, Semigroup)+ } deriving (Eq, Read, Show, Monoid, Semigroup) instance GHC.Exts.IsList GetSendStatisticsResponse where type Item GetSendStatisticsResponse = SendDataPoint
gen/Network/AWS/SES/ListIdentities.hs view
@@ -57,7 +57,7 @@ { _liIdentityType :: Maybe IdentityType , _liMaxItems :: Maybe Int , _liNextToken :: Maybe Text- } deriving (Eq, Show)+ } deriving (Eq, Read, Show) -- | 'ListIdentities' constructor. --@@ -93,7 +93,7 @@ data ListIdentitiesResponse = ListIdentitiesResponse { _lirIdentities :: List "member" Text , _lirNextToken :: Maybe Text- } deriving (Eq, Ord, Show)+ } deriving (Eq, Ord, Read, Show) -- | 'ListIdentitiesResponse' constructor. --
gen/Network/AWS/SES/ListVerifiedEmailAddresses.hs view
@@ -49,7 +49,7 @@ import qualified GHC.Exts data ListVerifiedEmailAddresses = ListVerifiedEmailAddresses- deriving (Eq, Ord, Show, Generic)+ deriving (Eq, Ord, Read, Show, Generic) -- | 'ListVerifiedEmailAddresses' constructor. listVerifiedEmailAddresses :: ListVerifiedEmailAddresses@@ -57,7 +57,7 @@ newtype ListVerifiedEmailAddressesResponse = ListVerifiedEmailAddressesResponse { _lvearVerifiedEmailAddresses :: List "member" Text- } deriving (Eq, Ord, Show, Monoid, Semigroup)+ } deriving (Eq, Ord, Read, Show, Monoid, Semigroup) instance GHC.Exts.IsList ListVerifiedEmailAddressesResponse where type Item ListVerifiedEmailAddressesResponse = Text
gen/Network/AWS/SES/SendEmail.hs view
@@ -74,7 +74,7 @@ , _seReplyToAddresses :: List "member" Text , _seReturnPath :: Maybe Text , _seSource :: Text- } deriving (Eq, Show)+ } deriving (Eq, Read, Show) -- | 'SendEmail' constructor. --@@ -135,7 +135,7 @@ newtype SendEmailResponse = SendEmailResponse { _serMessageId :: Text- } deriving (Eq, Ord, Show, Monoid, IsString)+ } deriving (Eq, Ord, Read, Show, Monoid, IsString) -- | 'SendEmailResponse' constructor. --
gen/Network/AWS/SES/SendRawEmail.hs view
@@ -76,7 +76,7 @@ { _sreDestinations :: List "member" Text , _sreRawMessage :: RawMessage , _sreSource :: Maybe Text- } deriving (Eq, Show)+ } deriving (Eq, Read, Show) -- | 'SendRawEmail' constructor. --@@ -123,7 +123,7 @@ newtype SendRawEmailResponse = SendRawEmailResponse { _srerMessageId :: Text- } deriving (Eq, Ord, Show, Monoid, IsString)+ } deriving (Eq, Ord, Read, Show, Monoid, IsString) -- | 'SendRawEmailResponse' constructor. --
gen/Network/AWS/SES/SetIdentityDkimEnabled.hs view
@@ -60,7 +60,7 @@ data SetIdentityDkimEnabled = SetIdentityDkimEnabled { _sideDkimEnabled :: Bool , _sideIdentity :: Text- } deriving (Eq, Ord, Show)+ } deriving (Eq, Ord, Read, Show) -- | 'SetIdentityDkimEnabled' constructor. --@@ -88,7 +88,7 @@ sideIdentity = lens _sideIdentity (\s a -> s { _sideIdentity = a }) data SetIdentityDkimEnabledResponse = SetIdentityDkimEnabledResponse- deriving (Eq, Ord, Show, Generic)+ deriving (Eq, Ord, Read, Show, Generic) -- | 'SetIdentityDkimEnabledResponse' constructor. setIdentityDkimEnabledResponse :: SetIdentityDkimEnabledResponse
gen/Network/AWS/SES/SetIdentityFeedbackForwardingEnabled.hs view
@@ -56,7 +56,7 @@ data SetIdentityFeedbackForwardingEnabled = SetIdentityFeedbackForwardingEnabled { _siffeForwardingEnabled :: Bool , _siffeIdentity :: Text- } deriving (Eq, Ord, Show)+ } deriving (Eq, Ord, Read, Show) -- | 'SetIdentityFeedbackForwardingEnabled' constructor. --@@ -91,7 +91,7 @@ siffeIdentity = lens _siffeIdentity (\s a -> s { _siffeIdentity = a }) data SetIdentityFeedbackForwardingEnabledResponse = SetIdentityFeedbackForwardingEnabledResponse- deriving (Eq, Ord, Show, Generic)+ deriving (Eq, Ord, Read, Show, Generic) -- | 'SetIdentityFeedbackForwardingEnabledResponse' constructor. setIdentityFeedbackForwardingEnabledResponse :: SetIdentityFeedbackForwardingEnabledResponse
gen/Network/AWS/SES/SetIdentityNotificationTopic.hs view
@@ -58,7 +58,7 @@ { _sintIdentity :: Text , _sintNotificationType :: NotificationType , _sintSnsTopic :: Maybe Text- } deriving (Eq, Show)+ } deriving (Eq, Read, Show) -- | 'SetIdentityNotificationTopic' constructor. --@@ -96,7 +96,7 @@ sintSnsTopic = lens _sintSnsTopic (\s a -> s { _sintSnsTopic = a }) data SetIdentityNotificationTopicResponse = SetIdentityNotificationTopicResponse- deriving (Eq, Ord, Show, Generic)+ deriving (Eq, Ord, Read, Show, Generic) -- | 'SetIdentityNotificationTopicResponse' constructor. setIdentityNotificationTopicResponse :: SetIdentityNotificationTopicResponse
gen/Network/AWS/SES/Types.hs view
@@ -156,7 +156,7 @@ { _dBccAddresses :: List "member" Text , _dCcAddresses :: List "member" Text , _dToAddresses :: List "member" Text- } deriving (Eq, Ord, Show)+ } deriving (Eq, Ord, Read, Show) -- | 'Destination' constructor. --@@ -204,7 +204,7 @@ { _idaDkimEnabled :: Bool , _idaDkimTokens :: List "member" Text , _idaDkimVerificationStatus :: VerificationStatus- } deriving (Eq, Show)+ } deriving (Eq, Read, Show) -- | 'IdentityDkimAttributes' constructor. --@@ -266,7 +266,7 @@ data Body = Body { _bHtml :: Maybe Content , _bText :: Maybe Content- } deriving (Eq, Show)+ } deriving (Eq, Read, Show) -- | 'Body' constructor. --@@ -307,7 +307,7 @@ data IdentityVerificationAttributes = IdentityVerificationAttributes { _ivaVerificationStatus :: VerificationStatus , _ivaVerificationToken :: Maybe Text- } deriving (Eq, Show)+ } deriving (Eq, Read, Show) -- | 'IdentityVerificationAttributes' constructor. --@@ -353,7 +353,7 @@ , _sdpDeliveryAttempts :: Maybe Integer , _sdpRejects :: Maybe Integer , _sdpTimestamp :: Maybe ISO8601- } deriving (Eq, Ord, Show)+ } deriving (Eq, Ord, Read, Show) -- | 'SendDataPoint' constructor. --@@ -419,7 +419,7 @@ data IdentityType = ITDomain -- ^ Domain | ITEmailAddress -- ^ EmailAddress- deriving (Eq, Ord, Show, Generic, Enum)+ deriving (Eq, Ord, Read, Show, Generic, Enum) instance Hashable IdentityType @@ -445,7 +445,7 @@ data Content = Content { _cCharset :: Maybe Text , _cData :: Text- } deriving (Eq, Ord, Show)+ } deriving (Eq, Ord, Read, Show) -- | 'Content' constructor. --@@ -486,7 +486,7 @@ , _inaComplaintTopic :: Text , _inaDeliveryTopic :: Text , _inaForwardingEnabled :: Bool- } deriving (Eq, Ord, Show)+ } deriving (Eq, Ord, Read, Show) -- | 'IdentityNotificationAttributes' constructor. --@@ -554,7 +554,7 @@ newtype RawMessage = RawMessage { _rmData :: Base64- } deriving (Eq, Show)+ } deriving (Eq, Read, Show) -- | 'RawMessage' constructor. --@@ -591,7 +591,7 @@ = Bounce -- ^ Bounce | Complaint -- ^ Complaint | Delivery -- ^ Delivery- deriving (Eq, Ord, Show, Generic, Enum)+ deriving (Eq, Ord, Read, Show, Generic, Enum) instance Hashable NotificationType @@ -622,7 +622,7 @@ | Pending -- ^ Pending | Success -- ^ Success | TemporaryFailure -- ^ TemporaryFailure- deriving (Eq, Ord, Show, Generic, Enum)+ deriving (Eq, Ord, Read, Show, Generic, Enum) instance Hashable VerificationStatus @@ -654,7 +654,7 @@ data Message = Message { _mBody :: Body , _mSubject :: Content- } deriving (Eq, Show)+ } deriving (Eq, Read, Show) -- | 'Message' constructor. --
gen/Network/AWS/SES/VerifyDomainDkim.hs view
@@ -61,7 +61,7 @@ newtype VerifyDomainDkim = VerifyDomainDkim { _vddDomain :: Text- } deriving (Eq, Ord, Show, Monoid, IsString)+ } deriving (Eq, Ord, Read, Show, Monoid, IsString) -- | 'VerifyDomainDkim' constructor. --@@ -81,7 +81,7 @@ newtype VerifyDomainDkimResponse = VerifyDomainDkimResponse { _vddrDkimTokens :: List "member" Text- } deriving (Eq, Ord, Show, Monoid, Semigroup)+ } deriving (Eq, Ord, Read, Show, Monoid, Semigroup) instance GHC.Exts.IsList VerifyDomainDkimResponse where type Item VerifyDomainDkimResponse = Text
gen/Network/AWS/SES/VerifyDomainIdentity.hs view
@@ -51,7 +51,7 @@ newtype VerifyDomainIdentity = VerifyDomainIdentity { _vdiDomain :: Text- } deriving (Eq, Ord, Show, Monoid, IsString)+ } deriving (Eq, Ord, Read, Show, Monoid, IsString) -- | 'VerifyDomainIdentity' constructor. --@@ -71,7 +71,7 @@ newtype VerifyDomainIdentityResponse = VerifyDomainIdentityResponse { _vdirVerificationToken :: Text- } deriving (Eq, Ord, Show, Monoid, IsString)+ } deriving (Eq, Ord, Read, Show, Monoid, IsString) -- | 'VerifyDomainIdentityResponse' constructor. --
gen/Network/AWS/SES/VerifyEmailAddress.hs view
@@ -52,7 +52,7 @@ newtype VerifyEmailAddress = VerifyEmailAddress { _veaEmailAddress :: Text- } deriving (Eq, Ord, Show, Monoid, IsString)+ } deriving (Eq, Ord, Read, Show, Monoid, IsString) -- | 'VerifyEmailAddress' constructor. --@@ -71,7 +71,7 @@ veaEmailAddress = lens _veaEmailAddress (\s a -> s { _veaEmailAddress = a }) data VerifyEmailAddressResponse = VerifyEmailAddressResponse- deriving (Eq, Ord, Show, Generic)+ deriving (Eq, Ord, Read, Show, Generic) -- | 'VerifyEmailAddressResponse' constructor. verifyEmailAddressResponse :: VerifyEmailAddressResponse
gen/Network/AWS/SES/VerifyEmailIdentity.hs view
@@ -50,7 +50,7 @@ newtype VerifyEmailIdentity = VerifyEmailIdentity { _veiEmailAddress :: Text- } deriving (Eq, Ord, Show, Monoid, IsString)+ } deriving (Eq, Ord, Read, Show, Monoid, IsString) -- | 'VerifyEmailIdentity' constructor. --@@ -69,7 +69,7 @@ veiEmailAddress = lens _veiEmailAddress (\s a -> s { _veiEmailAddress = a }) data VerifyEmailIdentityResponse = VerifyEmailIdentityResponse- deriving (Eq, Ord, Show, Generic)+ deriving (Eq, Ord, Read, Show, Generic) -- | 'VerifyEmailIdentityResponse' constructor. verifyEmailIdentityResponse :: VerifyEmailIdentityResponse