| 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.Config.Types.FieldInfo
Description
Synopsis
- data FieldInfo = FieldInfo' {}
- newFieldInfo :: FieldInfo
- fieldInfo_name :: Lens' FieldInfo (Maybe Text)
Documentation
Details about the fields such as name of the field.
See: newFieldInfo smart constructor.
Constructors
| FieldInfo' | |
Instances
| FromJSON FieldInfo Source # | |
| Generic FieldInfo Source # | |
| Read FieldInfo Source # | |
| Show FieldInfo Source # | |
| NFData FieldInfo Source # | |
Defined in Amazonka.Config.Types.FieldInfo | |
| Eq FieldInfo Source # | |
| Hashable FieldInfo Source # | |
Defined in Amazonka.Config.Types.FieldInfo | |
| type Rep FieldInfo Source # | |
Defined in Amazonka.Config.Types.FieldInfo | |
newFieldInfo :: FieldInfo Source #
Create a value of FieldInfo 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:name:FieldInfo', fieldInfo_name - Name of the field.