packages feed

amazonka-cloudfront 0.0.2 → 0.0.3

raw patch · 2 files changed

+15/−14 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 view
@@ -8,20 +8,20 @@  ## Description -    Amazon CloudFront is a web service that speeds up distribution of your static-    and dynamic web content, for example, .html, .css, .php, image, and media-    files, to end users. CloudFront delivers your content through a worldwide-    network of edge locations. When an end user requests content that you're-    serving with CloudFront, the user is routed to the edge location that-    provides the lowest latency, so content is delivered with the best possible-    performance. If the content is already in that edge location, CloudFront-    delivers it immediately. If the content is not currently in that edge-    location, CloudFront retrieves it from an Amazon S3 bucket or an HTTP server-    (for example, a web server) that you have identified as the source for the-    definitive version of your content.+Amazon CloudFront is a web service that speeds up distribution of your static+and dynamic web content, for example, .html, .css, .php, image, and media+files, to end users. CloudFront delivers your content through a worldwide+network of edge locations. When an end user requests content that you're+serving with CloudFront, the user is routed to the edge location that+provides the lowest latency, so content is delivered with the best possible+performance. If the content is already in that edge location, CloudFront+delivers it immediately. If the content is not currently in that edge+location, CloudFront retrieves it from an Amazon S3 bucket or an HTTP server+(for example, a web server) that you have identified as the source for the+definitive version of your content.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-cloudfront)-and [AWS API Reference](http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/Welcome.html).   ## Contribute
amazonka-cloudfront.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-cloudfront-version:               0.0.2+version:               0.0.3 synopsis:              Amazon CloudFront SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -24,6 +24,7 @@     location, CloudFront retrieves it from an Amazon S3 bucket or an HTTP server     (for example, a web server) that you have identified as the source for the     definitive version of your content.+     .     /See:/ <http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/Welcome.html AWS API Reference>     .@@ -68,5 +69,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.2.*+          amazonka-core == 0.0.3.*         , base          >= 4.7     && < 5