amazonka-emr-containers-2.0: Amazon EMR Containers 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.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
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

AWSRequest 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 #

Read DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Show DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

NFData DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Methods

rnf :: DescribeManagedEndpoint -> () #

Eq DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Hashable DescribeManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

type AWSResponse 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" "amazonka-emr-containers-2.0-IoSteTibWXL7DljQZKPB8n" 'False) (C1 ('MetaCons "DescribeManagedEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "virtualClusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeManagedEndpoint, describeManagedEndpoint_id - This output displays ID of the managed endpoint.

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
Generic DescribeManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Associated Types

type Rep DescribeManagedEndpointResponse :: Type -> Type #

Show DescribeManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

NFData DescribeManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DescribeManagedEndpoint

Eq 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" "amazonka-emr-containers-2.0-IoSteTibWXL7DljQZKPB8n" '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.