| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.DeleteEndpointConfig
Description
Deletes an endpoint configuration. The DeleteEndpointConfig API
deletes only the specified configuration. It does not delete endpoints
created using the configuration.
You must not delete an EndpointConfig in use by an endpoint that is
live or while the UpdateEndpoint or CreateEndpoint operations are
being performed on the endpoint. If you delete the EndpointConfig of
an endpoint that is active or being created or updated you may lose
visibility into the instance type the endpoint is using. The endpoint
must be deleted in order to stop incurring charges.
Synopsis
- data DeleteEndpointConfig = DeleteEndpointConfig' {}
- newDeleteEndpointConfig :: Text -> DeleteEndpointConfig
- deleteEndpointConfig_endpointConfigName :: Lens' DeleteEndpointConfig Text
- data DeleteEndpointConfigResponse = DeleteEndpointConfigResponse' {
- newDeleteEndpointConfigResponse :: DeleteEndpointConfigResponse
Creating a Request
data DeleteEndpointConfig Source #
See: newDeleteEndpointConfig smart constructor.
Constructors
| DeleteEndpointConfig' | |
Fields
| |
Instances
newDeleteEndpointConfig Source #
Arguments
| :: Text | |
| -> DeleteEndpointConfig |
Create a value of DeleteEndpointConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteEndpointConfig, deleteEndpointConfig_endpointConfigName - The name of the endpoint configuration that you want to delete.
Request Lenses
deleteEndpointConfig_endpointConfigName :: Lens' DeleteEndpointConfig Text Source #
The name of the endpoint configuration that you want to delete.
Destructuring the Response
data DeleteEndpointConfigResponse Source #
See: newDeleteEndpointConfigResponse smart constructor.
Constructors
| DeleteEndpointConfigResponse' | |
Instances
| Generic DeleteEndpointConfigResponse Source # | |
Defined in Amazonka.SageMaker.DeleteEndpointConfig Associated Types type Rep DeleteEndpointConfigResponse :: Type -> Type # | |
| Read DeleteEndpointConfigResponse Source # | |
| Show DeleteEndpointConfigResponse Source # | |
Defined in Amazonka.SageMaker.DeleteEndpointConfig Methods showsPrec :: Int -> DeleteEndpointConfigResponse -> ShowS # show :: DeleteEndpointConfigResponse -> String # showList :: [DeleteEndpointConfigResponse] -> ShowS # | |
| NFData DeleteEndpointConfigResponse Source # | |
Defined in Amazonka.SageMaker.DeleteEndpointConfig Methods rnf :: DeleteEndpointConfigResponse -> () # | |
| Eq DeleteEndpointConfigResponse Source # | |
Defined in Amazonka.SageMaker.DeleteEndpointConfig Methods (==) :: DeleteEndpointConfigResponse -> DeleteEndpointConfigResponse -> Bool # (/=) :: DeleteEndpointConfigResponse -> DeleteEndpointConfigResponse -> Bool # | |
| type Rep DeleteEndpointConfigResponse Source # | |
Defined in Amazonka.SageMaker.DeleteEndpointConfig | |
newDeleteEndpointConfigResponse :: DeleteEndpointConfigResponse Source #
Create a value of DeleteEndpointConfigResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.