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
Documentation
data ActionContext Source #
Represents the context of an action in the stage of a pipeline to a job worker.
See: newActionContext
smart constructor.
Instances
newActionContext :: ActionContext Source #
Create a value of ActionContext
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:name:ActionContext'
, actionContext_name
- The name of the action in the context of a job.
$sel:actionExecutionId:ActionContext'
, actionContext_actionExecutionId
- The system-generated unique ID that corresponds to an action's
execution.
actionContext_name :: Lens' ActionContext (Maybe Text) Source #
The name of the action in the context of a job.
actionContext_actionExecutionId :: Lens' ActionContext (Maybe Text) Source #
The system-generated unique ID that corresponds to an action's execution.