| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.SESReceiptRuleAction
Synopsis
- data SESReceiptRuleAction = SESReceiptRuleAction {
- _sESReceiptRuleActionAddHeaderAction :: Maybe SESReceiptRuleAddHeaderAction
- _sESReceiptRuleActionBounceAction :: Maybe SESReceiptRuleBounceAction
- _sESReceiptRuleActionLambdaAction :: Maybe SESReceiptRuleLambdaAction
- _sESReceiptRuleActionS3Action :: Maybe SESReceiptRuleS3Action
- _sESReceiptRuleActionSNSAction :: Maybe SESReceiptRuleSNSAction
- _sESReceiptRuleActionStopAction :: Maybe SESReceiptRuleStopAction
- _sESReceiptRuleActionWorkmailAction :: Maybe SESReceiptRuleWorkmailAction
- sesReceiptRuleAction :: SESReceiptRuleAction
- sesrraAddHeaderAction :: Lens' SESReceiptRuleAction (Maybe SESReceiptRuleAddHeaderAction)
- sesrraBounceAction :: Lens' SESReceiptRuleAction (Maybe SESReceiptRuleBounceAction)
- sesrraLambdaAction :: Lens' SESReceiptRuleAction (Maybe SESReceiptRuleLambdaAction)
- sesrraS3Action :: Lens' SESReceiptRuleAction (Maybe SESReceiptRuleS3Action)
- sesrraSNSAction :: Lens' SESReceiptRuleAction (Maybe SESReceiptRuleSNSAction)
- sesrraStopAction :: Lens' SESReceiptRuleAction (Maybe SESReceiptRuleStopAction)
- sesrraWorkmailAction :: Lens' SESReceiptRuleAction (Maybe SESReceiptRuleWorkmailAction)
Documentation
data SESReceiptRuleAction #
Full data type definition for SESReceiptRuleAction. See
sesReceiptRuleAction for a more convenient constructor.
Constructors
Instances
| Eq SESReceiptRuleAction # | |
Defined in Stratosphere.ResourceProperties.SESReceiptRuleAction Methods (==) :: SESReceiptRuleAction -> SESReceiptRuleAction -> Bool # (/=) :: SESReceiptRuleAction -> SESReceiptRuleAction -> Bool # | |
| Show SESReceiptRuleAction # | |
Defined in Stratosphere.ResourceProperties.SESReceiptRuleAction Methods showsPrec :: Int -> SESReceiptRuleAction -> ShowS # show :: SESReceiptRuleAction -> String # showList :: [SESReceiptRuleAction] -> ShowS # | |
| ToJSON SESReceiptRuleAction # | |
Defined in Stratosphere.ResourceProperties.SESReceiptRuleAction Methods toJSON :: SESReceiptRuleAction -> Value # toEncoding :: SESReceiptRuleAction -> Encoding # toJSONList :: [SESReceiptRuleAction] -> Value # toEncodingList :: [SESReceiptRuleAction] -> Encoding # | |
| FromJSON SESReceiptRuleAction # | |
Defined in Stratosphere.ResourceProperties.SESReceiptRuleAction Methods parseJSON :: Value -> Parser SESReceiptRuleAction # parseJSONList :: Value -> Parser [SESReceiptRuleAction] # | |
sesReceiptRuleAction :: SESReceiptRuleAction #
Constructor for SESReceiptRuleAction containing required fields as
arguments.