diff --git a/amazonka-codedeploy.cabal b/amazonka-codedeploy.cabal
--- a/amazonka-codedeploy.cabal
+++ b/amazonka-codedeploy.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-codedeploy
-version:               0.0.3
+version:               0.0.4
 synopsis:              Amazon CodeDeploy SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -69,5 +69,5 @@
     other-modules:
 
     build-depends:
-          amazonka-core == 0.0.3.*
+          amazonka-core == 0.0.4.*
         , base          >= 4.7     && < 5
diff --git a/gen/Network/AWS/CodeDeploy/Types.hs b/gen/Network/AWS/CodeDeploy/Types.hs
--- a/gen/Network/AWS/CodeDeploy/Types.hs
+++ b/gen/Network/AWS/CodeDeploy/Types.hs
@@ -227,8 +227,7 @@
     type Er CodeDeploy = JSONError
 
     service = Service
-        { _svcEndpoint     = regional
-        , _svcAbbrev       = "CodeDeploy"
+        { _svcAbbrev       = "CodeDeploy"
         , _svcPrefix       = "codedeploy"
         , _svcVersion      = "2014-10-06"
         , _svcTargetPrefix = Just "CodeDeploy_20141006"
@@ -240,9 +239,9 @@
 data GenericRevisionInfo = GenericRevisionInfo
     { _griDeploymentGroups :: List "deploymentGroups" Text
     , _griDescription      :: Maybe Text
-    , _griFirstUsedTime    :: Maybe ISO8601
-    , _griLastUsedTime     :: Maybe ISO8601
-    , _griRegisterTime     :: Maybe ISO8601
+    , _griFirstUsedTime    :: Maybe POSIX
+    , _griLastUsedTime     :: Maybe POSIX
+    , _griRegisterTime     :: Maybe POSIX
     } deriving (Eq, Ord, Show)
 
 -- | 'GenericRevisionInfo' constructor.
@@ -310,7 +309,7 @@
 data ApplicationInfo = ApplicationInfo
     { _aiApplicationId   :: Maybe Text
     , _aiApplicationName :: Maybe Text
-    , _aiCreateTime      :: Maybe ISO8601
+    , _aiCreateTime      :: Maybe POSIX
     , _aiLinkedToGitHub  :: Maybe Bool
     } deriving (Eq, Ord, Show)
 
@@ -400,8 +399,8 @@
     toJSON = toJSONText
 
 data TimeRange = TimeRange
-    { _trEnd   :: Maybe ISO8601
-    , _trStart :: Maybe ISO8601
+    { _trEnd   :: Maybe POSIX
+    , _trStart :: Maybe POSIX
     } deriving (Eq, Ord, Show)
 
 -- | 'TimeRange' constructor.
@@ -473,7 +472,7 @@
 data InstanceSummary = InstanceSummary
     { _isDeploymentId    :: Maybe Text
     , _isInstanceId      :: Maybe Text
-    , _isLastUpdatedAt   :: Maybe ISO8601
+    , _isLastUpdatedAt   :: Maybe POSIX
     , _isLifecycleEvents :: List "lifecycleEvents" LifecycleEvent
     , _isStatus          :: Maybe InstanceStatus
     } deriving (Eq, Show)
@@ -1167,8 +1166,8 @@
 
 data DeploymentInfo = DeploymentInfo
     { _diApplicationName               :: Maybe Text
-    , _diCompleteTime                  :: Maybe ISO8601
-    , _diCreateTime                    :: Maybe ISO8601
+    , _diCompleteTime                  :: Maybe POSIX
+    , _diCreateTime                    :: Maybe POSIX
     , _diCreator                       :: Maybe DeploymentCreator
     , _diDeploymentConfigName          :: Maybe Text
     , _diDeploymentGroupName           :: Maybe Text
@@ -1178,7 +1177,7 @@
     , _diErrorInformation              :: Maybe ErrorInformation
     , _diIgnoreApplicationStopFailures :: Maybe Bool
     , _diRevision                      :: Maybe RevisionLocation
-    , _diStartTime                     :: Maybe ISO8601
+    , _diStartTime                     :: Maybe POSIX
     , _diStatus                        :: Maybe DeploymentStatus
     } deriving (Eq, Show)
 
@@ -1349,9 +1348,9 @@
 
 data LifecycleEvent = LifecycleEvent
     { _leDiagnostics        :: Maybe Diagnostics
-    , _leEndTime            :: Maybe ISO8601
+    , _leEndTime            :: Maybe POSIX
     , _leLifecycleEventName :: Maybe Text
-    , _leStartTime          :: Maybe ISO8601
+    , _leStartTime          :: Maybe POSIX
     , _leStatus             :: Maybe LifecycleEventStatus
     } deriving (Eq, Show)
 
@@ -1548,7 +1547,7 @@
     toJSON = toJSONText
 
 data DeploymentConfigInfo = DeploymentConfigInfo
-    { _dciCreateTime           :: Maybe ISO8601
+    { _dciCreateTime           :: Maybe POSIX
     , _dciDeploymentConfigId   :: Maybe Text
     , _dciDeploymentConfigName :: Maybe Text
     , _dciMinimumHealthyHosts  :: Maybe MinimumHealthyHosts
