Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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 #
Arguments
:: Text | |
-> DescribeUserPoolDomain |
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:
DescribeUserPoolDomain
, describeUserPoolDomain_domain
- The domain string. For custom domains, this is the fully-qualified
domain name, such as auth.example.com
. For Amazon Cognito prefix
domains, this is the prefix alone, such as auth
.
Request Lenses
describeUserPoolDomain_domain :: Lens' DescribeUserPoolDomain Text Source #
The domain string. For custom domains, this is the fully-qualified
domain name, such as auth.example.com
. For Amazon Cognito prefix
domains, this is the prefix alone, such as auth
.
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.