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_domainStatus :: Lens' DomainSummary (Maybe DomainStatus)
- domainSummary_arn :: Lens' DomainSummary (Maybe Text)
- domainSummary_createdAt :: Lens' DomainSummary (Maybe UTCTime)
- domainSummary_name :: Lens' DomainSummary (Maybe Text)
- domainSummary_domainId :: Lens' DomainSummary (Maybe Text)
- domainSummary_updatedAt :: Lens' DomainSummary (Maybe UTCTime)
- domainSummary_description :: Lens' DomainSummary (Maybe Text)
- domainSummary_serverSideEncryptionConfiguration :: Lens' DomainSummary (Maybe ServerSideEncryptionConfiguration)
Documentation
data DomainSummary Source #
Contains a summary of information about a 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:domainStatus:DomainSummary'
, domainSummary_domainStatus
- The current status of the domain.
$sel:arn:DomainSummary'
, domainSummary_arn
- The Amazon Resource Name (ARN) for the domain.
$sel:createdAt:DomainSummary'
, domainSummary_createdAt
- The timestamp showing when the domain is created.
$sel:name:DomainSummary'
, domainSummary_name
- The client-provided name for the domain.
$sel:domainId:DomainSummary'
, domainSummary_domainId
- The service-generated identifier for the domain.
$sel:updatedAt:DomainSummary'
, domainSummary_updatedAt
- The timestamp showing the domain's last update.
$sel:description:DomainSummary'
, domainSummary_description
- The client-provided description of the domain.
$sel:serverSideEncryptionConfiguration:DomainSummary'
, domainSummary_serverSideEncryptionConfiguration
- The server-side encryption configuration containing the KMS Key
Identifier you want Voice ID to use to encrypt your data..
domainSummary_domainStatus :: Lens' DomainSummary (Maybe DomainStatus) Source #
The current status of the domain.
domainSummary_arn :: Lens' DomainSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) for the domain.
domainSummary_createdAt :: Lens' DomainSummary (Maybe UTCTime) Source #
The timestamp showing when the domain is created.
domainSummary_name :: Lens' DomainSummary (Maybe Text) Source #
The client-provided name for the domain.
domainSummary_domainId :: Lens' DomainSummary (Maybe Text) Source #
The service-generated identifier for the domain.
domainSummary_updatedAt :: Lens' DomainSummary (Maybe UTCTime) Source #
The timestamp showing the domain's last update.
domainSummary_description :: Lens' DomainSummary (Maybe Text) Source #
The client-provided description of the domain.
domainSummary_serverSideEncryptionConfiguration :: Lens' DomainSummary (Maybe ServerSideEncryptionConfiguration) Source #
The server-side encryption configuration containing the KMS Key Identifier you want Voice ID to use to encrypt your data..