| 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.StopUserImportJob
Description
Stops the user import job.
- stopUserImportJob :: Text -> Text -> StopUserImportJob
- data StopUserImportJob
- sUserPoolId :: Lens' StopUserImportJob Text
- sJobId :: Lens' StopUserImportJob Text
- stopUserImportJobResponse :: Int -> StopUserImportJobResponse
- data StopUserImportJobResponse
- srsUserImportJob :: Lens' StopUserImportJobResponse (Maybe UserImportJobType)
- srsResponseStatus :: Lens' StopUserImportJobResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> StopUserImportJob |
Creates a value of StopUserImportJob with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sUserPoolId- The user pool ID for the user pool that the users are being imported into.sJobId- The job ID for the user import job.
data StopUserImportJob Source #
Represents the request to stop the user import job.
See: stopUserImportJob smart constructor.
Instances
Request Lenses
sUserPoolId :: Lens' StopUserImportJob Text Source #
The user pool ID for the user pool that the users are being imported into.
Destructuring the Response
stopUserImportJobResponse Source #
Arguments
| :: Int | |
| -> StopUserImportJobResponse |
Creates a value of StopUserImportJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
srsUserImportJob- The job object that represents the user import job.srsResponseStatus- -- | The response status code.
data StopUserImportJobResponse Source #
Represents the response from the server to the request to stop the user import job.
See: stopUserImportJobResponse smart constructor.
Response Lenses
srsUserImportJob :: Lens' StopUserImportJobResponse (Maybe UserImportJobType) Source #
The job object that represents the user import job.
srsResponseStatus :: Lens' StopUserImportJobResponse Int Source #
- - | The response status code.