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 ReportedOs = ReportedOs' {}
- newReportedOs :: ReportedOs
- reportedOs_family :: Lens' ReportedOs (Maybe Text)
- reportedOs_name :: Lens' ReportedOs (Maybe Text)
- reportedOs_version :: Lens' ReportedOs (Maybe Text)
Documentation
data ReportedOs Source #
A registered instance's reported operating system.
See: newReportedOs
smart constructor.
Instances
newReportedOs :: ReportedOs Source #
Create a value of ReportedOs
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:family:ReportedOs'
, reportedOs_family
- The operating system family.
$sel:name:ReportedOs'
, reportedOs_name
- The operating system name.
$sel:version:ReportedOs'
, reportedOs_version
- The operating system version.
reportedOs_family :: Lens' ReportedOs (Maybe Text) Source #
The operating system family.
reportedOs_name :: Lens' ReportedOs (Maybe Text) Source #
The operating system name.
reportedOs_version :: Lens' ReportedOs (Maybe Text) Source #
The operating system version.