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 |
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.
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.
DescribeUserPoolDomainResponse' | |
|
Instances
Eq DescribeUserPoolDomainResponse Source # | |
Read DescribeUserPoolDomainResponse Source # | |
Show DescribeUserPoolDomainResponse Source # | |
Generic DescribeUserPoolDomainResponse Source # | |
NFData DescribeUserPoolDomainResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolDomain rnf :: DescribeUserPoolDomainResponse -> () # | |
type Rep DescribeUserPoolDomainResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DescribeUserPoolDomain type Rep DescribeUserPoolDomainResponse = D1 ('MetaData "DescribeUserPoolDomainResponse" "Amazonka.CognitoIdentityProvider.DescribeUserPoolDomain" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "DescribeUserPoolDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainDescriptionType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.