| 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.Forecast.DeleteWhatIfForecastExport
Description
Deletes a what-if forecast export created using the
CreateWhatIfForecastExport operation. You can delete only what-if
forecast exports that have a status of ACTIVE or CREATE_FAILED. To
get the status, use the DescribeWhatIfForecastExport operation.
Synopsis
- data DeleteWhatIfForecastExport = DeleteWhatIfForecastExport' {}
- newDeleteWhatIfForecastExport :: Text -> DeleteWhatIfForecastExport
- deleteWhatIfForecastExport_whatIfForecastExportArn :: Lens' DeleteWhatIfForecastExport Text
- data DeleteWhatIfForecastExportResponse = DeleteWhatIfForecastExportResponse' {
- newDeleteWhatIfForecastExportResponse :: DeleteWhatIfForecastExportResponse
Creating a Request
data DeleteWhatIfForecastExport Source #
See: newDeleteWhatIfForecastExport smart constructor.
Constructors
| DeleteWhatIfForecastExport' | |
Fields
| |
Instances
newDeleteWhatIfForecastExport Source #
Arguments
| :: Text | |
| -> DeleteWhatIfForecastExport |
Create a value of DeleteWhatIfForecastExport 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:
DeleteWhatIfForecastExport, deleteWhatIfForecastExport_whatIfForecastExportArn - The Amazon Resource Name (ARN) of the what-if forecast export that you
want to delete.
Request Lenses
deleteWhatIfForecastExport_whatIfForecastExportArn :: Lens' DeleteWhatIfForecastExport Text Source #
The Amazon Resource Name (ARN) of the what-if forecast export that you want to delete.
Destructuring the Response
data DeleteWhatIfForecastExportResponse Source #
See: newDeleteWhatIfForecastExportResponse smart constructor.
Constructors
| DeleteWhatIfForecastExportResponse' | |
Instances
| Generic DeleteWhatIfForecastExportResponse Source # | |
Defined in Amazonka.Forecast.DeleteWhatIfForecastExport Associated Types type Rep DeleteWhatIfForecastExportResponse :: Type -> Type # | |
| Read DeleteWhatIfForecastExportResponse Source # | |
Defined in Amazonka.Forecast.DeleteWhatIfForecastExport | |
| Show DeleteWhatIfForecastExportResponse Source # | |
Defined in Amazonka.Forecast.DeleteWhatIfForecastExport Methods showsPrec :: Int -> DeleteWhatIfForecastExportResponse -> ShowS # | |
| NFData DeleteWhatIfForecastExportResponse Source # | |
Defined in Amazonka.Forecast.DeleteWhatIfForecastExport Methods rnf :: DeleteWhatIfForecastExportResponse -> () # | |
| Eq DeleteWhatIfForecastExportResponse Source # | |
| type Rep DeleteWhatIfForecastExportResponse Source # | |
Defined in Amazonka.Forecast.DeleteWhatIfForecastExport | |
newDeleteWhatIfForecastExportResponse :: DeleteWhatIfForecastExportResponse Source #
Create a value of DeleteWhatIfForecastExportResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.