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

Description

Disassociates a channel flow from all its channels. Once disassociated, all messages to that channel stop going through the channel flow processor.

Only administrators or channel moderators can disassociate a channel flow. 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 DisassociateChannelFlow Source #

See: newDisassociateChannelFlow smart constructor.

Constructors

DisassociateChannelFlow' 

Fields

Instances

Instances details
Eq DisassociateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

Read DisassociateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

Show DisassociateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

Generic DisassociateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

Associated Types

type Rep DisassociateChannelFlow :: Type -> Type #

NFData DisassociateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

Methods

rnf :: DisassociateChannelFlow -> () #

Hashable DisassociateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

AWSRequest DisassociateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

ToHeaders DisassociateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

ToPath DisassociateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

ToQuery DisassociateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

type Rep DisassociateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

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

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

newDisassociateChannelFlow Source #

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

$sel:channelFlowArn:DisassociateChannelFlow', disassociateChannelFlow_channelFlowArn - The ARN of the channel flow.

$sel:chimeBearer:DisassociateChannelFlow', disassociateChannelFlow_chimeBearer - The AppInstanceUserArn of the user making the API call.

Request Lenses

disassociateChannelFlow_chimeBearer :: Lens' DisassociateChannelFlow Text Source #

The AppInstanceUserArn of the user making the API call.

Destructuring the Response

data DisassociateChannelFlowResponse Source #

See: newDisassociateChannelFlowResponse smart constructor.

Instances

Instances details
Eq DisassociateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

Read DisassociateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

Show DisassociateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

Generic DisassociateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

Associated Types

type Rep DisassociateChannelFlowResponse :: Type -> Type #

NFData DisassociateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

type Rep DisassociateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DisassociateChannelFlow

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

newDisassociateChannelFlowResponse :: DisassociateChannelFlowResponse Source #

Create a value of DisassociateChannelFlowResponse with all optional fields omitted.

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