| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
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.
Constructors
| UpdateActionTypeResponse' | |
Instances
newUpdateActionTypeResponse :: UpdateActionTypeResponse Source #
Create a value of UpdateActionTypeResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.