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.DescribeWhatIfForecastExport

Description

Describes the what-if forecast export created using the CreateWhatIfForecastExport operation.

In addition to listing the properties provided in the CreateWhatIfForecastExport request, this operation lists the following properties:

  • CreationTime
  • LastModificationTime
  • Message - If an error occurred, information about the error.
  • Status
Synopsis

Creating a Request

data DescribeWhatIfForecastExport Source #

See: newDescribeWhatIfForecastExport smart constructor.

Constructors

DescribeWhatIfForecastExport' 

Fields

Instances

Instances details
ToJSON DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

ToHeaders DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

ToPath DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

ToQuery DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

AWSRequest DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Generic DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Associated Types

type Rep DescribeWhatIfForecastExport :: Type -> Type #

Read DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Show DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

NFData DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Eq DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Hashable DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

type AWSResponse DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

type Rep DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

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

newDescribeWhatIfForecastExport Source #

Create a value of DescribeWhatIfForecastExport 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:

DescribeWhatIfForecastExport, describeWhatIfForecastExport_whatIfForecastExportArn - The Amazon Resource Name (ARN) of the what-if forecast export that you are interested in.

Request Lenses

describeWhatIfForecastExport_whatIfForecastExportArn :: Lens' DescribeWhatIfForecastExport Text Source #

The Amazon Resource Name (ARN) of the what-if forecast export that you are interested in.

Destructuring the Response

data DescribeWhatIfForecastExportResponse Source #

Constructors

DescribeWhatIfForecastExportResponse' 

Fields

  • creationTime :: Maybe POSIX

    When the what-if forecast export was created.

  • destination :: Maybe DataDestination
     
  • estimatedTimeRemainingInMinutes :: Maybe Integer

    The approximate time remaining to complete the what-if forecast export, in minutes.

  • format :: Maybe Text

    The format of the exported data, CSV or PARQUET.

  • lastModificationTime :: Maybe POSIX

    The last time the resource was modified. The timestamp depends on the status of the job:

    • CREATE_PENDING - The CreationTime.
    • CREATE_IN_PROGRESS - The current timestamp.
    • CREATE_STOPPING - The current timestamp.
    • CREATE_STOPPED - When the job stopped.
    • ACTIVE or CREATE_FAILED - When the job finished or failed.
  • message :: Maybe Text

    If an error occurred, an informational message about the error.

  • status :: Maybe Text

    The status of the what-if forecast. States include:

    • ACTIVE
    • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
    • CREATE_STOPPING, CREATE_STOPPED
    • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

    The Status of the what-if forecast export must be ACTIVE before you can access the forecast export.

  • whatIfForecastArns :: Maybe [Text]

    An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this resource.

  • whatIfForecastExportArn :: Maybe Text

    The Amazon Resource Name (ARN) of the what-if forecast export.

  • whatIfForecastExportName :: Maybe Text

    The name of the what-if forecast export.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Read DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Show DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

NFData DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Eq DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

type Rep DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

type Rep DescribeWhatIfForecastExportResponse = D1 ('MetaData "DescribeWhatIfForecastExportResponse" "Amazonka.Forecast.DescribeWhatIfForecastExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeWhatIfForecastExportResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataDestination))) :*: (S1 ('MetaSel ('Just "estimatedTimeRemainingInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "whatIfForecastArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "whatIfForecastExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "whatIfForecastExportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeWhatIfForecastExportResponse Source #

Create a value of DescribeWhatIfForecastExportResponse 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:

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_creationTime - When the what-if forecast export was created.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_destination - Undocumented member.

$sel:estimatedTimeRemainingInMinutes:DescribeWhatIfForecastExportResponse', describeWhatIfForecastExportResponse_estimatedTimeRemainingInMinutes - The approximate time remaining to complete the what-if forecast export, in minutes.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_format - The format of the exported data, CSV or PARQUET.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_message - If an error occurred, an informational message about the error.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_status - The status of the what-if forecast. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the what-if forecast export must be ACTIVE before you can access the forecast export.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_whatIfForecastArns - An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this resource.

DescribeWhatIfForecastExport, describeWhatIfForecastExportResponse_whatIfForecastExportArn - The Amazon Resource Name (ARN) of the what-if forecast export.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_whatIfForecastExportName - The name of the what-if forecast export.

$sel:httpStatus:DescribeWhatIfForecastExportResponse', describeWhatIfForecastExportResponse_httpStatus - The response's http status code.

Response Lenses

describeWhatIfForecastExportResponse_estimatedTimeRemainingInMinutes :: Lens' DescribeWhatIfForecastExportResponse (Maybe Integer) Source #

The approximate time remaining to complete the what-if forecast export, in minutes.

describeWhatIfForecastExportResponse_lastModificationTime :: Lens' DescribeWhatIfForecastExportResponse (Maybe UTCTime) Source #

The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

describeWhatIfForecastExportResponse_message :: Lens' DescribeWhatIfForecastExportResponse (Maybe Text) Source #

If an error occurred, an informational message about the error.

describeWhatIfForecastExportResponse_status :: Lens' DescribeWhatIfForecastExportResponse (Maybe Text) Source #

The status of the what-if forecast. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the what-if forecast export must be ACTIVE before you can access the forecast export.

describeWhatIfForecastExportResponse_whatIfForecastArns :: Lens' DescribeWhatIfForecastExportResponse (Maybe [Text]) Source #

An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this resource.