| 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.DeleteEndpointConfig
Description
Deletes an endpoint configuration. The DeleteEndpoingConfig API deletes only the specified configuration. It does not delete endpoints created using the configuration.
Creating a Request
Arguments
| :: Text | |
| -> DeleteEndpointConfig |
Creates a value of DeleteEndpointConfig with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dEndpointConfigName- The name of the endpoint configuration that you want to delete.
data DeleteEndpointConfig Source #
See: deleteEndpointConfig smart constructor.
Instances
Request Lenses
dEndpointConfigName :: Lens' DeleteEndpointConfig Text Source #
The name of the endpoint configuration that you want to delete.
Destructuring the Response
deleteEndpointConfigResponse :: DeleteEndpointConfigResponse Source #
Creates a value of DeleteEndpointConfigResponse with the minimum fields required to make a request.
data DeleteEndpointConfigResponse Source #
See: deleteEndpointConfigResponse smart constructor.
Instances