amazonka-codepipeline-1.2.0.1: Amazon CodePipeline SDK.

Copyright(c) 2013-2015 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.

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

See: AWS API Reference for DeleteCustomActionType.

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:

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.