| 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.WorkflowTypeFilter
Description
Documentation
data WorkflowTypeFilter Source #
Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.
See: newWorkflowTypeFilter smart constructor.
Constructors
| WorkflowTypeFilter' | |
Instances
newWorkflowTypeFilter Source #
Arguments
| :: Text | |
| -> WorkflowTypeFilter |
Create a value of WorkflowTypeFilter 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:version:WorkflowTypeFilter', workflowTypeFilter_version - Version of the workflow type.
$sel:name:WorkflowTypeFilter', workflowTypeFilter_name - Name of the workflow type.
workflowTypeFilter_version :: Lens' WorkflowTypeFilter (Maybe Text) Source #
Version of the workflow type.
workflowTypeFilter_name :: Lens' WorkflowTypeFilter Text Source #
Name of the workflow type.