libZSservicesZSamazonka-athenaZSamazonka-athena
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Athena.Types.WorkGroupSummary

Description

 
Synopsis

Documentation

data WorkGroupSummary Source #

The summary information for the workgroup, which includes its name, state, description, and the date and time it was created.

See: newWorkGroupSummary smart constructor.

Constructors

WorkGroupSummary' 

Fields

Instances

Instances details
Eq WorkGroupSummary Source # 
Instance details

Defined in Amazonka.Athena.Types.WorkGroupSummary

Read WorkGroupSummary Source # 
Instance details

Defined in Amazonka.Athena.Types.WorkGroupSummary

Show WorkGroupSummary Source # 
Instance details

Defined in Amazonka.Athena.Types.WorkGroupSummary

Generic WorkGroupSummary Source # 
Instance details

Defined in Amazonka.Athena.Types.WorkGroupSummary

Associated Types

type Rep WorkGroupSummary :: Type -> Type #

NFData WorkGroupSummary Source # 
Instance details

Defined in Amazonka.Athena.Types.WorkGroupSummary

Methods

rnf :: WorkGroupSummary -> () #

Hashable WorkGroupSummary Source # 
Instance details

Defined in Amazonka.Athena.Types.WorkGroupSummary

FromJSON WorkGroupSummary Source # 
Instance details

Defined in Amazonka.Athena.Types.WorkGroupSummary

type Rep WorkGroupSummary Source # 
Instance details

Defined in Amazonka.Athena.Types.WorkGroupSummary

type Rep WorkGroupSummary = D1 ('MetaData "WorkGroupSummary" "Amazonka.Athena.Types.WorkGroupSummary" "libZSservicesZSamazonka-athenaZSamazonka-athena" 'False) (C1 ('MetaCons "WorkGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EngineVersion))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkGroupState)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newWorkGroupSummary :: WorkGroupSummary Source #

Create a value of WorkGroupSummary 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:creationTime:WorkGroupSummary', workGroupSummary_creationTime - The workgroup creation date and time.

$sel:engineVersion:WorkGroupSummary', workGroupSummary_engineVersion - The engine version setting for all queries on the workgroup. Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.

$sel:state:WorkGroupSummary', workGroupSummary_state - The state of the workgroup.

$sel:name:WorkGroupSummary', workGroupSummary_name - The name of the workgroup.

$sel:description:WorkGroupSummary', workGroupSummary_description - The workgroup description.

workGroupSummary_creationTime :: Lens' WorkGroupSummary (Maybe UTCTime) Source #

The workgroup creation date and time.

workGroupSummary_engineVersion :: Lens' WorkGroupSummary (Maybe EngineVersion) Source #

The engine version setting for all queries on the workgroup. Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.