| 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.GuardDuty.Types.ServiceAdditionalInfo
Description
Documentation
data ServiceAdditionalInfo Source #
Additional information about the generated finding.
See: newServiceAdditionalInfo smart constructor.
Constructors
| ServiceAdditionalInfo' | |
Instances
newServiceAdditionalInfo :: ServiceAdditionalInfo Source #
Create a value of ServiceAdditionalInfo 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:type':ServiceAdditionalInfo', serviceAdditionalInfo_type - Describes the type of the additional information.
$sel:value:ServiceAdditionalInfo', serviceAdditionalInfo_value - This field specifies the value of the additional information.
serviceAdditionalInfo_type :: Lens' ServiceAdditionalInfo (Maybe Text) Source #
Describes the type of the additional information.
serviceAdditionalInfo_value :: Lens' ServiceAdditionalInfo (Maybe Text) Source #
This field specifies the value of the additional information.