| 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 |
Amazonka.RobOMaker.CancelDeploymentJob
Description
Cancels the specified deployment job.
Synopsis
- data CancelDeploymentJob = CancelDeploymentJob' {}
- newCancelDeploymentJob :: Text -> CancelDeploymentJob
- cancelDeploymentJob_job :: Lens' CancelDeploymentJob Text
- data CancelDeploymentJobResponse = CancelDeploymentJobResponse' {
- httpStatus :: Int
- newCancelDeploymentJobResponse :: Int -> CancelDeploymentJobResponse
- cancelDeploymentJobResponse_httpStatus :: Lens' CancelDeploymentJobResponse Int
Creating a Request
data CancelDeploymentJob Source #
See: newCancelDeploymentJob smart constructor.
Constructors
| CancelDeploymentJob' | |
Instances
newCancelDeploymentJob Source #
Arguments
| :: Text | |
| -> CancelDeploymentJob |
Create a value of CancelDeploymentJob 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:job:CancelDeploymentJob', cancelDeploymentJob_job - The deployment job ARN to cancel.
Request Lenses
cancelDeploymentJob_job :: Lens' CancelDeploymentJob Text Source #
The deployment job ARN to cancel.
Destructuring the Response
data CancelDeploymentJobResponse Source #
See: newCancelDeploymentJobResponse smart constructor.
Constructors
| CancelDeploymentJobResponse' | |
Fields
| |
Instances
newCancelDeploymentJobResponse Source #
Create a value of CancelDeploymentJobResponse 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:httpStatus:CancelDeploymentJobResponse', cancelDeploymentJobResponse_httpStatus - The response's http status code.
Response Lenses
cancelDeploymentJobResponse_httpStatus :: Lens' CancelDeploymentJobResponse Int Source #
The response's http status code.