Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
UpdateActionType' | |
|
Instances
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
Eq UpdateActionTypeResponse Source # | |
Defined in Amazonka.CodePipeline.UpdateActionType | |
Read UpdateActionTypeResponse Source # | |
Show UpdateActionTypeResponse Source # | |
Defined in Amazonka.CodePipeline.UpdateActionType showsPrec :: Int -> UpdateActionTypeResponse -> ShowS # show :: UpdateActionTypeResponse -> String # showList :: [UpdateActionTypeResponse] -> ShowS # | |
Generic UpdateActionTypeResponse Source # | |
Defined in Amazonka.CodePipeline.UpdateActionType type Rep UpdateActionTypeResponse :: Type -> Type # | |
NFData UpdateActionTypeResponse Source # | |
Defined in Amazonka.CodePipeline.UpdateActionType rnf :: UpdateActionTypeResponse -> () # | |
type Rep UpdateActionTypeResponse Source # | |
Defined in Amazonka.CodePipeline.UpdateActionType |
newUpdateActionTypeResponse :: UpdateActionTypeResponse Source #
Create a value of UpdateActionTypeResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.