packages feed

amazonka-codecommit 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-codecommit.cabal view
@@ -1,7 +1,8 @@ name:                  amazonka-codecommit-version:               1.2.0.1+version:               1.2.0.2 synopsis:              Amazon CodeCommit 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 CodeCommit @@ -83,8 +83,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.CodeCommit         , Test.AWS.Gen.CodeCommit
+ fixture/BatchGetRepositories.yaml view
+ fixture/BatchGetRepositoriesResponse.proto view
+ fixture/CreateBranch.yaml view
+ fixture/CreateBranchResponse.proto view
+ fixture/CreateRepository.yaml view
+ fixture/CreateRepositoryResponse.proto view
+ fixture/DeleteRepository.yaml view
+ fixture/DeleteRepositoryResponse.proto view
+ fixture/GetBranch.yaml view
+ fixture/GetBranchResponse.proto view
+ fixture/GetRepository.yaml view
+ fixture/GetRepositoryResponse.proto view
+ fixture/ListBranches.yaml view
+ fixture/ListBranchesResponse.proto view
+ fixture/ListRepositories.yaml view
+ fixture/ListRepositoriesResponse.proto view
+ fixture/UpdateDefaultBranch.yaml view
+ fixture/UpdateDefaultBranchResponse.proto view
+ fixture/UpdateRepositoryDescription.yaml view
+ fixture/UpdateRepositoryDescriptionResponse.proto view
+ fixture/UpdateRepositoryName.yaml view
+ fixture/UpdateRepositoryNameResponse.proto view
test/Test/AWS/Gen/CodeCommit.hs view
@@ -105,133 +105,133 @@ testUpdateRepositoryName :: UpdateRepositoryName -> TestTree testUpdateRepositoryName = req     "UpdateRepositoryName"-    "fixture/UpdateRepositoryName"+    "fixture/UpdateRepositoryName.yaml"  testGetBranch :: GetBranch -> TestTree testGetBranch = req     "GetBranch"-    "fixture/GetBranch"+    "fixture/GetBranch.yaml"  testUpdateRepositoryDescription :: UpdateRepositoryDescription -> TestTree testUpdateRepositoryDescription = req     "UpdateRepositoryDescription"-    "fixture/UpdateRepositoryDescription"+    "fixture/UpdateRepositoryDescription.yaml"  testListBranches :: ListBranches -> TestTree testListBranches = req     "ListBranches"-    "fixture/ListBranches"+    "fixture/ListBranches.yaml"  testCreateBranch :: CreateBranch -> TestTree testCreateBranch = req     "CreateBranch"-    "fixture/CreateBranch"+    "fixture/CreateBranch.yaml"  testUpdateDefaultBranch :: UpdateDefaultBranch -> TestTree testUpdateDefaultBranch = req     "UpdateDefaultBranch"-    "fixture/UpdateDefaultBranch"+    "fixture/UpdateDefaultBranch.yaml"  testCreateRepository :: CreateRepository -> TestTree testCreateRepository = req     "CreateRepository"-    "fixture/CreateRepository"+    "fixture/CreateRepository.yaml"  testListRepositories :: ListRepositories -> TestTree testListRepositories = req     "ListRepositories"-    "fixture/ListRepositories"+    "fixture/ListRepositories.yaml"  testGetRepository :: GetRepository -> TestTree testGetRepository = req     "GetRepository"-    "fixture/GetRepository"+    "fixture/GetRepository.yaml"  testDeleteRepository :: DeleteRepository -> TestTree testDeleteRepository = req     "DeleteRepository"-    "fixture/DeleteRepository"+    "fixture/DeleteRepository.yaml"  testBatchGetRepositories :: BatchGetRepositories -> TestTree testBatchGetRepositories = req     "BatchGetRepositories"-    "fixture/BatchGetRepositories"+    "fixture/BatchGetRepositories.yaml"  -- Responses  testUpdateRepositoryNameResponse :: UpdateRepositoryNameResponse -> TestTree testUpdateRepositoryNameResponse = res     "UpdateRepositoryNameResponse"-    "fixture/UpdateRepositoryNameResponse"+    "fixture/UpdateRepositoryNameResponse.proto"     codeCommit     (Proxy :: Proxy UpdateRepositoryName)  testGetBranchResponse :: GetBranchResponse -> TestTree testGetBranchResponse = res     "GetBranchResponse"-    "fixture/GetBranchResponse"+    "fixture/GetBranchResponse.proto"     codeCommit     (Proxy :: Proxy GetBranch)  testUpdateRepositoryDescriptionResponse :: UpdateRepositoryDescriptionResponse -> TestTree testUpdateRepositoryDescriptionResponse = res     "UpdateRepositoryDescriptionResponse"-    "fixture/UpdateRepositoryDescriptionResponse"+    "fixture/UpdateRepositoryDescriptionResponse.proto"     codeCommit     (Proxy :: Proxy UpdateRepositoryDescription)  testListBranchesResponse :: ListBranchesResponse -> TestTree testListBranchesResponse = res     "ListBranchesResponse"-    "fixture/ListBranchesResponse"+    "fixture/ListBranchesResponse.proto"     codeCommit     (Proxy :: Proxy ListBranches)  testCreateBranchResponse :: CreateBranchResponse -> TestTree testCreateBranchResponse = res     "CreateBranchResponse"-    "fixture/CreateBranchResponse"+    "fixture/CreateBranchResponse.proto"     codeCommit     (Proxy :: Proxy CreateBranch)  testUpdateDefaultBranchResponse :: UpdateDefaultBranchResponse -> TestTree testUpdateDefaultBranchResponse = res     "UpdateDefaultBranchResponse"-    "fixture/UpdateDefaultBranchResponse"+    "fixture/UpdateDefaultBranchResponse.proto"     codeCommit     (Proxy :: Proxy UpdateDefaultBranch)  testCreateRepositoryResponse :: CreateRepositoryResponse -> TestTree testCreateRepositoryResponse = res     "CreateRepositoryResponse"-    "fixture/CreateRepositoryResponse"+    "fixture/CreateRepositoryResponse.proto"     codeCommit     (Proxy :: Proxy CreateRepository)  testListRepositoriesResponse :: ListRepositoriesResponse -> TestTree testListRepositoriesResponse = res     "ListRepositoriesResponse"-    "fixture/ListRepositoriesResponse"+    "fixture/ListRepositoriesResponse.proto"     codeCommit     (Proxy :: Proxy ListRepositories)  testGetRepositoryResponse :: GetRepositoryResponse -> TestTree testGetRepositoryResponse = res     "GetRepositoryResponse"-    "fixture/GetRepositoryResponse"+    "fixture/GetRepositoryResponse.proto"     codeCommit     (Proxy :: Proxy GetRepository)  testDeleteRepositoryResponse :: DeleteRepositoryResponse -> TestTree testDeleteRepositoryResponse = res     "DeleteRepositoryResponse"-    "fixture/DeleteRepositoryResponse"+    "fixture/DeleteRepositoryResponse.proto"     codeCommit     (Proxy :: Proxy DeleteRepository)  testBatchGetRepositoriesResponse :: BatchGetRepositoriesResponse -> TestTree testBatchGetRepositoriesResponse = res     "BatchGetRepositoriesResponse"-    "fixture/BatchGetRepositoriesResponse"+    "fixture/BatchGetRepositoriesResponse.proto"     codeCommit     (Proxy :: Proxy BatchGetRepositories)