packages feed

amazonka-support 0.1.0 → 0.1.1

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-support.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-support-version:               0.1.0+version:               0.1.1 synopsis:              Amazon Support SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -7,7 +7,7 @@ author:                Brendan Hay maintainer:            Brendan Hay <brendan.g.hay@gmail.com> copyright:             Copyright (c) 2013-2014 Brendan Hay-category:              Network, AWS, Cloud+category:              Network, AWS, Cloud, Distributed Computing build-type:            Simple extra-source-files:    README.md cabal-version:         >= 1.10@@ -60,5 +60,5 @@     other-modules:      build-depends:-          amazonka-core == 0.1.0.*+          amazonka-core == 0.1.1.*         , base          >= 4.7     && < 5
gen/Network/AWS/Support/Types.hs view
@@ -627,7 +627,7 @@     { _tacdCategory    :: Text     , _tacdDescription :: Text     , _tacdId          :: Text-    , _tacdMetadata    :: List "checkIds" Text+    , _tacdMetadata    :: List "metadata" Text     , _tacdName        :: Text     } deriving (Eq, Ord, Show) @@ -831,7 +831,7 @@  data TrustedAdvisorResourceDetail = TrustedAdvisorResourceDetail     { _tardIsSuppressed :: Maybe Bool-    , _tardMetadata     :: List "checkIds" Text+    , _tardMetadata     :: List "metadata" Text     , _tardRegion       :: Text     , _tardResourceId   :: Text     , _tardStatus       :: Text