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 Domain = Domain' {}
- newDomain :: Domain
- domain_domainStatus :: Lens' Domain (Maybe DomainStatus)
- domain_arn :: Lens' Domain (Maybe Text)
- domain_createdAt :: Lens' Domain (Maybe UTCTime)
- domain_name :: Lens' Domain (Maybe Text)
- domain_domainId :: Lens' Domain (Maybe Text)
- domain_updatedAt :: Lens' Domain (Maybe UTCTime)
- domain_description :: Lens' Domain (Maybe Text)
- domain_serverSideEncryptionConfiguration :: Lens' Domain (Maybe ServerSideEncryptionConfiguration)
Documentation
Contains all the information about a domain.
See: newDomain
smart constructor.
Domain' | |
|
Instances
Create a value of Domain
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:Domain'
, domain_domainStatus
- The current status of the domain.
$sel:arn:Domain'
, domain_arn
- The Amazon Resource Name (ARN) for the domain.
$sel:createdAt:Domain'
, domain_createdAt
- The timestamp at which the domain is created.
$sel:name:Domain'
, domain_name
- The client-provided name for the domain.
$sel:domainId:Domain'
, domain_domainId
- The service-generated identifier for the domain.
$sel:updatedAt:Domain'
, domain_updatedAt
- The timestamp showing the domain's last update.
$sel:description:Domain'
, domain_description
- The client-provided description of the domain.
$sel:serverSideEncryptionConfiguration:Domain'
, domain_serverSideEncryptionConfiguration
- The server-side encryption configuration containing the KMS Key
Identifier you want Voice ID to use to encrypt your data.
domain_domainStatus :: Lens' Domain (Maybe DomainStatus) Source #
The current status of the domain.
domain_createdAt :: Lens' Domain (Maybe UTCTime) Source #
The timestamp at which the domain is created.
domain_domainId :: Lens' Domain (Maybe Text) Source #
The service-generated identifier for the domain.
domain_updatedAt :: Lens' Domain (Maybe UTCTime) Source #
The timestamp showing the domain's last update.
domain_description :: Lens' Domain (Maybe Text) Source #
The client-provided description of the domain.
domain_serverSideEncryptionConfiguration :: Lens' Domain (Maybe ServerSideEncryptionConfiguration) Source #
The server-side encryption configuration containing the KMS Key Identifier you want Voice ID to use to encrypt your data.