| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CognitoIdentityProvider.DescribeUserPool
Description
Returns the configuration information and metadata of the specified user pool.
- describeUserPool :: Text -> DescribeUserPool
- data DescribeUserPool
- dUserPoolId :: Lens' DescribeUserPool Text
- describeUserPoolResponse :: Int -> DescribeUserPoolResponse
- data DescribeUserPoolResponse
- duprsUserPool :: Lens' DescribeUserPoolResponse (Maybe UserPoolType)
- duprsResponseStatus :: Lens' DescribeUserPoolResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeUserPool |
Creates a value of DescribeUserPool with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dUserPoolId- The user pool ID for the user pool you want to describe.
data DescribeUserPool Source #
Represents the request to describe the user pool.
See: describeUserPool smart constructor.
Instances
Request Lenses
dUserPoolId :: Lens' DescribeUserPool Text Source #
The user pool ID for the user pool you want to describe.
Destructuring the Response
describeUserPoolResponse Source #
Arguments
| :: Int | |
| -> DescribeUserPoolResponse |
Creates a value of DescribeUserPoolResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
duprsUserPool- The container of metadata returned by the server to describe the pool.duprsResponseStatus- -- | The response status code.
data DescribeUserPoolResponse Source #
Represents the response to describe the user pool.
See: describeUserPoolResponse smart constructor.
Response Lenses
duprsUserPool :: Lens' DescribeUserPoolResponse (Maybe UserPoolType) Source #
The container of metadata returned by the server to describe the pool.
duprsResponseStatus :: Lens' DescribeUserPoolResponse Int Source #
- - | The response status code.