| 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.DevOpsGuru.Types.ListInsightsOngoingStatusFilter
Description
Documentation
data ListInsightsOngoingStatusFilter Source #
Used to filter for insights that have the status ONGOING.
See: newListInsightsOngoingStatusFilter smart constructor.
Constructors
| ListInsightsOngoingStatusFilter' | |
Fields
| |
Instances
newListInsightsOngoingStatusFilter Source #
Arguments
| :: InsightType | |
| -> ListInsightsOngoingStatusFilter |
Create a value of ListInsightsOngoingStatusFilter 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:type':ListInsightsOngoingStatusFilter', listInsightsOngoingStatusFilter_type - Use to filter for either REACTIVE or PROACTIVE insights.
listInsightsOngoingStatusFilter_type :: Lens' ListInsightsOngoingStatusFilter InsightType Source #
Use to filter for either REACTIVE or PROACTIVE insights.