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

Description

Returns information about the workgroup with the specified name.

Synopsis

Creating a Request

data GetWorkGroup Source #

See: newGetWorkGroup smart constructor.

Constructors

GetWorkGroup' 

Fields

Instances

Instances details
Eq GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

Read GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

Show GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

Generic GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

Associated Types

type Rep GetWorkGroup :: Type -> Type #

NFData GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

Methods

rnf :: GetWorkGroup -> () #

Hashable GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

ToJSON GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

AWSRequest GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

Associated Types

type AWSResponse GetWorkGroup #

ToHeaders GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

ToPath GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

ToQuery GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

type Rep GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

type Rep GetWorkGroup = D1 ('MetaData "GetWorkGroup" "Amazonka.Athena.GetWorkGroup" "libZSservicesZSamazonka-athenaZSamazonka-athena" 'False) (C1 ('MetaCons "GetWorkGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetWorkGroup Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

newGetWorkGroup Source #

Create a value of GetWorkGroup 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:workGroup:GetWorkGroup', getWorkGroup_workGroup - The name of the workgroup.

Request Lenses

getWorkGroup_workGroup :: Lens' GetWorkGroup Text Source #

The name of the workgroup.

Destructuring the Response

data GetWorkGroupResponse Source #

See: newGetWorkGroupResponse smart constructor.

Constructors

GetWorkGroupResponse' 

Fields

Instances

Instances details
Eq GetWorkGroupResponse Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

Read GetWorkGroupResponse Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

Show GetWorkGroupResponse Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

Generic GetWorkGroupResponse Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

Associated Types

type Rep GetWorkGroupResponse :: Type -> Type #

NFData GetWorkGroupResponse Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

Methods

rnf :: GetWorkGroupResponse -> () #

type Rep GetWorkGroupResponse Source # 
Instance details

Defined in Amazonka.Athena.GetWorkGroup

type Rep GetWorkGroupResponse = D1 ('MetaData "GetWorkGroupResponse" "Amazonka.Athena.GetWorkGroup" "libZSservicesZSamazonka-athenaZSamazonka-athena" 'False) (C1 ('MetaCons "GetWorkGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetWorkGroupResponse Source #

Create a value of GetWorkGroupResponse 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:workGroup:GetWorkGroup', getWorkGroupResponse_workGroup - Information about the workgroup.

$sel:httpStatus:GetWorkGroupResponse', getWorkGroupResponse_httpStatus - The response's http status code.

Response Lenses