packages feed

amazonka-codecommit 1.4.2 → 1.4.3

raw patch · 19 files changed

+178/−309 lines, 19 filesdep ~amazonka-codecommitdep ~amazonka-coredep ~amazonka-testPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: amazonka-codecommit, amazonka-core, amazonka-test

API changes (from Hackage documentation)

- Network.AWS.CodeCommit.BatchGetRepositories: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.BatchGetRepositories.BatchGetRepositories
- Network.AWS.CodeCommit.CreateBranch: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.CreateBranch.CreateBranch
- Network.AWS.CodeCommit.CreateRepository: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.CreateRepository.CreateRepository
- Network.AWS.CodeCommit.DeleteRepository: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.DeleteRepository.DeleteRepository
- Network.AWS.CodeCommit.GetBranch: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.GetBranch.GetBranch
- Network.AWS.CodeCommit.GetCommit: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.GetCommit.GetCommit
- Network.AWS.CodeCommit.GetRepository: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.GetRepository.GetRepository
- Network.AWS.CodeCommit.GetRepositoryTriggers: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.GetRepositoryTriggers.GetRepositoryTriggers
- Network.AWS.CodeCommit.ListBranches: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.ListBranches.ListBranches
- Network.AWS.CodeCommit.ListRepositories: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.ListRepositories.ListRepositories
- Network.AWS.CodeCommit.PutRepositoryTriggers: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.PutRepositoryTriggers.PutRepositoryTriggers
- Network.AWS.CodeCommit.TestRepositoryTriggers: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.TestRepositoryTriggers.TestRepositoryTriggers
- Network.AWS.CodeCommit.UpdateDefaultBranch: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.UpdateDefaultBranch.UpdateDefaultBranch
- Network.AWS.CodeCommit.UpdateRepositoryDescription: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.UpdateRepositoryDescription.UpdateRepositoryDescription
- Network.AWS.CodeCommit.UpdateRepositoryName: instance Data.Aeson.Types.Class.ToJSON Network.AWS.CodeCommit.UpdateRepositoryName.UpdateRepositoryName
+ Network.AWS.CodeCommit.BatchGetRepositories: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.BatchGetRepositories.BatchGetRepositories
+ Network.AWS.CodeCommit.CreateBranch: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.CreateBranch.CreateBranch
+ Network.AWS.CodeCommit.CreateRepository: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.CreateRepository.CreateRepository
+ Network.AWS.CodeCommit.DeleteRepository: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.DeleteRepository.DeleteRepository
+ Network.AWS.CodeCommit.GetBranch: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.GetBranch.GetBranch
+ Network.AWS.CodeCommit.GetCommit: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.GetCommit.GetCommit
+ Network.AWS.CodeCommit.GetRepository: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.GetRepository.GetRepository
+ Network.AWS.CodeCommit.GetRepositoryTriggers: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.GetRepositoryTriggers.GetRepositoryTriggers
+ Network.AWS.CodeCommit.ListBranches: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.ListBranches.ListBranches
+ Network.AWS.CodeCommit.ListRepositories: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.ListRepositories.ListRepositories
+ Network.AWS.CodeCommit.PutRepositoryTriggers: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.PutRepositoryTriggers.PutRepositoryTriggers
+ Network.AWS.CodeCommit.TestRepositoryTriggers: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.TestRepositoryTriggers.TestRepositoryTriggers
+ Network.AWS.CodeCommit.UpdateDefaultBranch: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.UpdateDefaultBranch.UpdateDefaultBranch
+ Network.AWS.CodeCommit.UpdateRepositoryDescription: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.UpdateRepositoryDescription.UpdateRepositoryDescription
+ Network.AWS.CodeCommit.UpdateRepositoryName: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.CodeCommit.UpdateRepositoryName.UpdateRepositoryName

Files

README.md view
@@ -8,55 +8,38 @@  ## Version -`1.4.2`+`1.4.3`   ## Description  AWS CodeCommit -This is the /AWS CodeCommit API Reference/. This reference provides-descriptions of the operations and data types for AWS CodeCommit API.+This is the /AWS CodeCommit API Reference/. This reference provides descriptions of the operations and data types for AWS CodeCommit API.  You can use the AWS CodeCommit API to work with the following objects:  -   Repositories, by calling the following:-    -   < BatchGetRepositories>, which returns information about one or-        more repositories associated with your AWS account+    -   < BatchGetRepositories>, which returns information about one or more repositories associated with your AWS account     -   < CreateRepository>, which creates an AWS CodeCommit repository     -   < DeleteRepository>, which deletes an AWS CodeCommit repository-    -   < GetRepository>, which returns information about a specified-        repository-    -   < ListRepositories>, which lists all AWS CodeCommit repositories-        associated with your AWS account-    -   < UpdateRepositoryDescription>, which sets or updates the-        description of the repository-    -   < UpdateRepositoryName>, which changes the name of the-        repository. If you change the name of a repository, no other-        users of that repository will be able to access it until you-        send them the new HTTPS or SSH URL to use.+    -   < GetRepository>, which returns information about a specified repository+    -   < ListRepositories>, which lists all AWS CodeCommit repositories associated with your AWS account+    -   < UpdateRepositoryDescription>, which sets or updates the description of the repository+    -   < UpdateRepositoryName>, which changes the name of the repository. If you change the name of a repository, no other users of that repository will be able to access it until you send them the new HTTPS or SSH URL to use. -   Branches, by calling the following:-    -   < CreateBranch>, which creates a new branch in a specified-        repository+    -   < CreateBranch>, which creates a new branch in a specified repository     -   < GetBranch>, which returns information about a specified branch-    -   < ListBranches>, which lists all branches for a specified-        repository-    -   < UpdateDefaultBranch>, which changes the default branch for a-        repository--   Information about committed code in a repository, by calling the-    following:-    -   < GetCommit>, which returns information about a commit,-        including commit messages and committer information.+    -   < ListBranches>, which lists all branches for a specified repository+    -   < UpdateDefaultBranch>, which changes the default branch for a repository+-   Information about committed code in a repository, by calling the following:+    -   < GetCommit>, which returns information about a commit, including commit messages and committer information. -   Triggers, by calling the following:-    -   < GetRepositoryTriggers>, which returns information about-        triggers configured for a repository-    -   < PutRepositoryTriggers>, which replaces all triggers for a-        repository and can be used to create or delete triggers-    -   < TestRepositoryTriggers>, which tests the functionality of a-        repository trigger by sending data to the trigger target+    -   < GetRepositoryTriggers>, which returns information about triggers configured for a repository+    -   < PutRepositoryTriggers>, which replaces all triggers for a repository and can be used to create or delete triggers+    -   < TestRepositoryTriggers>, which tests the functionality of a repository trigger by sending data to the trigger target -For information about how to use AWS CodeCommit, see the-<http://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html AWS CodeCommit User Guide>.+For information about how to use AWS CodeCommit, see the <http://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html AWS CodeCommit User Guide>.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-codecommit) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-codecommit.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-codecommit-version:               1.4.2+version:               1.4.3 synopsis:              Amazon CodeCommit SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -15,48 +15,31 @@ description:     AWS CodeCommit -    This is the /AWS CodeCommit API Reference/. This reference provides-    descriptions of the operations and data types for AWS CodeCommit API.+    This is the /AWS CodeCommit API Reference/. This reference provides descriptions of the operations and data types for AWS CodeCommit API.      You can use the AWS CodeCommit API to work with the following objects:      -   Repositories, by calling the following:-        -   < BatchGetRepositories>, which returns information about one or-            more repositories associated with your AWS account+        -   < BatchGetRepositories>, which returns information about one or more repositories associated with your AWS account         -   < CreateRepository>, which creates an AWS CodeCommit repository         -   < DeleteRepository>, which deletes an AWS CodeCommit repository-        -   < GetRepository>, which returns information about a specified-            repository-        -   < ListRepositories>, which lists all AWS CodeCommit repositories-            associated with your AWS account-        -   < UpdateRepositoryDescription>, which sets or updates the-            description of the repository-        -   < UpdateRepositoryName>, which changes the name of the-            repository. If you change the name of a repository, no other-            users of that repository will be able to access it until you-            send them the new HTTPS or SSH URL to use.+        -   < GetRepository>, which returns information about a specified repository+        -   < ListRepositories>, which lists all AWS CodeCommit repositories associated with your AWS account+        -   < UpdateRepositoryDescription>, which sets or updates the description of the repository+        -   < UpdateRepositoryName>, which changes the name of the repository. If you change the name of a repository, no other users of that repository will be able to access it until you send them the new HTTPS or SSH URL to use.     -   Branches, by calling the following:-        -   < CreateBranch>, which creates a new branch in a specified-            repository+        -   < CreateBranch>, which creates a new branch in a specified repository         -   < GetBranch>, which returns information about a specified branch-        -   < ListBranches>, which lists all branches for a specified-            repository-        -   < UpdateDefaultBranch>, which changes the default branch for a-            repository-    -   Information about committed code in a repository, by calling the-        following:-        -   < GetCommit>, which returns information about a commit,-            including commit messages and committer information.+        -   < ListBranches>, which lists all branches for a specified repository+        -   < UpdateDefaultBranch>, which changes the default branch for a repository+    -   Information about committed code in a repository, by calling the following:+        -   < GetCommit>, which returns information about a commit, including commit messages and committer information.     -   Triggers, by calling the following:-        -   < GetRepositoryTriggers>, which returns information about-            triggers configured for a repository-        -   < PutRepositoryTriggers>, which replaces all triggers for a-            repository and can be used to create or delete triggers-        -   < TestRepositoryTriggers>, which tests the functionality of a-            repository trigger by sending data to the trigger target+        -   < GetRepositoryTriggers>, which returns information about triggers configured for a repository+        -   < PutRepositoryTriggers>, which replaces all triggers for a repository and can be used to create or delete triggers+        -   < TestRepositoryTriggers>, which tests the functionality of a repository trigger by sending data to the trigger target -    For information about how to use AWS CodeCommit, see the-    <http://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html AWS CodeCommit User Guide>.+    For information about how to use AWS CodeCommit, see the <http://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html AWS CodeCommit User Guide>.     .     The types from this library are intended to be used with     <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -107,7 +90,7 @@         , Network.AWS.CodeCommit.Types.Sum      build-depends:-          amazonka-core == 1.4.2.*+          amazonka-core == 1.4.3.*         , base          >= 4.7     && < 5  test-suite amazonka-codecommit-test@@ -127,9 +110,9 @@         , Test.AWS.CodeCommit.Internal      build-depends:-          amazonka-core == 1.4.2.*-        , amazonka-test == 1.4.2.*-        , amazonka-codecommit == 1.4.2.*+          amazonka-core == 1.4.3.*+        , amazonka-test == 1.4.3.*+        , amazonka-codecommit == 1.4.3.*         , base         , bytestring         , tasty
gen/Network/AWS/CodeCommit.hs view
@@ -13,48 +13,31 @@ -- -- AWS CodeCommit ----- This is the /AWS CodeCommit API Reference/. This reference provides--- descriptions of the operations and data types for AWS CodeCommit API.+-- This is the /AWS CodeCommit API Reference/. This reference provides descriptions of the operations and data types for AWS CodeCommit API. -- -- You can use the AWS CodeCommit API to work with the following objects: -- -- -   Repositories, by calling the following:---     -   < BatchGetRepositories>, which returns information about one or---         more repositories associated with your AWS account+--     -   < BatchGetRepositories>, which returns information about one or more repositories associated with your AWS account --     -   < CreateRepository>, which creates an AWS CodeCommit repository --     -   < DeleteRepository>, which deletes an AWS CodeCommit repository---     -   < GetRepository>, which returns information about a specified---         repository---     -   < ListRepositories>, which lists all AWS CodeCommit repositories---         associated with your AWS account---     -   < UpdateRepositoryDescription>, which sets or updates the---         description of the repository---     -   < UpdateRepositoryName>, which changes the name of the---         repository. If you change the name of a repository, no other---         users of that repository will be able to access it until you---         send them the new HTTPS or SSH URL to use.+--     -   < GetRepository>, which returns information about a specified repository+--     -   < ListRepositories>, which lists all AWS CodeCommit repositories associated with your AWS account+--     -   < UpdateRepositoryDescription>, which sets or updates the description of the repository+--     -   < UpdateRepositoryName>, which changes the name of the repository. If you change the name of a repository, no other users of that repository will be able to access it until you send them the new HTTPS or SSH URL to use. -- -   Branches, by calling the following:---     -   < CreateBranch>, which creates a new branch in a specified---         repository+--     -   < CreateBranch>, which creates a new branch in a specified repository --     -   < GetBranch>, which returns information about a specified branch---     -   < ListBranches>, which lists all branches for a specified---         repository---     -   < UpdateDefaultBranch>, which changes the default branch for a---         repository--- -   Information about committed code in a repository, by calling the---     following:---     -   < GetCommit>, which returns information about a commit,---         including commit messages and committer information.+--     -   < ListBranches>, which lists all branches for a specified repository+--     -   < UpdateDefaultBranch>, which changes the default branch for a repository+-- -   Information about committed code in a repository, by calling the following:+--     -   < GetCommit>, which returns information about a commit, including commit messages and committer information. -- -   Triggers, by calling the following:---     -   < GetRepositoryTriggers>, which returns information about---         triggers configured for a repository---     -   < PutRepositoryTriggers>, which replaces all triggers for a---         repository and can be used to create or delete triggers---     -   < TestRepositoryTriggers>, which tests the functionality of a---         repository trigger by sending data to the trigger target+--     -   < GetRepositoryTriggers>, which returns information about triggers configured for a repository+--     -   < PutRepositoryTriggers>, which replaces all triggers for a repository and can be used to create or delete triggers+--     -   < TestRepositoryTriggers>, which tests the functionality of a repository trigger by sending data to the trigger target ----- For information about how to use AWS CodeCommit, see the--- <http://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html AWS CodeCommit User Guide>.+-- For information about how to use AWS CodeCommit, see the <http://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html AWS CodeCommit User Guide>. module Network.AWS.CodeCommit     (     -- * Service Configuration
gen/Network/AWS/CodeCommit/BatchGetRepositories.hs view
@@ -20,12 +20,7 @@ -- -- Returns information about one or more repositories. ----- The description field for a repository accepts all HTML characters and--- all valid Unicode characters. Applications that do not HTML-encode the--- description and display it in a web page could expose users to--- potentially malicious code. Make sure that you HTML-encode the--- description field in any application that uses this API to display the--- repository description on a web page.+-- The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page. module Network.AWS.CodeCommit.BatchGetRepositories     (     -- * Creating a Request@@ -143,8 +138,7 @@ bgrrsRepositories :: Lens' BatchGetRepositoriesResponse [RepositoryMetadata] bgrrsRepositories = lens _bgrrsRepositories (\ s a -> s{_bgrrsRepositories = a}) . _Default . _Coerce; --- | Returns a list of repository names for which information could not be--- found.+-- | Returns a list of repository names for which information could not be found. bgrrsRepositoriesNotFound :: Lens' BatchGetRepositoriesResponse [Text] bgrrsRepositoriesNotFound = lens _bgrrsRepositoriesNotFound (\ s a -> s{_bgrrsRepositoriesNotFound = a}) . _Default . _Coerce; 
gen/Network/AWS/CodeCommit/CreateBranch.hs view
@@ -20,8 +20,7 @@ -- -- Creates a new branch in a repository and points the branch to a commit. ----- Calling the create branch operation does not set a repository\'s default--- branch. To do this, call the update default branch operation.+-- Calling the create branch operation does not set a repository\'s default branch. To do this, call the update default branch operation. module Network.AWS.CodeCommit.CreateBranch     (     -- * Creating a Request
gen/Network/AWS/CodeCommit/CreateRepository.hs view
@@ -69,23 +69,13 @@  -- | A comment or description about the new repository. ----- The description field for a repository accepts all HTML characters and--- all valid Unicode characters. Applications that do not HTML-encode the--- description and display it in a web page could expose users to--- potentially malicious code. Make sure that you HTML-encode the--- description field in any application that uses this API to display the--- repository description on a web page.+-- The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page. crRepositoryDescription :: Lens' CreateRepository (Maybe Text) crRepositoryDescription = lens _crRepositoryDescription (\ s a -> s{_crRepositoryDescription = a});  -- | The name of the new repository to be created. ----- The repository name must be unique across the calling AWS account. In--- addition, repository names are limited to 100 alphanumeric, dash, and--- underscore characters, and cannot include certain characters. For a full--- description of the limits on repository names, see--- <http://docs.aws.amazon.com/codecommit/latest/userguide/limits.html Limits>--- in the AWS CodeCommit User Guide. The suffix \".git\" is prohibited.+-- The repository name must be unique across the calling AWS account. In addition, repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. For a full description of the limits on repository names, see <http://docs.aws.amazon.com/codecommit/latest/userguide/limits.html Limits> in the AWS CodeCommit User Guide. The suffix \".git\" is prohibited. crRepositoryName :: Lens' CreateRepository Text crRepositoryName = lens _crRepositoryName (\ s a -> s{_crRepositoryName = a}); 
gen/Network/AWS/CodeCommit/DeleteRepository.hs view
@@ -18,12 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes a repository. If a specified repository was already deleted, a--- null repository ID will be returned.+-- Deletes a repository. If a specified repository was already deleted, a null repository ID will be returned. ----- Deleting a repository also deletes all associated objects and metadata.--- After a repository is deleted, all future push calls to the deleted--- repository will fail.+-- Deleting a repository also deletes all associated objects and metadata. After a repository is deleted, all future push calls to the deleted repository will fail. module Network.AWS.CodeCommit.DeleteRepository     (     -- * Creating a Request
gen/Network/AWS/CodeCommit/GetBranch.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns information about a repository branch, including its name and--- the last commit ID.+-- Returns information about a repository branch, including its name and the last commit ID. module Network.AWS.CodeCommit.GetBranch     (     -- * Creating a Request@@ -71,8 +70,7 @@ gbBranchName :: Lens' GetBranch (Maybe Text) gbBranchName = lens _gbBranchName (\ s a -> s{_gbBranchName = a}); --- | The name of the repository that contains the branch for which you want--- to retrieve information.+-- | The name of the repository that contains the branch for which you want to retrieve information. gbRepositoryName :: Lens' GetBranch (Maybe Text) gbRepositoryName = lens _gbRepositoryName (\ s a -> s{_gbRepositoryName = a}); 
gen/Network/AWS/CodeCommit/GetCommit.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns information about a commit, including commit message and--- committer information.+-- Returns information about a commit, including commit message and committer information. module Network.AWS.CodeCommit.GetCommit     (     -- * Creating a Request
gen/Network/AWS/CodeCommit/GetRepository.hs view
@@ -20,12 +20,7 @@ -- -- Returns information about a repository. ----- The description field for a repository accepts all HTML characters and--- all valid Unicode characters. Applications that do not HTML-encode the--- description and display it in a web page could expose users to--- potentially malicious code. Make sure that you HTML-encode the--- description field in any application that uses this API to display the--- repository description on a web page.+-- The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page. module Network.AWS.CodeCommit.GetRepository     (     -- * Creating a Request
gen/Network/AWS/CodeCommit/ListRepositories.hs view
@@ -75,10 +75,7 @@     , _lrSortBy = Nothing     } --- | An enumeration token that allows the operation to batch the results of--- the operation. Batch sizes are 1,000 for list repository operations.--- When the client sends the token back to AWS CodeCommit, another page of--- 1,000 records is retrieved.+-- | An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page of 1,000 records is retrieved. lrNextToken :: Lens' ListRepositories (Maybe Text) lrNextToken = lens _lrNextToken (\ s a -> s{_lrNextToken = a}); @@ -168,10 +165,7 @@ lrrsRepositories :: Lens' ListRepositoriesResponse [RepositoryNameIdPair] lrrsRepositories = lens _lrrsRepositories (\ s a -> s{_lrrsRepositories = a}) . _Default . _Coerce; --- | An enumeration token that allows the operation to batch the results of--- the operation. Batch sizes are 1,000 for list repository operations.--- When the client sends the token back to AWS CodeCommit, another page of--- 1,000 records is retrieved.+-- | An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page of 1,000 records is retrieved. lrrsNextToken :: Lens' ListRepositoriesResponse (Maybe Text) lrrsNextToken = lens _lrrsNextToken (\ s a -> s{_lrrsNextToken = a}); 
gen/Network/AWS/CodeCommit/PutRepositoryTriggers.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Replaces all triggers for a repository. This can be used to create or--- delete triggers.+-- Replaces all triggers for a repository. This can be used to create or delete triggers. module Network.AWS.CodeCommit.PutRepositoryTriggers     (     -- * Creating a Request@@ -71,8 +70,7 @@ prtTriggers :: Lens' PutRepositoryTriggers [RepositoryTrigger] prtTriggers = lens _prtTriggers (\ s a -> s{_prtTriggers = a}) . _Default . _Coerce; --- | The name of the repository where you want to create or update the--- trigger.+-- | The name of the repository where you want to create or update the trigger. prtRepositoryName :: Lens' PutRepositoryTriggers (Maybe Text) prtRepositoryName = lens _prtRepositoryName (\ s a -> s{_prtRepositoryName = a}); 
gen/Network/AWS/CodeCommit/TestRepositoryTriggers.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Tests the functionality of repository triggers by sending information to--- the trigger target. If real data is available in the repository, the--- test will send data from the last commit. If no data is available,--- sample data will be generated.+-- Tests the functionality of repository triggers by sending information to the trigger target. If real data is available in the repository, the test will send data from the last commit. If no data is available, sample data will be generated. module Network.AWS.CodeCommit.TestRepositoryTriggers     (     -- * Creating a Request@@ -145,14 +142,11 @@     , _trtrsResponseStatus = pResponseStatus_     } --- | The list of triggers that were not able to be tested. This list provides--- the names of the triggers that could not be tested, separated by commas.+-- | The list of triggers that were not able to be tested. This list provides the names of the triggers that could not be tested, separated by commas. trtrsFailedExecutions :: Lens' TestRepositoryTriggersResponse [RepositoryTriggerExecutionFailure] trtrsFailedExecutions = lens _trtrsFailedExecutions (\ s a -> s{_trtrsFailedExecutions = a}) . _Default . _Coerce; --- | The list of triggers that were successfully tested. This list provides--- the names of the triggers that were successfully tested, separated by--- commas.+-- | The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas. trtrsSuccessfulExecutions :: Lens' TestRepositoryTriggersResponse [Text] trtrsSuccessfulExecutions = lens _trtrsSuccessfulExecutions (\ s a -> s{_trtrsSuccessfulExecutions = a}) . _Default . _Coerce; 
gen/Network/AWS/CodeCommit/Types.hs view
@@ -162,9 +162,7 @@       | has (hasStatus 509) e = Just "limit_exceeded"       | otherwise = Nothing --- | The region for the trigger target does not match the region for the--- repository. Triggers must be created in the same region as the target--- for the trigger.+-- | The region for the trigger target does not match the region for the repository. Triggers must be created in the same region as the target for the trigger. _InvalidRepositoryTriggerRegionException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidRepositoryTriggerRegionException =     _ServiceError . hasCode "InvalidRepositoryTriggerRegionException"@@ -189,8 +187,7 @@ _InvalidRepositoryTriggerCustomDataException =     _ServiceError . hasCode "InvalidRepositoryTriggerCustomDataException" --- | The maximum number of allowed repository names was exceeded. Currently,--- this number is 25.+-- | The maximum number of allowed repository names was exceeded. Currently, this number is 25. _MaximumRepositoryNamesExceededException :: AsError a => Getting (First ServiceError) a ServiceError _MaximumRepositoryNamesExceededException =     _ServiceError . hasCode "MaximumRepositoryNamesExceededException"@@ -220,8 +217,7 @@ _BranchNameRequiredException =     _ServiceError . hasCode "BranchNameRequiredException" --- | The list of triggers for the repository is required but was not--- specified.+-- | The list of triggers for the repository is required but was not specified. _RepositoryTriggersListRequiredException :: AsError a => Getting (First ServiceError) a ServiceError _RepositoryTriggersListRequiredException =     _ServiceError . hasCode "RepositoryTriggersListRequiredException"@@ -231,9 +227,7 @@ _EncryptionKeyUnavailableException =     _ServiceError . hasCode "EncryptionKeyUnavailableException" --- | The Amazon Resource Name (ARN) for the trigger is not valid for the--- specified destination. The most common reason for this error is that the--- ARN does not meet the requirements for the service type.+-- | The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination. The most common reason for this error is that the ARN does not meet the requirements for the service type. _InvalidRepositoryTriggerDestinationARNException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidRepositoryTriggerDestinationARNException =     _ServiceError . hasCode "InvalidRepositoryTriggerDestinationArnException"@@ -305,20 +299,17 @@ _InvalidCommitIdException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidCommitIdException = _ServiceError . hasCode "InvalidCommitIdException" --- | A destination ARN for the target service for the trigger is required but--- was not specified.+-- | A destination ARN for the target service for the trigger is required but was not specified. _RepositoryTriggerDestinationARNRequiredException :: AsError a => Getting (First ServiceError) a ServiceError _RepositoryTriggerDestinationARNRequiredException =     _ServiceError . hasCode "RepositoryTriggerDestinationArnRequiredException" --- | The specified commit does not exist or no commit was specified, and the--- specified repository has no default branch.+-- | The specified commit does not exist or no commit was specified, and the specified repository has no default branch. _CommitDoesNotExistException :: AsError a => Getting (First ServiceError) a ServiceError _CommitDoesNotExistException =     _ServiceError . hasCode "CommitDoesNotExistException" --- | At least one branch name is required but was not specified in the--- trigger configuration.+-- | At least one branch name is required but was not specified in the trigger configuration. _RepositoryTriggerBranchNameListRequiredException :: AsError a => Getting (First ServiceError) a ServiceError _RepositoryTriggerBranchNameListRequiredException =     _ServiceError . hasCode "RepositoryTriggerBranchNameListRequiredException"@@ -343,18 +334,14 @@ _RepositoryLimitExceededException =     _ServiceError . hasCode "RepositoryLimitExceededException" --- | One or more events specified for the trigger is not valid. Check to make--- sure that all events specified match the requirements for allowed--- events.+-- | One or more events specified for the trigger is not valid. Check to make sure that all events specified match the requirements for allowed events. _InvalidRepositoryTriggerEventsException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidRepositoryTriggerEventsException =     _ServiceError . hasCode "InvalidRepositoryTriggerEventsException"  -- | At least one specified repository name is not valid. ----- This exception only occurs when a specified repository name is not--- valid. Other exceptions occur when a required repository parameter is--- missing, or when a specified repository does not exist.+-- This exception only occurs when a specified repository name is not valid. Other exceptions occur when a required repository parameter is missing, or when a specified repository does not exist. _InvalidRepositoryNameException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidRepositoryNameException =     _ServiceError . hasCode "InvalidRepositoryNameException"
gen/Network/AWS/CodeCommit/Types/Product.hs view
@@ -102,11 +102,7 @@     , _cMessage = Nothing     } --- | Information about the person who committed the specified commit, also--- known as the committer. For more information about the difference--- between an author and a committer in Git, see--- <http://git-scm.com/book/ch2-3.html Viewing the Commit History> in Pro--- Git by Scott Chacon and Ben Straub.+-- | Information about the person who committed the specified commit, also known as the committer. For more information about the difference between an author and a committer in Git, see <http://git-scm.com/book/ch2-3.html Viewing the Commit History> in Pro Git by Scott Chacon and Ben Straub. cCommitter :: Lens' Commit (Maybe UserInfo) cCommitter = lens _cCommitter (\ s a -> s{_cCommitter = a}); @@ -337,18 +333,15 @@     , _rtEvents = Nothing     } --- | The branches that will be included in the trigger configuration. If no--- branches are specified, the trigger will apply to all branches.+-- | The branches that will be included in the trigger configuration. If no branches are specified, the trigger will apply to all branches. rtBranches :: Lens' RepositoryTrigger [Text] rtBranches = lens _rtBranches (\ s a -> s{_rtBranches = a}) . _Default . _Coerce; --- | Any custom data associated with the trigger that will be included in the--- information sent to the target of the trigger.+-- | Any custom data associated with the trigger that will be included in the information sent to the target of the trigger. rtCustomData :: Lens' RepositoryTrigger (Maybe Text) rtCustomData = lens _rtCustomData (\ s a -> s{_rtCustomData = a}); --- | The ARN of the resource that is the target for a trigger. For example,--- the ARN of a topic in Amazon Simple Notification Service (SNS).+-- | The ARN of the resource that is the target for a trigger. For example, the ARN of a topic in Amazon Simple Notification Service (SNS). rtDestinationARN :: Lens' RepositoryTrigger (Maybe Text) rtDestinationARN = lens _rtDestinationARN (\ s a -> s{_rtDestinationARN = a}); @@ -356,10 +349,7 @@ rtName :: Lens' RepositoryTrigger (Maybe Text) rtName = lens _rtName (\ s a -> s{_rtName = a}); --- | The repository events that will cause the trigger to run actions in--- another service, such as sending a notification through Amazon Simple--- Notification Service (SNS). If no events are specified, the trigger will--- run for all repository events.+-- | The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS). If no events are specified, the trigger will run for all repository events. rtEvents :: Lens' RepositoryTrigger [RepositoryTriggerEventEnum] rtEvents = lens _rtEvents (\ s a -> s{_rtEvents = a}) . _Default . _Coerce; 
gen/Network/AWS/CodeCommit/UpdateDefaultBranch.hs view
@@ -20,9 +20,7 @@ -- -- Sets or changes the default branch name for the specified repository. ----- If you use this operation to change the default branch name to the--- current default branch name, a success message is returned even though--- the default branch did not change.+-- If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change. module Network.AWS.CodeCommit.UpdateDefaultBranch     (     -- * Creating a Request
gen/Network/AWS/CodeCommit/UpdateRepositoryDescription.hs view
@@ -20,12 +20,7 @@ -- -- Sets or changes the comment or description for a repository. ----- The description field for a repository accepts all HTML characters and--- all valid Unicode characters. Applications that do not HTML-encode the--- description and display it in a web page could expose users to--- potentially malicious code. Make sure that you HTML-encode the--- description field in any application that uses this API to display the--- repository description on a web page.+-- The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page. module Network.AWS.CodeCommit.UpdateRepositoryDescription     (     -- * Creating a Request@@ -71,13 +66,11 @@     , _urdRepositoryName = pRepositoryName_     } --- | The new comment or description for the specified repository. Repository--- descriptions are limited to 1,000 characters.+-- | The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters. urdRepositoryDescription :: Lens' UpdateRepositoryDescription (Maybe Text) urdRepositoryDescription = lens _urdRepositoryDescription (\ s a -> s{_urdRepositoryDescription = a}); --- | The name of the repository to set or change the comment or description--- for.+-- | The name of the repository to set or change the comment or description for. urdRepositoryName :: Lens' UpdateRepositoryDescription Text urdRepositoryName = lens _urdRepositoryName (\ s a -> s{_urdRepositoryName = a}); 
gen/Network/AWS/CodeCommit/UpdateRepositoryName.hs view
@@ -18,13 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Renames a repository. The repository name must be unique across the--- calling AWS account. In addition, repository names are limited to 100--- alphanumeric, dash, and underscore characters, and cannot include--- certain characters. The suffix \".git\" is prohibited. For a full--- description of the limits on repository names, see--- <http://docs.aws.amazon.com/codecommit/latest/userguide/limits.html Limits>--- in the AWS CodeCommit User Guide.+-- Renames a repository. The repository name must be unique across the calling AWS account. In addition, repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix \".git\" is prohibited. For a full description of the limits on repository names, see <http://docs.aws.amazon.com/codecommit/latest/userguide/limits.html Limits> in the AWS CodeCommit User Guide. module Network.AWS.CodeCommit.UpdateRepositoryName     (     -- * Creating a Request
test/Test/AWS/Gen/CodeCommit.hs view
@@ -28,97 +28,97 @@ -- fixtures :: TestTree -- fixtures = --     [ testGroup "request"---         [ testUpdateRepositoryName $+--         [ requestUpdateRepositoryName $ --             updateRepositoryName -----         , testGetCommit $+--         , requestGetCommit $ --             getCommit -----         , testGetBranch $+--         , requestGetBranch $ --             getBranch -----         , testUpdateRepositoryDescription $+--         , requestUpdateRepositoryDescription $ --             updateRepositoryDescription -----         , testCreateBranch $+--         , requestCreateBranch $ --             createBranch -----         , testListBranches $+--         , requestListBranches $ --             listBranches -----         , testListRepositories $+--         , requestListRepositories $ --             listRepositories -----         , testCreateRepository $+--         , requestCreateRepository $ --             createRepository -----         , testUpdateDefaultBranch $+--         , requestUpdateDefaultBranch $ --             updateDefaultBranch -----         , testGetRepository $+--         , requestGetRepository $ --             getRepository -----         , testGetRepositoryTriggers $+--         , requestGetRepositoryTriggers $ --             getRepositoryTriggers -----         , testTestRepositoryTriggers $+--         , requestTestRepositoryTriggers $ --             testRepositoryTriggers -----         , testPutRepositoryTriggers $+--         , requestPutRepositoryTriggers $ --             putRepositoryTriggers -----         , testDeleteRepository $+--         , requestDeleteRepository $ --             deleteRepository -----         , testBatchGetRepositories $+--         , requestBatchGetRepositories $ --             batchGetRepositories -- --           ]  --     , testGroup "response"---         [ testUpdateRepositoryNameResponse $+--         [ responseUpdateRepositoryName $ --             updateRepositoryNameResponse -----         , testGetCommitResponse $+--         , responseGetCommit $ --             getCommitResponse -----         , testGetBranchResponse $+--         , responseGetBranch $ --             getBranchResponse -----         , testUpdateRepositoryDescriptionResponse $+--         , responseUpdateRepositoryDescription $ --             updateRepositoryDescriptionResponse -----         , testCreateBranchResponse $+--         , responseCreateBranch $ --             createBranchResponse -----         , testListBranchesResponse $+--         , responseListBranches $ --             listBranchesResponse -----         , testListRepositoriesResponse $+--         , responseListRepositories $ --             listRepositoriesResponse -----         , testCreateRepositoryResponse $+--         , responseCreateRepository $ --             createRepositoryResponse -----         , testUpdateDefaultBranchResponse $+--         , responseUpdateDefaultBranch $ --             updateDefaultBranchResponse -----         , testGetRepositoryResponse $+--         , responseGetRepository $ --             getRepositoryResponse -----         , testGetRepositoryTriggersResponse $+--         , responseGetRepositoryTriggers $ --             getRepositoryTriggersResponse -----         , testTestRepositoryTriggersResponse $+--         , responseTestRepositoryTriggers $ --             testRepositoryTriggersResponse -----         , testPutRepositoryTriggersResponse $+--         , responsePutRepositoryTriggers $ --             putRepositoryTriggersResponse -----         , testDeleteRepositoryResponse $+--         , responseDeleteRepository $ --             deleteRepositoryResponse -----         , testBatchGetRepositoriesResponse $+--         , responseBatchGetRepositories $ --             batchGetRepositoriesResponse -- --           ]@@ -126,183 +126,183 @@  -- Requests -testUpdateRepositoryName :: UpdateRepositoryName -> TestTree-testUpdateRepositoryName = req+requestUpdateRepositoryName :: UpdateRepositoryName -> TestTree+requestUpdateRepositoryName = req     "UpdateRepositoryName"     "fixture/UpdateRepositoryName.yaml" -testGetCommit :: GetCommit -> TestTree-testGetCommit = req+requestGetCommit :: GetCommit -> TestTree+requestGetCommit = req     "GetCommit"     "fixture/GetCommit.yaml" -testGetBranch :: GetBranch -> TestTree-testGetBranch = req+requestGetBranch :: GetBranch -> TestTree+requestGetBranch = req     "GetBranch"     "fixture/GetBranch.yaml" -testUpdateRepositoryDescription :: UpdateRepositoryDescription -> TestTree-testUpdateRepositoryDescription = req+requestUpdateRepositoryDescription :: UpdateRepositoryDescription -> TestTree+requestUpdateRepositoryDescription = req     "UpdateRepositoryDescription"     "fixture/UpdateRepositoryDescription.yaml" -testCreateBranch :: CreateBranch -> TestTree-testCreateBranch = req+requestCreateBranch :: CreateBranch -> TestTree+requestCreateBranch = req     "CreateBranch"     "fixture/CreateBranch.yaml" -testListBranches :: ListBranches -> TestTree-testListBranches = req+requestListBranches :: ListBranches -> TestTree+requestListBranches = req     "ListBranches"     "fixture/ListBranches.yaml" -testListRepositories :: ListRepositories -> TestTree-testListRepositories = req+requestListRepositories :: ListRepositories -> TestTree+requestListRepositories = req     "ListRepositories"     "fixture/ListRepositories.yaml" -testCreateRepository :: CreateRepository -> TestTree-testCreateRepository = req+requestCreateRepository :: CreateRepository -> TestTree+requestCreateRepository = req     "CreateRepository"     "fixture/CreateRepository.yaml" -testUpdateDefaultBranch :: UpdateDefaultBranch -> TestTree-testUpdateDefaultBranch = req+requestUpdateDefaultBranch :: UpdateDefaultBranch -> TestTree+requestUpdateDefaultBranch = req     "UpdateDefaultBranch"     "fixture/UpdateDefaultBranch.yaml" -testGetRepository :: GetRepository -> TestTree-testGetRepository = req+requestGetRepository :: GetRepository -> TestTree+requestGetRepository = req     "GetRepository"     "fixture/GetRepository.yaml" -testGetRepositoryTriggers :: GetRepositoryTriggers -> TestTree-testGetRepositoryTriggers = req+requestGetRepositoryTriggers :: GetRepositoryTriggers -> TestTree+requestGetRepositoryTriggers = req     "GetRepositoryTriggers"     "fixture/GetRepositoryTriggers.yaml" -testTestRepositoryTriggers :: TestRepositoryTriggers -> TestTree-testTestRepositoryTriggers = req+requestTestRepositoryTriggers :: TestRepositoryTriggers -> TestTree+requestTestRepositoryTriggers = req     "TestRepositoryTriggers"     "fixture/TestRepositoryTriggers.yaml" -testPutRepositoryTriggers :: PutRepositoryTriggers -> TestTree-testPutRepositoryTriggers = req+requestPutRepositoryTriggers :: PutRepositoryTriggers -> TestTree+requestPutRepositoryTriggers = req     "PutRepositoryTriggers"     "fixture/PutRepositoryTriggers.yaml" -testDeleteRepository :: DeleteRepository -> TestTree-testDeleteRepository = req+requestDeleteRepository :: DeleteRepository -> TestTree+requestDeleteRepository = req     "DeleteRepository"     "fixture/DeleteRepository.yaml" -testBatchGetRepositories :: BatchGetRepositories -> TestTree-testBatchGetRepositories = req+requestBatchGetRepositories :: BatchGetRepositories -> TestTree+requestBatchGetRepositories = req     "BatchGetRepositories"     "fixture/BatchGetRepositories.yaml"  -- Responses -testUpdateRepositoryNameResponse :: UpdateRepositoryNameResponse -> TestTree-testUpdateRepositoryNameResponse = res+responseUpdateRepositoryName :: UpdateRepositoryNameResponse -> TestTree+responseUpdateRepositoryName = res     "UpdateRepositoryNameResponse"     "fixture/UpdateRepositoryNameResponse.proto"     codeCommit     (Proxy :: Proxy UpdateRepositoryName) -testGetCommitResponse :: GetCommitResponse -> TestTree-testGetCommitResponse = res+responseGetCommit :: GetCommitResponse -> TestTree+responseGetCommit = res     "GetCommitResponse"     "fixture/GetCommitResponse.proto"     codeCommit     (Proxy :: Proxy GetCommit) -testGetBranchResponse :: GetBranchResponse -> TestTree-testGetBranchResponse = res+responseGetBranch :: GetBranchResponse -> TestTree+responseGetBranch = res     "GetBranchResponse"     "fixture/GetBranchResponse.proto"     codeCommit     (Proxy :: Proxy GetBranch) -testUpdateRepositoryDescriptionResponse :: UpdateRepositoryDescriptionResponse -> TestTree-testUpdateRepositoryDescriptionResponse = res+responseUpdateRepositoryDescription :: UpdateRepositoryDescriptionResponse -> TestTree+responseUpdateRepositoryDescription = res     "UpdateRepositoryDescriptionResponse"     "fixture/UpdateRepositoryDescriptionResponse.proto"     codeCommit     (Proxy :: Proxy UpdateRepositoryDescription) -testCreateBranchResponse :: CreateBranchResponse -> TestTree-testCreateBranchResponse = res+responseCreateBranch :: CreateBranchResponse -> TestTree+responseCreateBranch = res     "CreateBranchResponse"     "fixture/CreateBranchResponse.proto"     codeCommit     (Proxy :: Proxy CreateBranch) -testListBranchesResponse :: ListBranchesResponse -> TestTree-testListBranchesResponse = res+responseListBranches :: ListBranchesResponse -> TestTree+responseListBranches = res     "ListBranchesResponse"     "fixture/ListBranchesResponse.proto"     codeCommit     (Proxy :: Proxy ListBranches) -testListRepositoriesResponse :: ListRepositoriesResponse -> TestTree-testListRepositoriesResponse = res+responseListRepositories :: ListRepositoriesResponse -> TestTree+responseListRepositories = res     "ListRepositoriesResponse"     "fixture/ListRepositoriesResponse.proto"     codeCommit     (Proxy :: Proxy ListRepositories) -testCreateRepositoryResponse :: CreateRepositoryResponse -> TestTree-testCreateRepositoryResponse = res+responseCreateRepository :: CreateRepositoryResponse -> TestTree+responseCreateRepository = res     "CreateRepositoryResponse"     "fixture/CreateRepositoryResponse.proto"     codeCommit     (Proxy :: Proxy CreateRepository) -testUpdateDefaultBranchResponse :: UpdateDefaultBranchResponse -> TestTree-testUpdateDefaultBranchResponse = res+responseUpdateDefaultBranch :: UpdateDefaultBranchResponse -> TestTree+responseUpdateDefaultBranch = res     "UpdateDefaultBranchResponse"     "fixture/UpdateDefaultBranchResponse.proto"     codeCommit     (Proxy :: Proxy UpdateDefaultBranch) -testGetRepositoryResponse :: GetRepositoryResponse -> TestTree-testGetRepositoryResponse = res+responseGetRepository :: GetRepositoryResponse -> TestTree+responseGetRepository = res     "GetRepositoryResponse"     "fixture/GetRepositoryResponse.proto"     codeCommit     (Proxy :: Proxy GetRepository) -testGetRepositoryTriggersResponse :: GetRepositoryTriggersResponse -> TestTree-testGetRepositoryTriggersResponse = res+responseGetRepositoryTriggers :: GetRepositoryTriggersResponse -> TestTree+responseGetRepositoryTriggers = res     "GetRepositoryTriggersResponse"     "fixture/GetRepositoryTriggersResponse.proto"     codeCommit     (Proxy :: Proxy GetRepositoryTriggers) -testTestRepositoryTriggersResponse :: TestRepositoryTriggersResponse -> TestTree-testTestRepositoryTriggersResponse = res+responseTestRepositoryTriggers :: TestRepositoryTriggersResponse -> TestTree+responseTestRepositoryTriggers = res     "TestRepositoryTriggersResponse"     "fixture/TestRepositoryTriggersResponse.proto"     codeCommit     (Proxy :: Proxy TestRepositoryTriggers) -testPutRepositoryTriggersResponse :: PutRepositoryTriggersResponse -> TestTree-testPutRepositoryTriggersResponse = res+responsePutRepositoryTriggers :: PutRepositoryTriggersResponse -> TestTree+responsePutRepositoryTriggers = res     "PutRepositoryTriggersResponse"     "fixture/PutRepositoryTriggersResponse.proto"     codeCommit     (Proxy :: Proxy PutRepositoryTriggers) -testDeleteRepositoryResponse :: DeleteRepositoryResponse -> TestTree-testDeleteRepositoryResponse = res+responseDeleteRepository :: DeleteRepositoryResponse -> TestTree+responseDeleteRepository = res     "DeleteRepositoryResponse"     "fixture/DeleteRepositoryResponse.proto"     codeCommit     (Proxy :: Proxy DeleteRepository) -testBatchGetRepositoriesResponse :: BatchGetRepositoriesResponse -> TestTree-testBatchGetRepositoriesResponse = res+responseBatchGetRepositories :: BatchGetRepositoriesResponse -> TestTree+responseBatchGetRepositories = res     "BatchGetRepositoriesResponse"     "fixture/BatchGetRepositoriesResponse.proto"     codeCommit