| 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.CodeBuild.StopBuildBatch
Description
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.
Constructors
| StopBuildBatch' | |
Instances
Arguments
| :: Text | |
| -> StopBuildBatch |
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:
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.
Constructors
| StopBuildBatchResponse' | |
Fields
| |
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.