libZSservicesZSamazonka-chimeZSamazonka-chime
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.Chime.DescribeChannel

Description

Returns the full details of a channel in an Amazon Chime AppInstance.

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

See: newDescribeChannel smart constructor.

Constructors

DescribeChannel' 

Fields

Instances

Instances details
Eq DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Read DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Show DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Generic DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Associated Types

type Rep DescribeChannel :: Type -> Type #

NFData DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Methods

rnf :: DescribeChannel -> () #

Hashable DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

AWSRequest DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Associated Types

type AWSResponse DescribeChannel #

ToHeaders DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

ToPath DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

ToQuery DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

type Rep DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

type Rep DescribeChannel = D1 ('MetaData "DescribeChannel" "Amazonka.Chime.DescribeChannel" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DescribeChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeChannel Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

newDescribeChannel Source #

Create a value of DescribeChannel 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:chimeBearer:DescribeChannel', describeChannel_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

$sel:channelArn:DescribeChannel', describeChannel_channelArn - The ARN of the channel.

Request Lenses

describeChannel_chimeBearer :: Lens' DescribeChannel (Maybe Text) Source #

The AppInstanceUserArn of the user that makes the API call.

Destructuring the Response

data DescribeChannelResponse Source #

See: newDescribeChannelResponse smart constructor.

Constructors

DescribeChannelResponse' 

Fields

Instances

Instances details
Eq DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Show DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Generic DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Associated Types

type Rep DescribeChannelResponse :: Type -> Type #

NFData DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

Methods

rnf :: DescribeChannelResponse -> () #

type Rep DescribeChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DescribeChannel

type Rep DescribeChannelResponse = D1 ('MetaData "DescribeChannelResponse" "Amazonka.Chime.DescribeChannel" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DescribeChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Channel)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeChannelResponse Source #

Create a value of DescribeChannelResponse 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:channel:DescribeChannelResponse', describeChannelResponse_channel - The channel details.

$sel:httpStatus:DescribeChannelResponse', describeChannelResponse_httpStatus - The response's http status code.

Response Lenses