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 a processing job.
Creating a Request
data StopProcessingJob Source #
See: newStopProcessingJob
smart constructor.
StopProcessingJob' | |
|
Instances
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:
$sel:processingJobName: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.
Instances
Eq StopProcessingJobResponse Source # | |
Read StopProcessingJobResponse Source # | |
Show StopProcessingJobResponse Source # | |
Defined in Amazonka.SageMaker.StopProcessingJob showsPrec :: Int -> StopProcessingJobResponse -> ShowS # show :: StopProcessingJobResponse -> String # showList :: [StopProcessingJobResponse] -> ShowS # | |
Generic StopProcessingJobResponse Source # | |
Defined in Amazonka.SageMaker.StopProcessingJob type Rep StopProcessingJobResponse :: Type -> Type # | |
NFData StopProcessingJobResponse Source # | |
Defined in Amazonka.SageMaker.StopProcessingJob rnf :: StopProcessingJobResponse -> () # | |
type Rep StopProcessingJobResponse Source # | |
Defined in Amazonka.SageMaker.StopProcessingJob |
newStopProcessingJobResponse :: StopProcessingJobResponse Source #
Create a value of StopProcessingJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.