| 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.StartUserImportJob
Description
Starts the user import.
- startUserImportJob :: Text -> Text -> StartUserImportJob
- data StartUserImportJob
- suijUserPoolId :: Lens' StartUserImportJob Text
- suijJobId :: Lens' StartUserImportJob Text
- startUserImportJobResponse :: Int -> StartUserImportJobResponse
- data StartUserImportJobResponse
- suijrsUserImportJob :: Lens' StartUserImportJobResponse (Maybe UserImportJobType)
- suijrsResponseStatus :: Lens' StartUserImportJobResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> StartUserImportJob |
Creates a value of StartUserImportJob with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
suijUserPoolId- The user pool ID for the user pool that the users are being imported into.suijJobId- The job ID for the user import job.
data StartUserImportJob Source #
Represents the request to start the user import job.
See: startUserImportJob smart constructor.
Instances
Request Lenses
suijUserPoolId :: Lens' StartUserImportJob Text Source #
The user pool ID for the user pool that the users are being imported into.
Destructuring the Response
startUserImportJobResponse Source #
Arguments
| :: Int | |
| -> StartUserImportJobResponse |
Creates a value of StartUserImportJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
suijrsUserImportJob- The job object that represents the user import job.suijrsResponseStatus- -- | The response status code.
data StartUserImportJobResponse Source #
Represents the response from the server to the request to start the user import job.
See: startUserImportJobResponse smart constructor.
Instances
Response Lenses
suijrsUserImportJob :: Lens' StartUserImportJobResponse (Maybe UserImportJobType) Source #
The job object that represents the user import job.
suijrsResponseStatus :: Lens' StartUserImportJobResponse Int Source #
- - | The response status code.