Skip to content

Commit

Permalink
Regenerating amazonka-codepipeline from latest service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Nov 29, 2016
1 parent 5f4eee6 commit 3a3ce67
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ data CreateCustomActionType = CreateCustomActionType'
--
-- * 'ccatConfigurationProperties' - The configuration properties for the custom action.
--
-- * 'ccatCategory' - The category of the custom action, such as a source action or a build action.
-- * 'ccatCategory' - The category of the custom action, such as a build action or a test action.
--
-- * 'ccatProvider' - The provider of the service used in the custom action, such as AWS CodeDeploy.
--
-- * 'ccatVersion' - The version number of the custom action.
-- * 'ccatVersion' - The version identifier of the custom action.
--
-- * 'ccatInputArtifactDetails' - Undocumented member.
--
Expand Down Expand Up @@ -108,15 +108,15 @@ ccatSettings = lens _ccatSettings (\ s a -> s{_ccatSettings = a});
ccatConfigurationProperties :: Lens' CreateCustomActionType [ActionConfigurationProperty]
ccatConfigurationProperties = lens _ccatConfigurationProperties (\ s a -> s{_ccatConfigurationProperties = a}) . _Default . _Coerce;

-- | The category of the custom action, such as a source action or a build action.
-- | The category of the custom action, such as a build action or a test action.
ccatCategory :: Lens' CreateCustomActionType ActionCategory
ccatCategory = lens _ccatCategory (\ s a -> s{_ccatCategory = a});

-- | The provider of the service used in the custom action, such as AWS CodeDeploy.
ccatProvider :: Lens' CreateCustomActionType Text
ccatProvider = lens _ccatProvider (\ s a -> s{_ccatProvider = a});

-- | The version number of the custom action.
-- | The version identifier of the custom action.
ccatVersion :: Lens' CreateCustomActionType Text
ccatVersion = lens _ccatVersion (\ s a -> s{_ccatVersion = a});

Expand Down

0 comments on commit 3a3ce67

Please sign in to comment.