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 ServiceHealth Source #
Represents the health of an Amazon Web Services service.
See: newServiceHealth
smart constructor.
ServiceHealth' | |
|
Instances
newServiceHealth :: ServiceHealth Source #
Create a value of ServiceHealth
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:analyzedResourceCount:ServiceHealth'
, serviceHealth_analyzedResourceCount
- Number of resources that DevOps Guru is monitoring in an analyzed Amazon
Web Services service.
$sel:insight:ServiceHealth'
, serviceHealth_insight
- Represents the health of an Amazon Web Services service. This is a
ServiceInsightHealth
that contains the number of open proactive and
reactive insights for this service.
$sel:serviceName:ServiceHealth'
, serviceHealth_serviceName
- The name of the Amazon Web Services service.
serviceHealth_analyzedResourceCount :: Lens' ServiceHealth (Maybe Integer) Source #
Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.
serviceHealth_insight :: Lens' ServiceHealth (Maybe ServiceInsightHealth) Source #
Represents the health of an Amazon Web Services service. This is a
ServiceInsightHealth
that contains the number of open proactive and
reactive insights for this service.
serviceHealth_serviceName :: Lens' ServiceHealth (Maybe ServiceName) Source #
The name of the Amazon Web Services service.