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

Defined in Network.AWS.Rekognition.ListStreamProcessors

Data ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

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

Defined in Network.AWS.Rekognition.ListStreamProcessors

Show ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

Generic ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

Associated Types

type Rep ListStreamProcessors :: Type -> Type #

Hashable ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

ToJSON ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

AWSPager ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

AWSRequest ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

Associated Types

type Rs ListStreamProcessors :: Type #

ToHeaders ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

ToPath ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

ToQuery ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

NFData ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

Methods

rnf :: ListStreamProcessors -> () #

type Rep ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

type Rep ListStreamProcessors = D1 (MetaData "ListStreamProcessors" "Network.AWS.Rekognition.ListStreamProcessors" "amazonka-rekognition-1.6.1-ELwOF0LSGWFp8S3Ef6QMe" False) (C1 (MetaCons "ListStreamProcessors'" PrefixI True) (S1 (MetaSel (Just "_lspNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lspMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))
type Rs ListStreamProcessors Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

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

Defined in Network.AWS.Rekognition.ListStreamProcessors

Data ListStreamProcessorsResponse Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

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

Defined in Network.AWS.Rekognition.ListStreamProcessors

Show ListStreamProcessorsResponse Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

Generic ListStreamProcessorsResponse Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

Associated Types

type Rep ListStreamProcessorsResponse :: Type -> Type #

NFData ListStreamProcessorsResponse Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

type Rep ListStreamProcessorsResponse Source # 
Instance details

Defined in Network.AWS.Rekognition.ListStreamProcessors

type Rep ListStreamProcessorsResponse = D1 (MetaData "ListStreamProcessorsResponse" "Network.AWS.Rekognition.ListStreamProcessors" "amazonka-rekognition-1.6.1-ELwOF0LSGWFp8S3Ef6QMe" False) (C1 (MetaCons "ListStreamProcessorsResponse'" PrefixI True) (S1 (MetaSel (Just "_lsprsStreamProcessors") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [StreamProcessor])) :*: (S1 (MetaSel (Just "_lsprsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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.