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.StopStreamProcessor

Contents

Description

Stops a running stream processor that was created by .

Synopsis

Creating a Request

stopStreamProcessor Source #

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

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

  • sspName - The name of a stream processor created by .

data StopStreamProcessor Source #

See: stopStreamProcessor smart constructor.

Instances

Eq StopStreamProcessor Source # 
Data StopStreamProcessor Source # 

Methods

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

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

toConstr :: StopStreamProcessor -> Constr #

dataTypeOf :: StopStreamProcessor -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopStreamProcessor Source # 
Show StopStreamProcessor Source # 
Generic StopStreamProcessor Source # 
Hashable StopStreamProcessor Source # 
ToJSON StopStreamProcessor Source # 
NFData StopStreamProcessor Source # 

Methods

rnf :: StopStreamProcessor -> () #

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

Request Lenses

sspName :: Lens' StopStreamProcessor Text Source #

The name of a stream processor created by .

Destructuring the Response

stopStreamProcessorResponse Source #

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

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

data StopStreamProcessorResponse Source #

See: stopStreamProcessorResponse smart constructor.

Instances

Eq StopStreamProcessorResponse Source # 
Data StopStreamProcessorResponse Source # 

Methods

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

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

toConstr :: StopStreamProcessorResponse -> Constr #

dataTypeOf :: StopStreamProcessorResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopStreamProcessorResponse Source # 
Show StopStreamProcessorResponse Source # 
Generic StopStreamProcessorResponse Source # 
NFData StopStreamProcessorResponse Source # 
type Rep StopStreamProcessorResponse Source # 
type Rep StopStreamProcessorResponse = D1 * (MetaData "StopStreamProcessorResponse" "Network.AWS.Rekognition.StopStreamProcessor" "amazonka-rekognition-1.6.0-3jgXZy5HWud2mYhTRx5OTT" True) (C1 * (MetaCons "StopStreamProcessorResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ssprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses