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

Description

 
Synopsis

Documentation

data ChimeSdkMeetingConfiguration Source #

The configuration object of the Amazon Chime SDK meeting for a specified media capture pipeline. SourceType must be ChimeSdkMeeting.

See: newChimeSdkMeetingConfiguration smart constructor.

Constructors

ChimeSdkMeetingConfiguration' 

Fields

Instances

Instances details
Eq ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

Show ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

Generic ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

Associated Types

type Rep ChimeSdkMeetingConfiguration :: Type -> Type #

NFData ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

Hashable ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

ToJSON ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

FromJSON ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

type Rep ChimeSdkMeetingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ChimeSdkMeetingConfiguration

type Rep ChimeSdkMeetingConfiguration = D1 ('MetaData "ChimeSdkMeetingConfiguration" "Amazonka.Chime.Types.ChimeSdkMeetingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ChimeSdkMeetingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "artifactsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArtifactsConfiguration)) :*: S1 ('MetaSel ('Just "sourceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceConfiguration))))

newChimeSdkMeetingConfiguration :: ChimeSdkMeetingConfiguration Source #

Create a value of ChimeSdkMeetingConfiguration 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:artifactsConfiguration:ChimeSdkMeetingConfiguration', chimeSdkMeetingConfiguration_artifactsConfiguration - The configuration for the artifacts in an Amazon Chime SDK meeting.

$sel:sourceConfiguration:ChimeSdkMeetingConfiguration', chimeSdkMeetingConfiguration_sourceConfiguration - The source configuration for a specified media capture pipline.