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

Description

Lists all channels associated with a specified channel flow. You can associate a channel flow with multiple channels, but you can only associate a channel with one channel flow. This is a developer API.

Synopsis

Creating a Request

data ListChannelsAssociatedWithChannelFlow Source #

Constructors

ListChannelsAssociatedWithChannelFlow' 

Fields

Instances

Instances details
Eq ListChannelsAssociatedWithChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

Show ListChannelsAssociatedWithChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

Generic ListChannelsAssociatedWithChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

NFData ListChannelsAssociatedWithChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

Hashable ListChannelsAssociatedWithChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

AWSRequest ListChannelsAssociatedWithChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

ToHeaders ListChannelsAssociatedWithChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

ToPath ListChannelsAssociatedWithChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

ToQuery ListChannelsAssociatedWithChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

type Rep ListChannelsAssociatedWithChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

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

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

newListChannelsAssociatedWithChannelFlow Source #

Create a value of ListChannelsAssociatedWithChannelFlow 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:nextToken:ListChannelsAssociatedWithChannelFlow', listChannelsAssociatedWithChannelFlow_nextToken - The token passed by previous API calls until all requested channels are returned.

$sel:maxResults:ListChannelsAssociatedWithChannelFlow', listChannelsAssociatedWithChannelFlow_maxResults - The maximum number of channels that you want to return.

$sel:channelFlowArn:ListChannelsAssociatedWithChannelFlow', listChannelsAssociatedWithChannelFlow_channelFlowArn - The ARN of the channel flow.

Request Lenses

listChannelsAssociatedWithChannelFlow_nextToken :: Lens' ListChannelsAssociatedWithChannelFlow (Maybe Text) Source #

The token passed by previous API calls until all requested channels are returned.

Destructuring the Response

data ListChannelsAssociatedWithChannelFlowResponse Source #

Constructors

ListChannelsAssociatedWithChannelFlowResponse' 

Fields

Instances

Instances details
Eq ListChannelsAssociatedWithChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

Show ListChannelsAssociatedWithChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

Generic ListChannelsAssociatedWithChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

NFData ListChannelsAssociatedWithChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

type Rep ListChannelsAssociatedWithChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow

type Rep ListChannelsAssociatedWithChannelFlowResponse = D1 ('MetaData "ListChannelsAssociatedWithChannelFlowResponse" "Amazonka.ChimeSDKMessaging.ListChannelsAssociatedWithChannelFlow" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" 'False) (C1 ('MetaCons "ListChannelsAssociatedWithChannelFlowResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelAssociatedWithFlowSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChannelsAssociatedWithChannelFlowResponse Source #

Create a value of ListChannelsAssociatedWithChannelFlowResponse 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:channels:ListChannelsAssociatedWithChannelFlowResponse', listChannelsAssociatedWithChannelFlowResponse_channels - The information about each channel.

$sel:nextToken:ListChannelsAssociatedWithChannelFlow', listChannelsAssociatedWithChannelFlowResponse_nextToken - The token passed by previous API calls until all requested channels are returned.

$sel:httpStatus:ListChannelsAssociatedWithChannelFlowResponse', listChannelsAssociatedWithChannelFlowResponse_httpStatus - The response's http status code.

Response Lenses

listChannelsAssociatedWithChannelFlowResponse_nextToken :: Lens' ListChannelsAssociatedWithChannelFlowResponse (Maybe Text) Source #

The token passed by previous API calls until all requested channels are returned.