amazonka-rekognition-1.6.0: Amazon Rekognition 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.Rekognition.DeleteStreamProcessor

Contents

Description

Deletes the stream processor identified by Name . You assign the value for Name when you create the stream processor with . You might not be able to use the same name for a stream processor for a few seconds after calling DeleteStreamProcessor .

Synopsis

Creating a Request

deleteStreamProcessor #

Creates a value of DeleteStreamProcessor with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dName - The name of the stream processor you want to delete.

data DeleteStreamProcessor #

See: deleteStreamProcessor smart constructor.

Instances

Eq DeleteStreamProcessor # 
Data DeleteStreamProcessor # 

Methods

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

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

toConstr :: DeleteStreamProcessor -> Constr #

dataTypeOf :: DeleteStreamProcessor -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteStreamProcessor # 
Show DeleteStreamProcessor # 
Generic DeleteStreamProcessor # 
Hashable DeleteStreamProcessor # 
ToJSON DeleteStreamProcessor # 
NFData DeleteStreamProcessor # 

Methods

rnf :: DeleteStreamProcessor -> () #

AWSRequest DeleteStreamProcessor # 
ToHeaders DeleteStreamProcessor # 
ToPath DeleteStreamProcessor # 
ToQuery DeleteStreamProcessor # 
type Rep DeleteStreamProcessor # 
type Rep DeleteStreamProcessor = D1 * (MetaData "DeleteStreamProcessor" "Network.AWS.Rekognition.DeleteStreamProcessor" "amazonka-rekognition-1.6.0-4TmAlrIlJHI1iGSYhkZbGT" True) (C1 * (MetaCons "DeleteStreamProcessor'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteStreamProcessor # 

Request Lenses

dName :: Lens' DeleteStreamProcessor Text #

The name of the stream processor you want to delete.

Destructuring the Response

deleteStreamProcessorResponse #

Creates a value of DeleteStreamProcessorResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteStreamProcessorResponse #

See: deleteStreamProcessorResponse smart constructor.

Instances

Eq DeleteStreamProcessorResponse # 
Data DeleteStreamProcessorResponse # 

Methods

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

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

toConstr :: DeleteStreamProcessorResponse -> Constr #

dataTypeOf :: DeleteStreamProcessorResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteStreamProcessorResponse # 
Show DeleteStreamProcessorResponse # 
Generic DeleteStreamProcessorResponse # 
NFData DeleteStreamProcessorResponse # 
type Rep DeleteStreamProcessorResponse # 
type Rep DeleteStreamProcessorResponse = D1 * (MetaData "DeleteStreamProcessorResponse" "Network.AWS.Rekognition.DeleteStreamProcessor" "amazonka-rekognition-1.6.0-4TmAlrIlJHI1iGSYhkZbGT" True) (C1 * (MetaCons "DeleteStreamProcessorResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_drsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses