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.ExecutionStatistics

Description

 
Synopsis

Documentation

data ExecutionStatistics Source #

Statistics related to the processing of a query statement.

See: newExecutionStatistics smart constructor.

Constructors

ExecutionStatistics' 

Fields

Instances

Instances details
FromJSON ExecutionStatistics Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ExecutionStatistics

Generic ExecutionStatistics Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ExecutionStatistics

Associated Types

type Rep ExecutionStatistics :: Type -> Type #

Read ExecutionStatistics Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ExecutionStatistics

Show ExecutionStatistics Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ExecutionStatistics

NFData ExecutionStatistics Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ExecutionStatistics

Methods

rnf :: ExecutionStatistics -> () #

Eq ExecutionStatistics Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ExecutionStatistics

Hashable ExecutionStatistics Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ExecutionStatistics

type Rep ExecutionStatistics Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ExecutionStatistics

type Rep ExecutionStatistics = D1 ('MetaData "ExecutionStatistics" "Amazonka.LakeFormation.Types.ExecutionStatistics" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "ExecutionStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "averageExecutionTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "dataScannedBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "workUnitsExecutedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newExecutionStatistics :: ExecutionStatistics Source #

Create a value of ExecutionStatistics 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:averageExecutionTimeMillis:ExecutionStatistics', executionStatistics_averageExecutionTimeMillis - The average time the request took to be executed.

$sel:dataScannedBytes:ExecutionStatistics', executionStatistics_dataScannedBytes - The amount of data that was scanned in bytes.

$sel:workUnitsExecutedCount:ExecutionStatistics', executionStatistics_workUnitsExecutedCount - The number of work units executed.

executionStatistics_averageExecutionTimeMillis :: Lens' ExecutionStatistics (Maybe Integer) Source #

The average time the request took to be executed.

executionStatistics_dataScannedBytes :: Lens' ExecutionStatistics (Maybe Integer) Source #

The amount of data that was scanned in bytes.