libZSservicesZSamazonka-emrZSamazonka-emr
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.EMR.DescribeStudio

Description

Returns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio access URL, and so on.

Synopsis

Creating a Request

data DescribeStudio Source #

See: newDescribeStudio smart constructor.

Constructors

DescribeStudio' 

Fields

Instances

Instances details
Eq DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

Read DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

Show DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

Generic DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

Associated Types

type Rep DescribeStudio :: Type -> Type #

NFData DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

Methods

rnf :: DescribeStudio -> () #

Hashable DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

ToJSON DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

AWSRequest DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

Associated Types

type AWSResponse DescribeStudio #

ToHeaders DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

ToPath DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

ToQuery DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

type Rep DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

type Rep DescribeStudio = D1 ('MetaData "DescribeStudio" "Amazonka.EMR.DescribeStudio" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "DescribeStudio'" 'PrefixI 'True) (S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeStudio Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

newDescribeStudio Source #

Create a value of DescribeStudio 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:studioId:DescribeStudio', describeStudio_studioId - The Amazon EMR Studio ID.

Request Lenses

Destructuring the Response

data DescribeStudioResponse Source #

See: newDescribeStudioResponse smart constructor.

Constructors

DescribeStudioResponse' 

Fields

Instances

Instances details
Eq DescribeStudioResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

Read DescribeStudioResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

Show DescribeStudioResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

Generic DescribeStudioResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

Associated Types

type Rep DescribeStudioResponse :: Type -> Type #

NFData DescribeStudioResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

Methods

rnf :: DescribeStudioResponse -> () #

type Rep DescribeStudioResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeStudio

type Rep DescribeStudioResponse = D1 ('MetaData "DescribeStudioResponse" "Amazonka.EMR.DescribeStudio" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "DescribeStudioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "studio") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Studio)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeStudioResponse Source #

Create a value of DescribeStudioResponse 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:studio:DescribeStudioResponse', describeStudioResponse_studio - The Amazon EMR Studio details.

$sel:httpStatus:DescribeStudioResponse', describeStudioResponse_httpStatus - The response's http status code.

Response Lenses