packages feed

amazonka-cloudfront 1.2.0.1 → 1.2.0.2

raw patch · 45 files changed

+49/−48 lines, 45 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`1.2.0.1`+`1.2.0.2`   ## Description
amazonka-cloudfront.cabal view
@@ -1,7 +1,8 @@ name:                  amazonka-cloudfront-version:               1.2.0.1+version:               1.2.0.2 synopsis:              Amazon CloudFront SDK. homepage:              https://github.com/brendanhay/amazonka+bug-reports:           https://github.com/brendanhay/amazonka/issues license:               OtherLicense license-file:          LICENSE author:                Brendan Hay@@ -9,9 +10,8 @@ copyright:             Copyright (c) 2013-2015 Brendan Hay category:              Network, AWS, Cloud, Distributed Computing build-type:            Simple-extra-source-files:    README.md cabal-version:         >= 1.10-+extra-source-files:    README.md fixture/*.yaml fixture/*.proto description:     Amazon CloudFront is a web service that speeds up distribution of your     static and dynamic web content, for example, .html, .css, .php, image,@@ -91,8 +91,9 @@      ghc-options:       -Wall -threaded -    -- This is not comprehensive if modules have manually been added.-    -- It exists to ensure cabal 'somewhat' detects test module changes.+    -- This section is encoded by the template and any modules added by+    -- hand outside these namespaces will not correctly be added to the+    -- distribution package.     other-modules:           Test.AWS.CloudFront         , Test.AWS.Gen.CloudFront
+ fixture/CreateCloudFrontOriginAccessIdentity.yaml view
+ fixture/CreateCloudFrontOriginAccessIdentityResponse.proto view
+ fixture/CreateDistribution.yaml view
+ fixture/CreateDistributionResponse.proto view
+ fixture/CreateInvalidation.yaml view
+ fixture/CreateInvalidationResponse.proto view
+ fixture/CreateStreamingDistribution.yaml view
+ fixture/CreateStreamingDistributionResponse.proto view
+ fixture/DeleteCloudFrontOriginAccessIdentity.yaml view
+ fixture/DeleteCloudFrontOriginAccessIdentityResponse.proto view
+ fixture/DeleteDistribution.yaml view
+ fixture/DeleteDistributionResponse.proto view
+ fixture/DeleteStreamingDistribution.yaml view
+ fixture/DeleteStreamingDistributionResponse.proto view
+ fixture/GetCloudFrontOriginAccessIdentity.yaml view
+ fixture/GetCloudFrontOriginAccessIdentityConfig.yaml view
+ fixture/GetCloudFrontOriginAccessIdentityConfigResponse.proto view
+ fixture/GetCloudFrontOriginAccessIdentityResponse.proto view
+ fixture/GetDistribution.yaml view
+ fixture/GetDistributionConfig.yaml view
+ fixture/GetDistributionConfigResponse.proto view
+ fixture/GetDistributionResponse.proto view
+ fixture/GetInvalidation.yaml view
+ fixture/GetInvalidationResponse.proto view
+ fixture/GetStreamingDistribution.yaml view
+ fixture/GetStreamingDistributionConfig.yaml view
+ fixture/GetStreamingDistributionConfigResponse.proto view
+ fixture/GetStreamingDistributionResponse.proto view
+ fixture/ListCloudFrontOriginAccessIdentities.yaml view
+ fixture/ListCloudFrontOriginAccessIdentitiesResponse.proto view
+ fixture/ListDistributions.yaml view
+ fixture/ListDistributionsResponse.proto view
+ fixture/ListInvalidations.yaml view
+ fixture/ListInvalidationsResponse.proto view
+ fixture/ListStreamingDistributions.yaml view
+ fixture/ListStreamingDistributionsResponse.proto view
+ fixture/UpdateCloudFrontOriginAccessIdentity.yaml view
+ fixture/UpdateCloudFrontOriginAccessIdentityResponse.proto view
+ fixture/UpdateDistribution.yaml view
+ fixture/UpdateDistributionResponse.proto view
+ fixture/UpdateStreamingDistribution.yaml view
+ fixture/UpdateStreamingDistributionResponse.proto view
test/Test/AWS/Gen/CloudFront.hs view
@@ -165,253 +165,253 @@ testDeleteStreamingDistribution :: DeleteStreamingDistribution -> TestTree testDeleteStreamingDistribution = req     "DeleteStreamingDistribution"-    "fixture/DeleteStreamingDistribution"+    "fixture/DeleteStreamingDistribution.yaml"  testUpdateStreamingDistribution :: UpdateStreamingDistribution -> TestTree testUpdateStreamingDistribution = req     "UpdateStreamingDistribution"-    "fixture/UpdateStreamingDistribution"+    "fixture/UpdateStreamingDistribution.yaml"  testCreateDistribution :: CreateDistribution -> TestTree testCreateDistribution = req     "CreateDistribution"-    "fixture/CreateDistribution"+    "fixture/CreateDistribution.yaml"  testGetDistributionConfig :: GetDistributionConfig -> TestTree testGetDistributionConfig = req     "GetDistributionConfig"-    "fixture/GetDistributionConfig"+    "fixture/GetDistributionConfig.yaml"  testGetDistribution :: GetDistribution -> TestTree testGetDistribution = req     "GetDistribution"-    "fixture/GetDistribution"+    "fixture/GetDistribution.yaml"  testDeleteCloudFrontOriginAccessIdentity :: DeleteCloudFrontOriginAccessIdentity -> TestTree testDeleteCloudFrontOriginAccessIdentity = req     "DeleteCloudFrontOriginAccessIdentity"-    "fixture/DeleteCloudFrontOriginAccessIdentity"+    "fixture/DeleteCloudFrontOriginAccessIdentity.yaml"  testUpdateCloudFrontOriginAccessIdentity :: UpdateCloudFrontOriginAccessIdentity -> TestTree testUpdateCloudFrontOriginAccessIdentity = req     "UpdateCloudFrontOriginAccessIdentity"-    "fixture/UpdateCloudFrontOriginAccessIdentity"+    "fixture/UpdateCloudFrontOriginAccessIdentity.yaml"  testListStreamingDistributions :: ListStreamingDistributions -> TestTree testListStreamingDistributions = req     "ListStreamingDistributions"-    "fixture/ListStreamingDistributions"+    "fixture/ListStreamingDistributions.yaml"  testGetStreamingDistributionConfig :: GetStreamingDistributionConfig -> TestTree testGetStreamingDistributionConfig = req     "GetStreamingDistributionConfig"-    "fixture/GetStreamingDistributionConfig"+    "fixture/GetStreamingDistributionConfig.yaml"  testGetCloudFrontOriginAccessIdentityConfig :: GetCloudFrontOriginAccessIdentityConfig -> TestTree testGetCloudFrontOriginAccessIdentityConfig = req     "GetCloudFrontOriginAccessIdentityConfig"-    "fixture/GetCloudFrontOriginAccessIdentityConfig"+    "fixture/GetCloudFrontOriginAccessIdentityConfig.yaml"  testCreateStreamingDistribution :: CreateStreamingDistribution -> TestTree testCreateStreamingDistribution = req     "CreateStreamingDistribution"-    "fixture/CreateStreamingDistribution"+    "fixture/CreateStreamingDistribution.yaml"  testCreateCloudFrontOriginAccessIdentity :: CreateCloudFrontOriginAccessIdentity -> TestTree testCreateCloudFrontOriginAccessIdentity = req     "CreateCloudFrontOriginAccessIdentity"-    "fixture/CreateCloudFrontOriginAccessIdentity"+    "fixture/CreateCloudFrontOriginAccessIdentity.yaml"  testListCloudFrontOriginAccessIdentities :: ListCloudFrontOriginAccessIdentities -> TestTree testListCloudFrontOriginAccessIdentities = req     "ListCloudFrontOriginAccessIdentities"-    "fixture/ListCloudFrontOriginAccessIdentities"+    "fixture/ListCloudFrontOriginAccessIdentities.yaml"  testGetInvalidation :: GetInvalidation -> TestTree testGetInvalidation = req     "GetInvalidation"-    "fixture/GetInvalidation"+    "fixture/GetInvalidation.yaml"  testListInvalidations :: ListInvalidations -> TestTree testListInvalidations = req     "ListInvalidations"-    "fixture/ListInvalidations"+    "fixture/ListInvalidations.yaml"  testGetStreamingDistribution :: GetStreamingDistribution -> TestTree testGetStreamingDistribution = req     "GetStreamingDistribution"-    "fixture/GetStreamingDistribution"+    "fixture/GetStreamingDistribution.yaml"  testGetCloudFrontOriginAccessIdentity :: GetCloudFrontOriginAccessIdentity -> TestTree testGetCloudFrontOriginAccessIdentity = req     "GetCloudFrontOriginAccessIdentity"-    "fixture/GetCloudFrontOriginAccessIdentity"+    "fixture/GetCloudFrontOriginAccessIdentity.yaml"  testCreateInvalidation :: CreateInvalidation -> TestTree testCreateInvalidation = req     "CreateInvalidation"-    "fixture/CreateInvalidation"+    "fixture/CreateInvalidation.yaml"  testUpdateDistribution :: UpdateDistribution -> TestTree testUpdateDistribution = req     "UpdateDistribution"-    "fixture/UpdateDistribution"+    "fixture/UpdateDistribution.yaml"  testDeleteDistribution :: DeleteDistribution -> TestTree testDeleteDistribution = req     "DeleteDistribution"-    "fixture/DeleteDistribution"+    "fixture/DeleteDistribution.yaml"  testListDistributions :: ListDistributions -> TestTree testListDistributions = req     "ListDistributions"-    "fixture/ListDistributions"+    "fixture/ListDistributions.yaml"  -- Responses  testDeleteStreamingDistributionResponse :: DeleteStreamingDistributionResponse -> TestTree testDeleteStreamingDistributionResponse = res     "DeleteStreamingDistributionResponse"-    "fixture/DeleteStreamingDistributionResponse"+    "fixture/DeleteStreamingDistributionResponse.proto"     cloudFront     (Proxy :: Proxy DeleteStreamingDistribution)  testUpdateStreamingDistributionResponse :: UpdateStreamingDistributionResponse -> TestTree testUpdateStreamingDistributionResponse = res     "UpdateStreamingDistributionResponse"-    "fixture/UpdateStreamingDistributionResponse"+    "fixture/UpdateStreamingDistributionResponse.proto"     cloudFront     (Proxy :: Proxy UpdateStreamingDistribution)  testCreateDistributionResponse :: CreateDistributionResponse -> TestTree testCreateDistributionResponse = res     "CreateDistributionResponse"-    "fixture/CreateDistributionResponse"+    "fixture/CreateDistributionResponse.proto"     cloudFront     (Proxy :: Proxy CreateDistribution)  testGetDistributionConfigResponse :: GetDistributionConfigResponse -> TestTree testGetDistributionConfigResponse = res     "GetDistributionConfigResponse"-    "fixture/GetDistributionConfigResponse"+    "fixture/GetDistributionConfigResponse.proto"     cloudFront     (Proxy :: Proxy GetDistributionConfig)  testGetDistributionResponse :: GetDistributionResponse -> TestTree testGetDistributionResponse = res     "GetDistributionResponse"-    "fixture/GetDistributionResponse"+    "fixture/GetDistributionResponse.proto"     cloudFront     (Proxy :: Proxy GetDistribution)  testDeleteCloudFrontOriginAccessIdentityResponse :: DeleteCloudFrontOriginAccessIdentityResponse -> TestTree testDeleteCloudFrontOriginAccessIdentityResponse = res     "DeleteCloudFrontOriginAccessIdentityResponse"-    "fixture/DeleteCloudFrontOriginAccessIdentityResponse"+    "fixture/DeleteCloudFrontOriginAccessIdentityResponse.proto"     cloudFront     (Proxy :: Proxy DeleteCloudFrontOriginAccessIdentity)  testUpdateCloudFrontOriginAccessIdentityResponse :: UpdateCloudFrontOriginAccessIdentityResponse -> TestTree testUpdateCloudFrontOriginAccessIdentityResponse = res     "UpdateCloudFrontOriginAccessIdentityResponse"-    "fixture/UpdateCloudFrontOriginAccessIdentityResponse"+    "fixture/UpdateCloudFrontOriginAccessIdentityResponse.proto"     cloudFront     (Proxy :: Proxy UpdateCloudFrontOriginAccessIdentity)  testListStreamingDistributionsResponse :: ListStreamingDistributionsResponse -> TestTree testListStreamingDistributionsResponse = res     "ListStreamingDistributionsResponse"-    "fixture/ListStreamingDistributionsResponse"+    "fixture/ListStreamingDistributionsResponse.proto"     cloudFront     (Proxy :: Proxy ListStreamingDistributions)  testGetStreamingDistributionConfigResponse :: GetStreamingDistributionConfigResponse -> TestTree testGetStreamingDistributionConfigResponse = res     "GetStreamingDistributionConfigResponse"-    "fixture/GetStreamingDistributionConfigResponse"+    "fixture/GetStreamingDistributionConfigResponse.proto"     cloudFront     (Proxy :: Proxy GetStreamingDistributionConfig)  testGetCloudFrontOriginAccessIdentityConfigResponse :: GetCloudFrontOriginAccessIdentityConfigResponse -> TestTree testGetCloudFrontOriginAccessIdentityConfigResponse = res     "GetCloudFrontOriginAccessIdentityConfigResponse"-    "fixture/GetCloudFrontOriginAccessIdentityConfigResponse"+    "fixture/GetCloudFrontOriginAccessIdentityConfigResponse.proto"     cloudFront     (Proxy :: Proxy GetCloudFrontOriginAccessIdentityConfig)  testCreateStreamingDistributionResponse :: CreateStreamingDistributionResponse -> TestTree testCreateStreamingDistributionResponse = res     "CreateStreamingDistributionResponse"-    "fixture/CreateStreamingDistributionResponse"+    "fixture/CreateStreamingDistributionResponse.proto"     cloudFront     (Proxy :: Proxy CreateStreamingDistribution)  testCreateCloudFrontOriginAccessIdentityResponse :: CreateCloudFrontOriginAccessIdentityResponse -> TestTree testCreateCloudFrontOriginAccessIdentityResponse = res     "CreateCloudFrontOriginAccessIdentityResponse"-    "fixture/CreateCloudFrontOriginAccessIdentityResponse"+    "fixture/CreateCloudFrontOriginAccessIdentityResponse.proto"     cloudFront     (Proxy :: Proxy CreateCloudFrontOriginAccessIdentity)  testListCloudFrontOriginAccessIdentitiesResponse :: ListCloudFrontOriginAccessIdentitiesResponse -> TestTree testListCloudFrontOriginAccessIdentitiesResponse = res     "ListCloudFrontOriginAccessIdentitiesResponse"-    "fixture/ListCloudFrontOriginAccessIdentitiesResponse"+    "fixture/ListCloudFrontOriginAccessIdentitiesResponse.proto"     cloudFront     (Proxy :: Proxy ListCloudFrontOriginAccessIdentities)  testGetInvalidationResponse :: GetInvalidationResponse -> TestTree testGetInvalidationResponse = res     "GetInvalidationResponse"-    "fixture/GetInvalidationResponse"+    "fixture/GetInvalidationResponse.proto"     cloudFront     (Proxy :: Proxy GetInvalidation)  testListInvalidationsResponse :: ListInvalidationsResponse -> TestTree testListInvalidationsResponse = res     "ListInvalidationsResponse"-    "fixture/ListInvalidationsResponse"+    "fixture/ListInvalidationsResponse.proto"     cloudFront     (Proxy :: Proxy ListInvalidations)  testGetStreamingDistributionResponse :: GetStreamingDistributionResponse -> TestTree testGetStreamingDistributionResponse = res     "GetStreamingDistributionResponse"-    "fixture/GetStreamingDistributionResponse"+    "fixture/GetStreamingDistributionResponse.proto"     cloudFront     (Proxy :: Proxy GetStreamingDistribution)  testGetCloudFrontOriginAccessIdentityResponse :: GetCloudFrontOriginAccessIdentityResponse -> TestTree testGetCloudFrontOriginAccessIdentityResponse = res     "GetCloudFrontOriginAccessIdentityResponse"-    "fixture/GetCloudFrontOriginAccessIdentityResponse"+    "fixture/GetCloudFrontOriginAccessIdentityResponse.proto"     cloudFront     (Proxy :: Proxy GetCloudFrontOriginAccessIdentity)  testCreateInvalidationResponse :: CreateInvalidationResponse -> TestTree testCreateInvalidationResponse = res     "CreateInvalidationResponse"-    "fixture/CreateInvalidationResponse"+    "fixture/CreateInvalidationResponse.proto"     cloudFront     (Proxy :: Proxy CreateInvalidation)  testUpdateDistributionResponse :: UpdateDistributionResponse -> TestTree testUpdateDistributionResponse = res     "UpdateDistributionResponse"-    "fixture/UpdateDistributionResponse"+    "fixture/UpdateDistributionResponse.proto"     cloudFront     (Proxy :: Proxy UpdateDistribution)  testDeleteDistributionResponse :: DeleteDistributionResponse -> TestTree testDeleteDistributionResponse = res     "DeleteDistributionResponse"-    "fixture/DeleteDistributionResponse"+    "fixture/DeleteDistributionResponse.proto"     cloudFront     (Proxy :: Proxy DeleteDistribution)  testListDistributionsResponse :: ListDistributionsResponse -> TestTree testListDistributionsResponse = res     "ListDistributionsResponse"-    "fixture/ListDistributionsResponse"+    "fixture/ListDistributionsResponse.proto"     cloudFront     (Proxy :: Proxy ListDistributions)