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 |
Documentation
data DomainInformation Source #
See: newDomainInformation
smart constructor.
Instances
Create a value of DomainInformation
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:ownerId:DomainInformation'
, domainInformation_ownerId
- Undocumented member.
$sel:region:DomainInformation'
, domainInformation_region
- Undocumented member.
$sel:domainName:DomainInformation'
, domainInformation_domainName
- Undocumented member.
domainInformation_ownerId :: Lens' DomainInformation (Maybe Text) Source #
Undocumented member.
domainInformation_region :: Lens' DomainInformation (Maybe Text) Source #
Undocumented member.
domainInformation_domainName :: Lens' DomainInformation Text Source #
Undocumented member.