libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging
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.ChimeSDKMessaging.DeleteChannelModerator

Description

Deletes a channel moderator.

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 DeleteChannelModerator Source #

See: newDeleteChannelModerator smart constructor.

Constructors

DeleteChannelModerator' 

Fields

Instances

Instances details
Eq DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

Read DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

Show DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

Generic DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

Associated Types

type Rep DeleteChannelModerator :: Type -> Type #

NFData DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

Methods

rnf :: DeleteChannelModerator -> () #

Hashable DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

AWSRequest DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

Associated Types

type AWSResponse DeleteChannelModerator #

ToHeaders DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

ToPath DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

ToQuery DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

type Rep DeleteChannelModerator Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

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

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

newDeleteChannelModerator Source #

Create a value of DeleteChannelModerator 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:channelArn:DeleteChannelModerator', deleteChannelModerator_channelArn - The ARN of the channel.

$sel:channelModeratorArn:DeleteChannelModerator', deleteChannelModerator_channelModeratorArn - The ARN of the moderator being deleted.

$sel:chimeBearer:DeleteChannelModerator', deleteChannelModerator_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

Request Lenses

deleteChannelModerator_chimeBearer :: Lens' DeleteChannelModerator Text Source #

The AppInstanceUserArn of the user that makes the API call.

Destructuring the Response

data DeleteChannelModeratorResponse Source #

See: newDeleteChannelModeratorResponse smart constructor.

Instances

Instances details
Eq DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

Read DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

Show DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

Generic DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

Associated Types

type Rep DeleteChannelModeratorResponse :: Type -> Type #

NFData DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

type Rep DeleteChannelModeratorResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DeleteChannelModerator

type Rep DeleteChannelModeratorResponse = D1 ('MetaData "DeleteChannelModeratorResponse" "Amazonka.ChimeSDKMessaging.DeleteChannelModerator" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" 'False) (C1 ('MetaCons "DeleteChannelModeratorResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteChannelModeratorResponse :: DeleteChannelModeratorResponse Source #

Create a value of DeleteChannelModeratorResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.