| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.SESReceiptRuleAction
- 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
sesReceiptRuleAction :: SESReceiptRuleAction #
Constructor for SESReceiptRuleAction containing required fields as
arguments.