packages feed

amazonka-cloudtrail 1.2.0.1 → 1.2.0.2

raw patch · 19 files changed

+23/−22 lines, 19 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-cloudtrail.cabal view
@@ -1,7 +1,8 @@ name:                  amazonka-cloudtrail-version:               1.2.0.1+version:               1.2.0.2 synopsis:              Amazon CloudTrail 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:     AWS CloudTrail @@ -90,8 +90,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.CloudTrail         , Test.AWS.Gen.CloudTrail
+ fixture/CreateTrail.yaml view
+ fixture/CreateTrailResponse.proto view
+ fixture/DeleteTrail.yaml view
+ fixture/DeleteTrailResponse.proto view
+ fixture/DescribeTrails.yaml view
+ fixture/DescribeTrailsResponse.proto view
+ fixture/GetTrailStatus.yaml view
+ fixture/GetTrailStatusResponse.proto view
+ fixture/LookupEvents.yaml view
+ fixture/LookupEventsResponse.proto view
+ fixture/StartLogging.yaml view
+ fixture/StartLoggingResponse.proto view
+ fixture/StopLogging.yaml view
+ fixture/StopLoggingResponse.proto view
+ fixture/UpdateTrail.yaml view
+ fixture/UpdateTrailResponse.proto view
test/Test/AWS/Gen/CloudTrail.hs view
@@ -87,97 +87,97 @@ testDescribeTrails :: DescribeTrails -> TestTree testDescribeTrails = req     "DescribeTrails"-    "fixture/DescribeTrails"+    "fixture/DescribeTrails.yaml"  testLookupEvents :: LookupEvents -> TestTree testLookupEvents = req     "LookupEvents"-    "fixture/LookupEvents"+    "fixture/LookupEvents.yaml"  testStopLogging :: StopLogging -> TestTree testStopLogging = req     "StopLogging"-    "fixture/StopLogging"+    "fixture/StopLogging.yaml"  testDeleteTrail :: DeleteTrail -> TestTree testDeleteTrail = req     "DeleteTrail"-    "fixture/DeleteTrail"+    "fixture/DeleteTrail.yaml"  testUpdateTrail :: UpdateTrail -> TestTree testUpdateTrail = req     "UpdateTrail"-    "fixture/UpdateTrail"+    "fixture/UpdateTrail.yaml"  testCreateTrail :: CreateTrail -> TestTree testCreateTrail = req     "CreateTrail"-    "fixture/CreateTrail"+    "fixture/CreateTrail.yaml"  testGetTrailStatus :: GetTrailStatus -> TestTree testGetTrailStatus = req     "GetTrailStatus"-    "fixture/GetTrailStatus"+    "fixture/GetTrailStatus.yaml"  testStartLogging :: StartLogging -> TestTree testStartLogging = req     "StartLogging"-    "fixture/StartLogging"+    "fixture/StartLogging.yaml"  -- Responses  testDescribeTrailsResponse :: DescribeTrailsResponse -> TestTree testDescribeTrailsResponse = res     "DescribeTrailsResponse"-    "fixture/DescribeTrailsResponse"+    "fixture/DescribeTrailsResponse.proto"     cloudTrail     (Proxy :: Proxy DescribeTrails)  testLookupEventsResponse :: LookupEventsResponse -> TestTree testLookupEventsResponse = res     "LookupEventsResponse"-    "fixture/LookupEventsResponse"+    "fixture/LookupEventsResponse.proto"     cloudTrail     (Proxy :: Proxy LookupEvents)  testStopLoggingResponse :: StopLoggingResponse -> TestTree testStopLoggingResponse = res     "StopLoggingResponse"-    "fixture/StopLoggingResponse"+    "fixture/StopLoggingResponse.proto"     cloudTrail     (Proxy :: Proxy StopLogging)  testDeleteTrailResponse :: DeleteTrailResponse -> TestTree testDeleteTrailResponse = res     "DeleteTrailResponse"-    "fixture/DeleteTrailResponse"+    "fixture/DeleteTrailResponse.proto"     cloudTrail     (Proxy :: Proxy DeleteTrail)  testUpdateTrailResponse :: UpdateTrailResponse -> TestTree testUpdateTrailResponse = res     "UpdateTrailResponse"-    "fixture/UpdateTrailResponse"+    "fixture/UpdateTrailResponse.proto"     cloudTrail     (Proxy :: Proxy UpdateTrail)  testCreateTrailResponse :: CreateTrailResponse -> TestTree testCreateTrailResponse = res     "CreateTrailResponse"-    "fixture/CreateTrailResponse"+    "fixture/CreateTrailResponse.proto"     cloudTrail     (Proxy :: Proxy CreateTrail)  testGetTrailStatusResponse :: GetTrailStatusResponse -> TestTree testGetTrailStatusResponse = res     "GetTrailStatusResponse"-    "fixture/GetTrailStatusResponse"+    "fixture/GetTrailStatusResponse.proto"     cloudTrail     (Proxy :: Proxy GetTrailStatus)  testStartLoggingResponse :: StartLoggingResponse -> TestTree testStartLoggingResponse = res     "StartLoggingResponse"-    "fixture/StartLoggingResponse"+    "fixture/StartLoggingResponse.proto"     cloudTrail     (Proxy :: Proxy StartLogging)