| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.IoTDeviceAdvisor.Types.TestCaseRun
Description
Synopsis
- data TestCaseRun = TestCaseRun' {}
- newTestCaseRun :: TestCaseRun
- testCaseRun_status :: Lens' TestCaseRun (Maybe Status)
- testCaseRun_logUrl :: Lens' TestCaseRun (Maybe Text)
- testCaseRun_startTime :: Lens' TestCaseRun (Maybe UTCTime)
- testCaseRun_testCaseRunId :: Lens' TestCaseRun (Maybe Text)
- testCaseRun_warnings :: Lens' TestCaseRun (Maybe Text)
- testCaseRun_endTime :: Lens' TestCaseRun (Maybe UTCTime)
- testCaseRun_testCaseDefinitionId :: Lens' TestCaseRun (Maybe Text)
- testCaseRun_failure :: Lens' TestCaseRun (Maybe Text)
- testCaseRun_testCaseDefinitionName :: Lens' TestCaseRun (Maybe Text)
Documentation
data TestCaseRun Source #
Provides test case run.
See: newTestCaseRun smart constructor.
Constructors
| TestCaseRun' | |
Fields
| |
Instances
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:status:TestCaseRun', testCaseRun_status - Provides test case run status.
$sel:logUrl:TestCaseRun', testCaseRun_logUrl - Provides test case run log Url.
$sel:startTime:TestCaseRun', testCaseRun_startTime - Provides test case run start time.
$sel:testCaseRunId:TestCaseRun', testCaseRun_testCaseRunId - Provides test case run Id.
$sel:warnings:TestCaseRun', testCaseRun_warnings - Provides test case run warnings.
$sel:endTime:TestCaseRun', testCaseRun_endTime - Provides test case run end time.
$sel:testCaseDefinitionId:TestCaseRun', testCaseRun_testCaseDefinitionId - Provides test case run definition Id.
$sel:failure:TestCaseRun', testCaseRun_failure - Provides test case run failure result.
$sel:testCaseDefinitionName:TestCaseRun', testCaseRun_testCaseDefinitionName - Provides test case run definition Name.
testCaseRun_status :: Lens' TestCaseRun (Maybe Status) Source #
Provides test case run status.
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_testCaseRunId :: Lens' TestCaseRun (Maybe Text) Source #
Provides test case run Id.
testCaseRun_warnings :: Lens' TestCaseRun (Maybe Text) Source #
Provides test case run warnings.
testCaseRun_endTime :: Lens' TestCaseRun (Maybe UTCTime) Source #
Provides test case run end time.
testCaseRun_testCaseDefinitionId :: Lens' TestCaseRun (Maybe Text) Source #
Provides test case run definition Id.
testCaseRun_failure :: Lens' TestCaseRun (Maybe Text) Source #
Provides test case run failure result.
testCaseRun_testCaseDefinitionName :: Lens' TestCaseRun (Maybe Text) Source #
Provides test case run definition Name.