aws-sns-verify-0.0.0.3: Parse and verify AWS SNS messages
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazon.SNS.Verify.Payload

Documentation

newtype SNSNotification Source #

Constructors

SNSNotification 

Fields

Instances

Instances details
FromJSON SNSNotification Source # 
Instance details

Defined in Amazon.SNS.Verify.Payload

Generic SNSNotification Source # 
Instance details

Defined in Amazon.SNS.Verify.Payload

Associated Types

type Rep SNSNotification :: Type -> Type #

Show SNSNotification Source # 
Instance details

Defined in Amazon.SNS.Verify.Payload

Eq SNSNotification Source # 
Instance details

Defined in Amazon.SNS.Verify.Payload

type Rep SNSNotification Source # 
Instance details

Defined in Amazon.SNS.Verify.Payload

type Rep SNSNotification = D1 ('MetaData "SNSNotification" "Amazon.SNS.Verify.Payload" "aws-sns-verify-0.0.0.3-JfbYEmfTIgS8ihDJfhs1s5" 'True) (C1 ('MetaCons "SNSNotification" 'PrefixI 'True) (S1 ('MetaSel ('Just "snsSubject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))

data SNSSubscription Source #

Constructors

SNSSubscription 

Instances

Instances details
FromJSON SNSSubscription Source # 
Instance details

Defined in Amazon.SNS.Verify.Payload

Generic SNSSubscription Source # 
Instance details

Defined in Amazon.SNS.Verify.Payload

Associated Types

type Rep SNSSubscription :: Type -> Type #

Show SNSSubscription Source # 
Instance details

Defined in Amazon.SNS.Verify.Payload

Eq SNSSubscription Source # 
Instance details

Defined in Amazon.SNS.Verify.Payload

type Rep SNSSubscription Source # 
Instance details

Defined in Amazon.SNS.Verify.Payload

type Rep SNSSubscription = D1 ('MetaData "SNSSubscription" "Amazon.SNS.Verify.Payload" "aws-sns-verify-0.0.0.3-JfbYEmfTIgS8ihDJfhs1s5" 'False) (C1 ('MetaCons "SNSSubscription" 'PrefixI 'True) (S1 ('MetaSel ('Just "snsToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "snsSubscribeURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))