| Copyright | (C) Richard Cook 2018 |
|---|---|
| License | MIT |
| Maintainer | rcook@rcook.org |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Easy.Service
Description
This modules provides support for configuring and making client connections to AWS services for the "AWS via Haskell" project.
Documentation
type HostName = ByteString Source #
Constructors
| LoggingEnabled | |
| LoggingDisabled |
connect :: forall a. ServiceClass a => AWSConfig -> a -> IO (TypedSession a) Source #
withAWS :: (MonadBaseControl IO m, SessionClass b) => AWST' Env (ResourceT m) a -> b -> m a Source #