| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.DevOpsGuru.NotificationChannel
Documentation
data NotificationChannelConfigProperty Source #
Constructors
| NotificationChannelConfigProperty | |
Fields | |
Instances
data NotificationFilterConfigProperty Source #
Constructors
| NotificationFilterConfigProperty | |
Fields
| |
Instances
| ToJSON NotificationFilterConfigProperty Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel.NotificationFilterConfigProperty | |||||
| Show NotificationFilterConfigProperty Source # | |||||
| Eq NotificationFilterConfigProperty Source # | |||||
| ToResourceProperties NotificationFilterConfigProperty Source # | |||||
| Property "MessageTypes" NotificationFilterConfigProperty Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel.NotificationFilterConfigProperty Associated Types
Methods set :: PropertyType "MessageTypes" NotificationFilterConfigProperty -> NotificationFilterConfigProperty -> NotificationFilterConfigProperty # | |||||
| Property "Severities" NotificationFilterConfigProperty Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel.NotificationFilterConfigProperty Associated Types
Methods set :: PropertyType "Severities" NotificationFilterConfigProperty -> NotificationFilterConfigProperty -> NotificationFilterConfigProperty # | |||||
| type PropertyType "MessageTypes" NotificationFilterConfigProperty Source # | |||||
| type PropertyType "Severities" NotificationFilterConfigProperty Source # | |||||
data SnsChannelConfigProperty Source #
Constructors
| SnsChannelConfigProperty | |
Fields
| |
Instances
| ToJSON SnsChannelConfigProperty Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel.SnsChannelConfigProperty Methods toJSON :: SnsChannelConfigProperty -> Value # toEncoding :: SnsChannelConfigProperty -> Encoding # toJSONList :: [SnsChannelConfigProperty] -> Value # | |||||
| Show SnsChannelConfigProperty Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel.SnsChannelConfigProperty Methods showsPrec :: Int -> SnsChannelConfigProperty -> ShowS # show :: SnsChannelConfigProperty -> String # showList :: [SnsChannelConfigProperty] -> ShowS # | |||||
| Eq SnsChannelConfigProperty Source # | |||||
| ToResourceProperties SnsChannelConfigProperty Source # | |||||
| Property "TopicArn" SnsChannelConfigProperty Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel.SnsChannelConfigProperty Associated Types
Methods set :: PropertyType "TopicArn" SnsChannelConfigProperty -> SnsChannelConfigProperty -> SnsChannelConfigProperty # | |||||
| type PropertyType "TopicArn" SnsChannelConfigProperty Source # | |||||
data NotificationChannel Source #
Constructors
| NotificationChannel | |
Instances
| ToJSON NotificationChannel Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel Methods toJSON :: NotificationChannel -> Value # toEncoding :: NotificationChannel -> Encoding # toJSONList :: [NotificationChannel] -> Value # toEncodingList :: [NotificationChannel] -> Encoding # omitField :: NotificationChannel -> Bool # | |||||
| Show NotificationChannel Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel Methods showsPrec :: Int -> NotificationChannel -> ShowS # show :: NotificationChannel -> String # showList :: [NotificationChannel] -> ShowS # | |||||
| Eq NotificationChannel Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel Methods (==) :: NotificationChannel -> NotificationChannel -> Bool # (/=) :: NotificationChannel -> NotificationChannel -> Bool # | |||||
| ToResourceProperties NotificationChannel Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel Methods toResourceProperties :: NotificationChannel -> ResourceProperties # | |||||
| Property "Config" NotificationChannel Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel Associated Types
Methods set :: PropertyType "Config" NotificationChannel -> NotificationChannel -> NotificationChannel # | |||||
| type PropertyType "Config" NotificationChannel Source # | |||||
Defined in Stratosphere.DevOpsGuru.NotificationChannel | |||||