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 DescribedWorkflow = DescribedWorkflow' {
- onExceptionSteps :: Maybe [WorkflowStep]
- steps :: Maybe [WorkflowStep]
- workflowId :: Maybe Text
- description :: Maybe Text
- tags :: Maybe (NonEmpty Tag)
- arn :: Text
- newDescribedWorkflow :: Text -> DescribedWorkflow
- describedWorkflow_onExceptionSteps :: Lens' DescribedWorkflow (Maybe [WorkflowStep])
- describedWorkflow_steps :: Lens' DescribedWorkflow (Maybe [WorkflowStep])
- describedWorkflow_workflowId :: Lens' DescribedWorkflow (Maybe Text)
- describedWorkflow_description :: Lens' DescribedWorkflow (Maybe Text)
- describedWorkflow_tags :: Lens' DescribedWorkflow (Maybe (NonEmpty Tag))
- describedWorkflow_arn :: Lens' DescribedWorkflow Text
Documentation
data DescribedWorkflow Source #
Describes the properties of the specified workflow
See: newDescribedWorkflow
smart constructor.
DescribedWorkflow' | |
|
Instances
Create a value of DescribedWorkflow
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:onExceptionSteps:DescribedWorkflow'
, describedWorkflow_onExceptionSteps
- Specifies the steps (actions) to take if errors are encountered during
execution of the workflow.
$sel:steps:DescribedWorkflow'
, describedWorkflow_steps
- Specifies the details for the steps that are in the specified workflow.
$sel:workflowId:DescribedWorkflow'
, describedWorkflow_workflowId
- A unique identifier for the workflow.
$sel:description:DescribedWorkflow'
, describedWorkflow_description
- Specifies the text description for the workflow.
$sel:tags:DescribedWorkflow'
, describedWorkflow_tags
- Key-value pairs that can be used to group and search for workflows. Tags
are metadata attached to workflows for any purpose.
$sel:arn:DescribedWorkflow'
, describedWorkflow_arn
- Specifies the unique Amazon Resource Name (ARN) for the workflow.
describedWorkflow_onExceptionSteps :: Lens' DescribedWorkflow (Maybe [WorkflowStep]) Source #
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
describedWorkflow_steps :: Lens' DescribedWorkflow (Maybe [WorkflowStep]) Source #
Specifies the details for the steps that are in the specified workflow.
describedWorkflow_workflowId :: Lens' DescribedWorkflow (Maybe Text) Source #
A unique identifier for the workflow.
describedWorkflow_description :: Lens' DescribedWorkflow (Maybe Text) Source #
Specifies the text description for the workflow.
describedWorkflow_tags :: Lens' DescribedWorkflow (Maybe (NonEmpty Tag)) Source #
Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.
describedWorkflow_arn :: Lens' DescribedWorkflow Text Source #
Specifies the unique Amazon Resource Name (ARN) for the workflow.