packages feed

amazonka-config 1.2.0.1 → 1.2.0.2

raw patch · 25 files changed

+29/−28 lines, 25 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-config.cabal view
@@ -1,7 +1,8 @@ name:                  amazonka-config-version:               1.2.0.1+version:               1.2.0.2 synopsis:              Amazon Config 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 Config @@ -99,8 +99,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.Config         , Test.AWS.Gen.Config
+ fixture/DeleteDeliveryChannel.yaml view
+ fixture/DeleteDeliveryChannelResponse.proto view
+ fixture/DeliverConfigSnapshot.yaml view
+ fixture/DeliverConfigSnapshotResponse.proto view
+ fixture/DescribeConfigurationRecorderStatus.yaml view
+ fixture/DescribeConfigurationRecorderStatusResponse.proto view
+ fixture/DescribeConfigurationRecorders.yaml view
+ fixture/DescribeConfigurationRecordersResponse.proto view
+ fixture/DescribeDeliveryChannelStatus.yaml view
+ fixture/DescribeDeliveryChannelStatusResponse.proto view
+ fixture/DescribeDeliveryChannels.yaml view
+ fixture/DescribeDeliveryChannelsResponse.proto view
+ fixture/GetResourceConfigHistory.yaml view
+ fixture/GetResourceConfigHistoryResponse.proto view
+ fixture/PutConfigurationRecorder.yaml view
+ fixture/PutConfigurationRecorderResponse.proto view
+ fixture/PutDeliveryChannel.yaml view
+ fixture/PutDeliveryChannelResponse.proto view
+ fixture/StartConfigurationRecorder.yaml view
+ fixture/StartConfigurationRecorderResponse.proto view
+ fixture/StopConfigurationRecorder.yaml view
+ fixture/StopConfigurationRecorderResponse.proto view
test/Test/AWS/Gen/Config.hs view
@@ -105,133 +105,133 @@ testGetResourceConfigHistory :: GetResourceConfigHistory -> TestTree testGetResourceConfigHistory = req     "GetResourceConfigHistory"-    "fixture/GetResourceConfigHistory"+    "fixture/GetResourceConfigHistory.yaml"  testStopConfigurationRecorder :: StopConfigurationRecorder -> TestTree testStopConfigurationRecorder = req     "StopConfigurationRecorder"-    "fixture/StopConfigurationRecorder"+    "fixture/StopConfigurationRecorder.yaml"  testDeliverConfigSnapshot :: DeliverConfigSnapshot -> TestTree testDeliverConfigSnapshot = req     "DeliverConfigSnapshot"-    "fixture/DeliverConfigSnapshot"+    "fixture/DeliverConfigSnapshot.yaml"  testDescribeConfigurationRecorders :: DescribeConfigurationRecorders -> TestTree testDescribeConfigurationRecorders = req     "DescribeConfigurationRecorders"-    "fixture/DescribeConfigurationRecorders"+    "fixture/DescribeConfigurationRecorders.yaml"  testStartConfigurationRecorder :: StartConfigurationRecorder -> TestTree testStartConfigurationRecorder = req     "StartConfigurationRecorder"-    "fixture/StartConfigurationRecorder"+    "fixture/StartConfigurationRecorder.yaml"  testDescribeConfigurationRecorderStatus :: DescribeConfigurationRecorderStatus -> TestTree testDescribeConfigurationRecorderStatus = req     "DescribeConfigurationRecorderStatus"-    "fixture/DescribeConfigurationRecorderStatus"+    "fixture/DescribeConfigurationRecorderStatus.yaml"  testPutConfigurationRecorder :: PutConfigurationRecorder -> TestTree testPutConfigurationRecorder = req     "PutConfigurationRecorder"-    "fixture/PutConfigurationRecorder"+    "fixture/PutConfigurationRecorder.yaml"  testDeleteDeliveryChannel :: DeleteDeliveryChannel -> TestTree testDeleteDeliveryChannel = req     "DeleteDeliveryChannel"-    "fixture/DeleteDeliveryChannel"+    "fixture/DeleteDeliveryChannel.yaml"  testPutDeliveryChannel :: PutDeliveryChannel -> TestTree testPutDeliveryChannel = req     "PutDeliveryChannel"-    "fixture/PutDeliveryChannel"+    "fixture/PutDeliveryChannel.yaml"  testDescribeDeliveryChannelStatus :: DescribeDeliveryChannelStatus -> TestTree testDescribeDeliveryChannelStatus = req     "DescribeDeliveryChannelStatus"-    "fixture/DescribeDeliveryChannelStatus"+    "fixture/DescribeDeliveryChannelStatus.yaml"  testDescribeDeliveryChannels :: DescribeDeliveryChannels -> TestTree testDescribeDeliveryChannels = req     "DescribeDeliveryChannels"-    "fixture/DescribeDeliveryChannels"+    "fixture/DescribeDeliveryChannels.yaml"  -- Responses  testGetResourceConfigHistoryResponse :: GetResourceConfigHistoryResponse -> TestTree testGetResourceConfigHistoryResponse = res     "GetResourceConfigHistoryResponse"-    "fixture/GetResourceConfigHistoryResponse"+    "fixture/GetResourceConfigHistoryResponse.proto"     config     (Proxy :: Proxy GetResourceConfigHistory)  testStopConfigurationRecorderResponse :: StopConfigurationRecorderResponse -> TestTree testStopConfigurationRecorderResponse = res     "StopConfigurationRecorderResponse"-    "fixture/StopConfigurationRecorderResponse"+    "fixture/StopConfigurationRecorderResponse.proto"     config     (Proxy :: Proxy StopConfigurationRecorder)  testDeliverConfigSnapshotResponse :: DeliverConfigSnapshotResponse -> TestTree testDeliverConfigSnapshotResponse = res     "DeliverConfigSnapshotResponse"-    "fixture/DeliverConfigSnapshotResponse"+    "fixture/DeliverConfigSnapshotResponse.proto"     config     (Proxy :: Proxy DeliverConfigSnapshot)  testDescribeConfigurationRecordersResponse :: DescribeConfigurationRecordersResponse -> TestTree testDescribeConfigurationRecordersResponse = res     "DescribeConfigurationRecordersResponse"-    "fixture/DescribeConfigurationRecordersResponse"+    "fixture/DescribeConfigurationRecordersResponse.proto"     config     (Proxy :: Proxy DescribeConfigurationRecorders)  testStartConfigurationRecorderResponse :: StartConfigurationRecorderResponse -> TestTree testStartConfigurationRecorderResponse = res     "StartConfigurationRecorderResponse"-    "fixture/StartConfigurationRecorderResponse"+    "fixture/StartConfigurationRecorderResponse.proto"     config     (Proxy :: Proxy StartConfigurationRecorder)  testDescribeConfigurationRecorderStatusResponse :: DescribeConfigurationRecorderStatusResponse -> TestTree testDescribeConfigurationRecorderStatusResponse = res     "DescribeConfigurationRecorderStatusResponse"-    "fixture/DescribeConfigurationRecorderStatusResponse"+    "fixture/DescribeConfigurationRecorderStatusResponse.proto"     config     (Proxy :: Proxy DescribeConfigurationRecorderStatus)  testPutConfigurationRecorderResponse :: PutConfigurationRecorderResponse -> TestTree testPutConfigurationRecorderResponse = res     "PutConfigurationRecorderResponse"-    "fixture/PutConfigurationRecorderResponse"+    "fixture/PutConfigurationRecorderResponse.proto"     config     (Proxy :: Proxy PutConfigurationRecorder)  testDeleteDeliveryChannelResponse :: DeleteDeliveryChannelResponse -> TestTree testDeleteDeliveryChannelResponse = res     "DeleteDeliveryChannelResponse"-    "fixture/DeleteDeliveryChannelResponse"+    "fixture/DeleteDeliveryChannelResponse.proto"     config     (Proxy :: Proxy DeleteDeliveryChannel)  testPutDeliveryChannelResponse :: PutDeliveryChannelResponse -> TestTree testPutDeliveryChannelResponse = res     "PutDeliveryChannelResponse"-    "fixture/PutDeliveryChannelResponse"+    "fixture/PutDeliveryChannelResponse.proto"     config     (Proxy :: Proxy PutDeliveryChannel)  testDescribeDeliveryChannelStatusResponse :: DescribeDeliveryChannelStatusResponse -> TestTree testDescribeDeliveryChannelStatusResponse = res     "DescribeDeliveryChannelStatusResponse"-    "fixture/DescribeDeliveryChannelStatusResponse"+    "fixture/DescribeDeliveryChannelStatusResponse.proto"     config     (Proxy :: Proxy DescribeDeliveryChannelStatus)  testDescribeDeliveryChannelsResponse :: DescribeDeliveryChannelsResponse -> TestTree testDescribeDeliveryChannelsResponse = res     "DescribeDeliveryChannelsResponse"-    "fixture/DescribeDeliveryChannelsResponse"+    "fixture/DescribeDeliveryChannelsResponse.proto"     config     (Proxy :: Proxy DescribeDeliveryChannels)