amazonka-codepipeline-2.0: Amazon CodePipeline SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.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

AWSRequest UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Associated Types

type AWSResponse UpdateActionType #

Generic UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Associated Types

type Rep UpdateActionType :: Type -> Type #

Read UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Show UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

NFData UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Methods

rnf :: UpdateActionType -> () #

Eq UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Hashable UpdateActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

type AWSResponse 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" "amazonka-codepipeline-2.0-AHHPJTmnvhi1gPjRAFzjQE" 'False) (C1 ('MetaCons "UpdateActionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActionTypeDeclaration)))

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
Generic UpdateActionTypeResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Associated Types

type Rep UpdateActionTypeResponse :: Type -> Type #

Read UpdateActionTypeResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Show UpdateActionTypeResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

NFData UpdateActionTypeResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.UpdateActionType

Eq 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" "amazonka-codepipeline-2.0-AHHPJTmnvhi1gPjRAFzjQE" '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.