diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 ## Version
 
-`1.4.3`
+`1.4.4`
 
 
 ## Description
diff --git a/amazonka-datapipeline.cabal b/amazonka-datapipeline.cabal
--- a/amazonka-datapipeline.cabal
+++ b/amazonka-datapipeline.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-datapipeline
-version:               1.4.3
+version:               1.4.4
 synopsis:              Amazon Data Pipeline SDK.
 homepage:              https://github.com/brendanhay/amazonka
 bug-reports:           https://github.com/brendanhay/amazonka/issues
@@ -11,7 +11,7 @@
 category:              Network, AWS, Cloud, Distributed Computing
 build-type:            Simple
 cabal-version:         >= 1.10
-extra-source-files:    README.md fixture/*.yaml fixture/*.proto
+extra-source-files:    README.md fixture/*.yaml fixture/*.proto src/.gitkeep
 description:
     AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline handles the details of scheduling and ensuring that data dependencies are met so that your application can focus on processing the data.
 
@@ -72,7 +72,7 @@
         , Network.AWS.DataPipeline.Types.Sum
 
     build-depends:
-          amazonka-core == 1.4.3.*
+          amazonka-core == 1.4.4.*
         , base          >= 4.7     && < 5
 
 test-suite amazonka-datapipeline-test
@@ -92,9 +92,9 @@
         , Test.AWS.DataPipeline.Internal
 
     build-depends:
-          amazonka-core == 1.4.3.*
-        , amazonka-test == 1.4.3.*
-        , amazonka-datapipeline == 1.4.3.*
+          amazonka-core == 1.4.4.*
+        , amazonka-test == 1.4.4.*
+        , amazonka-datapipeline == 1.4.4.*
         , base
         , bytestring
         , tasty
diff --git a/gen/Network/AWS/DataPipeline/Types/Sum.hs b/gen/Network/AWS/DataPipeline/Types/Sum.hs
--- a/gen/Network/AWS/DataPipeline/Types/Sum.hs
+++ b/gen/Network/AWS/DataPipeline/Types/Sum.hs
@@ -35,7 +35,7 @@
         "le" -> pure OperatorLE
         "ref_eq" -> pure OperatorRefEQ
         e -> fromTextError $ "Failure parsing OperatorType from value: '" <> e
-           <> "'. Accepted values: BETWEEN, EQ, GE, LE, REF_EQ"
+           <> "'. Accepted values: between, eq, ge, le, ref_eq"
 
 instance ToText OperatorType where
     toText = \case
@@ -66,7 +66,7 @@
         "false" -> pure False'
         "finished" -> pure Finished
         e -> fromTextError $ "Failure parsing TaskStatus from value: '" <> e
-           <> "'. Accepted values: FAILED, FALSE, FINISHED"
+           <> "'. Accepted values: failed, false, finished"
 
 instance ToText TaskStatus where
     toText = \case
diff --git a/src/.gitkeep b/src/.gitkeep
new file mode 100644
--- /dev/null
+++ b/src/.gitkeep
