packages feed

amazonka-dynamodb 0.1.1 → 0.1.2

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

amazonka-dynamodb.cabal view
@@ -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
gen/Network/AWS/DynamoDB/Types.hs view
@@ -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