libZSservicesZSamazonka-forecastZSamazonka-forecast
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.Forecast.Types.TestWindowSummary

Description

 
Synopsis

Documentation

data TestWindowSummary Source #

The status, start time, and end time of a backtest, as well as a failure reason if applicable.

See: newTestWindowSummary smart constructor.

Constructors

TestWindowSummary' 

Fields

Instances

Instances details
Eq TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Read TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Show TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Generic TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Associated Types

type Rep TestWindowSummary :: Type -> Type #

NFData TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Methods

rnf :: TestWindowSummary -> () #

Hashable TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

FromJSON TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

type Rep TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

type Rep TestWindowSummary = D1 ('MetaData "TestWindowSummary" "Amazonka.Forecast.Types.TestWindowSummary" "libZSservicesZSamazonka-forecastZSamazonka-forecast" 'False) (C1 ('MetaCons "TestWindowSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "testWindowEnd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "testWindowStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTestWindowSummary :: TestWindowSummary Source #

Create a value of TestWindowSummary 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:status:TestWindowSummary', testWindowSummary_status - The status of the test. Possible status values are:

  • ACTIVE
  • CREATE_IN_PROGRESS
  • CREATE_FAILED

$sel:testWindowEnd:TestWindowSummary', testWindowSummary_testWindowEnd - The time at which the test ended.

$sel:testWindowStart:TestWindowSummary', testWindowSummary_testWindowStart - The time at which the test began.

$sel:message:TestWindowSummary', testWindowSummary_message - If the test failed, the reason why it failed.

testWindowSummary_status :: Lens' TestWindowSummary (Maybe Text) Source #

The status of the test. Possible status values are:

  • ACTIVE
  • CREATE_IN_PROGRESS
  • CREATE_FAILED

testWindowSummary_message :: Lens' TestWindowSummary (Maybe Text) Source #

If the test failed, the reason why it failed.