| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DeviceFarm.Types.DeviceSelectionResult
Description
Synopsis
- data DeviceSelectionResult = DeviceSelectionResult' {}
- newDeviceSelectionResult :: DeviceSelectionResult
- deviceSelectionResult_filters :: Lens' DeviceSelectionResult (Maybe [DeviceFilter])
- deviceSelectionResult_matchedDevicesCount :: Lens' DeviceSelectionResult (Maybe Int)
- deviceSelectionResult_maxDevices :: Lens' DeviceSelectionResult (Maybe Int)
Documentation
data DeviceSelectionResult Source #
Contains the run results requested by the device selection configuration and how many devices were returned. For an example of the JSON response syntax, see ScheduleRun.
See: newDeviceSelectionResult smart constructor.
Constructors
| DeviceSelectionResult' | |
Fields
| |
Instances
newDeviceSelectionResult :: DeviceSelectionResult Source #
Create a value of DeviceSelectionResult 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:filters:DeviceSelectionResult', deviceSelectionResult_filters - The filters in a device selection result.
$sel:matchedDevicesCount:DeviceSelectionResult', deviceSelectionResult_matchedDevicesCount - The number of devices that matched the device filter selection criteria.
$sel:maxDevices:DeviceSelectionResult', deviceSelectionResult_maxDevices - The maximum number of devices to be selected by a device filter and
included in a test run.
deviceSelectionResult_filters :: Lens' DeviceSelectionResult (Maybe [DeviceFilter]) Source #
The filters in a device selection result.
deviceSelectionResult_matchedDevicesCount :: Lens' DeviceSelectionResult (Maybe Int) Source #
The number of devices that matched the device filter selection criteria.
deviceSelectionResult_maxDevices :: Lens' DeviceSelectionResult (Maybe Int) Source #
The maximum number of devices to be selected by a device filter and included in a test run.