| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@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 .
- 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
deleteRealtimeEndpoint Source #
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:
dreMLModelId- The ID assigned to theMLModelduring creation.
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:
drersRealtimeEndpointInfo- The endpoint information of theMLModeldrersMLModelId- A user-supplied ID that uniquely identifies theMLModel. This value should be identical to the value of theMLModelIdin the request.drersResponseStatus- -- | The response status code.
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.
Instances
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.