amazonka-rekognition-2.0: Amazon Rekognition SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Rekognition.Types.StreamProcessorNotificationChannel

Description

 
Synopsis

Documentation

data StreamProcessorNotificationChannel Source #

The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.

Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. For example, if Amazon Rekognition detects a person at second 2, a pet at second 4, and a person again at second 5, Amazon Rekognition sends 2 object class detected notifications, one for a person at second 2 and one for a pet at second 4.

Amazon Rekognition also publishes an an end-of-session notification with a summary when the stream processing session is complete.

See: newStreamProcessorNotificationChannel smart constructor.

Constructors

StreamProcessorNotificationChannel' 

Fields

  • sNSTopicArn :: Text

    The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.

Instances

Instances details
FromJSON StreamProcessorNotificationChannel Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorNotificationChannel

ToJSON StreamProcessorNotificationChannel Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorNotificationChannel

Generic StreamProcessorNotificationChannel Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorNotificationChannel

Associated Types

type Rep StreamProcessorNotificationChannel :: Type -> Type #

Read StreamProcessorNotificationChannel Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorNotificationChannel

Show StreamProcessorNotificationChannel Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorNotificationChannel

NFData StreamProcessorNotificationChannel Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorNotificationChannel

Eq StreamProcessorNotificationChannel Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorNotificationChannel

Hashable StreamProcessorNotificationChannel Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorNotificationChannel

type Rep StreamProcessorNotificationChannel Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessorNotificationChannel

type Rep StreamProcessorNotificationChannel = D1 ('MetaData "StreamProcessorNotificationChannel" "Amazonka.Rekognition.Types.StreamProcessorNotificationChannel" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "StreamProcessorNotificationChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sNSTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStreamProcessorNotificationChannel Source #

Create a value of StreamProcessorNotificationChannel 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:sNSTopicArn:StreamProcessorNotificationChannel', streamProcessorNotificationChannel_sNSTopicArn - The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.

streamProcessorNotificationChannel_sNSTopicArn :: Lens' StreamProcessorNotificationChannel Text Source #

The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.