| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.MachineLearning.DeleteRealtimeEndpoint
Description
Deletes a real time endpoint of an MLModel.
See: AWS API Reference for DeleteRealtimeEndpoint.
- deleteRealtimeEndpoint :: Text -> DeleteRealtimeEndpoint
- data DeleteRealtimeEndpoint
- dreMLModelId :: Lens' DeleteRealtimeEndpoint Text
- deleteRealtimeEndpointResponse :: Int -> DeleteRealtimeEndpointResponse
- data DeleteRealtimeEndpointResponse
- drersRealtimeEndpointInfo :: Lens' DeleteRealtimeEndpointResponse (Maybe RealtimeEndpointInfo)
- drersMLModelId :: Lens' DeleteRealtimeEndpointResponse (Maybe Text)
- drersResponseStatus :: Lens' DeleteRealtimeEndpointResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DeleteRealtimeEndpoint |
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:
data DeleteRealtimeEndpoint Source
See: deleteRealtimeEndpoint smart constructor.
Instances
Request Lenses
dreMLModelId :: Lens' DeleteRealtimeEndpoint Text Source
The ID assigned to the MLModel during creation.
Destructuring the Response
deleteRealtimeEndpointResponse Source
Arguments
| :: Int | |
| -> DeleteRealtimeEndpointResponse |
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:
data DeleteRealtimeEndpointResponse Source
Represents the output of an DeleteRealtimeEndpoint operation.
The result contains the MLModelId and the endpoint information for the
MLModel.
See: deleteRealtimeEndpointResponse smart constructor.
Response Lenses
drersRealtimeEndpointInfo :: Lens' DeleteRealtimeEndpointResponse (Maybe RealtimeEndpointInfo) Source
The endpoint information of the MLModel
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.
drersResponseStatus :: Lens' DeleteRealtimeEndpointResponse Int Source
The response status code.