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 |
Request to stop an edge packaging job.
Synopsis
- data StopEdgePackagingJob = StopEdgePackagingJob' {}
- newStopEdgePackagingJob :: Text -> StopEdgePackagingJob
- stopEdgePackagingJob_edgePackagingJobName :: Lens' StopEdgePackagingJob Text
- data StopEdgePackagingJobResponse = StopEdgePackagingJobResponse' {
- newStopEdgePackagingJobResponse :: StopEdgePackagingJobResponse
Creating a Request
data StopEdgePackagingJob Source #
See: newStopEdgePackagingJob
smart constructor.
StopEdgePackagingJob' | |
|
Instances
newStopEdgePackagingJob Source #
Create a value of StopEdgePackagingJob
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:edgePackagingJobName:StopEdgePackagingJob'
, stopEdgePackagingJob_edgePackagingJobName
- The name of the edge packaging job.
Request Lenses
stopEdgePackagingJob_edgePackagingJobName :: Lens' StopEdgePackagingJob Text Source #
The name of the edge packaging job.
Destructuring the Response
data StopEdgePackagingJobResponse Source #
See: newStopEdgePackagingJobResponse
smart constructor.
Instances
newStopEdgePackagingJobResponse :: StopEdgePackagingJobResponse Source #
Create a value of StopEdgePackagingJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.