| 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.DrS.Types.Licensing
Description
Synopsis
- data Licensing = Licensing' {}
- newLicensing :: Licensing
- licensing_osByol :: Lens' Licensing (Maybe Bool)
Documentation
Configuration of a machine's license.
See: newLicensing smart constructor.
Constructors
| Licensing' | |
Instances
| FromJSON Licensing Source # | |
| ToJSON Licensing Source # | |
Defined in Amazonka.DrS.Types.Licensing | |
| Generic Licensing Source # | |
| Read Licensing Source # | |
| Show Licensing Source # | |
| NFData Licensing Source # | |
Defined in Amazonka.DrS.Types.Licensing | |
| Eq Licensing Source # | |
| Hashable Licensing Source # | |
Defined in Amazonka.DrS.Types.Licensing | |
| type Rep Licensing Source # | |
Defined in Amazonka.DrS.Types.Licensing | |
newLicensing :: Licensing Source #
Create a value of Licensing 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:osByol:Licensing', licensing_osByol - Whether to enable "Bring your own license" or not.