| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.StopProcessingJob
Description
Stops a processing job.
Creating a Request
data StopProcessingJob Source #
See: newStopProcessingJob smart constructor.
Constructors
| StopProcessingJob' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> StopProcessingJob | 
Create a value of StopProcessingJob 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:
StopProcessingJob, stopProcessingJob_processingJobName - The name of the processing job to stop.
Request Lenses
stopProcessingJob_processingJobName :: Lens' StopProcessingJob Text Source #
The name of the processing job to stop.
Destructuring the Response
data StopProcessingJobResponse Source #
See: newStopProcessingJobResponse smart constructor.
Constructors
| StopProcessingJobResponse' | |
Instances
newStopProcessingJobResponse :: StopProcessingJobResponse Source #
Create a value of StopProcessingJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.