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

Description

 
Synopsis

Documentation

data ChannelModerator Source #

The details of a channel moderator.

See: newChannelModerator smart constructor.

Constructors

ChannelModerator' 

Fields

Instances

Instances details
Eq ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

Show ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

Generic ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

Associated Types

type Rep ChannelModerator :: Type -> Type #

NFData ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

Methods

rnf :: ChannelModerator -> () #

Hashable ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

FromJSON ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

type Rep ChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelModerator

type Rep ChannelModerator = D1 ('MetaData "ChannelModerator" "Amazonka.Chime.Types.ChannelModerator" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "ChannelModerator'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "moderator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)))))

newChannelModerator :: ChannelModerator Source #

Create a value of ChannelModerator 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:createdBy:ChannelModerator', channelModerator_createdBy - The AppInstanceUser who created the moderator.

$sel:channelArn:ChannelModerator', channelModerator_channelArn - The ARN of the moderator's channel.

$sel:createdTimestamp:ChannelModerator', channelModerator_createdTimestamp - The time at which the moderator was created.

$sel:moderator:ChannelModerator', channelModerator_moderator - The moderator's data.

channelModerator_createdBy :: Lens' ChannelModerator (Maybe Identity) Source #

The AppInstanceUser who created the moderator.

channelModerator_channelArn :: Lens' ChannelModerator (Maybe Text) Source #

The ARN of the moderator's channel.

channelModerator_createdTimestamp :: Lens' ChannelModerator (Maybe UTCTime) Source #

The time at which the moderator was created.