amazonka-cloudwatch 0.0.2 → 0.0.3
raw patch · 2 files changed
+14/−13 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 +11/−11
- amazonka-cloudwatch.cabal +3/−2
README.md view
@@ -8,19 +8,19 @@ ## Description - Amazon CloudWatch is a monitoring service for AWS cloud resources and the- applications you run on AWS. You can use Amazon CloudWatch to collect and- track metrics, collect and monitor log files, and set alarms. Amazon- CloudWatch can monitor AWS resources such as Amazon EC2 instances, Amazon- DynamoDB tables, and Amazon RDS DB instances, as well as custom metrics- generated by your applications and services, and any log files your- applications generate. You can use Amazon CloudWatch to gain system-wide- visibility into resource utilization, application performance, and- operational health. You can use these insights to react and keep your- application running smoothly.+Amazon CloudWatch is a monitoring service for AWS cloud resources and the+applications you run on AWS. You can use Amazon CloudWatch to collect and+track metrics, collect and monitor log files, and set alarms. Amazon+CloudWatch can monitor AWS resources such as Amazon EC2 instances, Amazon+DynamoDB tables, and Amazon RDS DB instances, as well as custom metrics+generated by your applications and services, and any log files your+applications generate. You can use Amazon CloudWatch to gain system-wide+visibility into resource utilization, application performance, and+operational health. You can use these insights to react and keep your+application running smoothly. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-cloudwatch)-and [AWS API Reference](http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/Welcome.html). ## Contribute
amazonka-cloudwatch.cabal view
@@ -1,5 +1,5 @@ name: amazonka-cloudwatch-version: 0.0.2+version: 0.0.3 synopsis: Amazon CloudWatch SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -23,6 +23,7 @@ visibility into resource utilization, application performance, and operational health. You can use these insights to react and keep your application running smoothly.+ . /See:/ <http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/Welcome.html AWS API Reference> .@@ -57,5 +58,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5