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-cloudwatch-events.cabal b/amazonka-cloudwatch-events.cabal
--- a/amazonka-cloudwatch-events.cabal
+++ b/amazonka-cloudwatch-events.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-cloudwatch-events
-version:               1.4.3
+version:               1.4.4
 synopsis:              Amazon CloudWatch Events 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:
     Amazon CloudWatch Events helps you to respond to state changes in your AWS resources. When your resources change state they automatically send events into an event stream. You can create rules that match selected events in the stream and route them to targets to take action. You can also use rules to take action on a pre-determined schedule. For example, you can configure rules to:
 
@@ -67,7 +67,7 @@
         , Network.AWS.CloudWatchEvents.Types.Sum
 
     build-depends:
-          amazonka-core == 1.4.3.*
+          amazonka-core == 1.4.4.*
         , base          >= 4.7     && < 5
 
 test-suite amazonka-cloudwatch-events-test
@@ -87,9 +87,9 @@
         , Test.AWS.CloudWatchEvents.Internal
 
     build-depends:
-          amazonka-core == 1.4.3.*
-        , amazonka-test == 1.4.3.*
-        , amazonka-cloudwatch-events == 1.4.3.*
+          amazonka-core == 1.4.4.*
+        , amazonka-test == 1.4.4.*
+        , amazonka-cloudwatch-events == 1.4.4.*
         , base
         , bytestring
         , tasty
diff --git a/gen/Network/AWS/CloudWatchEvents/Types/Sum.hs b/gen/Network/AWS/CloudWatchEvents/Types/Sum.hs
--- a/gen/Network/AWS/CloudWatchEvents/Types/Sum.hs
+++ b/gen/Network/AWS/CloudWatchEvents/Types/Sum.hs
@@ -29,7 +29,7 @@
         "disabled" -> pure Disabled
         "enabled" -> pure Enabled
         e -> fromTextError $ "Failure parsing RuleState from value: '" <> e
-           <> "'. Accepted values: DISABLED, ENABLED"
+           <> "'. Accepted values: disabled, enabled"
 
 instance ToText RuleState where
     toText = \case
diff --git a/src/.gitkeep b/src/.gitkeep
new file mode 100644
--- /dev/null
+++ b/src/.gitkeep
