diff --git a/amazonka-dynamodb.cabal b/amazonka-dynamodb.cabal
--- a/amazonka-dynamodb.cabal
+++ b/amazonka-dynamodb.cabal
@@ -1,5 +1,5 @@
 name:                  amazonka-dynamodb
-version:               0.1.1
+version:               0.1.2
 synopsis:              Amazon DynamoDB SDK.
 homepage:              https://github.com/brendanhay/amazonka
 license:               OtherLicense
@@ -58,5 +58,5 @@
     other-modules:
 
     build-depends:
-          amazonka-core == 0.1.1.*
+          amazonka-core == 0.1.2.*
         , base          >= 4.7     && < 5
diff --git a/gen/Network/AWS/DynamoDB/Types.hs b/gen/Network/AWS/DynamoDB/Types.hs
--- a/gen/Network/AWS/DynamoDB/Types.hs
+++ b/gen/Network/AWS/DynamoDB/Types.hs
@@ -325,8 +325,8 @@
         ]
 
 data ProvisionedThroughputDescription = ProvisionedThroughputDescription
-    { _ptdLastDecreaseDateTime   :: Maybe ISO8601
-    , _ptdLastIncreaseDateTime   :: Maybe ISO8601
+    { _ptdLastDecreaseDateTime   :: Maybe POSIX
+    , _ptdLastIncreaseDateTime   :: Maybe POSIX
     , _ptdNumberOfDecreasesToday :: Maybe Nat
     , _ptdReadCapacityUnits      :: Maybe Nat
     , _ptdWriteCapacityUnits     :: Maybe Nat
@@ -702,7 +702,7 @@
 
 data TableDescription = TableDescription
     { _tdAttributeDefinitions   :: List "AttributeDefinitions" AttributeDefinition
-    , _tdCreationDateTime       :: ISO8601
+    , _tdCreationDateTime       :: POSIX
     , _tdGlobalSecondaryIndexes :: List "GlobalSecondaryIndexes" GlobalSecondaryIndexDescription
     , _tdItemCount              :: Integer
     , _tdKeySchema              :: List1 "KeySchema" KeySchemaElement
