libZSservicesZSamazonka-mlZSamazonka-ml
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.MachineLearning.DeleteRealtimeEndpoint

Description

Deletes a real time endpoint of an MLModel.

Synopsis

Creating a Request

data DeleteRealtimeEndpoint Source #

See: newDeleteRealtimeEndpoint smart constructor.

Constructors

DeleteRealtimeEndpoint' 

Fields

Instances

Instances details
Eq DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Read DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Show DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Generic DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Associated Types

type Rep DeleteRealtimeEndpoint :: Type -> Type #

NFData DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Methods

rnf :: DeleteRealtimeEndpoint -> () #

Hashable DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

ToJSON DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

AWSRequest DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Associated Types

type AWSResponse DeleteRealtimeEndpoint #

ToHeaders DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

ToPath DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

ToQuery DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

type Rep DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

type Rep DeleteRealtimeEndpoint = D1 ('MetaData "DeleteRealtimeEndpoint" "Amazonka.MachineLearning.DeleteRealtimeEndpoint" "libZSservicesZSamazonka-mlZSamazonka-ml" 'False) (C1 ('MetaCons "DeleteRealtimeEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mLModelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

newDeleteRealtimeEndpoint Source #

Create a value of DeleteRealtimeEndpoint 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:mLModelId:DeleteRealtimeEndpoint', deleteRealtimeEndpoint_mLModelId - The ID assigned to the MLModel during creation.

Request Lenses

deleteRealtimeEndpoint_mLModelId :: Lens' DeleteRealtimeEndpoint Text Source #

The ID assigned to the MLModel during creation.

Destructuring the Response

data DeleteRealtimeEndpointResponse Source #

Represents the output of an DeleteRealtimeEndpoint operation.

The result contains the MLModelId and the endpoint information for the MLModel.

See: newDeleteRealtimeEndpointResponse smart constructor.

Constructors

DeleteRealtimeEndpointResponse' 

Fields

Instances

Instances details
Eq DeleteRealtimeEndpointResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Read DeleteRealtimeEndpointResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Show DeleteRealtimeEndpointResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Generic DeleteRealtimeEndpointResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Associated Types

type Rep DeleteRealtimeEndpointResponse :: Type -> Type #

NFData DeleteRealtimeEndpointResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

type Rep DeleteRealtimeEndpointResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

type Rep DeleteRealtimeEndpointResponse = D1 ('MetaData "DeleteRealtimeEndpointResponse" "Amazonka.MachineLearning.DeleteRealtimeEndpoint" "libZSservicesZSamazonka-mlZSamazonka-ml" 'False) (C1 ('MetaCons "DeleteRealtimeEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "realtimeEndpointInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RealtimeEndpointInfo)) :*: (S1 ('MetaSel ('Just "mLModelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteRealtimeEndpointResponse Source #

Create a value of DeleteRealtimeEndpointResponse 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:realtimeEndpointInfo:DeleteRealtimeEndpointResponse', deleteRealtimeEndpointResponse_realtimeEndpointInfo - The endpoint information of the MLModel

$sel:mLModelId:DeleteRealtimeEndpoint', deleteRealtimeEndpointResponse_mLModelId - A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelId in the request.

$sel:httpStatus:DeleteRealtimeEndpointResponse', deleteRealtimeEndpointResponse_httpStatus - The response's http status code.

Response Lenses

deleteRealtimeEndpointResponse_mLModelId :: Lens' DeleteRealtimeEndpointResponse (Maybe Text) Source #

A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelId in the request.