packages feed

amazonka-rds 1.4.1 → 1.4.2

raw patch · 7 files changed

+7/−7 lines, 7 filesdep ~amazonka-coredep ~amazonka-rdsdep ~amazonka-testPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core, amazonka-rds, amazonka-test

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`1.4.1`+`1.4.2`   ## Description
amazonka-rds.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-rds-version:               1.4.1+version:               1.4.2 synopsis:              Amazon Relational Database Service SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -177,7 +177,7 @@         , Network.AWS.RDS.Types.Sum      build-depends:-          amazonka-core == 1.4.1.*+          amazonka-core == 1.4.2.*         , base          >= 4.7     && < 5  test-suite amazonka-rds-test@@ -197,9 +197,9 @@         , Test.AWS.RDS.Internal      build-depends:-          amazonka-core == 1.4.1.*-        , amazonka-test == 1.4.1.*-        , amazonka-rds == 1.4.1.*+          amazonka-core == 1.4.2.*+        , amazonka-test == 1.4.2.*+        , amazonka-rds == 1.4.2.*         , base         , bytestring         , tasty
+ fixture/DescribeDBClusterSnapshotAttributes.yaml view
+ fixture/DescribeDBClusterSnapshotAttributesResponse.proto view
+ fixture/ModifyDBClusterSnapshotAttribute.yaml view
+ fixture/ModifyDBClusterSnapshotAttributeResponse.proto view
gen/Network/AWS/RDS/Types.hs view
@@ -648,7 +648,7 @@     , _svcEndpoint = defaultEndpoint rds     , _svcTimeout = Just 70     , _svcCheck = statusSuccess-    , _svcError = parseXMLError+    , _svcError = parseXMLError "RDS"     , _svcRetry = retry     }   where