| 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.ComputeOptimizer.Types.Summary
Description
Synopsis
- data Summary = Summary' {}
- newSummary :: Summary
- summary_name :: Lens' Summary (Maybe Finding)
- summary_reasonCodeSummaries :: Lens' Summary (Maybe [ReasonCodeSummary])
- summary_value :: Lens' Summary (Maybe Double)
Documentation
The summary of a recommendation.
See: newSummary smart constructor.
Constructors
| Summary' | |
Fields
| |
Instances
| FromJSON Summary Source # | |
| Generic Summary Source # | |
| Read Summary Source # | |
| Show Summary Source # | |
| NFData Summary Source # | |
Defined in Amazonka.ComputeOptimizer.Types.Summary | |
| Eq Summary Source # | |
| Hashable Summary Source # | |
Defined in Amazonka.ComputeOptimizer.Types.Summary | |
| type Rep Summary Source # | |
Defined in Amazonka.ComputeOptimizer.Types.Summary type Rep Summary = D1 ('MetaData "Summary" "Amazonka.ComputeOptimizer.Types.Summary" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "Summary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Finding)) :*: (S1 ('MetaSel ('Just "reasonCodeSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReasonCodeSummary])) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))) | |
newSummary :: Summary Source #
Create a value of Summary 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:
Summary, summary_name - The finding classification of the recommendation.
$sel:reasonCodeSummaries:Summary', summary_reasonCodeSummaries - An array of objects that summarize a finding reason code.
Summary, summary_value - The value of the recommendation summary.
summary_name :: Lens' Summary (Maybe Finding) Source #
The finding classification of the recommendation.
summary_reasonCodeSummaries :: Lens' Summary (Maybe [ReasonCodeSummary]) Source #
An array of objects that summarize a finding reason code.