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

Description

 
Synopsis

Documentation

data ContentArtifactsConfiguration Source #

The content artifact object.

See: newContentArtifactsConfiguration smart constructor.

Constructors

ContentArtifactsConfiguration' 

Fields

Instances

Instances details
Eq ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Read ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Show ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Generic ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Associated Types

type Rep ContentArtifactsConfiguration :: Type -> Type #

NFData ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

Hashable ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

ToJSON ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

FromJSON ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

type Rep ContentArtifactsConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.ContentArtifactsConfiguration

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

newContentArtifactsConfiguration Source #

Create a value of ContentArtifactsConfiguration 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:ContentArtifactsConfiguration', contentArtifactsConfiguration_muxType - The MUX type of the artifact configuration.

$sel:state:ContentArtifactsConfiguration', contentArtifactsConfiguration_state - Indicates whether the content artifact is enabled or disabled.

contentArtifactsConfiguration_state :: Lens' ContentArtifactsConfiguration ArtifactsState Source #

Indicates whether the content artifact is enabled or disabled.