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

Amazonka.CodePipeline.UpdateActionType

Description

Updates an action type that was created with any supported integration model, where the action type is to be used by customers of the action type provider. Use a JSON file with the action definition and UpdateActionType to provide the full structure.

Synopsis

Creating a Request

data UpdateActionType Source #

See: newUpdateActionType smart constructor.

Constructors

UpdateActionType' 

Fields

Instances

Instances details
Eq UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Read UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Show UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Generic UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Associated Types

type Rep UpdateActionType :: Type -> Type #

NFData UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Methods

rnf :: UpdateActionType -> () #

Hashable UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

ToJSON UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

AWSRequest UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Associated Types

type AWSResponse UpdateActionType #

ToHeaders UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

ToPath UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

ToQuery UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

type Rep UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

type Rep UpdateActionType = D1 ('MetaData "UpdateActionType" "Amazonka.CodePipeline.UpdateActionType" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "UpdateActionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActionTypeDeclaration)))
type AWSResponse UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

newUpdateActionType Source #

Create a value of UpdateActionType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actionType:UpdateActionType', updateActionType_actionType - The action type definition for the action type to be updated.

Request Lenses

updateActionType_actionType :: Lens' UpdateActionType ActionTypeDeclaration Source #

The action type definition for the action type to be updated.

Destructuring the Response

data UpdateActionTypeResponse Source #

See: newUpdateActionTypeResponse smart constructor.

Instances

Instances details
Eq UpdateActionTypeResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Read UpdateActionTypeResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Show UpdateActionTypeResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Generic UpdateActionTypeResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Associated Types

type Rep UpdateActionTypeResponse :: Type -> Type #

NFData UpdateActionTypeResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

type Rep UpdateActionTypeResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

type Rep UpdateActionTypeResponse = D1 ('MetaData "UpdateActionTypeResponse" "Amazonka.CodePipeline.UpdateActionType" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "UpdateActionTypeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateActionTypeResponse :: UpdateActionTypeResponse Source #

Create a value of UpdateActionTypeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.