| 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 module provides support for configuring and making client connections to AWS services using amazonka.
Documentation
type HostName = ByteString Source #
Constructors
| LoggingEnabled | |
| LoggingDisabled |
connect :: forall a. ServiceClass a => AWSConfig -> a -> IO (TypedSession a) Source #
withAWS :: (MonadBaseControl IO m, MonadUnliftIO m, SessionClass b) => AWST' Env (ResourceT m) a -> b -> m a Source #