Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data MandrillStats Source #
MandrillStats | |
|
Instances
Show MandrillStats Source # | |
Defined in Network.API.Mandrill.Users.Types showsPrec :: Int -> MandrillStats -> ShowS # show :: MandrillStats -> String # showList :: [MandrillStats] -> ShowS # | |
ToJSON MandrillStats Source # | |
Defined in Network.API.Mandrill.Users.Types toJSON :: MandrillStats -> Value # toEncoding :: MandrillStats -> Encoding # toJSONList :: [MandrillStats] -> Value # toEncodingList :: [MandrillStats] -> Encoding # | |
FromJSON MandrillStats Source # | |
Defined in Network.API.Mandrill.Users.Types parseJSON :: Value -> Parser MandrillStats # parseJSONList :: Value -> Parser [MandrillStats] # |
data UsersInfoResponse Source #
UsersInfoResponse | |
|
Instances
Show UsersInfoResponse Source # | |
Defined in Network.API.Mandrill.Users.Types showsPrec :: Int -> UsersInfoResponse -> ShowS # show :: UsersInfoResponse -> String # showList :: [UsersInfoResponse] -> ShowS # | |
ToJSON UsersInfoResponse Source # | |
Defined in Network.API.Mandrill.Users.Types toJSON :: UsersInfoResponse -> Value # toEncoding :: UsersInfoResponse -> Encoding # toJSONList :: [UsersInfoResponse] -> Value # toEncodingList :: [UsersInfoResponse] -> Encoding # | |
FromJSON UsersInfoResponse Source # | |
Defined in Network.API.Mandrill.Users.Types parseJSON :: Value -> Parser UsersInfoResponse # parseJSONList :: Value -> Parser [UsersInfoResponse] # |
newtype UsersPingResponse Source #
Instances
Show UsersPingResponse Source # | |
Defined in Network.API.Mandrill.Users.Types showsPrec :: Int -> UsersPingResponse -> ShowS # show :: UsersPingResponse -> String # showList :: [UsersPingResponse] -> ShowS # | |
ToJSON UsersPingResponse Source # | |
Defined in Network.API.Mandrill.Users.Types toJSON :: UsersPingResponse -> Value # toEncoding :: UsersPingResponse -> Encoding # toJSONList :: [UsersPingResponse] -> Value # toEncodingList :: [UsersPingResponse] -> Encoding # | |
FromJSON UsersPingResponse Source # | |
Defined in Network.API.Mandrill.Users.Types parseJSON :: Value -> Parser UsersPingResponse # parseJSONList :: Value -> Parser [UsersPingResponse] # |
data UsersPing2Response Source #
Instances
Show UsersPing2Response Source # | |
Defined in Network.API.Mandrill.Users.Types showsPrec :: Int -> UsersPing2Response -> ShowS # show :: UsersPing2Response -> String # showList :: [UsersPing2Response] -> ShowS # | |
ToJSON UsersPing2Response Source # | |
Defined in Network.API.Mandrill.Users.Types toJSON :: UsersPing2Response -> Value # toEncoding :: UsersPing2Response -> Encoding # toJSONList :: [UsersPing2Response] -> Value # toEncodingList :: [UsersPing2Response] -> Encoding # | |
FromJSON UsersPing2Response Source # | |
Defined in Network.API.Mandrill.Users.Types parseJSON :: Value -> Parser UsersPing2Response # parseJSONList :: Value -> Parser [UsersPing2Response] # |
data UsersSendersResponse Source #
UsersResponse | |
|
Instances
Show UsersSendersResponse Source # | |
Defined in Network.API.Mandrill.Users.Types showsPrec :: Int -> UsersSendersResponse -> ShowS # show :: UsersSendersResponse -> String # showList :: [UsersSendersResponse] -> ShowS # | |
ToJSON UsersSendersResponse Source # | |
Defined in Network.API.Mandrill.Users.Types toJSON :: UsersSendersResponse -> Value # toEncoding :: UsersSendersResponse -> Encoding # toJSONList :: [UsersSendersResponse] -> Value # toEncodingList :: [UsersSendersResponse] -> Encoding # | |
FromJSON UsersSendersResponse Source # | |
Defined in Network.API.Mandrill.Users.Types parseJSON :: Value -> Parser UsersSendersResponse # parseJSONList :: Value -> Parser [UsersSendersResponse] # |