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