aws-easy-0.1.0.0: AWS Easy: Helper functions for working with amazonka

Copyright(C) Richard Cook 2018
LicenseMIT
Maintainerrcook@rcook.org
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

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 Port = Int Source #

connect :: forall a. ServiceClass a => AWSConfig -> a -> IO (TypedSession a) Source #