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 FlowTemplateDescription = FlowTemplateDescription' {}
- newFlowTemplateDescription :: FlowTemplateDescription
- flowTemplateDescription_summary :: Lens' FlowTemplateDescription (Maybe FlowTemplateSummary)
- flowTemplateDescription_definition :: Lens' FlowTemplateDescription (Maybe DefinitionDocument)
- flowTemplateDescription_validatedNamespaceVersion :: Lens' FlowTemplateDescription (Maybe Integer)
Documentation
data FlowTemplateDescription Source #
An object that contains a workflow's definition and summary information.
See: newFlowTemplateDescription
smart constructor.
FlowTemplateDescription' | |
|
Instances
newFlowTemplateDescription :: FlowTemplateDescription Source #
Create a value of FlowTemplateDescription
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:summary:FlowTemplateDescription'
, flowTemplateDescription_summary
- An object that contains summary information about a workflow.
$sel:definition:FlowTemplateDescription'
, flowTemplateDescription_definition
- A workflow's definition document.
$sel:validatedNamespaceVersion:FlowTemplateDescription'
, flowTemplateDescription_validatedNamespaceVersion
- The version of the user's namespace against which the workflow was
validated. Use this value in your system instance.
flowTemplateDescription_summary :: Lens' FlowTemplateDescription (Maybe FlowTemplateSummary) Source #
An object that contains summary information about a workflow.
flowTemplateDescription_definition :: Lens' FlowTemplateDescription (Maybe DefinitionDocument) Source #
A workflow's definition document.
flowTemplateDescription_validatedNamespaceVersion :: Lens' FlowTemplateDescription (Maybe Integer) Source #
The version of the user's namespace against which the workflow was validated. Use this value in your system instance.