diff --git a/amazonka-support.cabal b/amazonka-support.cabal
--- a/amazonka-support.cabal
+++ b/amazonka-support.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-support
-version:               0.2.2
+version:               0.2.3
 synopsis:              Amazon Support SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -60,5 +60,5 @@
     other-modules:
 
     build-depends:
-          amazonka-core == 0.2.2.*
+          amazonka-core == 0.2.3.*
         , base          >= 4.7     && < 5
diff --git a/gen/Network/AWS/Support/DescribeCases.hs b/gen/Network/AWS/Support/DescribeCases.hs
--- a/gen/Network/AWS/Support/DescribeCases.hs
+++ b/gen/Network/AWS/Support/DescribeCases.hs
@@ -221,6 +221,6 @@
 
 instance AWSPager DescribeCases where
     page rq rs
-        | stop (rq ^. dcNextToken) = Nothing
+        | stop (rs ^. dcr1NextToken) = Nothing
         | otherwise = (\x -> rq & dcNextToken ?~ x)
             <$> (rs ^. dcr1NextToken)
diff --git a/gen/Network/AWS/Support/DescribeCommunications.hs b/gen/Network/AWS/Support/DescribeCommunications.hs
--- a/gen/Network/AWS/Support/DescribeCommunications.hs
+++ b/gen/Network/AWS/Support/DescribeCommunications.hs
@@ -177,6 +177,6 @@
 
 instance AWSPager DescribeCommunications where
     page rq rs
-        | stop (rq ^. dc1NextToken) = Nothing
+        | stop (rs ^. dcrNextToken) = Nothing
         | otherwise = (\x -> rq & dc1NextToken ?~ x)
             <$> (rs ^. dcrNextToken)
