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

Contents

Description

Starts processing a stream processor. You create a stream processor by calling . To tell StartStreamProcessor which stream processor to start, use the value of the Name field specified in the call to CreateStreamProcessor .

Synopsis

Creating a Request

startStreamProcessor Source #

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

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

  • sName - The name of the stream processor to start processing.

data StartStreamProcessor Source #

See: startStreamProcessor smart constructor.

Instances

Eq StartStreamProcessor Source # 
Data StartStreamProcessor Source # 

Methods

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

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

toConstr :: StartStreamProcessor -> Constr #

dataTypeOf :: StartStreamProcessor -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: StartStreamProcessor -> () #

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

Request Lenses

sName :: Lens' StartStreamProcessor Text Source #

The name of the stream processor to start processing.

Destructuring the Response

startStreamProcessorResponse Source #

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

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

data StartStreamProcessorResponse Source #

See: startStreamProcessorResponse smart constructor.

Instances

Eq StartStreamProcessorResponse Source # 
Data StartStreamProcessorResponse Source # 

Methods

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

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

toConstr :: StartStreamProcessorResponse -> Constr #

dataTypeOf :: StartStreamProcessorResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses