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.Types.MappedResourceConfigurationListItem

Description

 
Synopsis

Documentation

data MappedResourceConfigurationListItem Source #

A structure that encapsulates, or contains, the media storage configuration properties.

See: newMappedResourceConfigurationListItem smart constructor.

Constructors

MappedResourceConfigurationListItem' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.

  • type' :: Maybe Text

    The type of the associated resource for the kinesis video stream.

Instances

Instances details
FromJSON MappedResourceConfigurationListItem Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.MappedResourceConfigurationListItem

Generic MappedResourceConfigurationListItem Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.MappedResourceConfigurationListItem

Read MappedResourceConfigurationListItem Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.MappedResourceConfigurationListItem

Show MappedResourceConfigurationListItem Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.MappedResourceConfigurationListItem

NFData MappedResourceConfigurationListItem Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.MappedResourceConfigurationListItem

Eq MappedResourceConfigurationListItem Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.MappedResourceConfigurationListItem

Hashable MappedResourceConfigurationListItem Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.MappedResourceConfigurationListItem

type Rep MappedResourceConfigurationListItem Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.MappedResourceConfigurationListItem

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

newMappedResourceConfigurationListItem :: MappedResourceConfigurationListItem Source #

Create a value of MappedResourceConfigurationListItem 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:arn:MappedResourceConfigurationListItem', mappedResourceConfigurationListItem_arn - The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.

$sel:type':MappedResourceConfigurationListItem', mappedResourceConfigurationListItem_type - The type of the associated resource for the kinesis video stream.

mappedResourceConfigurationListItem_arn :: Lens' MappedResourceConfigurationListItem (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.

mappedResourceConfigurationListItem_type :: Lens' MappedResourceConfigurationListItem (Maybe Text) Source #

The type of the associated resource for the kinesis video stream.