amazonka-kinesis 0.0.2 → 0.0.3
raw patch · 2 files changed
+8/−7 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 +5/−5
- amazonka-kinesis.cabal +3/−2
README.md view
@@ -8,13 +8,13 @@ ## Description - Amazon Kinesis is a managed service that scales elastically for real-time- processing of streaming big data. The service takes in large streams of data- records that can then be consumed in real time by multiple data-processing- applications that can be run on Amazon EC2 instances.+Amazon Kinesis is a managed service that scales elastically for real-time+processing of streaming big data. The service takes in large streams of data+records that can then be consumed in real time by multiple data-processing+applications that can be run on Amazon EC2 instances. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-kinesis)-and [AWS API Reference](http://docs.aws.amazon.com/kinesis/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/kinesis/latest/APIReference/Welcome.html). ## Contribute
amazonka-kinesis.cabal view
@@ -1,5 +1,5 @@ name: amazonka-kinesis-version: 0.0.2+version: 0.0.3 synopsis: Amazon Kinesis SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -17,6 +17,7 @@ processing of streaming big data. The service takes in large streams of data records that can then be consumed in real time by multiple data-processing applications that can be run on Amazon EC2 instances.+ . /See:/ <http://docs.aws.amazon.com/kinesis/latest/APIReference/Welcome.html AWS API Reference> .@@ -52,5 +53,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5