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 FlowTemplateSummary = FlowTemplateSummary' {}
- newFlowTemplateSummary :: FlowTemplateSummary
- flowTemplateSummary_arn :: Lens' FlowTemplateSummary (Maybe Text)
- flowTemplateSummary_createdAt :: Lens' FlowTemplateSummary (Maybe UTCTime)
- flowTemplateSummary_revisionNumber :: Lens' FlowTemplateSummary (Maybe Integer)
- flowTemplateSummary_id :: Lens' FlowTemplateSummary (Maybe Text)
Documentation
data FlowTemplateSummary Source #
An object that contains summary information about a workflow.
See: newFlowTemplateSummary
smart constructor.
Instances
newFlowTemplateSummary :: FlowTemplateSummary Source #
Create a value of FlowTemplateSummary
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:arn:FlowTemplateSummary'
, flowTemplateSummary_arn
- The ARN of the workflow.
$sel:createdAt:FlowTemplateSummary'
, flowTemplateSummary_createdAt
- The date when the workflow was created.
$sel:revisionNumber:FlowTemplateSummary'
, flowTemplateSummary_revisionNumber
- The revision number of the workflow.
$sel:id:FlowTemplateSummary'
, flowTemplateSummary_id
- The ID of the workflow.
flowTemplateSummary_arn :: Lens' FlowTemplateSummary (Maybe Text) Source #
The ARN of the workflow.
flowTemplateSummary_createdAt :: Lens' FlowTemplateSummary (Maybe UTCTime) Source #
The date when the workflow was created.
flowTemplateSummary_revisionNumber :: Lens' FlowTemplateSummary (Maybe Integer) Source #
The revision number of the workflow.
flowTemplateSummary_id :: Lens' FlowTemplateSummary (Maybe Text) Source #
The ID of the workflow.