amazonka-cloudtrail 0.0.2 → 0.0.3
raw patch · 2 files changed
+9/−8 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 +6/−6
- amazonka-cloudtrail.cabal +3/−2
README.md view
@@ -8,14 +8,14 @@ ## Description - CloudTrail is a web service that records AWS API calls for your AWS account- and delivers log files to an Amazon S3 bucket. The recorded information- includes the identity of the user, the start time of the AWS API call, the- source IP address, the request parameters, and the response elements returned- by the service.+CloudTrail is a web service that records AWS API calls for your AWS account+and delivers log files to an Amazon S3 bucket. The recorded information+includes the identity of the user, the start time of the AWS API call, the+source IP address, the request parameters, and the response elements returned+by the service. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-cloudtrail)-and [AWS API Reference](http://docs.aws.amazon.com/awscloudtrail/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/awscloudtrail/latest/APIReference/Welcome.html). ## Contribute
amazonka-cloudtrail.cabal view
@@ -1,5 +1,5 @@ name: amazonka-cloudtrail-version: 0.0.2+version: 0.0.3 synopsis: Amazon CloudTrail SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -18,6 +18,7 @@ includes the identity of the user, the start time of the AWS API call, the source IP address, the request parameters, and the response elements returned by the service.+ . /See:/ <http://docs.aws.amazon.com/awscloudtrail/latest/APIReference/Welcome.html AWS API Reference> .@@ -48,5 +49,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5