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

Description

Returns the full details of a channel flow in an Amazon Chime AppInstance. This is a developer API.

Synopsis

Creating a Request

data DescribeChannelFlow Source #

See: newDescribeChannelFlow smart constructor.

Constructors

DescribeChannelFlow' 

Fields

Instances

Instances details
Eq DescribeChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

Read DescribeChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

Show DescribeChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

Generic DescribeChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

Associated Types

type Rep DescribeChannelFlow :: Type -> Type #

NFData DescribeChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

Methods

rnf :: DescribeChannelFlow -> () #

Hashable DescribeChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

AWSRequest DescribeChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

Associated Types

type AWSResponse DescribeChannelFlow #

ToHeaders DescribeChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

ToPath DescribeChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

ToQuery DescribeChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

type Rep DescribeChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

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

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

newDescribeChannelFlow Source #

Create a value of DescribeChannelFlow 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:channelFlowArn:DescribeChannelFlow', describeChannelFlow_channelFlowArn - The ARN of the channel flow.

Request Lenses

Destructuring the Response

data DescribeChannelFlowResponse Source #

See: newDescribeChannelFlowResponse smart constructor.

Constructors

DescribeChannelFlowResponse' 

Fields

Instances

Instances details
Eq DescribeChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

Show DescribeChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

Generic DescribeChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

Associated Types

type Rep DescribeChannelFlowResponse :: Type -> Type #

NFData DescribeChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

type Rep DescribeChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.DescribeChannelFlow

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

newDescribeChannelFlowResponse Source #

Create a value of DescribeChannelFlowResponse 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:channelFlow:DescribeChannelFlowResponse', describeChannelFlowResponse_channelFlow - The channel flow details.

$sel:httpStatus:DescribeChannelFlowResponse', describeChannelFlowResponse_httpStatus - The response's http status code.

Response Lenses