amazonka-forecast-2.0: Amazon Forecast Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Creating a Request

data DeleteWhatIfForecastExport Source #

See: newDeleteWhatIfForecastExport smart constructor.

Constructors

DeleteWhatIfForecastExport' 

Fields

Instances

Instances details
ToJSON DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

ToHeaders DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

ToPath DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

ToQuery DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

AWSRequest DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Generic DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Associated Types

type Rep DeleteWhatIfForecastExport :: Type -> Type #

Read DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Show DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

NFData DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Eq DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Hashable DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

type AWSResponse DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

type Rep DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

type Rep DeleteWhatIfForecastExport = D1 ('MetaData "DeleteWhatIfForecastExport" "Amazonka.Forecast.DeleteWhatIfForecastExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteWhatIfForecastExport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfForecastExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteWhatIfForecastExport Source #

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 #

Instances

Instances details
Generic DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Associated Types

type Rep DeleteWhatIfForecastExportResponse :: Type -> Type #

Read DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Show DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

NFData DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Eq DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

type Rep DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

type Rep DeleteWhatIfForecastExportResponse = D1 ('MetaData "DeleteWhatIfForecastExportResponse" "Amazonka.Forecast.DeleteWhatIfForecastExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteWhatIfForecastExportResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteWhatIfForecastExportResponse :: DeleteWhatIfForecastExportResponse Source #

Create a value of DeleteWhatIfForecastExportResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.