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

Description

Deletes 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 DeleteManagedEndpoint Source #

See: newDeleteManagedEndpoint smart constructor.

Constructors

DeleteManagedEndpoint' 

Fields

Instances

Instances details
Eq DeleteManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

Read DeleteManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

Show DeleteManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

Generic DeleteManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

Associated Types

type Rep DeleteManagedEndpoint :: Type -> Type #

NFData DeleteManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

Methods

rnf :: DeleteManagedEndpoint -> () #

Hashable DeleteManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

AWSRequest DeleteManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

Associated Types

type AWSResponse DeleteManagedEndpoint #

ToHeaders DeleteManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

ToPath DeleteManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

ToQuery DeleteManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

type Rep DeleteManagedEndpoint Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

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

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

newDeleteManagedEndpoint Source #

Create a value of DeleteManagedEndpoint 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:DeleteManagedEndpoint', deleteManagedEndpoint_id - The ID of the managed endpoint.

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

Request Lenses

Destructuring the Response

data DeleteManagedEndpointResponse Source #

See: newDeleteManagedEndpointResponse smart constructor.

Constructors

DeleteManagedEndpointResponse' 

Fields

Instances

Instances details
Eq DeleteManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

Read DeleteManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

Show DeleteManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

Generic DeleteManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

Associated Types

type Rep DeleteManagedEndpointResponse :: Type -> Type #

NFData DeleteManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

type Rep DeleteManagedEndpointResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.DeleteManagedEndpoint

type Rep DeleteManagedEndpointResponse = D1 ('MetaData "DeleteManagedEndpointResponse" "Amazonka.EMRContainers.DeleteManagedEndpoint" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "DeleteManagedEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "virtualClusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteManagedEndpointResponse Source #

Create a value of DeleteManagedEndpointResponse 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:DeleteManagedEndpoint', deleteManagedEndpointResponse_id - The output displays the ID of the managed endpoint.

$sel:virtualClusterId:DeleteManagedEndpoint', deleteManagedEndpointResponse_virtualClusterId - The output displays the ID of the endpoint's virtual cluster.

$sel:httpStatus:DeleteManagedEndpointResponse', deleteManagedEndpointResponse_httpStatus - The response's http status code.

Response Lenses

deleteManagedEndpointResponse_id :: Lens' DeleteManagedEndpointResponse (Maybe Text) Source #

The output displays the ID of the managed endpoint.

deleteManagedEndpointResponse_virtualClusterId :: Lens' DeleteManagedEndpointResponse (Maybe Text) Source #

The output displays the ID of the endpoint's virtual cluster.