amazonka-chime-sdk-messaging-2.0: Amazon Chime SDK Messaging SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Generic 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

NFData DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Eq DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Hashable DescribeChannelMembershipForAppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

type AWSResponse 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" "amazonka-chime-sdk-messaging-2.0-BxY1AbjLoDB4AQUv82PCQZ" '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))))

Request Lenses

Destructuring the Response

data DescribeChannelMembershipForAppInstanceUserResponse Source #

Constructors

DescribeChannelMembershipForAppInstanceUserResponse' 

Fields

Instances

Instances details
Generic DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Show DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

NFData DescribeChannelMembershipForAppInstanceUserResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembershipForAppInstanceUser

Eq 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" "amazonka-chime-sdk-messaging-2.0-BxY1AbjLoDB4AQUv82PCQZ" '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