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 |
Documentation
data SuiteRunConfiguration Source #
Gets suite run configuration.
See: newSuiteRunConfiguration
smart constructor.
SuiteRunConfiguration' | |
|
Instances
newSuiteRunConfiguration :: SuiteRunConfiguration Source #
Create a value of SuiteRunConfiguration
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:primaryDevice:SuiteRunConfiguration'
, suiteRunConfiguration_primaryDevice
- Gets the primary device for suite run.
$sel:selectedTestList:SuiteRunConfiguration'
, suiteRunConfiguration_selectedTestList
- Gets test case list.
suiteRunConfiguration_primaryDevice :: Lens' SuiteRunConfiguration (Maybe DeviceUnderTest) Source #
Gets the primary device for suite run.
suiteRunConfiguration_selectedTestList :: Lens' SuiteRunConfiguration (Maybe [Text]) Source #
Gets test case list.