aws-easy-0.1.0.3: Helper function and types for working with amazonka
Copyright(C) Richard Cook 2018
LicenseMIT
Maintainerrcook@rcook.org
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Easy.Service

Description

This module provides support for configuring and making client connections to AWS services using amazonka.

Documentation

type Port = Int Source #

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