| 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 |
Amazonka.CognitoIdentityProvider.DescribeUserPoolDomain
Description
Gets information about a domain.
Synopsis
- data DescribeUserPoolDomain = DescribeUserPoolDomain' {}
- newDescribeUserPoolDomain :: Text -> DescribeUserPoolDomain
- describeUserPoolDomain_domain :: Lens' DescribeUserPoolDomain Text
- data DescribeUserPoolDomainResponse = DescribeUserPoolDomainResponse' {}
- newDescribeUserPoolDomainResponse :: Int -> DescribeUserPoolDomainResponse
- describeUserPoolDomainResponse_domainDescription :: Lens' DescribeUserPoolDomainResponse (Maybe DomainDescriptionType)
- describeUserPoolDomainResponse_httpStatus :: Lens' DescribeUserPoolDomainResponse Int
Creating a Request
data DescribeUserPoolDomain Source #
See: newDescribeUserPoolDomain smart constructor.
Constructors
| DescribeUserPoolDomain' | |
Instances
newDescribeUserPoolDomain Source #
Create a value of DescribeUserPoolDomain 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:DescribeUserPoolDomain', describeUserPoolDomain_domain - The domain string.
Request Lenses
describeUserPoolDomain_domain :: Lens' DescribeUserPoolDomain Text Source #
The domain string.
Destructuring the Response
data DescribeUserPoolDomainResponse Source #
See: newDescribeUserPoolDomainResponse smart constructor.
Constructors
| DescribeUserPoolDomainResponse' | |
Fields
| |
Instances
newDescribeUserPoolDomainResponse Source #
Create a value of DescribeUserPoolDomainResponse 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:domainDescription:DescribeUserPoolDomainResponse', describeUserPoolDomainResponse_domainDescription - A domain description object containing information about the domain.
$sel:httpStatus:DescribeUserPoolDomainResponse', describeUserPoolDomainResponse_httpStatus - The response's http status code.
Response Lenses
describeUserPoolDomainResponse_domainDescription :: Lens' DescribeUserPoolDomainResponse (Maybe DomainDescriptionType) Source #
A domain description object containing information about the domain.
describeUserPoolDomainResponse_httpStatus :: Lens' DescribeUserPoolDomainResponse Int Source #
The response's http status code.