libZSservicesZSamazonka-rekognitionZSamazonka-rekognition
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Rekognition.ListStreamProcessors

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

data ListStreamProcessors Source #

See: newListStreamProcessors smart constructor.

Constructors

ListStreamProcessors' 

Fields

  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Natural

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

Instances

Instances details
Eq ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

Read ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

Show ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

Generic ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

Associated Types

type Rep ListStreamProcessors :: Type -> Type #

NFData ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

Methods

rnf :: ListStreamProcessors -> () #

Hashable ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

ToJSON ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

AWSPager ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

AWSRequest ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

Associated Types

type AWSResponse ListStreamProcessors #

ToHeaders ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

ToPath ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

ToQuery ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

type Rep ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

type Rep ListStreamProcessors = D1 ('MetaData "ListStreamProcessors" "Amazonka.Rekognition.ListStreamProcessors" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "ListStreamProcessors'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListStreamProcessors Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

newListStreamProcessors :: ListStreamProcessors Source #

Create a value of ListStreamProcessors with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListStreamProcessors', listStreamProcessors_nextToken - If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.

$sel:maxResults:ListStreamProcessors', listStreamProcessors_maxResults - Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.

Request Lenses

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

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

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

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

Destructuring the Response

data ListStreamProcessorsResponse Source #

See: newListStreamProcessorsResponse smart constructor.

Constructors

ListStreamProcessorsResponse' 

Fields

Instances

Instances details
Eq ListStreamProcessorsResponse Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

Read ListStreamProcessorsResponse Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

Show ListStreamProcessorsResponse Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

Generic ListStreamProcessorsResponse Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

Associated Types

type Rep ListStreamProcessorsResponse :: Type -> Type #

NFData ListStreamProcessorsResponse Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

type Rep ListStreamProcessorsResponse Source # 
Instance details

Defined in Amazonka.Rekognition.ListStreamProcessors

type Rep ListStreamProcessorsResponse = D1 ('MetaData "ListStreamProcessorsResponse" "Amazonka.Rekognition.ListStreamProcessors" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "ListStreamProcessorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamProcessors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StreamProcessor])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListStreamProcessorsResponse Source #

Create a value of ListStreamProcessorsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:streamProcessors:ListStreamProcessorsResponse', listStreamProcessorsResponse_streamProcessors - List of stream processors that you have created.

$sel:nextToken:ListStreamProcessors', listStreamProcessorsResponse_nextToken - If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.

$sel:httpStatus:ListStreamProcessorsResponse', listStreamProcessorsResponse_httpStatus - The response's http status code.

Response Lenses

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

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