amazonka-ses 1.2.0.1 → 1.2.0.2
raw patch · 47 files changed
+51/−50 lines, 47 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- amazonka-ses.cabal +6/−5
- fixture/DeleteIdentity.yaml +0/−0
- fixture/DeleteIdentityPolicy.yaml +0/−0
- fixture/DeleteIdentityPolicyResponse.proto +0/−0
- fixture/DeleteIdentityResponse.proto +0/−0
- fixture/DeleteVerifiedEmailAddress.yaml +0/−0
- fixture/DeleteVerifiedEmailAddressResponse.proto +0/−0
- fixture/GetIdentityDkimAttributes.yaml +0/−0
- fixture/GetIdentityDkimAttributesResponse.proto +0/−0
- fixture/GetIdentityNotificationAttributes.yaml +0/−0
- fixture/GetIdentityNotificationAttributesResponse.proto +0/−0
- fixture/GetIdentityPolicies.yaml +0/−0
- fixture/GetIdentityPoliciesResponse.proto +0/−0
- fixture/GetIdentityVerificationAttributes.yaml +0/−0
- fixture/GetIdentityVerificationAttributesResponse.proto +0/−0
- fixture/GetSendQuota.yaml +0/−0
- fixture/GetSendQuotaResponse.proto +0/−0
- fixture/GetSendStatistics.yaml +0/−0
- fixture/GetSendStatisticsResponse.proto +0/−0
- fixture/ListIdentities.yaml +0/−0
- fixture/ListIdentitiesResponse.proto +0/−0
- fixture/ListIdentityPolicies.yaml +0/−0
- fixture/ListIdentityPoliciesResponse.proto +0/−0
- fixture/ListVerifiedEmailAddresses.yaml +0/−0
- fixture/ListVerifiedEmailAddressesResponse.proto +0/−0
- fixture/PutIdentityPolicy.yaml +0/−0
- fixture/PutIdentityPolicyResponse.proto +0/−0
- fixture/SendEmail.yaml +0/−0
- fixture/SendEmailResponse.proto +0/−0
- fixture/SendRawEmail.yaml +0/−0
- fixture/SendRawEmailResponse.proto +0/−0
- fixture/SetIdentityDkimEnabled.yaml +0/−0
- fixture/SetIdentityDkimEnabledResponse.proto +0/−0
- fixture/SetIdentityFeedbackForwardingEnabled.yaml +0/−0
- fixture/SetIdentityFeedbackForwardingEnabledResponse.proto +0/−0
- fixture/SetIdentityNotificationTopic.yaml +0/−0
- fixture/SetIdentityNotificationTopicResponse.proto +0/−0
- fixture/VerifyDomainDkim.yaml +0/−0
- fixture/VerifyDomainDkimResponse.proto +0/−0
- fixture/VerifyDomainIdentity.yaml +0/−0
- fixture/VerifyDomainIdentityResponse.proto +0/−0
- fixture/VerifyEmailAddress.yaml +0/−0
- fixture/VerifyEmailAddressResponse.proto +0/−0
- fixture/VerifyEmailIdentity.yaml +0/−0
- fixture/VerifyEmailIdentityResponse.proto +0/−0
- test/Test/AWS/Gen/SES.hs +44/−44
README.md view
@@ -8,7 +8,7 @@ ## Version -`1.2.0.1`+`1.2.0.2` ## Description
amazonka-ses.cabal view
@@ -1,7 +1,8 @@ name: amazonka-ses-version: 1.2.0.1+version: 1.2.0.2 synopsis: Amazon Simple Email Service SDK. homepage: https://github.com/brendanhay/amazonka+bug-reports: https://github.com/brendanhay/amazonka/issues license: OtherLicense license-file: LICENSE author: Brendan Hay@@ -9,9 +10,8 @@ copyright: Copyright (c) 2013-2015 Brendan Hay category: Network, AWS, Cloud, Distributed Computing build-type: Simple-extra-source-files: README.md cabal-version: >= 1.10-+extra-source-files: README.md fixture/*.yaml fixture/*.proto description: Amazon Simple Email Service @@ -90,8 +90,9 @@ ghc-options: -Wall -threaded - -- This is not comprehensive if modules have manually been added.- -- It exists to ensure cabal 'somewhat' detects test module changes.+ -- This section is encoded by the template and any modules added by+ -- hand outside these namespaces will not correctly be added to the+ -- distribution package. other-modules: Test.AWS.SES , Test.AWS.Gen.SES
+ fixture/DeleteIdentity.yaml view
+ fixture/DeleteIdentityPolicy.yaml view
+ fixture/DeleteIdentityPolicyResponse.proto view
+ fixture/DeleteIdentityResponse.proto view
+ fixture/DeleteVerifiedEmailAddress.yaml view
+ fixture/DeleteVerifiedEmailAddressResponse.proto view
+ fixture/GetIdentityDkimAttributes.yaml view
+ fixture/GetIdentityDkimAttributesResponse.proto view
+ fixture/GetIdentityNotificationAttributes.yaml view
+ fixture/GetIdentityNotificationAttributesResponse.proto view
+ fixture/GetIdentityPolicies.yaml view
+ fixture/GetIdentityPoliciesResponse.proto view
+ fixture/GetIdentityVerificationAttributes.yaml view
+ fixture/GetIdentityVerificationAttributesResponse.proto view
+ fixture/GetSendQuota.yaml view
+ fixture/GetSendQuotaResponse.proto view
+ fixture/GetSendStatistics.yaml view
+ fixture/GetSendStatisticsResponse.proto view
+ fixture/ListIdentities.yaml view
+ fixture/ListIdentitiesResponse.proto view
+ fixture/ListIdentityPolicies.yaml view
+ fixture/ListIdentityPoliciesResponse.proto view
+ fixture/ListVerifiedEmailAddresses.yaml view
+ fixture/ListVerifiedEmailAddressesResponse.proto view
+ fixture/PutIdentityPolicy.yaml view
+ fixture/PutIdentityPolicyResponse.proto view
+ fixture/SendEmail.yaml view
+ fixture/SendEmailResponse.proto view
+ fixture/SendRawEmail.yaml view
+ fixture/SendRawEmailResponse.proto view
+ fixture/SetIdentityDkimEnabled.yaml view
+ fixture/SetIdentityDkimEnabledResponse.proto view
+ fixture/SetIdentityFeedbackForwardingEnabled.yaml view
+ fixture/SetIdentityFeedbackForwardingEnabledResponse.proto view
+ fixture/SetIdentityNotificationTopic.yaml view
+ fixture/SetIdentityNotificationTopicResponse.proto view
+ fixture/VerifyDomainDkim.yaml view
+ fixture/VerifyDomainDkimResponse.proto view
+ fixture/VerifyDomainIdentity.yaml view
+ fixture/VerifyDomainIdentityResponse.proto view
+ fixture/VerifyEmailAddress.yaml view
+ fixture/VerifyEmailAddressResponse.proto view
+ fixture/VerifyEmailIdentity.yaml view
+ fixture/VerifyEmailIdentityResponse.proto view
test/Test/AWS/Gen/SES.hs view
@@ -171,265 +171,265 @@ testGetSendQuota :: GetSendQuota -> TestTree testGetSendQuota = req "GetSendQuota"- "fixture/GetSendQuota"+ "fixture/GetSendQuota.yaml" testDeleteIdentityPolicy :: DeleteIdentityPolicy -> TestTree testDeleteIdentityPolicy = req "DeleteIdentityPolicy"- "fixture/DeleteIdentityPolicy"+ "fixture/DeleteIdentityPolicy.yaml" testPutIdentityPolicy :: PutIdentityPolicy -> TestTree testPutIdentityPolicy = req "PutIdentityPolicy"- "fixture/PutIdentityPolicy"+ "fixture/PutIdentityPolicy.yaml" testSetIdentityDkimEnabled :: SetIdentityDkimEnabled -> TestTree testSetIdentityDkimEnabled = req "SetIdentityDkimEnabled"- "fixture/SetIdentityDkimEnabled"+ "fixture/SetIdentityDkimEnabled.yaml" testGetIdentityNotificationAttributes :: GetIdentityNotificationAttributes -> TestTree testGetIdentityNotificationAttributes = req "GetIdentityNotificationAttributes"- "fixture/GetIdentityNotificationAttributes"+ "fixture/GetIdentityNotificationAttributes.yaml" testListIdentityPolicies :: ListIdentityPolicies -> TestTree testListIdentityPolicies = req "ListIdentityPolicies"- "fixture/ListIdentityPolicies"+ "fixture/ListIdentityPolicies.yaml" testSetIdentityFeedbackForwardingEnabled :: SetIdentityFeedbackForwardingEnabled -> TestTree testSetIdentityFeedbackForwardingEnabled = req "SetIdentityFeedbackForwardingEnabled"- "fixture/SetIdentityFeedbackForwardingEnabled"+ "fixture/SetIdentityFeedbackForwardingEnabled.yaml" testGetIdentityVerificationAttributes :: GetIdentityVerificationAttributes -> TestTree testGetIdentityVerificationAttributes = req "GetIdentityVerificationAttributes"- "fixture/GetIdentityVerificationAttributes"+ "fixture/GetIdentityVerificationAttributes.yaml" testGetIdentityPolicies :: GetIdentityPolicies -> TestTree testGetIdentityPolicies = req "GetIdentityPolicies"- "fixture/GetIdentityPolicies"+ "fixture/GetIdentityPolicies.yaml" testVerifyDomainIdentity :: VerifyDomainIdentity -> TestTree testVerifyDomainIdentity = req "VerifyDomainIdentity"- "fixture/VerifyDomainIdentity"+ "fixture/VerifyDomainIdentity.yaml" testVerifyDomainDkim :: VerifyDomainDkim -> TestTree testVerifyDomainDkim = req "VerifyDomainDkim"- "fixture/VerifyDomainDkim"+ "fixture/VerifyDomainDkim.yaml" testSendRawEmail :: SendRawEmail -> TestTree testSendRawEmail = req "SendRawEmail"- "fixture/SendRawEmail"+ "fixture/SendRawEmail.yaml" testGetIdentityDkimAttributes :: GetIdentityDkimAttributes -> TestTree testGetIdentityDkimAttributes = req "GetIdentityDkimAttributes"- "fixture/GetIdentityDkimAttributes"+ "fixture/GetIdentityDkimAttributes.yaml" testDeleteIdentity :: DeleteIdentity -> TestTree testDeleteIdentity = req "DeleteIdentity"- "fixture/DeleteIdentity"+ "fixture/DeleteIdentity.yaml" testGetSendStatistics :: GetSendStatistics -> TestTree testGetSendStatistics = req "GetSendStatistics"- "fixture/GetSendStatistics"+ "fixture/GetSendStatistics.yaml" testListIdentities :: ListIdentities -> TestTree testListIdentities = req "ListIdentities"- "fixture/ListIdentities"+ "fixture/ListIdentities.yaml" testDeleteVerifiedEmailAddress :: DeleteVerifiedEmailAddress -> TestTree testDeleteVerifiedEmailAddress = req "DeleteVerifiedEmailAddress"- "fixture/DeleteVerifiedEmailAddress"+ "fixture/DeleteVerifiedEmailAddress.yaml" testVerifyEmailAddress :: VerifyEmailAddress -> TestTree testVerifyEmailAddress = req "VerifyEmailAddress"- "fixture/VerifyEmailAddress"+ "fixture/VerifyEmailAddress.yaml" testVerifyEmailIdentity :: VerifyEmailIdentity -> TestTree testVerifyEmailIdentity = req "VerifyEmailIdentity"- "fixture/VerifyEmailIdentity"+ "fixture/VerifyEmailIdentity.yaml" testSendEmail :: SendEmail -> TestTree testSendEmail = req "SendEmail"- "fixture/SendEmail"+ "fixture/SendEmail.yaml" testListVerifiedEmailAddresses :: ListVerifiedEmailAddresses -> TestTree testListVerifiedEmailAddresses = req "ListVerifiedEmailAddresses"- "fixture/ListVerifiedEmailAddresses"+ "fixture/ListVerifiedEmailAddresses.yaml" testSetIdentityNotificationTopic :: SetIdentityNotificationTopic -> TestTree testSetIdentityNotificationTopic = req "SetIdentityNotificationTopic"- "fixture/SetIdentityNotificationTopic"+ "fixture/SetIdentityNotificationTopic.yaml" -- Responses testGetSendQuotaResponse :: GetSendQuotaResponse -> TestTree testGetSendQuotaResponse = res "GetSendQuotaResponse"- "fixture/GetSendQuotaResponse"+ "fixture/GetSendQuotaResponse.proto" sES (Proxy :: Proxy GetSendQuota) testDeleteIdentityPolicyResponse :: DeleteIdentityPolicyResponse -> TestTree testDeleteIdentityPolicyResponse = res "DeleteIdentityPolicyResponse"- "fixture/DeleteIdentityPolicyResponse"+ "fixture/DeleteIdentityPolicyResponse.proto" sES (Proxy :: Proxy DeleteIdentityPolicy) testPutIdentityPolicyResponse :: PutIdentityPolicyResponse -> TestTree testPutIdentityPolicyResponse = res "PutIdentityPolicyResponse"- "fixture/PutIdentityPolicyResponse"+ "fixture/PutIdentityPolicyResponse.proto" sES (Proxy :: Proxy PutIdentityPolicy) testSetIdentityDkimEnabledResponse :: SetIdentityDkimEnabledResponse -> TestTree testSetIdentityDkimEnabledResponse = res "SetIdentityDkimEnabledResponse"- "fixture/SetIdentityDkimEnabledResponse"+ "fixture/SetIdentityDkimEnabledResponse.proto" sES (Proxy :: Proxy SetIdentityDkimEnabled) testGetIdentityNotificationAttributesResponse :: GetIdentityNotificationAttributesResponse -> TestTree testGetIdentityNotificationAttributesResponse = res "GetIdentityNotificationAttributesResponse"- "fixture/GetIdentityNotificationAttributesResponse"+ "fixture/GetIdentityNotificationAttributesResponse.proto" sES (Proxy :: Proxy GetIdentityNotificationAttributes) testListIdentityPoliciesResponse :: ListIdentityPoliciesResponse -> TestTree testListIdentityPoliciesResponse = res "ListIdentityPoliciesResponse"- "fixture/ListIdentityPoliciesResponse"+ "fixture/ListIdentityPoliciesResponse.proto" sES (Proxy :: Proxy ListIdentityPolicies) testSetIdentityFeedbackForwardingEnabledResponse :: SetIdentityFeedbackForwardingEnabledResponse -> TestTree testSetIdentityFeedbackForwardingEnabledResponse = res "SetIdentityFeedbackForwardingEnabledResponse"- "fixture/SetIdentityFeedbackForwardingEnabledResponse"+ "fixture/SetIdentityFeedbackForwardingEnabledResponse.proto" sES (Proxy :: Proxy SetIdentityFeedbackForwardingEnabled) testGetIdentityVerificationAttributesResponse :: GetIdentityVerificationAttributesResponse -> TestTree testGetIdentityVerificationAttributesResponse = res "GetIdentityVerificationAttributesResponse"- "fixture/GetIdentityVerificationAttributesResponse"+ "fixture/GetIdentityVerificationAttributesResponse.proto" sES (Proxy :: Proxy GetIdentityVerificationAttributes) testGetIdentityPoliciesResponse :: GetIdentityPoliciesResponse -> TestTree testGetIdentityPoliciesResponse = res "GetIdentityPoliciesResponse"- "fixture/GetIdentityPoliciesResponse"+ "fixture/GetIdentityPoliciesResponse.proto" sES (Proxy :: Proxy GetIdentityPolicies) testVerifyDomainIdentityResponse :: VerifyDomainIdentityResponse -> TestTree testVerifyDomainIdentityResponse = res "VerifyDomainIdentityResponse"- "fixture/VerifyDomainIdentityResponse"+ "fixture/VerifyDomainIdentityResponse.proto" sES (Proxy :: Proxy VerifyDomainIdentity) testVerifyDomainDkimResponse :: VerifyDomainDkimResponse -> TestTree testVerifyDomainDkimResponse = res "VerifyDomainDkimResponse"- "fixture/VerifyDomainDkimResponse"+ "fixture/VerifyDomainDkimResponse.proto" sES (Proxy :: Proxy VerifyDomainDkim) testSendRawEmailResponse :: SendRawEmailResponse -> TestTree testSendRawEmailResponse = res "SendRawEmailResponse"- "fixture/SendRawEmailResponse"+ "fixture/SendRawEmailResponse.proto" sES (Proxy :: Proxy SendRawEmail) testGetIdentityDkimAttributesResponse :: GetIdentityDkimAttributesResponse -> TestTree testGetIdentityDkimAttributesResponse = res "GetIdentityDkimAttributesResponse"- "fixture/GetIdentityDkimAttributesResponse"+ "fixture/GetIdentityDkimAttributesResponse.proto" sES (Proxy :: Proxy GetIdentityDkimAttributes) testDeleteIdentityResponse :: DeleteIdentityResponse -> TestTree testDeleteIdentityResponse = res "DeleteIdentityResponse"- "fixture/DeleteIdentityResponse"+ "fixture/DeleteIdentityResponse.proto" sES (Proxy :: Proxy DeleteIdentity) testGetSendStatisticsResponse :: GetSendStatisticsResponse -> TestTree testGetSendStatisticsResponse = res "GetSendStatisticsResponse"- "fixture/GetSendStatisticsResponse"+ "fixture/GetSendStatisticsResponse.proto" sES (Proxy :: Proxy GetSendStatistics) testListIdentitiesResponse :: ListIdentitiesResponse -> TestTree testListIdentitiesResponse = res "ListIdentitiesResponse"- "fixture/ListIdentitiesResponse"+ "fixture/ListIdentitiesResponse.proto" sES (Proxy :: Proxy ListIdentities) testDeleteVerifiedEmailAddressResponse :: DeleteVerifiedEmailAddressResponse -> TestTree testDeleteVerifiedEmailAddressResponse = res "DeleteVerifiedEmailAddressResponse"- "fixture/DeleteVerifiedEmailAddressResponse"+ "fixture/DeleteVerifiedEmailAddressResponse.proto" sES (Proxy :: Proxy DeleteVerifiedEmailAddress) testVerifyEmailAddressResponse :: VerifyEmailAddressResponse -> TestTree testVerifyEmailAddressResponse = res "VerifyEmailAddressResponse"- "fixture/VerifyEmailAddressResponse"+ "fixture/VerifyEmailAddressResponse.proto" sES (Proxy :: Proxy VerifyEmailAddress) testVerifyEmailIdentityResponse :: VerifyEmailIdentityResponse -> TestTree testVerifyEmailIdentityResponse = res "VerifyEmailIdentityResponse"- "fixture/VerifyEmailIdentityResponse"+ "fixture/VerifyEmailIdentityResponse.proto" sES (Proxy :: Proxy VerifyEmailIdentity) testSendEmailResponse :: SendEmailResponse -> TestTree testSendEmailResponse = res "SendEmailResponse"- "fixture/SendEmailResponse"+ "fixture/SendEmailResponse.proto" sES (Proxy :: Proxy SendEmail) testListVerifiedEmailAddressesResponse :: ListVerifiedEmailAddressesResponse -> TestTree testListVerifiedEmailAddressesResponse = res "ListVerifiedEmailAddressesResponse"- "fixture/ListVerifiedEmailAddressesResponse"+ "fixture/ListVerifiedEmailAddressesResponse.proto" sES (Proxy :: Proxy ListVerifiedEmailAddresses) testSetIdentityNotificationTopicResponse :: SetIdentityNotificationTopicResponse -> TestTree testSetIdentityNotificationTopicResponse = res "SetIdentityNotificationTopicResponse"- "fixture/SetIdentityNotificationTopicResponse"+ "fixture/SetIdentityNotificationTopicResponse.proto" sES (Proxy :: Proxy SetIdentityNotificationTopic)