| 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.DescribeUserImportJob
Description
Describes the user import job.
- describeUserImportJob :: Text -> Text -> DescribeUserImportJob
- data DescribeUserImportJob
- duijUserPoolId :: Lens' DescribeUserImportJob Text
- duijJobId :: Lens' DescribeUserImportJob Text
- describeUserImportJobResponse :: Int -> DescribeUserImportJobResponse
- data DescribeUserImportJobResponse
- duijrsUserImportJob :: Lens' DescribeUserImportJobResponse (Maybe UserImportJobType)
- duijrsResponseStatus :: Lens' DescribeUserImportJobResponse Int
Creating a Request
describeUserImportJob Source #
Arguments
| :: Text | |
| -> Text | |
| -> DescribeUserImportJob |
Creates a value of DescribeUserImportJob with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
duijUserPoolId- The user pool ID for the user pool that the users are being imported into.duijJobId- The job ID for the user import job.
data DescribeUserImportJob Source #
Represents the request to describe the user import job.
See: describeUserImportJob smart constructor.
Instances
Request Lenses
duijUserPoolId :: Lens' DescribeUserImportJob Text Source #
The user pool ID for the user pool that the users are being imported into.
Destructuring the Response
describeUserImportJobResponse Source #
Arguments
| :: Int | |
| -> DescribeUserImportJobResponse |
Creates a value of DescribeUserImportJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
duijrsUserImportJob- The job object that represents the user import job.duijrsResponseStatus- -- | The response status code.
data DescribeUserImportJobResponse Source #
Represents the response from the server to the request to describe the user import job.
See: describeUserImportJobResponse smart constructor.
Instances
Response Lenses
duijrsUserImportJob :: Lens' DescribeUserImportJobResponse (Maybe UserImportJobType) Source #
The job object that represents the user import job.
duijrsResponseStatus :: Lens' DescribeUserImportJobResponse Int Source #
- - | The response status code.