amazonka-rekognition-1.6.1: 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 # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

Data StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.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 Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

Show StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

Generic StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

Associated Types

type Rep StopStreamProcessor :: Type -> Type #

Hashable StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

ToJSON StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

AWSRequest StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

Associated Types

type Rs StopStreamProcessor :: Type #

ToHeaders StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

ToPath StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

ToQuery StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

NFData StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

Methods

rnf :: StopStreamProcessor -> () #

type Rep StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

type Rep StopStreamProcessor = D1 (MetaData "StopStreamProcessor" "Network.AWS.Rekognition.StopStreamProcessor" "amazonka-rekognition-1.6.1-ELwOF0LSGWFp8S3Ef6QMe" True) (C1 (MetaCons "StopStreamProcessor'" PrefixI True) (S1 (MetaSel (Just "_sspName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs StopStreamProcessor Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

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 # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

Data StopStreamProcessorResponse Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

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 # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

Show StopStreamProcessorResponse Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

Generic StopStreamProcessorResponse Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

Associated Types

type Rep StopStreamProcessorResponse :: Type -> Type #

NFData StopStreamProcessorResponse Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

type Rep StopStreamProcessorResponse Source # 
Instance details

Defined in Network.AWS.Rekognition.StopStreamProcessor

type Rep StopStreamProcessorResponse = D1 (MetaData "StopStreamProcessorResponse" "Network.AWS.Rekognition.StopStreamProcessor" "amazonka-rekognition-1.6.1-ELwOF0LSGWFp8S3Ef6QMe" True) (C1 (MetaCons "StopStreamProcessorResponse'" PrefixI True) (S1 (MetaSel (Just "_ssprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses