libZSservicesZSamazonka-comprehendZSamazonka-comprehend
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.Comprehend.DeleteEndpoint

Description

Deletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted.

Synopsis

Creating a Request

data DeleteEndpoint Source #

See: newDeleteEndpoint smart constructor.

Constructors

DeleteEndpoint' 

Fields

  • endpointArn :: Text

    The Amazon Resource Number (ARN) of the endpoint being deleted.

Instances

Instances details
Eq DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

Read DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

Show DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

Generic DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

Associated Types

type Rep DeleteEndpoint :: Type -> Type #

NFData DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

Methods

rnf :: DeleteEndpoint -> () #

Hashable DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

ToJSON DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

AWSRequest DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

Associated Types

type AWSResponse DeleteEndpoint #

ToHeaders DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

ToPath DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

ToQuery DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

type Rep DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

type Rep DeleteEndpoint = D1 ('MetaData "DeleteEndpoint" "Amazonka.Comprehend.DeleteEndpoint" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "DeleteEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

newDeleteEndpoint Source #

Create a value of DeleteEndpoint 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:endpointArn:DeleteEndpoint', deleteEndpoint_endpointArn - The Amazon Resource Number (ARN) of the endpoint being deleted.

Request Lenses

deleteEndpoint_endpointArn :: Lens' DeleteEndpoint Text Source #

The Amazon Resource Number (ARN) of the endpoint being deleted.

Destructuring the Response

data DeleteEndpointResponse Source #

See: newDeleteEndpointResponse smart constructor.

Constructors

DeleteEndpointResponse' 

Fields

Instances

Instances details
Eq DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

Read DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

Show DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

Generic DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

Associated Types

type Rep DeleteEndpointResponse :: Type -> Type #

NFData DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

Methods

rnf :: DeleteEndpointResponse -> () #

type Rep DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DeleteEndpoint

type Rep DeleteEndpointResponse = D1 ('MetaData "DeleteEndpointResponse" "Amazonka.Comprehend.DeleteEndpoint" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "DeleteEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteEndpointResponse Source #

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

Response Lenses