| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SWF.Types.WorkflowType
Description
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.
Constructors
| WorkflowType' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> WorkflowType |
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.