amazonka-codepipeline-1.6.0: Amazon CodePipeline SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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: To re-create a custom action after it has been deleted you must use a string in the version field that has never been used before. This string can be an incremented version number, for example. To restore a deleted custom action, use a JSON file that is identical to the deleted action, including the original string in the version field.

Synopsis

Creating a Request

deleteCustomActionType Source #

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 Source #

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

See: deleteCustomActionType smart constructor.

Instances

Eq DeleteCustomActionType Source # 
Data DeleteCustomActionType Source # 

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 Source # 
Show DeleteCustomActionType Source # 
Generic DeleteCustomActionType Source # 
Hashable DeleteCustomActionType Source # 
ToJSON DeleteCustomActionType Source # 
NFData DeleteCustomActionType Source # 

Methods

rnf :: DeleteCustomActionType -> () #

AWSRequest DeleteCustomActionType Source # 
ToHeaders DeleteCustomActionType Source # 
ToPath DeleteCustomActionType Source # 
ToQuery DeleteCustomActionType Source # 
type Rep DeleteCustomActionType Source # 
type Rep DeleteCustomActionType = D1 * (MetaData "DeleteCustomActionType" "Network.AWS.CodePipeline.DeleteCustomActionType" "amazonka-codepipeline-1.6.0-EK1TXgMpZBH3zXFbRFQIXQ" 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 Source # 

Request Lenses

dcatCategory :: Lens' DeleteCustomActionType ActionCategory Source #

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

dcatProvider :: Lens' DeleteCustomActionType Text Source #

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

dcatVersion :: Lens' DeleteCustomActionType Text Source #

The version of the custom action to delete.

Destructuring the Response

deleteCustomActionTypeResponse :: DeleteCustomActionTypeResponse Source #

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

data DeleteCustomActionTypeResponse Source #

See: deleteCustomActionTypeResponse smart constructor.

Instances

Eq DeleteCustomActionTypeResponse Source # 
Data DeleteCustomActionTypeResponse Source # 

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 Source # 
Show DeleteCustomActionTypeResponse Source # 
Generic DeleteCustomActionTypeResponse Source # 
NFData DeleteCustomActionTypeResponse Source # 
type Rep DeleteCustomActionTypeResponse Source # 
type Rep DeleteCustomActionTypeResponse = D1 * (MetaData "DeleteCustomActionTypeResponse" "Network.AWS.CodePipeline.DeleteCustomActionType" "amazonka-codepipeline-1.6.0-EK1TXgMpZBH3zXFbRFQIXQ" False) (C1 * (MetaCons "DeleteCustomActionTypeResponse'" PrefixI False) (U1 *))