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 |
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.
Instances
newCancelWorldExportJob Source #
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.
CancelWorldExportJobResponse' | |
|
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.