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

Description

Stops a running stream processor that was created by CreateStreamProcessor.

Synopsis

Creating a Request

data StopStreamProcessor Source #

See: newStopStreamProcessor smart constructor.

Constructors

StopStreamProcessor' 

Fields

  • name :: Text

    The name of a stream processor created by CreateStreamProcessor.

Instances

Instances details
Eq StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

Read StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

Show StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

Generic StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

Associated Types

type Rep StopStreamProcessor :: Type -> Type #

NFData StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

Methods

rnf :: StopStreamProcessor -> () #

Hashable StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

ToJSON StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

AWSRequest StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

Associated Types

type AWSResponse StopStreamProcessor #

ToHeaders StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

ToPath StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

ToQuery StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

type Rep StopStreamProcessor Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

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

Defined in Amazonka.Rekognition.StopStreamProcessor

newStopStreamProcessor Source #

Create a value of StopStreamProcessor 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:StopStreamProcessor', stopStreamProcessor_name - The name of a stream processor created by CreateStreamProcessor.

Request Lenses

stopStreamProcessor_name :: Lens' StopStreamProcessor Text Source #

The name of a stream processor created by CreateStreamProcessor.

Destructuring the Response

data StopStreamProcessorResponse Source #

See: newStopStreamProcessorResponse smart constructor.

Constructors

StopStreamProcessorResponse' 

Fields

Instances

Instances details
Eq StopStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

Read StopStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

Show StopStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

Generic StopStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

Associated Types

type Rep StopStreamProcessorResponse :: Type -> Type #

NFData StopStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

type Rep StopStreamProcessorResponse Source # 
Instance details

Defined in Amazonka.Rekognition.StopStreamProcessor

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

newStopStreamProcessorResponse Source #

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

Response Lenses