amazonka-ml-2.0: Amazon Machine Learning 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.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
ToJSON DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.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

AWSRequest DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Associated Types

type AWSResponse DeleteRealtimeEndpoint #

Generic DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Associated Types

type Rep DeleteRealtimeEndpoint :: Type -> Type #

Read DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Show DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

NFData DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Methods

rnf :: DeleteRealtimeEndpoint -> () #

Eq DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Hashable DeleteRealtimeEndpoint Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

type AWSResponse 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" "amazonka-ml-2.0-A3JLJ63WvmfHxGBBIqhdRA" 'False) (C1 ('MetaCons "DeleteRealtimeEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mLModelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Associated Types

type Rep DeleteRealtimeEndpointResponse :: Type -> Type #

Read DeleteRealtimeEndpointResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Show DeleteRealtimeEndpointResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

NFData DeleteRealtimeEndpointResponse Source # 
Instance details

Defined in Amazonka.MachineLearning.DeleteRealtimeEndpoint

Eq 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" "amazonka-ml-2.0-A3JLJ63WvmfHxGBBIqhdRA" 'False) (C1 ('MetaCons "DeleteRealtimeEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mLModelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "realtimeEndpointInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RealtimeEndpointInfo)) :*: 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:

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

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