amazonka-lakeformation-2.0: Amazon Lake Formation SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LakeFormation.Types.WorkUnitRange

Description

 
Synopsis

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

Instances details
FromJSON WorkUnitRange Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.WorkUnitRange

Generic WorkUnitRange Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.WorkUnitRange

Associated Types

type Rep WorkUnitRange :: Type -> Type #

Read WorkUnitRange Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.WorkUnitRange

Show WorkUnitRange Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.WorkUnitRange

NFData WorkUnitRange Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.WorkUnitRange

Methods

rnf :: WorkUnitRange -> () #

Eq WorkUnitRange Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.WorkUnitRange

Hashable WorkUnitRange Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.WorkUnitRange

type Rep WorkUnitRange Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.WorkUnitRange

type Rep WorkUnitRange = D1 ('MetaData "WorkUnitRange" "Amazonka.LakeFormation.Types.WorkUnitRange" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "WorkUnitRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workUnitIdMax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "workUnitIdMin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "workUnitToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newWorkUnitRange Source #

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.