| 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 |
Amazonka.CodeGuruProfiler.Types.Match
Description
Documentation
The part of a profile that contains a recommendation found during analysis.
See: newMatch smart constructor.
Constructors
| Match' | |
Fields
| |
Instances
| Eq Match Source # | |
| Read Match Source # | |
| Show Match Source # | |
| Generic Match Source # | |
| NFData Match Source # | |
Defined in Amazonka.CodeGuruProfiler.Types.Match | |
| Hashable Match Source # | |
Defined in Amazonka.CodeGuruProfiler.Types.Match | |
| FromJSON Match Source # | |
| type Rep Match Source # | |
Defined in Amazonka.CodeGuruProfiler.Types.Match type Rep Match = D1 ('MetaData "Match" "Amazonka.CodeGuruProfiler.Types.Match" "libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler" 'False) (C1 ('MetaCons "Match'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thresholdBreachValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "frameAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetFramesIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) | |
Create a value of Match 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:thresholdBreachValue:Match', match_thresholdBreachValue - The value in the profile data that exceeded the recommendation
threshold.
$sel:frameAddress:Match', match_frameAddress - The location in the profiling graph that contains a recommendation found
during analysis.
$sel:targetFramesIndex:Match', match_targetFramesIndex - The target frame that triggered a match.
match_thresholdBreachValue :: Lens' Match (Maybe Double) Source #
The value in the profile data that exceeded the recommendation threshold.