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 |
Describes the specified domain.
Synopsis
- data DescribeDomain = DescribeDomain' {}
- newDescribeDomain :: Text -> DescribeDomain
- describeDomain_domainId :: Lens' DescribeDomain Text
- data DescribeDomainResponse = DescribeDomainResponse' {
- domain :: Maybe Domain
- httpStatus :: Int
- newDescribeDomainResponse :: Int -> DescribeDomainResponse
- describeDomainResponse_domain :: Lens' DescribeDomainResponse (Maybe Domain)
- describeDomainResponse_httpStatus :: Lens' DescribeDomainResponse Int
Creating a Request
data DescribeDomain Source #
See: newDescribeDomain
smart constructor.
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:domainId:DescribeDomain'
, describeDomain_domainId
- The identifier of the domain you are describing.
Request Lenses
describeDomain_domainId :: Lens' DescribeDomain Text Source #
The identifier of the domain you are describing.
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:domain:DescribeDomainResponse'
, describeDomainResponse_domain
- Information about the specified domain.
$sel:httpStatus:DescribeDomainResponse'
, describeDomainResponse_httpStatus
- The response's http status code.
Response Lenses
describeDomainResponse_domain :: Lens' DescribeDomainResponse (Maybe Domain) Source #
Information about the specified domain.
describeDomainResponse_httpStatus :: Lens' DescribeDomainResponse Int Source #
The response's http status code.