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 :: DomainSummary
- domainSummary_status :: Lens' DomainSummary (Maybe DomainStatus)
- domainSummary_arn :: Lens' DomainSummary (Maybe Text)
- domainSummary_createdTime :: Lens' DomainSummary (Maybe UTCTime)
- domainSummary_owner :: Lens' DomainSummary (Maybe Text)
- domainSummary_name :: Lens' DomainSummary (Maybe Text)
- domainSummary_encryptionKey :: Lens' DomainSummary (Maybe Text)
Documentation
data DomainSummary Source #
Information about a domain, including its name, Amazon Resource Name
(ARN), and status. The
ListDomains
operation returns a list of DomainSummary
objects.
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:status:DomainSummary'
, domainSummary_status
- A string that contains the status of the domain. The valid values are:
Active
Deleted
$sel:arn:DomainSummary'
, domainSummary_arn
- The ARN of the domain.
$sel:createdTime:DomainSummary'
, domainSummary_createdTime
- A timestamp that contains the date and time the domain was created.
$sel:owner:DomainSummary'
, domainSummary_owner
- The 12-digit account number of the AWS account that owns the domain. It
does not include dashes or spaces.
$sel:name:DomainSummary'
, domainSummary_name
- The name of the domain.
$sel:encryptionKey:DomainSummary'
, domainSummary_encryptionKey
- The key used to encrypt the domain.
domainSummary_status :: Lens' DomainSummary (Maybe DomainStatus) Source #
A string that contains the status of the domain. The valid values are:
Active
Deleted
domainSummary_arn :: Lens' DomainSummary (Maybe Text) Source #
The ARN of the domain.
domainSummary_createdTime :: Lens' DomainSummary (Maybe UTCTime) Source #
A timestamp that contains the date and time the domain was created.
domainSummary_owner :: Lens' DomainSummary (Maybe Text) Source #
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
domainSummary_name :: Lens' DomainSummary (Maybe Text) Source #
The name of the domain.
domainSummary_encryptionKey :: Lens' DomainSummary (Maybe Text) Source #
The key used to encrypt the domain.