DigitalOcean-0.1.1.0: A client library for the DigitalOcean API

Safe HaskellNone
LanguageHaskell2010

Net.DigitalOcean.Actions

Contents

Synopsis

Documentation

data Action Source

An action that has be taken on a DigitalOcean resource

getActions :: (Error e, MonadError e m, MonadIO m) => Config -> m [Action] Source

List all actions performed on the account

DO documentation

getAction :: (Error e, MonadError e m, MonadIO m) => Text -> Config -> m Action Source

Get a single action performed on the account

DO documentation

Lens Accessors