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 WorkflowType = WorkflowType' {}
- newWorkflowType :: Text -> Text -> WorkflowType
- workflowType_name :: Lens' WorkflowType Text
- workflowType_version :: Lens' WorkflowType Text
Documentation
data WorkflowType Source #
Represents a workflow type.
See: newWorkflowType
smart constructor.
Instances
Create a value of WorkflowType
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:WorkflowType'
, workflowType_name
- The name of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
$sel:version:WorkflowType'
, workflowType_version
- The version of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
workflowType_name :: Lens' WorkflowType Text Source #
The name of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
workflowType_version :: Lens' WorkflowType Text Source #
The version of the workflow type.
The combination of workflow type name and version must be unique with in a domain.