úÎ"8r2      !"#$%&'()*+,-./01NoneCommon Error Types for SES  6http://s3.amazonaws.com/awsdocs/ses/latest/ses-api.pdfYConnection Error, can occur on open & close or on send & receive of a Request or ResponseLIf a request is made successfully but the parameters specifed were incorrectTypes to hold SES ErrorsTypes for AWS sUS East 1 RegionUS West 2 RegionEU West 1 Region$The result of invoking an SES actionThe encapsulated  A successful email has been sent"Types for AWS Keys2Types for Email creation'*Send Emails templated with Blaze using SES ÿ–main :: IO () main = print =<< sendEmailBlaze publicKey secretKey region from to subject html where publicKey = PublicKey "public key goes here" secretKey = SecretKey "secret key goes here" region = USEast1 from = "verifiedSender@domain.com" to = ["recipient@domain.com"] subject = "Test Subject" html = H.html $ do H.body $ do H.h1 "Html email!"(HSend emails without using Blaze, raw bytes are expected to be valid HTML3SES Request Dispatcher4Digital Signature creation)Custome 5 instance for - 'Error Message returned from SES Message)Error Code returned from SES XML response !"#$%&2'AWS Public KeyAWS Secret KeyThe Region to send the RequestThe Email senderThe Email recipientThe Subject of the EmailThe Html of the email body(AWS Public KeyAWS Secret KeyThe Region to send the RequestThe Email senderThe Email recipientThe Subject of the Email Raw Html 3AWS Public KeyAWS Secret KeyThe Region to send the RequestThe Email senderThe Email recipientThe Subject of the Email Raw Html 4PayloadKey))  !"#$%&'()'(%$&"# !   !"#$%&2'(34)6      !!""#$%&'()*+,-./01234567'ses-html-0.4.0.0-LHk09sepUZ6CqmaHuIqxyO Network.SES SESErrorTypeIncompleteSignatureInternalFailure InvalidActionInvalidClientTokenIdInvalidParameterCombinationInvalidParameterValueInvalidQueryParameterMalformedQueryString MissingActionMissingAuthenticationTokenSignatureDoesNotMatchMissingParameterMessageRejected OptInRequiredRequestExpiredServiceUnavailable ThrottlingUnknownErrorTypeValidationErrorSESErrorSESConnectionErrorSESErrorMessage SESErrorCodeRegionUSEast1USWest2EUWest1 SESResultErrorSuccess SecretKey PublicKeyToFromSubjectsendEmailBlaze sendEmail $fShowRegion$fShowPublicKey $fEqPublicKey$fShowSecretKey $fEqSecretKey$fShowSESErrorType$fReadSESErrorType$fShowSESError$fShowSESResultConnectionError makeRequestmakeSigbaseGHC.ShowShow