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 LicenseInfo = LicenseInfo' {}
- newLicenseInfo :: LicenseInfo
- licenseInfo_url :: Lens' LicenseInfo (Maybe Text)
- licenseInfo_name :: Lens' LicenseInfo (Maybe Text)
Documentation
data LicenseInfo Source #
Details of the license data.
See: newLicenseInfo
smart constructor.
Instances
newLicenseInfo :: LicenseInfo Source #
Create a value of LicenseInfo
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:url:LicenseInfo'
, licenseInfo_url
- The URL for license data.
$sel:name:LicenseInfo'
, licenseInfo_name
- Name of the license.
licenseInfo_url :: Lens' LicenseInfo (Maybe Text) Source #
The URL for license data.
licenseInfo_name :: Lens' LicenseInfo (Maybe Text) Source #
Name of the license.