libZSservicesZSamazonka-chimeZSamazonka-chime
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.Chime.Types.SourceConfiguration

Description

 
Synopsis

Documentation

data SourceConfiguration Source #

Source configuration for a specified media capture pipeline.

See: newSourceConfiguration smart constructor.

Constructors

SourceConfiguration' 

Fields

Instances

Instances details
Eq SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

Show SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

Generic SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

Associated Types

type Rep SourceConfiguration :: Type -> Type #

NFData SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

Methods

rnf :: SourceConfiguration -> () #

Hashable SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

ToJSON SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

FromJSON SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

type Rep SourceConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.SourceConfiguration

type Rep SourceConfiguration = D1 ('MetaData "SourceConfiguration" "Amazonka.Chime.Types.SourceConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "SourceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectedVideoStreams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelectedVideoStreams))))

newSourceConfiguration :: SourceConfiguration Source #

Create a value of SourceConfiguration 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:selectedVideoStreams:SourceConfiguration', sourceConfiguration_selectedVideoStreams - The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.

sourceConfiguration_selectedVideoStreams :: Lens' SourceConfiguration (Maybe SelectedVideoStreams) Source #

The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.