diff --git a/amazonka-sns.cabal b/amazonka-sns.cabal
--- a/amazonka-sns.cabal
+++ b/amazonka-sns.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-sns
-version:               0.2.2
+version:               0.2.3
 synopsis:              Amazon Simple Notification Service SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -72,5 +72,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/SNS/ListEndpointsByPlatformApplication.hs b/gen/Network/AWS/SNS/ListEndpointsByPlatformApplication.hs
--- a/gen/Network/AWS/SNS/ListEndpointsByPlatformApplication.hs
+++ b/gen/Network/AWS/SNS/ListEndpointsByPlatformApplication.hs
@@ -139,6 +139,6 @@
 
 instance AWSPager ListEndpointsByPlatformApplication where
     page rq rs
-        | stop (rq ^. lebpaNextToken) = Nothing
+        | stop (rs ^. lebparNextToken) = Nothing
         | otherwise = (\x -> rq & lebpaNextToken ?~ x)
             <$> (rs ^. lebparNextToken)
diff --git a/gen/Network/AWS/SNS/ListPlatformApplications.hs b/gen/Network/AWS/SNS/ListPlatformApplications.hs
--- a/gen/Network/AWS/SNS/ListPlatformApplications.hs
+++ b/gen/Network/AWS/SNS/ListPlatformApplications.hs
@@ -129,6 +129,6 @@
 
 instance AWSPager ListPlatformApplications where
     page rq rs
-        | stop (rq ^. lpaNextToken) = Nothing
+        | stop (rs ^. lparNextToken) = Nothing
         | otherwise = (\x -> rq & lpaNextToken ?~ x)
             <$> (rs ^. lparNextToken)
diff --git a/gen/Network/AWS/SNS/ListSubscriptions.hs b/gen/Network/AWS/SNS/ListSubscriptions.hs
--- a/gen/Network/AWS/SNS/ListSubscriptions.hs
+++ b/gen/Network/AWS/SNS/ListSubscriptions.hs
@@ -122,6 +122,6 @@
 
 instance AWSPager ListSubscriptions where
     page rq rs
-        | stop (rq ^. lsNextToken) = Nothing
+        | stop (rs ^. lsrNextToken) = Nothing
         | otherwise = (\x -> rq & lsNextToken ?~ x)
             <$> (rs ^. lsrNextToken)
diff --git a/gen/Network/AWS/SNS/ListSubscriptionsByTopic.hs b/gen/Network/AWS/SNS/ListSubscriptionsByTopic.hs
--- a/gen/Network/AWS/SNS/ListSubscriptionsByTopic.hs
+++ b/gen/Network/AWS/SNS/ListSubscriptionsByTopic.hs
@@ -133,6 +133,6 @@
 
 instance AWSPager ListSubscriptionsByTopic where
     page rq rs
-        | stop (rq ^. lsbtNextToken) = Nothing
+        | stop (rs ^. lsbtrNextToken) = Nothing
         | otherwise = (\x -> rq & lsbtNextToken ?~ x)
             <$> (rs ^. lsbtrNextToken)
diff --git a/gen/Network/AWS/SNS/ListTopics.hs b/gen/Network/AWS/SNS/ListTopics.hs
--- a/gen/Network/AWS/SNS/ListTopics.hs
+++ b/gen/Network/AWS/SNS/ListTopics.hs
@@ -121,6 +121,6 @@
 
 instance AWSPager ListTopics where
     page rq rs
-        | stop (rq ^. ltNextToken) = Nothing
+        | stop (rs ^. ltrNextToken) = Nothing
         | otherwise = (\x -> rq & ltNextToken ?~ x)
             <$> (rs ^. ltrNextToken)
