amazonka-codepipeline-1.4.5: Amazon CodePipeline SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodePipeline.DeleteCustomActionType

Contents

Description

Marks a custom action as deleted. PollForJobs for the custom action will fail after the action is marked for deletion. Only used for custom actions.

Important: You cannot recreate a custom action after it has been deleted unless you increase the version number of the action.

Synopsis

Creating a Request

deleteCustomActionType #

Creates a value of DeleteCustomActionType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dcatCategory - The category of the custom action that you want to delete, such as source or deploy.
  • dcatProvider - The provider of the service used in the custom action, such as AWS CodeDeploy.
  • dcatVersion - The version of the custom action to delete.

data DeleteCustomActionType #

Represents the input of a delete custom action operation. The custom action will be marked as deleted.

See: deleteCustomActionType smart constructor.

Instances

Eq DeleteCustomActionType # 
Data DeleteCustomActionType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteCustomActionType -> c DeleteCustomActionType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteCustomActionType #

toConstr :: DeleteCustomActionType -> Constr #

dataTypeOf :: DeleteCustomActionType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteCustomActionType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteCustomActionType) #

gmapT :: (forall b. Data b => b -> b) -> DeleteCustomActionType -> DeleteCustomActionType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteCustomActionType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteCustomActionType -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteCustomActionType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteCustomActionType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteCustomActionType -> m DeleteCustomActionType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteCustomActionType -> m DeleteCustomActionType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteCustomActionType -> m DeleteCustomActionType #

Read DeleteCustomActionType # 
Show DeleteCustomActionType # 
Generic DeleteCustomActionType # 
Hashable DeleteCustomActionType # 
ToJSON DeleteCustomActionType # 
NFData DeleteCustomActionType # 

Methods

rnf :: DeleteCustomActionType -> () #

AWSRequest DeleteCustomActionType # 
ToQuery DeleteCustomActionType # 
ToPath DeleteCustomActionType # 
ToHeaders DeleteCustomActionType # 
type Rep DeleteCustomActionType # 
type Rep DeleteCustomActionType = D1 (MetaData "DeleteCustomActionType" "Network.AWS.CodePipeline.DeleteCustomActionType" "amazonka-codepipeline-1.4.5-7l6xH8NU5nx4wRSql2Kh3c" False) (C1 (MetaCons "DeleteCustomActionType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dcatCategory") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ActionCategory)) ((:*:) (S1 (MetaSel (Just Symbol "_dcatProvider") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dcatVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs DeleteCustomActionType # 

Request Lenses

dcatCategory :: Lens' DeleteCustomActionType ActionCategory #

The category of the custom action that you want to delete, such as source or deploy.

dcatProvider :: Lens' DeleteCustomActionType Text #

The provider of the service used in the custom action, such as AWS CodeDeploy.

dcatVersion :: Lens' DeleteCustomActionType Text #

The version of the custom action to delete.

Destructuring the Response

deleteCustomActionTypeResponse :: DeleteCustomActionTypeResponse #

Creates a value of DeleteCustomActionTypeResponse with the minimum fields required to make a request.

data DeleteCustomActionTypeResponse #

See: deleteCustomActionTypeResponse smart constructor.

Instances

Eq DeleteCustomActionTypeResponse # 
Data DeleteCustomActionTypeResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteCustomActionTypeResponse -> c DeleteCustomActionTypeResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteCustomActionTypeResponse #

toConstr :: DeleteCustomActionTypeResponse -> Constr #

dataTypeOf :: DeleteCustomActionTypeResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteCustomActionTypeResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteCustomActionTypeResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteCustomActionTypeResponse -> DeleteCustomActionTypeResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteCustomActionTypeResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteCustomActionTypeResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteCustomActionTypeResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteCustomActionTypeResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteCustomActionTypeResponse -> m DeleteCustomActionTypeResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteCustomActionTypeResponse -> m DeleteCustomActionTypeResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteCustomActionTypeResponse -> m DeleteCustomActionTypeResponse #

Read DeleteCustomActionTypeResponse # 
Show DeleteCustomActionTypeResponse # 
Generic DeleteCustomActionTypeResponse # 
NFData DeleteCustomActionTypeResponse # 
type Rep DeleteCustomActionTypeResponse # 
type Rep DeleteCustomActionTypeResponse = D1 (MetaData "DeleteCustomActionTypeResponse" "Network.AWS.CodePipeline.DeleteCustomActionType" "amazonka-codepipeline-1.4.5-7l6xH8NU5nx4wRSql2Kh3c" False) (C1 (MetaCons "DeleteCustomActionTypeResponse'" PrefixI False) U1)