| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.API.Mandrill.Users.Types
Documentation
Constructors
| UsersRq | |
Fields
| |
ureq_key :: Iso' UsersRq MandrillKey Source
data MandrillStats Source
Constructors
| MandrillStats | |
Fields
| |
Instances
| Show MandrillStats | |
| ToJSON MandrillStats | |
| FromJSON MandrillStats |
msts_unsubs :: Lens' MandrillStats Int Source
msts_unique_opens :: Lens' MandrillStats Int Source
msts_unique_clicks :: Lens' MandrillStats Int Source
msts_soft_bounces :: Lens' MandrillStats Int Source
msts_sent :: Lens' MandrillStats Int Source
msts_rejects :: Lens' MandrillStats Int Source
msts_opens :: Lens' MandrillStats Int Source
msts_hard_bounces :: Lens' MandrillStats Int Source
msts_complaints :: Lens' MandrillStats Int Source
msts_clicks :: Lens' MandrillStats Int Source
Constructors
| UserStats | |
usts_today :: Lens' UserStats MandrillStats Source
usts_last_90_days :: Lens' UserStats MandrillStats Source
usts_last_7_days :: Lens' UserStats MandrillStats Source
usts_last_60_days :: Lens' UserStats MandrillStats Source
usts_last_30_days :: Lens' UserStats MandrillStats Source
usts_all_time :: Lens' UserStats MandrillStats Source
data UsersInfoResponse Source
Constructors
| UsersInfoResponse | |
Fields
| |
Instances
| Show UsersInfoResponse | |
| ToJSON UsersInfoResponse | |
| FromJSON UsersInfoResponse |
usir_username :: Lens' UsersInfoResponse Text Source
usir_stats :: Lens' UsersInfoResponse UserStats Source
usir_reputation :: Lens' UsersInfoResponse Int Source
usir_public_id :: Lens' UsersInfoResponse Text Source
usir_hourly_quota :: Lens' UsersInfoResponse Int Source
usir_backlog :: Lens' UsersInfoResponse Int Source
newtype UsersPingResponse Source
Constructors
| UsersPingResponse Text |
Instances
| Show UsersPingResponse | |
| ToJSON UsersPingResponse | |
| FromJSON UsersPingResponse |
data UsersPing2Response Source
Constructors
| UsersPing2Response | |
Fields
| |
Instances
| Show UsersPing2Response | |
| ToJSON UsersPing2Response | |
| FromJSON UsersPing2Response |
data UsersSendersResponse Source
Constructors
| UsersResponse | |
Fields
| |
Instances
| Show UsersSendersResponse | |
| ToJSON UsersSendersResponse | |
| FromJSON UsersSendersResponse |
usrr_unsubs :: Lens' UsersSendersResponse Int Source
usrr_unique_opens :: Lens' UsersSendersResponse Int Source
usrr_unique_clicks :: Lens' UsersSendersResponse Int Source
usrr_soft_bounces :: Lens' UsersSendersResponse Int Source
usrr_sent :: Lens' UsersSendersResponse Int Source
usrr_rejects :: Lens' UsersSendersResponse Int Source
usrr_opens :: Lens' UsersSendersResponse Int Source
usrr_hard_bounces :: Lens' UsersSendersResponse Int Source
usrr_complaints :: Lens' UsersSendersResponse Int Source
usrr_clicks :: Lens' UsersSendersResponse Int Source
usrr_address :: Lens' UsersSendersResponse Text Source