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