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

Description

Returns the full details of a user's channel membership.

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

See: newDescribeChannelMembership smart constructor.

Constructors

DescribeChannelMembership' 

Fields

Instances

Instances details
Eq DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

Read DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

Show DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

Generic DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

Associated Types

type Rep DescribeChannelMembership :: Type -> Type #

NFData DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

Hashable DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

AWSRequest DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

ToHeaders DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

ToPath DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

ToQuery DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

type Rep DescribeChannelMembership Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

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

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

newDescribeChannelMembership Source #

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

$sel:memberArn:DescribeChannelMembership', describeChannelMembership_memberArn - The ARN of the member.

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

Request Lenses

describeChannelMembership_chimeBearer :: Lens' DescribeChannelMembership Text Source #

The AppInstanceUserArn of the user that makes the API call.

Destructuring the Response

data DescribeChannelMembershipResponse Source #

See: newDescribeChannelMembershipResponse smart constructor.

Constructors

DescribeChannelMembershipResponse' 

Fields

Instances

Instances details
Eq DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

Show DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

Generic DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

Associated Types

type Rep DescribeChannelMembershipResponse :: Type -> Type #

NFData DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

type Rep DescribeChannelMembershipResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelMembership

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

newDescribeChannelMembershipResponse Source #

Create a value of DescribeChannelMembershipResponse 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:channelMembership:DescribeChannelMembershipResponse', describeChannelMembershipResponse_channelMembership - The details of the membership.

$sel:httpStatus:DescribeChannelMembershipResponse', describeChannelMembershipResponse_httpStatus - The response's http status code.

Response Lenses