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 #

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 #

See: startStreamProcessor smart constructor.

Instances

Eq StartStreamProcessor # 
Data StartStreamProcessor # 

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 # 
Show StartStreamProcessor # 
Generic StartStreamProcessor # 
Hashable StartStreamProcessor # 
ToJSON StartStreamProcessor # 
NFData StartStreamProcessor # 

Methods

rnf :: StartStreamProcessor -> () #

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

Request Lenses

sName :: Lens' StartStreamProcessor Text #

The name of the stream processor to start processing.

Destructuring the Response

startStreamProcessorResponse #

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 #

See: startStreamProcessorResponse smart constructor.

Instances

Eq StartStreamProcessorResponse # 
Data StartStreamProcessorResponse # 

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 # 
Show StartStreamProcessorResponse # 
Generic StartStreamProcessorResponse # 
NFData StartStreamProcessorResponse # 
type Rep StartStreamProcessorResponse # 
type Rep StartStreamProcessorResponse = D1 * (MetaData "StartStreamProcessorResponse" "Network.AWS.Rekognition.StartStreamProcessor" "amazonka-rekognition-1.6.0-4TmAlrIlJHI1iGSYhkZbGT" True) (C1 * (MetaCons "StartStreamProcessorResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_srsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

srsResponseStatus :: Lens' StartStreamProcessorResponse Int #

  • - | The response status code.