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

Contents

Description

Gets a list of stream processors that you have created with .

This operation returns paginated results.

Synopsis

Creating a Request

listStreamProcessors :: ListStreamProcessors Source #

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

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

  • lspNextToken - If the previous response was incomplete (because there are more stream processors to retrieve), Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.
  • lspMaxResults - Maximum number of stream processors you want Rekognition Video to return in the response. The default is 1000.

data ListStreamProcessors Source #

See: listStreamProcessors smart constructor.

Instances

Eq ListStreamProcessors Source # 
Data ListStreamProcessors Source # 

Methods

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

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

toConstr :: ListStreamProcessors -> Constr #

dataTypeOf :: ListStreamProcessors -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: ListStreamProcessors -> () #

AWSPager ListStreamProcessors Source # 
AWSRequest ListStreamProcessors Source # 
ToHeaders ListStreamProcessors Source # 
ToPath ListStreamProcessors Source # 
ToQuery ListStreamProcessors Source # 
type Rep ListStreamProcessors Source # 
type Rep ListStreamProcessors = D1 * (MetaData "ListStreamProcessors" "Network.AWS.Rekognition.ListStreamProcessors" "amazonka-rekognition-1.6.0-3jgXZy5HWud2mYhTRx5OTT" False) (C1 * (MetaCons "ListStreamProcessors'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lspNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lspMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat)))))
type Rs ListStreamProcessors Source # 

Request Lenses

lspNextToken :: Lens' ListStreamProcessors (Maybe Text) Source #

If the previous response was incomplete (because there are more stream processors to retrieve), Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.

lspMaxResults :: Lens' ListStreamProcessors (Maybe Natural) Source #

Maximum number of stream processors you want Rekognition Video to return in the response. The default is 1000.

Destructuring the Response

listStreamProcessorsResponse Source #

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

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

  • lsprsStreamProcessors - List of stream processors that you have created.
  • lsprsNextToken - If the response is truncated, Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.
  • lsprsResponseStatus - -- | The response status code.

data ListStreamProcessorsResponse Source #

See: listStreamProcessorsResponse smart constructor.

Instances

Eq ListStreamProcessorsResponse Source # 
Data ListStreamProcessorsResponse Source # 

Methods

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

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

toConstr :: ListStreamProcessorsResponse -> Constr #

dataTypeOf :: ListStreamProcessorsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListStreamProcessorsResponse Source # 
Show ListStreamProcessorsResponse Source # 
Generic ListStreamProcessorsResponse Source # 
NFData ListStreamProcessorsResponse Source # 
type Rep ListStreamProcessorsResponse Source # 
type Rep ListStreamProcessorsResponse = D1 * (MetaData "ListStreamProcessorsResponse" "Network.AWS.Rekognition.ListStreamProcessors" "amazonka-rekognition-1.6.0-3jgXZy5HWud2mYhTRx5OTT" False) (C1 * (MetaCons "ListStreamProcessorsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lsprsStreamProcessors") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [StreamProcessor]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lsprsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lsprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lsprsStreamProcessors :: Lens' ListStreamProcessorsResponse [StreamProcessor] Source #

List of stream processors that you have created.

lsprsNextToken :: Lens' ListStreamProcessorsResponse (Maybe Text) Source #

If the response is truncated, Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.