| 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.WorkflowTypeInfo
Description
Synopsis
- data WorkflowTypeInfo = WorkflowTypeInfo' {}
- newWorkflowTypeInfo :: WorkflowType -> RegistrationStatus -> UTCTime -> WorkflowTypeInfo
- workflowTypeInfo_deprecationDate :: Lens' WorkflowTypeInfo (Maybe UTCTime)
- workflowTypeInfo_description :: Lens' WorkflowTypeInfo (Maybe Text)
- workflowTypeInfo_workflowType :: Lens' WorkflowTypeInfo WorkflowType
- workflowTypeInfo_status :: Lens' WorkflowTypeInfo RegistrationStatus
- workflowTypeInfo_creationDate :: Lens' WorkflowTypeInfo UTCTime
Documentation
data WorkflowTypeInfo Source #
Contains information about a workflow type.
See: newWorkflowTypeInfo smart constructor.
Constructors
| WorkflowTypeInfo' | |
Fields
| |
Instances
Arguments
| :: WorkflowType | |
| -> RegistrationStatus | |
| -> UTCTime | |
| -> WorkflowTypeInfo |
Create a value of WorkflowTypeInfo 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:deprecationDate:WorkflowTypeInfo', workflowTypeInfo_deprecationDate - If the type is in deprecated state, then it is set to the date when the
type was deprecated.
$sel:description:WorkflowTypeInfo', workflowTypeInfo_description - The description of the type registered through RegisterWorkflowType.
$sel:workflowType:WorkflowTypeInfo', workflowTypeInfo_workflowType - The workflow type this information is about.
$sel:status:WorkflowTypeInfo', workflowTypeInfo_status - The current status of the workflow type.
$sel:creationDate:WorkflowTypeInfo', workflowTypeInfo_creationDate - The date when this type was registered.
workflowTypeInfo_deprecationDate :: Lens' WorkflowTypeInfo (Maybe UTCTime) Source #
If the type is in deprecated state, then it is set to the date when the type was deprecated.
workflowTypeInfo_description :: Lens' WorkflowTypeInfo (Maybe Text) Source #
The description of the type registered through RegisterWorkflowType.
workflowTypeInfo_workflowType :: Lens' WorkflowTypeInfo WorkflowType Source #
The workflow type this information is about.
workflowTypeInfo_status :: Lens' WorkflowTypeInfo RegistrationStatus Source #
The current status of the workflow type.
workflowTypeInfo_creationDate :: Lens' WorkflowTypeInfo UTCTime Source #
The date when this type was registered.