mackerel-client-0.1.0: An API client library for Mackerel
Web.Mackerel.Types.Alert
data AlertId Source #
Constructors
Instances
Methods
(==) :: AlertId -> AlertId -> Bool #
(/=) :: AlertId -> AlertId -> Bool #
showsPrec :: Int -> AlertId -> ShowS #
show :: AlertId -> String #
showList :: [AlertId] -> ShowS #
toJSON :: AlertId -> Value #
toEncoding :: AlertId -> Encoding #
toJSONList :: [AlertId] -> Value #
toEncodingList :: [AlertId] -> Encoding #
parseJSON :: Value -> Parser AlertId #
parseJSONList :: Value -> Parser [AlertId] #
data AlertStatus Source #
(==) :: AlertStatus -> AlertStatus -> Bool #
(/=) :: AlertStatus -> AlertStatus -> Bool #
showsPrec :: Int -> AlertStatus -> ShowS #
show :: AlertStatus -> String #
showList :: [AlertStatus] -> ShowS #
toJSON :: AlertStatus -> Value #
toEncoding :: AlertStatus -> Encoding #
toJSONList :: [AlertStatus] -> Value #
toEncodingList :: [AlertStatus] -> Encoding #
parseJSON :: Value -> Parser AlertStatus #
parseJSONList :: Value -> Parser [AlertStatus] #
data Alert Source #
Fields
(==) :: Alert -> Alert -> Bool #
(/=) :: Alert -> Alert -> Bool #
showsPrec :: Int -> Alert -> ShowS #
show :: Alert -> String #
showList :: [Alert] -> ShowS #
toJSON :: Alert -> Value #
toEncoding :: Alert -> Encoding #
toJSONList :: [Alert] -> Value #
toEncodingList :: [Alert] -> Encoding #
parseJSON :: Value -> Parser Alert #
parseJSONList :: Value -> Parser [Alert] #