packages feed

amazonka-cloudhsm 1.2.0.1 → 1.2.0.2

raw patch · 37 files changed

+41/−40 lines, 37 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-cloudhsm.cabal view
@@ -1,7 +1,8 @@ name:                  amazonka-cloudhsm-version:               1.2.0.1+version:               1.2.0.2 synopsis:              Amazon CloudHSM 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 CloudHSM Service     .@@ -77,8 +77,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.CloudHSM         , Test.AWS.Gen.CloudHSM
+ fixture/CreateHAPG.yaml view
+ fixture/CreateHAPGResponse.proto view
+ fixture/CreateHSM.yaml view
+ fixture/CreateHSMResponse.proto view
+ fixture/CreateLunaClient.yaml view
+ fixture/CreateLunaClientResponse.proto view
+ fixture/DeleteHAPG.yaml view
+ fixture/DeleteHAPGResponse.proto view
+ fixture/DeleteHSM.yaml view
+ fixture/DeleteHSMResponse.proto view
+ fixture/DeleteLunaClient.yaml view
+ fixture/DeleteLunaClientResponse.proto view
+ fixture/DescribeHAPG.yaml view
+ fixture/DescribeHAPGResponse.proto view
+ fixture/DescribeHSM.yaml view
+ fixture/DescribeHSMResponse.proto view
+ fixture/DescribeLunaClient.yaml view
+ fixture/DescribeLunaClientResponse.proto view
+ fixture/GetConfig.yaml view
+ fixture/GetConfigResponse.proto view
+ fixture/ListAvailableZones.yaml view
+ fixture/ListAvailableZonesResponse.proto view
+ fixture/ListHAPGs.yaml view
+ fixture/ListHAPGsResponse.proto view
+ fixture/ListHSMs.yaml view
+ fixture/ListHSMsResponse.proto view
+ fixture/ListLunaClients.yaml view
+ fixture/ListLunaClientsResponse.proto view
+ fixture/ModifyHAPG.yaml view
+ fixture/ModifyHAPGResponse.proto view
+ fixture/ModifyHSM.yaml view
+ fixture/ModifyHSMResponse.proto view
+ fixture/ModifyLunaClient.yaml view
+ fixture/ModifyLunaClientResponse.proto view
test/Test/AWS/Gen/CloudHSM.hs view
@@ -141,205 +141,205 @@ testListHAPGs :: ListHAPGs -> TestTree testListHAPGs = req     "ListHAPGs"-    "fixture/ListHAPGs"+    "fixture/ListHAPGs.yaml"  testListHSMs :: ListHSMs -> TestTree testListHSMs = req     "ListHSMs"-    "fixture/ListHSMs"+    "fixture/ListHSMs.yaml"  testDeleteHAPG :: DeleteHAPG -> TestTree testDeleteHAPG = req     "DeleteHAPG"-    "fixture/DeleteHAPG"+    "fixture/DeleteHAPG.yaml"  testModifyLunaClient :: ModifyLunaClient -> TestTree testModifyLunaClient = req     "ModifyLunaClient"-    "fixture/ModifyLunaClient"+    "fixture/ModifyLunaClient.yaml"  testDescribeLunaClient :: DescribeLunaClient -> TestTree testDescribeLunaClient = req     "DescribeLunaClient"-    "fixture/DescribeLunaClient"+    "fixture/DescribeLunaClient.yaml"  testCreateHSM :: CreateHSM -> TestTree testCreateHSM = req     "CreateHSM"-    "fixture/CreateHSM"+    "fixture/CreateHSM.yaml"  testCreateHAPG :: CreateHAPG -> TestTree testCreateHAPG = req     "CreateHAPG"-    "fixture/CreateHAPG"+    "fixture/CreateHAPG.yaml"  testCreateLunaClient :: CreateLunaClient -> TestTree testCreateLunaClient = req     "CreateLunaClient"-    "fixture/CreateLunaClient"+    "fixture/CreateLunaClient.yaml"  testDescribeHAPG :: DescribeHAPG -> TestTree testDescribeHAPG = req     "DescribeHAPG"-    "fixture/DescribeHAPG"+    "fixture/DescribeHAPG.yaml"  testListLunaClients :: ListLunaClients -> TestTree testListLunaClients = req     "ListLunaClients"-    "fixture/ListLunaClients"+    "fixture/ListLunaClients.yaml"  testGetConfig :: GetConfig -> TestTree testGetConfig = req     "GetConfig"-    "fixture/GetConfig"+    "fixture/GetConfig.yaml"  testDeleteHSM :: DeleteHSM -> TestTree testDeleteHSM = req     "DeleteHSM"-    "fixture/DeleteHSM"+    "fixture/DeleteHSM.yaml"  testDescribeHSM :: DescribeHSM -> TestTree testDescribeHSM = req     "DescribeHSM"-    "fixture/DescribeHSM"+    "fixture/DescribeHSM.yaml"  testModifyHAPG :: ModifyHAPG -> TestTree testModifyHAPG = req     "ModifyHAPG"-    "fixture/ModifyHAPG"+    "fixture/ModifyHAPG.yaml"  testListAvailableZones :: ListAvailableZones -> TestTree testListAvailableZones = req     "ListAvailableZones"-    "fixture/ListAvailableZones"+    "fixture/ListAvailableZones.yaml"  testModifyHSM :: ModifyHSM -> TestTree testModifyHSM = req     "ModifyHSM"-    "fixture/ModifyHSM"+    "fixture/ModifyHSM.yaml"  testDeleteLunaClient :: DeleteLunaClient -> TestTree testDeleteLunaClient = req     "DeleteLunaClient"-    "fixture/DeleteLunaClient"+    "fixture/DeleteLunaClient.yaml"  -- Responses  testListHAPGsResponse :: ListHAPGsResponse -> TestTree testListHAPGsResponse = res     "ListHAPGsResponse"-    "fixture/ListHAPGsResponse"+    "fixture/ListHAPGsResponse.proto"     cloudHSM     (Proxy :: Proxy ListHAPGs)  testListHSMsResponse :: ListHSMsResponse -> TestTree testListHSMsResponse = res     "ListHSMsResponse"-    "fixture/ListHSMsResponse"+    "fixture/ListHSMsResponse.proto"     cloudHSM     (Proxy :: Proxy ListHSMs)  testDeleteHAPGResponse :: DeleteHAPGResponse -> TestTree testDeleteHAPGResponse = res     "DeleteHAPGResponse"-    "fixture/DeleteHAPGResponse"+    "fixture/DeleteHAPGResponse.proto"     cloudHSM     (Proxy :: Proxy DeleteHAPG)  testModifyLunaClientResponse :: ModifyLunaClientResponse -> TestTree testModifyLunaClientResponse = res     "ModifyLunaClientResponse"-    "fixture/ModifyLunaClientResponse"+    "fixture/ModifyLunaClientResponse.proto"     cloudHSM     (Proxy :: Proxy ModifyLunaClient)  testDescribeLunaClientResponse :: DescribeLunaClientResponse -> TestTree testDescribeLunaClientResponse = res     "DescribeLunaClientResponse"-    "fixture/DescribeLunaClientResponse"+    "fixture/DescribeLunaClientResponse.proto"     cloudHSM     (Proxy :: Proxy DescribeLunaClient)  testCreateHSMResponse :: CreateHSMResponse -> TestTree testCreateHSMResponse = res     "CreateHSMResponse"-    "fixture/CreateHSMResponse"+    "fixture/CreateHSMResponse.proto"     cloudHSM     (Proxy :: Proxy CreateHSM)  testCreateHAPGResponse :: CreateHAPGResponse -> TestTree testCreateHAPGResponse = res     "CreateHAPGResponse"-    "fixture/CreateHAPGResponse"+    "fixture/CreateHAPGResponse.proto"     cloudHSM     (Proxy :: Proxy CreateHAPG)  testCreateLunaClientResponse :: CreateLunaClientResponse -> TestTree testCreateLunaClientResponse = res     "CreateLunaClientResponse"-    "fixture/CreateLunaClientResponse"+    "fixture/CreateLunaClientResponse.proto"     cloudHSM     (Proxy :: Proxy CreateLunaClient)  testDescribeHAPGResponse :: DescribeHAPGResponse -> TestTree testDescribeHAPGResponse = res     "DescribeHAPGResponse"-    "fixture/DescribeHAPGResponse"+    "fixture/DescribeHAPGResponse.proto"     cloudHSM     (Proxy :: Proxy DescribeHAPG)  testListLunaClientsResponse :: ListLunaClientsResponse -> TestTree testListLunaClientsResponse = res     "ListLunaClientsResponse"-    "fixture/ListLunaClientsResponse"+    "fixture/ListLunaClientsResponse.proto"     cloudHSM     (Proxy :: Proxy ListLunaClients)  testGetConfigResponse :: GetConfigResponse -> TestTree testGetConfigResponse = res     "GetConfigResponse"-    "fixture/GetConfigResponse"+    "fixture/GetConfigResponse.proto"     cloudHSM     (Proxy :: Proxy GetConfig)  testDeleteHSMResponse :: DeleteHSMResponse -> TestTree testDeleteHSMResponse = res     "DeleteHSMResponse"-    "fixture/DeleteHSMResponse"+    "fixture/DeleteHSMResponse.proto"     cloudHSM     (Proxy :: Proxy DeleteHSM)  testDescribeHSMResponse :: DescribeHSMResponse -> TestTree testDescribeHSMResponse = res     "DescribeHSMResponse"-    "fixture/DescribeHSMResponse"+    "fixture/DescribeHSMResponse.proto"     cloudHSM     (Proxy :: Proxy DescribeHSM)  testModifyHAPGResponse :: ModifyHAPGResponse -> TestTree testModifyHAPGResponse = res     "ModifyHAPGResponse"-    "fixture/ModifyHAPGResponse"+    "fixture/ModifyHAPGResponse.proto"     cloudHSM     (Proxy :: Proxy ModifyHAPG)  testListAvailableZonesResponse :: ListAvailableZonesResponse -> TestTree testListAvailableZonesResponse = res     "ListAvailableZonesResponse"-    "fixture/ListAvailableZonesResponse"+    "fixture/ListAvailableZonesResponse.proto"     cloudHSM     (Proxy :: Proxy ListAvailableZones)  testModifyHSMResponse :: ModifyHSMResponse -> TestTree testModifyHSMResponse = res     "ModifyHSMResponse"-    "fixture/ModifyHSMResponse"+    "fixture/ModifyHSMResponse.proto"     cloudHSM     (Proxy :: Proxy ModifyHSM)  testDeleteLunaClientResponse :: DeleteLunaClientResponse -> TestTree testDeleteLunaClientResponse = res     "DeleteLunaClientResponse"-    "fixture/DeleteLunaClientResponse"+    "fixture/DeleteLunaClientResponse.proto"     cloudHSM     (Proxy :: Proxy DeleteLunaClient)