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 |
Synopsis
- data ActionType = ActionType' {}
- newActionType :: ActionTypeId -> ArtifactDetails -> ArtifactDetails -> ActionType
- actionType_settings :: Lens' ActionType (Maybe ActionTypeSettings)
- actionType_actionConfigurationProperties :: Lens' ActionType (Maybe [ActionConfigurationProperty])
- actionType_id :: Lens' ActionType ActionTypeId
- actionType_inputArtifactDetails :: Lens' ActionType ArtifactDetails
- actionType_outputArtifactDetails :: Lens' ActionType ArtifactDetails
Documentation
data ActionType Source #
Returns information about the details of an action type.
See: newActionType
smart constructor.
ActionType' | |
|
Instances
Create a value of ActionType
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:settings:ActionType'
, actionType_settings
- The settings for the action type.
$sel:actionConfigurationProperties:ActionType'
, actionType_actionConfigurationProperties
- The configuration properties for the action type.
$sel:id:ActionType'
, actionType_id
- Represents information about an action type.
$sel:inputArtifactDetails:ActionType'
, actionType_inputArtifactDetails
- The details of the input artifact for the action, such as its commit ID.
$sel:outputArtifactDetails:ActionType'
, actionType_outputArtifactDetails
- The details of the output artifact of the action, such as its commit ID.
actionType_settings :: Lens' ActionType (Maybe ActionTypeSettings) Source #
The settings for the action type.
actionType_actionConfigurationProperties :: Lens' ActionType (Maybe [ActionConfigurationProperty]) Source #
The configuration properties for the action type.
actionType_id :: Lens' ActionType ActionTypeId Source #
Represents information about an action type.
actionType_inputArtifactDetails :: Lens' ActionType ArtifactDetails Source #
The details of the input artifact for the action, such as its commit ID.
actionType_outputArtifactDetails :: Lens' ActionType ArtifactDetails Source #
The details of the output artifact of the action, such as its commit ID.