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 DomainSummary = DomainSummary' {}
- newDomainSummary :: Text -> UTCTime -> DomainStatus -> DomainSummary
- domainSummary_displayName :: Lens' DomainSummary (Maybe Text)
- domainSummary_domainName :: Lens' DomainSummary Text
- domainSummary_createdTime :: Lens' DomainSummary UTCTime
- domainSummary_domainStatus :: Lens' DomainSummary DomainStatus
Documentation
data DomainSummary Source #
The summary of the domain.
See: newDomainSummary
smart constructor.
DomainSummary' | |
|
Instances
:: Text | |
-> UTCTime | |
-> DomainStatus | |
-> DomainSummary |
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:displayName:DomainSummary'
, domainSummary_displayName
- The name to display.
$sel:domainName:DomainSummary'
, domainSummary_domainName
- The name of the domain.
$sel:createdTime:DomainSummary'
, domainSummary_createdTime
- The time that the domain was created.
$sel:domainStatus:DomainSummary'
, domainSummary_domainStatus
- The status of the domain.
domainSummary_displayName :: Lens' DomainSummary (Maybe Text) Source #
The name to display.
domainSummary_domainName :: Lens' DomainSummary Text Source #
The name of the domain.
domainSummary_createdTime :: Lens' DomainSummary UTCTime Source #
The time that the domain was created.
domainSummary_domainStatus :: Lens' DomainSummary DomainStatus Source #
The status of the domain.