diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 ## Version
 
-`1.0.0`
+`1.0.1`
 
 
 ## Description
diff --git a/amazonka-cognito-sync.cabal b/amazonka-cognito-sync.cabal
--- a/amazonka-cognito-sync.cabal
+++ b/amazonka-cognito-sync.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-cognito-sync
-version:               1.0.0
+version:               1.0.1
 synopsis:              Amazon Cognito Sync SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -89,7 +89,7 @@
         , Network.AWS.CognitoSync.Types.Sum
 
     build-depends:
-          amazonka-core == 1.0.0.*
+          amazonka-core == 1.0.1.*
         , base          >= 4.7     && < 5
 
 test-suite amazonka-cognito-sync-test
@@ -108,9 +108,9 @@
         , Test.AWS.CognitoSync.Internal
 
     build-depends:
-          amazonka-core == 1.0.0
-        , amazonka-test == 1.0.0
-        , amazonka-cognito-sync == 1.0.0
+          amazonka-core == 1.0.1
+        , amazonka-test == 1.0.1
+        , amazonka-cognito-sync == 1.0.1
         , base
         , bytestring
         , lens
diff --git a/gen/Network/AWS/CognitoSync/Types/Sum.hs b/gen/Network/AWS/CognitoSync/Types/Sum.hs
--- a/gen/Network/AWS/CognitoSync/Types/Sum.hs
+++ b/gen/Network/AWS/CognitoSync/Types/Sum.hs
@@ -33,14 +33,14 @@
         "not_started" -> pure NotStarted
         "succeeded" -> pure Succeeded
         e -> fromTextError $ "Failure parsing BulkPublishStatus from value: '" <> e
-           <> "'. Accepted values: failed, in_progress, not_started, succeeded"
+           <> "'. Accepted values: FAILED, IN_PROGRESS, NOT_STARTED, SUCCEEDED"
 
 instance ToText BulkPublishStatus where
     toText = \case
-        Failed -> "failed"
-        InProgress -> "in_progress"
-        NotStarted -> "not_started"
-        Succeeded -> "succeeded"
+        Failed -> "FAILED"
+        InProgress -> "IN_PROGRESS"
+        NotStarted -> "NOT_STARTED"
+        Succeeded -> "SUCCEEDED"
 
 instance Hashable     BulkPublishStatus
 instance ToByteString BulkPublishStatus
@@ -89,14 +89,14 @@
         "apns_sandbox" -> pure APNSSandbox
         "gcm" -> pure GCM
         e -> fromTextError $ "Failure parsing Platform from value: '" <> e
-           <> "'. Accepted values: adm, apns, apns_sandbox, gcm"
+           <> "'. Accepted values: ADM, APNS, APNS_SANDBOX, GCM"
 
 instance ToText Platform where
     toText = \case
-        ADM -> "adm"
-        APNS -> "apns"
-        APNSSandbox -> "apns_sandbox"
-        GCM -> "gcm"
+        ADM -> "ADM"
+        APNS -> "APNS"
+        APNSSandbox -> "APNS_SANDBOX"
+        GCM -> "GCM"
 
 instance Hashable     Platform
 instance ToByteString Platform
@@ -116,12 +116,12 @@
         "disabled" -> pure Disabled
         "enabled" -> pure Enabled
         e -> fromTextError $ "Failure parsing StreamingStatus from value: '" <> e
-           <> "'. Accepted values: disabled, enabled"
+           <> "'. Accepted values: DISABLED, ENABLED"
 
 instance ToText StreamingStatus where
     toText = \case
-        Disabled -> "disabled"
-        Enabled -> "enabled"
+        Disabled -> "DISABLED"
+        Enabled -> "ENABLED"
 
 instance Hashable     StreamingStatus
 instance ToByteString StreamingStatus
