amazonka-iotdeviceadvisor-2.0: Amazon IoT Core Device Advisor 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.IoTDeviceAdvisor.Types.TestCaseRun

Description

 
Synopsis

Documentation

data TestCaseRun Source #

Provides the test case run.

See: newTestCaseRun smart constructor.

Constructors

TestCaseRun' 

Fields

Instances

Instances details
FromJSON TestCaseRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.TestCaseRun

Generic TestCaseRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.TestCaseRun

Associated Types

type Rep TestCaseRun :: Type -> Type #

Read TestCaseRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.TestCaseRun

Show TestCaseRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.TestCaseRun

NFData TestCaseRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.TestCaseRun

Methods

rnf :: TestCaseRun -> () #

Eq TestCaseRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.TestCaseRun

Hashable TestCaseRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.TestCaseRun

type Rep TestCaseRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.TestCaseRun

newTestCaseRun :: TestCaseRun Source #

Create a value of TestCaseRun 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:endTime:TestCaseRun', testCaseRun_endTime - Provides test case run end time.

TestCaseRun, testCaseRun_failure - Provides test case run failure result.

$sel:logUrl:TestCaseRun', testCaseRun_logUrl - Provides test case run log URL.

$sel:startTime:TestCaseRun', testCaseRun_startTime - Provides test case run start time.

TestCaseRun, testCaseRun_status - Provides the test case run status. Status is one of the following:

  • PASS: Test passed.
  • FAIL: Test failed.
  • PENDING: Test has not started running but is scheduled.
  • RUNNING: Test is running.
  • STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite run.
  • STOPPED Test is stopped. You will see this status only if you stop a suite run.
  • PASS_WITH_WARNINGS: Test passed with warnings.
  • ERORR: Test faced an error when running due to an internal issue.

$sel:testCaseDefinitionId:TestCaseRun', testCaseRun_testCaseDefinitionId - Provides the test case run definition ID.

$sel:testCaseDefinitionName:TestCaseRun', testCaseRun_testCaseDefinitionName - Provides the test case run definition name.

$sel:testCaseRunId:TestCaseRun', testCaseRun_testCaseRunId - Provides the test case run ID.

$sel:testScenarios:TestCaseRun', testCaseRun_testScenarios - Provides the test scenarios for the test case run.

$sel:warnings:TestCaseRun', testCaseRun_warnings - Provides test case run warnings.

testCaseRun_endTime :: Lens' TestCaseRun (Maybe UTCTime) Source #

Provides test case run end time.

testCaseRun_failure :: Lens' TestCaseRun (Maybe Text) Source #

Provides test case run failure result.

testCaseRun_logUrl :: Lens' TestCaseRun (Maybe Text) Source #

Provides test case run log URL.

testCaseRun_startTime :: Lens' TestCaseRun (Maybe UTCTime) Source #

Provides test case run start time.

testCaseRun_status :: Lens' TestCaseRun (Maybe Status) Source #

Provides the test case run status. Status is one of the following:

  • PASS: Test passed.
  • FAIL: Test failed.
  • PENDING: Test has not started running but is scheduled.
  • RUNNING: Test is running.
  • STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite run.
  • STOPPED Test is stopped. You will see this status only if you stop a suite run.
  • PASS_WITH_WARNINGS: Test passed with warnings.
  • ERORR: Test faced an error when running due to an internal issue.

testCaseRun_testCaseDefinitionId :: Lens' TestCaseRun (Maybe Text) Source #

Provides the test case run definition ID.

testCaseRun_testCaseDefinitionName :: Lens' TestCaseRun (Maybe Text) Source #

Provides the test case run definition name.

testCaseRun_testCaseRunId :: Lens' TestCaseRun (Maybe Text) Source #

Provides the test case run ID.

testCaseRun_testScenarios :: Lens' TestCaseRun (Maybe [TestCaseScenario]) Source #

Provides the test scenarios for the test case run.

testCaseRun_warnings :: Lens' TestCaseRun (Maybe Text) Source #

Provides test case run warnings.