| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.DMSEventSubscription
Synopsis
- data DMSEventSubscription = DMSEventSubscription {
- _dMSEventSubscriptionEnabled :: Maybe (Val Bool)
- _dMSEventSubscriptionEventCategories :: Maybe (ValList Text)
- _dMSEventSubscriptionSnsTopicArn :: Val Text
- _dMSEventSubscriptionSourceIds :: Maybe (ValList Text)
- _dMSEventSubscriptionSourceType :: Maybe (Val Text)
- _dMSEventSubscriptionSubscriptionName :: Maybe (Val Text)
- _dMSEventSubscriptionTags :: Maybe [Tag]
- dmsEventSubscription :: Val Text -> DMSEventSubscription
- dmsesEnabled :: Lens' DMSEventSubscription (Maybe (Val Bool))
- dmsesEventCategories :: Lens' DMSEventSubscription (Maybe (ValList Text))
- dmsesSnsTopicArn :: Lens' DMSEventSubscription (Val Text)
- dmsesSourceIds :: Lens' DMSEventSubscription (Maybe (ValList Text))
- dmsesSourceType :: Lens' DMSEventSubscription (Maybe (Val Text))
- dmsesSubscriptionName :: Lens' DMSEventSubscription (Maybe (Val Text))
- dmsesTags :: Lens' DMSEventSubscription (Maybe [Tag])
Documentation
data DMSEventSubscription #
Full data type definition for DMSEventSubscription. See
dmsEventSubscription for a more convenient constructor.
Constructors
Instances
| Eq DMSEventSubscription # | |
Defined in Stratosphere.Resources.DMSEventSubscription Methods (==) :: DMSEventSubscription -> DMSEventSubscription -> Bool # (/=) :: DMSEventSubscription -> DMSEventSubscription -> Bool # | |
| Show DMSEventSubscription # | |
Defined in Stratosphere.Resources.DMSEventSubscription Methods showsPrec :: Int -> DMSEventSubscription -> ShowS # show :: DMSEventSubscription -> String # showList :: [DMSEventSubscription] -> ShowS # | |
| ToJSON DMSEventSubscription # | |
Defined in Stratosphere.Resources.DMSEventSubscription Methods toJSON :: DMSEventSubscription -> Value # toEncoding :: DMSEventSubscription -> Encoding # toJSONList :: [DMSEventSubscription] -> Value # toEncodingList :: [DMSEventSubscription] -> Encoding # | |
| FromJSON DMSEventSubscription # | |
Defined in Stratosphere.Resources.DMSEventSubscription Methods parseJSON :: Value -> Parser DMSEventSubscription # parseJSONList :: Value -> Parser [DMSEventSubscription] # | |
Arguments
| :: Val Text | |
| -> DMSEventSubscription |
Constructor for DMSEventSubscription containing required fields as
arguments.
dmsesEnabled :: Lens' DMSEventSubscription (Maybe (Val Bool)) #