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.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
FromJSON 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 #

Read TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Show TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

NFData TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Methods

rnf :: TestWindowSummary -> () #

Eq TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Hashable 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" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "TestWindowSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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)))))

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:message:TestWindowSummary', testWindowSummary_message - If the test failed, the reason why it failed.

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

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

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