amazonka-kinesis-video-2.0: Amazon Kinesis Video Streams 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.KinesisVideo.DescribeNotificationConfiguration

Description

Gets the NotificationConfiguration for a given Kinesis video stream.

Synopsis

Creating a Request

data DescribeNotificationConfiguration Source #

See: newDescribeNotificationConfiguration smart constructor.

Constructors

DescribeNotificationConfiguration' 

Fields

  • streamARN :: Maybe Text

    The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration. You must specify either the StreamName or the StreamARN.

  • streamName :: Maybe Text

    The name of the stream from which to retrieve the notification configuration. You must specify either the StreamName or the StreamARN.

Instances

Instances details
ToJSON DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

ToHeaders DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

ToPath DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

ToQuery DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

AWSRequest DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

Generic DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

Associated Types

type Rep DescribeNotificationConfiguration :: Type -> Type #

Read DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

Show DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

NFData DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

Eq DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

Hashable DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

type AWSResponse DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

type Rep DescribeNotificationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

type Rep DescribeNotificationConfiguration = D1 ('MetaData "DescribeNotificationConfiguration" "Amazonka.KinesisVideo.DescribeNotificationConfiguration" "amazonka-kinesis-video-2.0-5DR7d8jw2IyAvZJM3U7dwM" 'False) (C1 ('MetaCons "DescribeNotificationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "streamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDescribeNotificationConfiguration :: DescribeNotificationConfiguration Source #

Create a value of DescribeNotificationConfiguration 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:

DescribeNotificationConfiguration, describeNotificationConfiguration_streamARN - The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration. You must specify either the StreamName or the StreamARN.

DescribeNotificationConfiguration, describeNotificationConfiguration_streamName - The name of the stream from which to retrieve the notification configuration. You must specify either the StreamName or the StreamARN.

Request Lenses

describeNotificationConfiguration_streamARN :: Lens' DescribeNotificationConfiguration (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration. You must specify either the StreamName or the StreamARN.

describeNotificationConfiguration_streamName :: Lens' DescribeNotificationConfiguration (Maybe Text) Source #

The name of the stream from which to retrieve the notification configuration. You must specify either the StreamName or the StreamARN.

Destructuring the Response

data DescribeNotificationConfigurationResponse Source #

Constructors

DescribeNotificationConfigurationResponse' 

Fields

Instances

Instances details
Generic DescribeNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

Read DescribeNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

Show DescribeNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

NFData DescribeNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

Eq DescribeNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

type Rep DescribeNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeNotificationConfiguration

type Rep DescribeNotificationConfigurationResponse = D1 ('MetaData "DescribeNotificationConfigurationResponse" "Amazonka.KinesisVideo.DescribeNotificationConfiguration" "amazonka-kinesis-video-2.0-5DR7d8jw2IyAvZJM3U7dwM" 'False) (C1 ('MetaCons "DescribeNotificationConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeNotificationConfigurationResponse Source #

Create a value of DescribeNotificationConfigurationResponse 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:notificationConfiguration:DescribeNotificationConfigurationResponse', describeNotificationConfigurationResponse_notificationConfiguration - The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream.

$sel:httpStatus:DescribeNotificationConfigurationResponse', describeNotificationConfigurationResponse_httpStatus - The response's http status code.

Response Lenses

describeNotificationConfigurationResponse_notificationConfiguration :: Lens' DescribeNotificationConfigurationResponse (Maybe NotificationConfiguration) Source #

The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream.