amazonka-config 0.0.2 → 0.0.3
raw patch · 2 files changed
+11/−10 lines, 2 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +8/−8
- amazonka-config.cabal +3/−2
README.md view
@@ -8,16 +8,16 @@ ## Description - Amazon Config is a fully managed service that provides you with an Amazon- resource inventory, configuration history, and configuration change- notifications to enable security and governance. With Amazon Config you can- discover existing Amazon resources, export a complete inventory of your- Amazon resources with all configuration details, and determine how a resource- was configured at any point in time. These capabilities enable compliance- auditing, security analysis, resource change tracking, and troubleshooting.+Amazon Config is a fully managed service that provides you with an Amazon+resource inventory, configuration history, and configuration change+notifications to enable security and governance. With Amazon Config you can+discover existing Amazon resources, export a complete inventory of your+Amazon resources with all configuration details, and determine how a resource+was configured at any point in time. These capabilities enable compliance+auditing, security analysis, resource change tracking, and troubleshooting. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-config)-and [AWS API Reference](http://docs.aws.amazon.com/config/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/config/latest/APIReference/Welcome.html). ## Contribute
amazonka-config.cabal view
@@ -1,5 +1,5 @@ name: amazonka-config-version: 0.0.2+version: 0.0.3 synopsis: Amazon Config SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -20,6 +20,7 @@ Amazon resources with all configuration details, and determine how a resource was configured at any point in time. These capabilities enable compliance auditing, security analysis, resource change tracking, and troubleshooting.+ . /See:/ <http://docs.aws.amazon.com/config/latest/APIReference/Welcome.html AWS API Reference> .@@ -54,5 +55,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5