packages feed

amazonka-rds 0.2.2 → 0.2.3

raw patch · 18 files changed

+20/−19 lines, 18 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

amazonka-rds.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-rds-version:               0.2.2+version:               0.2.3 synopsis:              Amazon Relational Database Service SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -99,5 +99,5 @@     other-modules:      build-depends:-          amazonka-core == 0.2.2.*+          amazonka-core == 0.2.3.*         , base          >= 4.7     && < 5
gen/Network/AWS/RDS/DescribeDBEngineVersions.hs view
@@ -214,6 +214,6 @@  instance AWSPager DescribeDBEngineVersions where     page rq rs-        | stop (rq ^. ddbevMarker) = Nothing+        | stop (rs ^. ddbevrMarker) = Nothing         | otherwise = (\x -> rq & ddbevMarker ?~ x)             <$> (rs ^. ddbevrMarker)
gen/Network/AWS/RDS/DescribeDBInstances.hs view
@@ -169,6 +169,6 @@  instance AWSPager DescribeDBInstances where     page rq rs-        | stop (rq ^. ddbi1Marker) = Nothing+        | stop (rs ^. ddbirMarker) = Nothing         | otherwise = (\x -> rq & ddbi1Marker ?~ x)             <$> (rs ^. ddbirMarker)
gen/Network/AWS/RDS/DescribeDBLogFiles.hs view
@@ -200,6 +200,6 @@  instance AWSPager DescribeDBLogFiles where     page rq rs-        | stop (rq ^. ddblfMarker) = Nothing+        | stop (rs ^. ddblfrMarker) = Nothing         | otherwise = (\x -> rq & ddblfMarker ?~ x)             <$> (rs ^. ddblfrMarker)
gen/Network/AWS/RDS/DescribeDBParameterGroups.hs view
@@ -169,6 +169,6 @@  instance AWSPager DescribeDBParameterGroups where     page rq rs-        | stop (rq ^. ddbpgMarker) = Nothing+        | stop (rs ^. ddbpgrMarker) = Nothing         | otherwise = (\x -> rq & ddbpgMarker ?~ x)             <$> (rs ^. ddbpgrMarker)
gen/Network/AWS/RDS/DescribeDBParameters.hs view
@@ -180,6 +180,6 @@  instance AWSPager DescribeDBParameters where     page rq rs-        | stop (rq ^. ddbpMarker) = Nothing+        | stop (rs ^. ddbprMarker) = Nothing         | otherwise = (\x -> rq & ddbpMarker ?~ x)             <$> (rs ^. ddbprMarker)
gen/Network/AWS/RDS/DescribeDBSecurityGroups.hs view
@@ -164,6 +164,6 @@  instance AWSPager DescribeDBSecurityGroups where     page rq rs-        | stop (rq ^. ddbsg1Marker) = Nothing+        | stop (rs ^. ddbsgr1Marker) = Nothing         | otherwise = (\x -> rq & ddbsg1Marker ?~ x)             <$> (rs ^. ddbsgr1Marker)
gen/Network/AWS/RDS/DescribeDBSnapshots.hs view
@@ -199,6 +199,6 @@  instance AWSPager DescribeDBSnapshots where     page rq rs-        | stop (rq ^. ddbsMarker) = Nothing+        | stop (rs ^. ddbsrMarker) = Nothing         | otherwise = (\x -> rq & ddbsMarker ?~ x)             <$> (rs ^. ddbsrMarker)
gen/Network/AWS/RDS/DescribeDBSubnetGroups.hs view
@@ -165,6 +165,6 @@  instance AWSPager DescribeDBSubnetGroups where     page rq rs-        | stop (rq ^. ddbsgMarker) = Nothing+        | stop (rs ^. ddbsgrMarker) = Nothing         | otherwise = (\x -> rq & ddbsgMarker ?~ x)             <$> (rs ^. ddbsgrMarker)
gen/Network/AWS/RDS/DescribeEngineDefaultParameters.hs view
@@ -150,6 +150,6 @@  instance AWSPager DescribeEngineDefaultParameters where     page rq rs-        | stop (rq ^. dedpMarker) = Nothing+        | stop (rs ^. dedprEngineDefaults . edMarker) = Nothing         | otherwise = (\x -> rq & dedpMarker ?~ x)             <$> (rs ^. dedprEngineDefaults . edMarker)
gen/Network/AWS/RDS/DescribeEventSubscriptions.hs view
@@ -169,6 +169,6 @@  instance AWSPager DescribeEventSubscriptions where     page rq rs-        | stop (rq ^. des1Marker) = Nothing+        | stop (rs ^. desrMarker) = Nothing         | otherwise = (\x -> rq & des1Marker ?~ x)             <$> (rs ^. desrMarker)
gen/Network/AWS/RDS/DescribeEvents.hs view
@@ -235,6 +235,6 @@  instance AWSPager DescribeEvents where     page rq rs-        | stop (rq ^. deMarker) = Nothing+        | stop (rs ^. derMarker) = Nothing         | otherwise = (\x -> rq & deMarker ?~ x)             <$> (rs ^. derMarker)
gen/Network/AWS/RDS/DescribeOptionGroupOptions.hs view
@@ -173,6 +173,6 @@  instance AWSPager DescribeOptionGroupOptions where     page rq rs-        | stop (rq ^. dogoMarker) = Nothing+        | stop (rs ^. dogorMarker) = Nothing         | otherwise = (\x -> rq & dogoMarker ?~ x)             <$> (rs ^. dogorMarker)
gen/Network/AWS/RDS/DescribeOptionGroups.hs view
@@ -186,6 +186,6 @@  instance AWSPager DescribeOptionGroups where     page rq rs-        | stop (rq ^. dogMarker) = Nothing+        | stop (rs ^. dogrMarker) = Nothing         | otherwise = (\x -> rq & dogMarker ?~ x)             <$> (rs ^. dogrMarker)
gen/Network/AWS/RDS/DescribeOrderableDBInstanceOptions.hs view
@@ -212,6 +212,6 @@  instance AWSPager DescribeOrderableDBInstanceOptions where     page rq rs-        | stop (rq ^. dodbioMarker) = Nothing+        | stop (rs ^. dodbiorMarker) = Nothing         | otherwise = (\x -> rq & dodbioMarker ?~ x)             <$> (rs ^. dodbiorMarker)
gen/Network/AWS/RDS/DescribeReservedDBInstances.hs view
@@ -239,6 +239,6 @@  instance AWSPager DescribeReservedDBInstances where     page rq rs-        | stop (rq ^. drdbiMarker) = Nothing+        | stop (rs ^. drdbirMarker) = Nothing         | otherwise = (\x -> rq & drdbiMarker ?~ x)             <$> (rs ^. drdbirMarker)
gen/Network/AWS/RDS/DescribeReservedDBInstancesOfferings.hs view
@@ -228,6 +228,6 @@  instance AWSPager DescribeReservedDBInstancesOfferings where     page rq rs-        | stop (rq ^. drdbioMarker) = Nothing+        | stop (rs ^. drdbiorMarker) = Nothing         | otherwise = (\x -> rq & drdbioMarker ?~ x)             <$> (rs ^. drdbiorMarker)
gen/Network/AWS/RDS/Waiters.hs view
@@ -50,7 +50,8 @@     , _waitAttempts  = 60     , _waitDelay     = 30     , _waitAcceptors =-        [ matchAll "deleted" AcceptSuccess+        [ matchError "DBInstanceNotFound" AcceptSuccess+        , matchAll "deleted" AcceptSuccess             (folding (concatOf ddbirDBInstances) . dbiDBInstanceStatus . _Just)         , matchAny "creating" AcceptFailure             (folding (concatOf ddbirDBInstances) . dbiDBInstanceStatus . _Just)