| 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.SageMaker.DeleteEndpoint
Description
Deletes an endpoint. Amazon SageMaker frees up all of the resources that were deployed when the endpoint was created.
Creating a Request
Arguments
| :: Text | |
| -> DeleteEndpoint |
Creates a value of DeleteEndpoint with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
deEndpointName- The name of the endpoint that you want to delete.
data DeleteEndpoint Source #
See: deleteEndpoint smart constructor.
Instances
Request Lenses
deEndpointName :: Lens' DeleteEndpoint Text Source #
The name of the endpoint that you want to delete.
Destructuring the Response
deleteEndpointResponse :: DeleteEndpointResponse Source #
Creates a value of DeleteEndpointResponse with the minimum fields required to make a request.
data DeleteEndpointResponse Source #
See: deleteEndpointResponse smart constructor.