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 #

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 #

See: stopStreamProcessor smart constructor.

Instances

Eq StopStreamProcessor # 
Data StopStreamProcessor # 

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

Methods

rnf :: StopStreamProcessor -> () #

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

Request Lenses

sspName :: Lens' StopStreamProcessor Text #

The name of a stream processor created by .

Destructuring the Response

stopStreamProcessorResponse #

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 #

See: stopStreamProcessorResponse smart constructor.

Instances

Eq StopStreamProcessorResponse # 
Data StopStreamProcessorResponse # 

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

Response Lenses