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 |
Provides information about the domain.
Synopsis
- data DescribeDomain = DescribeDomain' {
- fleetArn :: Text
- domainName :: Text
- newDescribeDomain :: Text -> Text -> DescribeDomain
- describeDomain_fleetArn :: Lens' DescribeDomain Text
- describeDomain_domainName :: Lens' DescribeDomain Text
- data DescribeDomainResponse = DescribeDomainResponse' {}
- newDescribeDomainResponse :: Int -> DescribeDomainResponse
- describeDomainResponse_domainStatus :: Lens' DescribeDomainResponse (Maybe DomainStatus)
- describeDomainResponse_acmCertificateArn :: Lens' DescribeDomainResponse (Maybe Text)
- describeDomainResponse_createdTime :: Lens' DescribeDomainResponse (Maybe UTCTime)
- describeDomainResponse_domainName :: Lens' DescribeDomainResponse (Maybe Text)
- describeDomainResponse_displayName :: Lens' DescribeDomainResponse (Maybe Text)
- describeDomainResponse_httpStatus :: Lens' DescribeDomainResponse Int
Creating a Request
data DescribeDomain Source #
See: newDescribeDomain
smart constructor.
DescribeDomain' | |
|
Instances
Create a value of DescribeDomain
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:fleetArn:DescribeDomain'
, describeDomain_fleetArn
- The ARN of the fleet.
$sel:domainName:DescribeDomain'
, describeDomain_domainName
- The name of the domain.
Request Lenses
describeDomain_fleetArn :: Lens' DescribeDomain Text Source #
The ARN of the fleet.
describeDomain_domainName :: Lens' DescribeDomain Text Source #
The name of the domain.
Destructuring the Response
data DescribeDomainResponse Source #
See: newDescribeDomainResponse
smart constructor.
DescribeDomainResponse' | |
|
Instances
newDescribeDomainResponse Source #
Create a value of DescribeDomainResponse
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:DescribeDomainResponse'
, describeDomainResponse_domainStatus
- The current state for the domain.
$sel:acmCertificateArn:DescribeDomainResponse'
, describeDomainResponse_acmCertificateArn
- The ARN of an issued ACM certificate that is valid for the domain being
associated.
$sel:createdTime:DescribeDomainResponse'
, describeDomainResponse_createdTime
- The time that the domain was added.
$sel:domainName:DescribeDomain'
, describeDomainResponse_domainName
- The name of the domain.
$sel:displayName:DescribeDomainResponse'
, describeDomainResponse_displayName
- The name to display.
$sel:httpStatus:DescribeDomainResponse'
, describeDomainResponse_httpStatus
- The response's http status code.
Response Lenses
describeDomainResponse_domainStatus :: Lens' DescribeDomainResponse (Maybe DomainStatus) Source #
The current state for the domain.
describeDomainResponse_acmCertificateArn :: Lens' DescribeDomainResponse (Maybe Text) Source #
The ARN of an issued ACM certificate that is valid for the domain being associated.
describeDomainResponse_createdTime :: Lens' DescribeDomainResponse (Maybe UTCTime) Source #
The time that the domain was added.
describeDomainResponse_domainName :: Lens' DescribeDomainResponse (Maybe Text) Source #
The name of the domain.
describeDomainResponse_displayName :: Lens' DescribeDomainResponse (Maybe Text) Source #
The name to display.
describeDomainResponse_httpStatus :: Lens' DescribeDomainResponse Int Source #
The response's http status code.