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

Description

 
Synopsis

Documentation

data VideoArtifactsConfiguration Source #

The video artifact configuration object.

See: newVideoArtifactsConfiguration smart constructor.

Constructors

VideoArtifactsConfiguration' 

Fields

Instances

Instances details
Eq VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Read VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Show VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Generic VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Associated Types

type Rep VideoArtifactsConfiguration :: Type -> Type #

NFData VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

Hashable VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

ToJSON VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

FromJSON VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

type Rep VideoArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.VideoArtifactsConfiguration

type Rep VideoArtifactsConfiguration = D1 ('MetaData "VideoArtifactsConfiguration" "Amazonka.Chime.Types.VideoArtifactsConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "VideoArtifactsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "muxType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoMuxType)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ArtifactsState)))

newVideoArtifactsConfiguration Source #

Create a value of VideoArtifactsConfiguration 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:muxType:VideoArtifactsConfiguration', videoArtifactsConfiguration_muxType - The MUX type of the video artifact configuration object.

$sel:state:VideoArtifactsConfiguration', videoArtifactsConfiguration_state - Indicates whether the video artifact is enabled or disabled.

videoArtifactsConfiguration_muxType :: Lens' VideoArtifactsConfiguration (Maybe VideoMuxType) Source #

The MUX type of the video artifact configuration object.

videoArtifactsConfiguration_state :: Lens' VideoArtifactsConfiguration ArtifactsState Source #

Indicates whether the video artifact is enabled or disabled.