Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ServiceHealth Source #
Represents the health of an AWS 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:insight:ServiceHealth'
, serviceHealth_insight
- Represents the health of an AWS 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 AWS service.
serviceHealth_insight :: Lens' ServiceHealth (Maybe ServiceInsightHealth) Source #
Represents the health of an AWS 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 AWS service.