| 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.MigrationHubStrategy.Types.OSInfo
Description
Documentation
Information about the operating system.
See: newOSInfo smart constructor.
Constructors
| OSInfo' | |
Instances
| FromJSON OSInfo Source # | |
| Generic OSInfo Source # | |
| Read OSInfo Source # | |
| Show OSInfo Source # | |
| NFData OSInfo Source # | |
Defined in Amazonka.MigrationHubStrategy.Types.OSInfo | |
| Eq OSInfo Source # | |
| Hashable OSInfo Source # | |
Defined in Amazonka.MigrationHubStrategy.Types.OSInfo | |
| type Rep OSInfo Source # | |
Defined in Amazonka.MigrationHubStrategy.Types.OSInfo type Rep OSInfo = D1 ('MetaData "OSInfo" "Amazonka.MigrationHubStrategy.Types.OSInfo" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "OSInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OSType)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of OSInfo 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':OSInfo', oSInfo_type - Information about the type of operating system.
$sel:version:OSInfo', oSInfo_version - Information about the version of operating system.