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 |
Documentation
data ServiceInsightHealth Source #
Contains the number of open proactive and reactive insights in an analyzed Amazon Web Services service.
See: newServiceInsightHealth
smart constructor.
ServiceInsightHealth' | |
|
Instances
newServiceInsightHealth :: ServiceInsightHealth Source #
Create a value of ServiceInsightHealth
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:openProactiveInsights:ServiceInsightHealth'
, serviceInsightHealth_openProactiveInsights
- The number of open proactive insights in the Amazon Web Services service
$sel:openReactiveInsights:ServiceInsightHealth'
, serviceInsightHealth_openReactiveInsights
- The number of open reactive insights in the Amazon Web Services service
serviceInsightHealth_openProactiveInsights :: Lens' ServiceInsightHealth (Maybe Int) Source #
The number of open proactive insights in the Amazon Web Services service
serviceInsightHealth_openReactiveInsights :: Lens' ServiceInsightHealth (Maybe Int) Source #
The number of open reactive insights in the Amazon Web Services service