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 |
Synopsis
- data DeviceSelectionResult = DeviceSelectionResult' {}
- newDeviceSelectionResult :: DeviceSelectionResult
- deviceSelectionResult_matchedDevicesCount :: Lens' DeviceSelectionResult (Maybe Int)
- deviceSelectionResult_filters :: Lens' DeviceSelectionResult (Maybe [DeviceFilter])
- 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.
DeviceSelectionResult' | |
|
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:matchedDevicesCount:DeviceSelectionResult'
, deviceSelectionResult_matchedDevicesCount
- The number of devices that matched the device filter selection criteria.
$sel:filters:DeviceSelectionResult'
, deviceSelectionResult_filters
- The filters in a device selection result.
$sel:maxDevices:DeviceSelectionResult'
, deviceSelectionResult_maxDevices
- The maximum number of devices to be selected by a device filter and
included in a test run.
deviceSelectionResult_matchedDevicesCount :: Lens' DeviceSelectionResult (Maybe Int) Source #
The number of devices that matched the device filter selection criteria.
deviceSelectionResult_filters :: Lens' DeviceSelectionResult (Maybe [DeviceFilter]) Source #
The filters in a device selection result.
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.