| 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.LakeFormation.Types.WorkUnitRange
Description
Documentation
data WorkUnitRange Source #
Defines the valid range of work unit IDs for querying the execution service.
See: newWorkUnitRange smart constructor.
Constructors
| WorkUnitRange' | |
Fields
| |
Instances
Arguments
| :: Integer | |
| -> Integer | |
| -> Text | |
| -> WorkUnitRange |
Create a value of WorkUnitRange 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:workUnitIdMax:WorkUnitRange', workUnitRange_workUnitIdMax - Defines the maximum work unit ID in the range. The maximum value is
inclusive.
$sel:workUnitIdMin:WorkUnitRange', workUnitRange_workUnitIdMin - Defines the minimum work unit ID in the range.
$sel:workUnitToken:WorkUnitRange', workUnitRange_workUnitToken - A work token used to query the execution service.
workUnitRange_workUnitIdMax :: Lens' WorkUnitRange Integer Source #
Defines the maximum work unit ID in the range. The maximum value is inclusive.
workUnitRange_workUnitIdMin :: Lens' WorkUnitRange Integer Source #
Defines the minimum work unit ID in the range.
workUnitRange_workUnitToken :: Lens' WorkUnitRange Text Source #
A work token used to query the execution service.