libZSservicesZSamazonka-forecastqueryZSamazonka-forecastquery
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ForecastQuery.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-06-26 of the Amazon Forecast Query Service SDK configuration.

Errors

_InvalidNextTokenException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The token is not valid. Tokens expire after 24 hours.

_InvalidInputException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The value is invalid or is too long.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

We can't find that resource. Check the information that you've provided and try again.

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The limit on the number of requests per second has been exceeded.

_ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource is in use.

DataPoint

data DataPoint Source #

The forecast value for a specific date. Part of the Forecast object.

See: newDataPoint smart constructor.

Constructors

DataPoint' 

Fields

Instances

Instances details
Eq DataPoint Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.DataPoint

Read DataPoint Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.DataPoint

Show DataPoint Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.DataPoint

Generic DataPoint Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.DataPoint

Associated Types

type Rep DataPoint :: Type -> Type #

NFData DataPoint Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.DataPoint

Methods

rnf :: DataPoint -> () #

Hashable DataPoint Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.DataPoint

FromJSON DataPoint Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.DataPoint

type Rep DataPoint Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.DataPoint

type Rep DataPoint = D1 ('MetaData "DataPoint" "Amazonka.ForecastQuery.Types.DataPoint" "libZSservicesZSamazonka-forecastqueryZSamazonka-forecastquery" 'False) (C1 ('MetaCons "DataPoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDataPoint :: DataPoint Source #

Create a value of DataPoint 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:value:DataPoint', dataPoint_value - The forecast value.

$sel:timestamp:DataPoint', dataPoint_timestamp - The timestamp of the specific forecast.

dataPoint_timestamp :: Lens' DataPoint (Maybe Text) Source #

The timestamp of the specific forecast.

Forecast

data Forecast Source #

Provides information about a forecast. Returned as part of the QueryForecast response.

See: newForecast smart constructor.

Constructors

Forecast' 

Fields

Instances

Instances details
Eq Forecast Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.Forecast

Read Forecast Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.Forecast

Show Forecast Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.Forecast

Generic Forecast Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.Forecast

Associated Types

type Rep Forecast :: Type -> Type #

Methods

from :: Forecast -> Rep Forecast x #

to :: Rep Forecast x -> Forecast #

NFData Forecast Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.Forecast

Methods

rnf :: Forecast -> () #

Hashable Forecast Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.Forecast

Methods

hashWithSalt :: Int -> Forecast -> Int #

hash :: Forecast -> Int #

FromJSON Forecast Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.Forecast

type Rep Forecast Source # 
Instance details

Defined in Amazonka.ForecastQuery.Types.Forecast

type Rep Forecast = D1 ('MetaData "Forecast" "Amazonka.ForecastQuery.Types.Forecast" "libZSservicesZSamazonka-forecastqueryZSamazonka-forecastquery" 'False) (C1 ('MetaCons "Forecast'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [DataPoint])))))

newForecast :: Forecast Source #

Create a value of Forecast 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:predictions:Forecast', forecast_predictions - The forecast.

The string of the string-to-array map is one of the following values:

  • p10
  • p50
  • p90

forecast_predictions :: Lens' Forecast (Maybe (HashMap Text [DataPoint])) Source #

The forecast.

The string of the string-to-array map is one of the following values:

  • p10
  • p50
  • p90