| 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.RobOMaker.CancelWorldExportJob
Description
Cancels the specified export job.
Synopsis
- data CancelWorldExportJob = CancelWorldExportJob' {}
- newCancelWorldExportJob :: Text -> CancelWorldExportJob
- cancelWorldExportJob_job :: Lens' CancelWorldExportJob Text
- data CancelWorldExportJobResponse = CancelWorldExportJobResponse' {
- httpStatus :: Int
- newCancelWorldExportJobResponse :: Int -> CancelWorldExportJobResponse
- cancelWorldExportJobResponse_httpStatus :: Lens' CancelWorldExportJobResponse Int
Creating a Request
data CancelWorldExportJob Source #
See: newCancelWorldExportJob smart constructor.
Constructors
| CancelWorldExportJob' | |
Instances
newCancelWorldExportJob Source #
Arguments
| :: Text | |
| -> CancelWorldExportJob |
Create a value of CancelWorldExportJob 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:CancelWorldExportJob', cancelWorldExportJob_job - The Amazon Resource Name (arn) of the world export job to cancel.
Request Lenses
cancelWorldExportJob_job :: Lens' CancelWorldExportJob Text Source #
The Amazon Resource Name (arn) of the world export job to cancel.
Destructuring the Response
data CancelWorldExportJobResponse Source #
See: newCancelWorldExportJobResponse smart constructor.
Constructors
| CancelWorldExportJobResponse' | |
Fields
| |
Instances
newCancelWorldExportJobResponse Source #
Create a value of CancelWorldExportJobResponse 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:CancelWorldExportJobResponse', cancelWorldExportJobResponse_httpStatus - The response's http status code.
Response Lenses
cancelWorldExportJobResponse_httpStatus :: Lens' CancelWorldExportJobResponse Int Source #
The response's http status code.