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 |
Synopsis
- data DomainSummary = DomainSummary' {}
- newDomainSummary :: DomainSummary
- domainSummary_autoRenew :: Lens' DomainSummary (Maybe Bool)
- domainSummary_domainName :: Lens' DomainSummary (Maybe Text)
- domainSummary_expiry :: Lens' DomainSummary (Maybe UTCTime)
- domainSummary_transferLock :: Lens' DomainSummary (Maybe Bool)
Documentation
data DomainSummary Source #
Summary information about one domain.
See: newDomainSummary
smart constructor.
DomainSummary' | |
|
Instances
newDomainSummary :: DomainSummary Source #
Create a value of DomainSummary
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:autoRenew:DomainSummary'
, domainSummary_autoRenew
- Indicates whether the domain is automatically renewed upon expiration.
$sel:domainName:DomainSummary'
, domainSummary_domainName
- The name of the domain that the summary information applies to.
$sel:expiry:DomainSummary'
, domainSummary_expiry
- Expiration date of the domain in Unix time format and Coordinated
Universal Time (UTC).
$sel:transferLock:DomainSummary'
, domainSummary_transferLock
- Indicates whether a domain is locked from unauthorized transfer to
another party.
domainSummary_autoRenew :: Lens' DomainSummary (Maybe Bool) Source #
Indicates whether the domain is automatically renewed upon expiration.
domainSummary_domainName :: Lens' DomainSummary (Maybe Text) Source #
The name of the domain that the summary information applies to.
domainSummary_expiry :: Lens' DomainSummary (Maybe UTCTime) Source #
Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).
domainSummary_transferLock :: Lens' DomainSummary (Maybe Bool) Source #
Indicates whether a domain is locked from unauthorized transfer to another party.