libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.DeleteDevEndpoint

Description

Deletes a specified development endpoint.

Synopsis

Creating a Request

data DeleteDevEndpoint Source #

See: newDeleteDevEndpoint smart constructor.

Constructors

DeleteDevEndpoint' 

Fields

Instances

Instances details
Eq DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

Read DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

Show DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

Generic DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

Associated Types

type Rep DeleteDevEndpoint :: Type -> Type #

NFData DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

Methods

rnf :: DeleteDevEndpoint -> () #

Hashable DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

ToJSON DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

AWSRequest DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

Associated Types

type AWSResponse DeleteDevEndpoint #

ToHeaders DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

ToPath DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

ToQuery DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

type Rep DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

type Rep DeleteDevEndpoint = D1 ('MetaData "DeleteDevEndpoint" "Amazonka.Glue.DeleteDevEndpoint" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "DeleteDevEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDevEndpoint Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

newDeleteDevEndpoint Source #

Create a value of DeleteDevEndpoint 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:endpointName:DeleteDevEndpoint', deleteDevEndpoint_endpointName - The name of the DevEndpoint.

Request Lenses

Destructuring the Response

data DeleteDevEndpointResponse Source #

See: newDeleteDevEndpointResponse smart constructor.

Constructors

DeleteDevEndpointResponse' 

Fields

Instances

Instances details
Eq DeleteDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

Read DeleteDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

Show DeleteDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

Generic DeleteDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

Associated Types

type Rep DeleteDevEndpointResponse :: Type -> Type #

NFData DeleteDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

type Rep DeleteDevEndpointResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteDevEndpoint

type Rep DeleteDevEndpointResponse = D1 ('MetaData "DeleteDevEndpointResponse" "Amazonka.Glue.DeleteDevEndpoint" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "DeleteDevEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDevEndpointResponse Source #

Create a value of DeleteDevEndpointResponse 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:httpStatus:DeleteDevEndpointResponse', deleteDevEndpointResponse_httpStatus - The response's http status code.

Response Lenses