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

Description

Returns the details of a channel based on the membership of the specified AppInstanceUser.

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

Constructors

DescribeChannelMembershipForAppInstanceUser' 

Fields

Instances

Instances details
Eq DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Read DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Show DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Generic DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

NFData DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Hashable DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

AWSRequest DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

ToHeaders DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

ToPath DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

ToQuery DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

type Rep DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

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

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Request Lenses

Destructuring the Response

data DescribeChannelMembershipForAppInstanceUserResponse Source #

Constructors

DescribeChannelMembershipForAppInstanceUserResponse' 

Fields

Instances

Instances details
Eq DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Show DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Generic DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

NFData DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

type Rep DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

type Rep DescribeChannelMembershipForAppInstanceUserResponse = D1 ('MetaData "DescribeChannelMembershipForAppInstanceUserResponse" "Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" 'False) (C1 ('MetaCons "DescribeChannelMembershipForAppInstanceUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelMembership") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembershipForAppInstanceUserSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

Response Lenses