| 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.ResilienceHub.Types.ResiliencyScore
Description
Synopsis
Documentation
data ResiliencyScore Source #
The overall resiliency score, returned as an object that includes the disruption score and outage score.
See: newResiliencyScore smart constructor.
Constructors
| ResiliencyScore' | |
Fields
| |
Instances
Arguments
| :: Double | |
| -> ResiliencyScore |
Create a value of ResiliencyScore 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:disruptionScore:ResiliencyScore', resiliencyScore_disruptionScore - The disruption score for a valid key.
$sel:score:ResiliencyScore', resiliencyScore_score - The outage score for a valid key.
resiliencyScore_disruptionScore :: Lens' ResiliencyScore (HashMap DisruptionType Double) Source #
The disruption score for a valid key.
resiliencyScore_score :: Lens' ResiliencyScore Double Source #
The outage score for a valid key.