diff --git a/antiope-core.cabal b/antiope-core.cabal
--- a/antiope-core.cabal
+++ b/antiope-core.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 0960bdac395f9a70a5d2e3693fadc969fa7c70dc9bc10f456cc0c0d887331647
+-- hash: c022f0ba86949597557daa65650bd0c94472febca06418a5e5361c2ddd5809c3
 
 name:           antiope-core
-version:        5.0.1
+version:        6.0.0
 description:    Please see the README on Github at <https://github.com/arbor/antiope#readme>
 category:       Services
 homepage:       https://github.com/arbor/antiope#readme
diff --git a/src/Antiope/Core.hs b/src/Antiope/Core.hs
--- a/src/Antiope/Core.hs
+++ b/src/Antiope/Core.hs
@@ -10,7 +10,7 @@
 module Antiope.Core
   ( module Network.AWS.Data.Text
   , AWS.AWS
-  , AWS.MonadAWS
+  , AWS.MonadAWS(..)
   , AWS.Env
   , AWS.Error(..)
   , AWS.ErrorCode(..), AWS.errorCode
@@ -18,7 +18,6 @@
   , AWS.LogLevel(..)
   , AWS.Region(..)
   , AWS.catching
-  , AWS.liftAWS
   , AWS.runAWS
   , AWS.runResourceT
   , AWS.send
