{-|
Module      : Network.AWS.Easy
Description : Umbrella module
Copyright   : (C) Richard Cook, 2018
License     : MIT
Maintainer  : rcook@rcook.org
Stability   : experimental
Portability : portable
-}

module Network.AWS.Easy
    ( module Network.AWS.Easy.Classes
    , module Network.AWS.Easy.Prelude
    , module Network.AWS.Easy.Service
    , module Network.AWS.Easy.TH
    , module Network.AWS.Easy.Types
    , module Network.AWS.Easy.Util
    ) where

import           Network.AWS.Easy.Classes
import           Network.AWS.Easy.Prelude
import           Network.AWS.Easy.Service
import           Network.AWS.Easy.TH
import           Network.AWS.Easy.Types
import           Network.AWS.Easy.Util