amazonka-ml-1.3.6: Amazon Machine Learning SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.MachineLearning.DeleteRealtimeEndpoint

Contents

Description

Deletes a real time endpoint of an MLModel.

See: AWS API Reference for DeleteRealtimeEndpoint.

Synopsis

Creating a Request

deleteRealtimeEndpoint Source

Creates a value of DeleteRealtimeEndpoint with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dreMLModelId :: Lens' DeleteRealtimeEndpoint Text Source

The ID assigned to the MLModel during creation.

Destructuring the Response

deleteRealtimeEndpointResponse Source

Creates a value of DeleteRealtimeEndpointResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

drersMLModelId :: 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.