| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.SESReceiptRuleS3Action
Synopsis
- data SESReceiptRuleS3Action = SESReceiptRuleS3Action {}
- sesReceiptRuleS3Action :: Val Text -> SESReceiptRuleS3Action
- sesrrsaBucketName :: Lens' SESReceiptRuleS3Action (Val Text)
- sesrrsaKmsKeyArn :: Lens' SESReceiptRuleS3Action (Maybe (Val Text))
- sesrrsaObjectKeyPrefix :: Lens' SESReceiptRuleS3Action (Maybe (Val Text))
- sesrrsaTopicArn :: Lens' SESReceiptRuleS3Action (Maybe (Val Text))
Documentation
data SESReceiptRuleS3Action #
Full data type definition for SESReceiptRuleS3Action. See
sesReceiptRuleS3Action for a more convenient constructor.
Constructors
| SESReceiptRuleS3Action | |
Instances
| Eq SESReceiptRuleS3Action # | |
Defined in Stratosphere.ResourceProperties.SESReceiptRuleS3Action Methods (==) :: SESReceiptRuleS3Action -> SESReceiptRuleS3Action -> Bool # (/=) :: SESReceiptRuleS3Action -> SESReceiptRuleS3Action -> Bool # | |
| Show SESReceiptRuleS3Action # | |
Defined in Stratosphere.ResourceProperties.SESReceiptRuleS3Action Methods showsPrec :: Int -> SESReceiptRuleS3Action -> ShowS # show :: SESReceiptRuleS3Action -> String # showList :: [SESReceiptRuleS3Action] -> ShowS # | |
| ToJSON SESReceiptRuleS3Action # | |
Defined in Stratosphere.ResourceProperties.SESReceiptRuleS3Action Methods toJSON :: SESReceiptRuleS3Action -> Value # toEncoding :: SESReceiptRuleS3Action -> Encoding # toJSONList :: [SESReceiptRuleS3Action] -> Value # | |
| FromJSON SESReceiptRuleS3Action # | |
Defined in Stratosphere.ResourceProperties.SESReceiptRuleS3Action Methods parseJSON :: Value -> Parser SESReceiptRuleS3Action # parseJSONList :: Value -> Parser [SESReceiptRuleS3Action] # | |
Arguments
| :: Val Text | |
| -> SESReceiptRuleS3Action |
Constructor for SESReceiptRuleS3Action containing required fields as
arguments.