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 ListDomainItem = ListDomainItem' {}
- newListDomainItem :: Text -> UTCTime -> UTCTime -> ListDomainItem
- listDomainItem_tags :: Lens' ListDomainItem (Maybe (HashMap Text Text))
- listDomainItem_domainName :: Lens' ListDomainItem Text
- listDomainItem_createdAt :: Lens' ListDomainItem UTCTime
- listDomainItem_lastUpdatedAt :: Lens' ListDomainItem UTCTime
Documentation
data ListDomainItem Source #
An object in a list that represents a domain.
See: newListDomainItem
smart constructor.
Instances
:: Text | |
-> UTCTime | |
-> UTCTime | |
-> ListDomainItem |
Create a value of ListDomainItem
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:tags:ListDomainItem'
, listDomainItem_tags
- The tags used to organize, track, or control access for this resource.
$sel:domainName:ListDomainItem'
, listDomainItem_domainName
- The unique name of the domain.
$sel:createdAt:ListDomainItem'
, listDomainItem_createdAt
- The timestamp of when the domain was created.
$sel:lastUpdatedAt:ListDomainItem'
, listDomainItem_lastUpdatedAt
- The timestamp of when the domain was most recently edited.
listDomainItem_tags :: Lens' ListDomainItem (Maybe (HashMap Text Text)) Source #
The tags used to organize, track, or control access for this resource.
listDomainItem_domainName :: Lens' ListDomainItem Text Source #
The unique name of the domain.
listDomainItem_createdAt :: Lens' ListDomainItem UTCTime Source #
The timestamp of when the domain was created.
listDomainItem_lastUpdatedAt :: Lens' ListDomainItem UTCTime Source #
The timestamp of when the domain was most recently edited.