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

Description

Gets the ImageGenerationConfiguration for a given Kinesis video stream.

Synopsis

Creating a Request

data DescribeImageGenerationConfiguration Source #

Constructors

DescribeImageGenerationConfiguration' 

Fields

  • streamARN :: Maybe Text

    The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation configuration. You must specify either the StreamName or the StreamARN.

  • streamName :: Maybe Text

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

Instances

Instances details
ToJSON DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

ToHeaders DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

ToPath DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

ToQuery DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

AWSRequest DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

Generic DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

Read DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

Show DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

NFData DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

Eq DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

Hashable DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

type AWSResponse DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

type Rep DescribeImageGenerationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

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

newDescribeImageGenerationConfiguration :: DescribeImageGenerationConfiguration Source #

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

DescribeImageGenerationConfiguration, describeImageGenerationConfiguration_streamARN - The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation configuration. You must specify either the StreamName or the StreamARN.

DescribeImageGenerationConfiguration, describeImageGenerationConfiguration_streamName - The name of the stream from which to retrieve the image generation configuration. You must specify either the StreamName or the StreamARN.

Request Lenses

describeImageGenerationConfiguration_streamARN :: Lens' DescribeImageGenerationConfiguration (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation configuration. You must specify either the StreamName or the StreamARN.

describeImageGenerationConfiguration_streamName :: Lens' DescribeImageGenerationConfiguration (Maybe Text) Source #

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

Destructuring the Response

data DescribeImageGenerationConfigurationResponse Source #

Constructors

DescribeImageGenerationConfigurationResponse' 

Fields

Instances

Instances details
Generic DescribeImageGenerationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

Read DescribeImageGenerationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

Show DescribeImageGenerationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

NFData DescribeImageGenerationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

Eq DescribeImageGenerationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

type Rep DescribeImageGenerationConfigurationResponse Source # 
Instance details

Defined in Amazonka.KinesisVideo.DescribeImageGenerationConfiguration

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

newDescribeImageGenerationConfigurationResponse Source #

Create a value of DescribeImageGenerationConfigurationResponse 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:imageGenerationConfiguration:DescribeImageGenerationConfigurationResponse', describeImageGenerationConfigurationResponse_imageGenerationConfiguration - The structure that contains the information required for the Kinesis video stream (KVS) images delivery. If this structure is null, the configuration will be deleted from the stream.

$sel:httpStatus:DescribeImageGenerationConfigurationResponse', describeImageGenerationConfigurationResponse_httpStatus - The response's http status code.

Response Lenses

describeImageGenerationConfigurationResponse_imageGenerationConfiguration :: Lens' DescribeImageGenerationConfigurationResponse (Maybe ImageGenerationConfiguration) Source #

The structure that contains the information required for the Kinesis video stream (KVS) images delivery. If this structure is null, the configuration will be deleted from the stream.