libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers
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.EMRContainers.DescribeManagedEndpoint

Description

Displays detailed information about a managed endpoint. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.

Synopsis

Creating a Request

data DescribeManagedEndpoint Source #

See: newDescribeManagedEndpoint smart constructor.

Constructors

DescribeManagedEndpoint' 

Fields

Instances

Instances details
Eq DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Read DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Show DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Generic DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Associated Types

type Rep DescribeManagedEndpoint :: Type -> Type #

NFData DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Methods

rnf :: DescribeManagedEndpoint -> () #

Hashable DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

AWSRequest DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

ToHeaders DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

ToPath DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

ToQuery DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

type Rep DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

type Rep DescribeManagedEndpoint = D1 ('MetaData "DescribeManagedEndpoint" "Amazonka.EMRContainers.DescribeManagedEndpoint" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "DescribeManagedEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "virtualClusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

newDescribeManagedEndpoint Source #

Create a value of DescribeManagedEndpoint 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:id:DescribeManagedEndpoint', describeManagedEndpoint_id - This output displays ID of the managed endpoint.

$sel:virtualClusterId:DescribeManagedEndpoint', describeManagedEndpoint_virtualClusterId - The ID of the endpoint's virtual cluster.

Request Lenses

describeManagedEndpoint_id :: Lens' DescribeManagedEndpoint Text Source #

This output displays ID of the managed endpoint.

Destructuring the Response

data DescribeManagedEndpointResponse Source #

See: newDescribeManagedEndpointResponse smart constructor.

Constructors

DescribeManagedEndpointResponse' 

Fields

Instances

Instances details
Eq DescribeManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Show DescribeManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Generic DescribeManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Associated Types

type Rep DescribeManagedEndpointResponse :: Type -> Type #

NFData DescribeManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

type Rep DescribeManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

type Rep DescribeManagedEndpointResponse = D1 ('MetaData "DescribeManagedEndpointResponse" "Amazonka.EMRContainers.DescribeManagedEndpoint" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "DescribeManagedEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Endpoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeManagedEndpointResponse Source #

Create a value of DescribeManagedEndpointResponse 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:endpoint:DescribeManagedEndpointResponse', describeManagedEndpointResponse_endpoint - This output displays information about a managed endpoint.

$sel:httpStatus:DescribeManagedEndpointResponse', describeManagedEndpointResponse_httpStatus - The response's http status code.

Response Lenses

describeManagedEndpointResponse_endpoint :: Lens' DescribeManagedEndpointResponse (Maybe Endpoint) Source #

This output displays information about a managed endpoint.