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 ActionTypeIdentifier = ActionTypeIdentifier' {}
- newActionTypeIdentifier :: ActionCategory -> Text -> Text -> Text -> ActionTypeIdentifier
- actionTypeIdentifier_category :: Lens' ActionTypeIdentifier ActionCategory
- actionTypeIdentifier_owner :: Lens' ActionTypeIdentifier Text
- actionTypeIdentifier_provider :: Lens' ActionTypeIdentifier Text
- actionTypeIdentifier_version :: Lens' ActionTypeIdentifier Text
Documentation
data ActionTypeIdentifier Source #
Specifies the category, owner, provider, and version of the action type.
See: newActionTypeIdentifier
smart constructor.
ActionTypeIdentifier' | |
|
Instances
newActionTypeIdentifier Source #
:: ActionCategory | |
-> Text | |
-> Text | |
-> Text | |
-> ActionTypeIdentifier |
Create a value of ActionTypeIdentifier
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:category:ActionTypeIdentifier'
, actionTypeIdentifier_category
- Defines what kind of action can be taken in the stage, one of the
following:
Source
Build
Test
Deploy
Approval
Invoke
$sel:owner:ActionTypeIdentifier'
, actionTypeIdentifier_owner
- The creator of the action type being called: AWS
or ThirdParty
.
$sel:provider:ActionTypeIdentifier'
, actionTypeIdentifier_provider
- The provider of the action type being called. The provider name is
supplied when the action type is created.
$sel:version:ActionTypeIdentifier'
, actionTypeIdentifier_version
- A string that describes the action type version.
actionTypeIdentifier_category :: Lens' ActionTypeIdentifier ActionCategory Source #
Defines what kind of action can be taken in the stage, one of the following:
Source
Build
Test
Deploy
Approval
Invoke
actionTypeIdentifier_owner :: Lens' ActionTypeIdentifier Text Source #
The creator of the action type being called: AWS
or ThirdParty
.
actionTypeIdentifier_provider :: Lens' ActionTypeIdentifier Text Source #
The provider of the action type being called. The provider name is supplied when the action type is created.
actionTypeIdentifier_version :: Lens' ActionTypeIdentifier Text Source #
A string that describes the action type version.