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 running batch build.
Synopsis
- data StopBuildBatch = StopBuildBatch' {}
- newStopBuildBatch :: Text -> StopBuildBatch
- stopBuildBatch_id :: Lens' StopBuildBatch Text
- data StopBuildBatchResponse = StopBuildBatchResponse' {}
- newStopBuildBatchResponse :: Int -> StopBuildBatchResponse
- stopBuildBatchResponse_buildBatch :: Lens' StopBuildBatchResponse (Maybe BuildBatch)
- stopBuildBatchResponse_httpStatus :: Lens' StopBuildBatchResponse Int
Creating a Request
data StopBuildBatch Source #
See: newStopBuildBatch
smart constructor.
Instances
Create a value of StopBuildBatch
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:id:StopBuildBatch'
, stopBuildBatch_id
- The identifier of the batch build to stop.
Request Lenses
stopBuildBatch_id :: Lens' StopBuildBatch Text Source #
The identifier of the batch build to stop.
Destructuring the Response
data StopBuildBatchResponse Source #
See: newStopBuildBatchResponse
smart constructor.
StopBuildBatchResponse' | |
|
Instances
newStopBuildBatchResponse Source #
Create a value of StopBuildBatchResponse
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:buildBatch:StopBuildBatchResponse'
, stopBuildBatchResponse_buildBatch
- Undocumented member.
$sel:httpStatus:StopBuildBatchResponse'
, stopBuildBatchResponse_httpStatus
- The response's http status code.
Response Lenses
stopBuildBatchResponse_buildBatch :: Lens' StopBuildBatchResponse (Maybe BuildBatch) Source #
Undocumented member.
stopBuildBatchResponse_httpStatus :: Lens' StopBuildBatchResponse Int Source #
The response's http status code.