amazonka-codepipeline-1.3.5: 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.CreateCustomActionType

Contents

Description

Creates a new custom action that can be used in all pipelines associated with the AWS account. Only used for custom actions.

See: AWS API Reference for CreateCustomActionType.

Synopsis

Creating a Request

Request Lenses

ccatConfigurationProperties :: Lens' CreateCustomActionType [ActionConfigurationProperty] Source

The configuration properties for the custom action.

ccatCategory :: Lens' CreateCustomActionType ActionCategory Source

The category of the custom action, such as a source action or a build action.

ccatProvider :: Lens' CreateCustomActionType Text Source

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

ccatVersion :: Lens' CreateCustomActionType Text Source

The version number of the custom action.

A newly-created custom action is always assigned a version number of '1'. This is required.

Destructuring the Response

createCustomActionTypeResponse Source

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

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

Response Lenses