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 |
Synopsis
- data BatchStopJobRunSuccessfulSubmission = BatchStopJobRunSuccessfulSubmission' {}
- newBatchStopJobRunSuccessfulSubmission :: BatchStopJobRunSuccessfulSubmission
- batchStopJobRunSuccessfulSubmission_jobName :: Lens' BatchStopJobRunSuccessfulSubmission (Maybe Text)
- batchStopJobRunSuccessfulSubmission_jobRunId :: Lens' BatchStopJobRunSuccessfulSubmission (Maybe Text)
Documentation
data BatchStopJobRunSuccessfulSubmission Source #
Records a successful request to stop a specified JobRun
.
See: newBatchStopJobRunSuccessfulSubmission
smart constructor.
Instances
newBatchStopJobRunSuccessfulSubmission :: BatchStopJobRunSuccessfulSubmission Source #
Create a value of BatchStopJobRunSuccessfulSubmission
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:jobName:BatchStopJobRunSuccessfulSubmission'
, batchStopJobRunSuccessfulSubmission_jobName
- The name of the job definition used in the job run that was stopped.
$sel:jobRunId:BatchStopJobRunSuccessfulSubmission'
, batchStopJobRunSuccessfulSubmission_jobRunId
- The JobRunId
of the job run that was stopped.
batchStopJobRunSuccessfulSubmission_jobName :: Lens' BatchStopJobRunSuccessfulSubmission (Maybe Text) Source #
The name of the job definition used in the job run that was stopped.
batchStopJobRunSuccessfulSubmission_jobRunId :: Lens' BatchStopJobRunSuccessfulSubmission (Maybe Text) Source #
The JobRunId
of the job run that was stopped.