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 |
Deletes a forecast export job created using the CreateForecastExportJob
operation. You can delete only export jobs that have a status of
ACTIVE
or CREATE_FAILED
. To get the status, use the
DescribeForecastExportJob operation.
Synopsis
- data DeleteForecastExportJob = DeleteForecastExportJob' {}
- newDeleteForecastExportJob :: Text -> DeleteForecastExportJob
- deleteForecastExportJob_forecastExportJobArn :: Lens' DeleteForecastExportJob Text
- data DeleteForecastExportJobResponse = DeleteForecastExportJobResponse' {
- newDeleteForecastExportJobResponse :: DeleteForecastExportJobResponse
Creating a Request
data DeleteForecastExportJob Source #
See: newDeleteForecastExportJob
smart constructor.
DeleteForecastExportJob' | |
|
Instances
newDeleteForecastExportJob Source #
Create a value of DeleteForecastExportJob
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:forecastExportJobArn:DeleteForecastExportJob'
, deleteForecastExportJob_forecastExportJobArn
- The Amazon Resource Name (ARN) of the forecast export job to delete.
Request Lenses
deleteForecastExportJob_forecastExportJobArn :: Lens' DeleteForecastExportJob Text Source #
The Amazon Resource Name (ARN) of the forecast export job to delete.
Destructuring the Response
data DeleteForecastExportJobResponse Source #
See: newDeleteForecastExportJobResponse
smart constructor.
Instances
newDeleteForecastExportJobResponse :: DeleteForecastExportJobResponse Source #
Create a value of DeleteForecastExportJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.