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 |
Stops the user import job.
Synopsis
- data StopUserImportJob = StopUserImportJob' {
- userPoolId :: Text
- jobId :: Text
- newStopUserImportJob :: Text -> Text -> StopUserImportJob
- stopUserImportJob_userPoolId :: Lens' StopUserImportJob Text
- stopUserImportJob_jobId :: Lens' StopUserImportJob Text
- data StopUserImportJobResponse = StopUserImportJobResponse' {}
- newStopUserImportJobResponse :: Int -> StopUserImportJobResponse
- stopUserImportJobResponse_userImportJob :: Lens' StopUserImportJobResponse (Maybe UserImportJobType)
- stopUserImportJobResponse_httpStatus :: Lens' StopUserImportJobResponse Int
Creating a Request
data StopUserImportJob Source #
Represents the request to stop the user import job.
See: newStopUserImportJob
smart constructor.
StopUserImportJob' | |
|
Instances
Create a value of StopUserImportJob
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:userPoolId:StopUserImportJob'
, stopUserImportJob_userPoolId
- The user pool ID for the user pool that the users are being imported
into.
$sel:jobId:StopUserImportJob'
, stopUserImportJob_jobId
- The job ID for the user import job.
Request Lenses
stopUserImportJob_userPoolId :: Lens' StopUserImportJob Text Source #
The user pool ID for the user pool that the users are being imported into.
stopUserImportJob_jobId :: Lens' StopUserImportJob Text Source #
The job ID for the user import job.
Destructuring the Response
data StopUserImportJobResponse Source #
Represents the response from the server to the request to stop the user import job.
See: newStopUserImportJobResponse
smart constructor.
StopUserImportJobResponse' | |
|
Instances
newStopUserImportJobResponse Source #
Create a value of StopUserImportJobResponse
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:userImportJob:StopUserImportJobResponse'
, stopUserImportJobResponse_userImportJob
- The job object that represents the user import job.
$sel:httpStatus:StopUserImportJobResponse'
, stopUserImportJobResponse_httpStatus
- The response's http status code.
Response Lenses
stopUserImportJobResponse_userImportJob :: Lens' StopUserImportJobResponse (Maybe UserImportJobType) Source #
The job object that represents the user import job.
stopUserImportJobResponse_httpStatus :: Lens' StopUserImportJobResponse Int Source #
The response's http status code.