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

Description

Starts processing a stream processor. You create a stream processor by calling CreateStreamProcessor. To tell StartStreamProcessor which stream processor to start, use the value of the Name field specified in the call to CreateStreamProcessor.

Synopsis

Creating a Request

data StartStreamProcessor Source #

See: newStartStreamProcessor smart constructor.

Constructors

StartStreamProcessor' 

Fields

  • name :: Text

    The name of the stream processor to start processing.

Instances

Instances details
Eq StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

Read StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

Show StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

Generic StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

Associated Types

type Rep StartStreamProcessor :: Type -> Type #

NFData StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

Methods

rnf :: StartStreamProcessor -> () #

Hashable StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

ToJSON StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

AWSRequest StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

Associated Types

type AWSResponse StartStreamProcessor #

ToHeaders StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

ToPath StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

ToQuery StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

type Rep StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

type Rep StartStreamProcessor = D1 ('MetaData "StartStreamProcessor" "Amazonka.Rekognition.StartStreamProcessor" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "StartStreamProcessor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

newStartStreamProcessor Source #

Create a value of StartStreamProcessor 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:name:StartStreamProcessor', startStreamProcessor_name - The name of the stream processor to start processing.

Request Lenses

startStreamProcessor_name :: Lens' StartStreamProcessor Text Source #

The name of the stream processor to start processing.

Destructuring the Response

data StartStreamProcessorResponse Source #

See: newStartStreamProcessorResponse smart constructor.

Constructors

StartStreamProcessorResponse' 

Fields

Instances

Instances details
Eq StartStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

Read StartStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

Show StartStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

Generic StartStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

Associated Types

type Rep StartStreamProcessorResponse :: Type -> Type #

NFData StartStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

type Rep StartStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StartStreamProcessor

type Rep StartStreamProcessorResponse = D1 ('MetaData "StartStreamProcessorResponse" "Amazonka.Rekognition.StartStreamProcessor" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "StartStreamProcessorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartStreamProcessorResponse Source #

Create a value of StartStreamProcessorResponse 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:httpStatus:StartStreamProcessorResponse', startStreamProcessorResponse_httpStatus - The response's http status code.

Response Lenses