| 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.CloseStatusFilter
Description
Documentation
data CloseStatusFilter Source #
Used to filter the closed workflow executions in visibility APIs by their close status.
See: newCloseStatusFilter smart constructor.
Constructors
| CloseStatusFilter' | |
Fields
| |
Instances
Arguments
| :: CloseStatus | |
| -> CloseStatusFilter |
Create a value of CloseStatusFilter 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:status:CloseStatusFilter', closeStatusFilter_status - The close status that must match the close status of an execution for it
to meet the criteria of this filter.
closeStatusFilter_status :: Lens' CloseStatusFilter CloseStatus Source #
The close status that must match the close status of an execution for it to meet the criteria of this filter.