amazonka-sagemaker-1.6.0: Amazon SageMaker Service SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SageMaker.DeleteEndpoint

Contents

Description

Deletes an endpoint. Amazon SageMaker frees up all of the resources that were deployed when the endpoint was created.

Synopsis

Creating a Request

deleteEndpoint Source #

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:

data DeleteEndpoint Source #

See: deleteEndpoint smart constructor.

Instances

Eq DeleteEndpoint Source # 
Data DeleteEndpoint Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteEndpoint -> c DeleteEndpoint #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteEndpoint #

toConstr :: DeleteEndpoint -> Constr #

dataTypeOf :: DeleteEndpoint -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteEndpoint) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteEndpoint) #

gmapT :: (forall b. Data b => b -> b) -> DeleteEndpoint -> DeleteEndpoint #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteEndpoint -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteEndpoint -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteEndpoint -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteEndpoint -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteEndpoint -> m DeleteEndpoint #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteEndpoint -> m DeleteEndpoint #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteEndpoint -> m DeleteEndpoint #

Read DeleteEndpoint Source # 
Show DeleteEndpoint Source # 
Generic DeleteEndpoint Source # 

Associated Types

type Rep DeleteEndpoint :: * -> * #

Hashable DeleteEndpoint Source # 
ToJSON DeleteEndpoint Source # 
NFData DeleteEndpoint Source # 

Methods

rnf :: DeleteEndpoint -> () #

AWSRequest DeleteEndpoint Source # 
ToHeaders DeleteEndpoint Source # 
ToPath DeleteEndpoint Source # 
ToQuery DeleteEndpoint Source # 
type Rep DeleteEndpoint Source # 
type Rep DeleteEndpoint = D1 * (MetaData "DeleteEndpoint" "Network.AWS.SageMaker.DeleteEndpoint" "amazonka-sagemaker-1.6.0-9oNc2IB3ZCo9VZHXZi5zcA" True) (C1 * (MetaCons "DeleteEndpoint'" PrefixI True) (S1 * (MetaSel (Just Symbol "_deEndpointName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteEndpoint Source # 

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.

Instances

Eq DeleteEndpointResponse Source # 
Data DeleteEndpointResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteEndpointResponse -> c DeleteEndpointResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteEndpointResponse #

toConstr :: DeleteEndpointResponse -> Constr #

dataTypeOf :: DeleteEndpointResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteEndpointResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteEndpointResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteEndpointResponse -> DeleteEndpointResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteEndpointResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteEndpointResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteEndpointResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteEndpointResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteEndpointResponse -> m DeleteEndpointResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteEndpointResponse -> m DeleteEndpointResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteEndpointResponse -> m DeleteEndpointResponse #

Read DeleteEndpointResponse Source # 
Show DeleteEndpointResponse Source # 
Generic DeleteEndpointResponse Source # 
NFData DeleteEndpointResponse Source # 

Methods

rnf :: DeleteEndpointResponse -> () #

type Rep DeleteEndpointResponse Source # 
type Rep DeleteEndpointResponse = D1 * (MetaData "DeleteEndpointResponse" "Network.AWS.SageMaker.DeleteEndpoint" "amazonka-sagemaker-1.6.0-9oNc2IB3ZCo9VZHXZi5zcA" False) (C1 * (MetaCons "DeleteEndpointResponse'" PrefixI False) (U1 *))