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

Description

Returns the full details of a single ChannelModerator.

The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.

Synopsis

Creating a Request

data DescribeChannelModerator Source #

See: newDescribeChannelModerator smart constructor.

Constructors

DescribeChannelModerator' 

Fields

Instances

Instances details
Eq DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Read DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Show DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Generic DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Associated Types

type Rep DescribeChannelModerator :: Type -> Type #

NFData DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Hashable DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

AWSRequest DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

ToHeaders DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

ToPath DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

ToQuery DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

type Rep DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

type Rep DescribeChannelModerator = D1 ('MetaData "DescribeChannelModerator" "Amazonka.Chime.DescribeChannelModerator" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DescribeChannelModerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "channelModeratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeChannelModerator Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

newDescribeChannelModerator Source #

Create a value of DescribeChannelModerator 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:chimeBearer:DescribeChannelModerator', describeChannelModerator_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

$sel:channelArn:DescribeChannelModerator', describeChannelModerator_channelArn - The ARN of the channel.

$sel:channelModeratorArn:DescribeChannelModerator', describeChannelModerator_channelModeratorArn - The ARN of the channel moderator.

Request Lenses

describeChannelModerator_chimeBearer :: Lens' DescribeChannelModerator (Maybe Text) Source #

The AppInstanceUserArn of the user that makes the API call.

Destructuring the Response

data DescribeChannelModeratorResponse Source #

See: newDescribeChannelModeratorResponse smart constructor.

Constructors

DescribeChannelModeratorResponse' 

Fields

Instances

Instances details
Eq DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Show DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Generic DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

Associated Types

type Rep DescribeChannelModeratorResponse :: Type -> Type #

NFData DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

type Rep DescribeChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannelModerator

type Rep DescribeChannelModeratorResponse = D1 ('MetaData "DescribeChannelModeratorResponse" "Amazonka.Chime.DescribeChannelModerator" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DescribeChannelModeratorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelModerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelModerator)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeChannelModeratorResponse Source #

Create a value of DescribeChannelModeratorResponse 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:channelModerator:DescribeChannelModeratorResponse', describeChannelModeratorResponse_channelModerator - The details of the channel moderator.

$sel:httpStatus:DescribeChannelModeratorResponse', describeChannelModeratorResponse_httpStatus - The response's http status code.

Response Lenses