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

Description

Returns a paginated lists of all the channel flows created under a single Chime. This is a developer API.

Synopsis

Creating a Request

data ListChannelFlows Source #

See: newListChannelFlows smart constructor.

Constructors

ListChannelFlows' 

Fields

Instances

Instances details
ToHeaders ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

ToPath ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

ToQuery ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

AWSRequest ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Associated Types

type AWSResponse ListChannelFlows #

Generic ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Associated Types

type Rep ListChannelFlows :: Type -> Type #

Show ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

NFData ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Methods

rnf :: ListChannelFlows -> () #

Eq ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Hashable ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

type AWSResponse ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

type Rep ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

type Rep ListChannelFlows = D1 ('MetaData "ListChannelFlows" "Amazonka.ChimeSDKMessaging.ListChannelFlows" "amazonka-chime-sdk-messaging-2.0-BxY1AbjLoDB4AQUv82PCQZ" 'False) (C1 ('MetaCons "ListChannelFlows'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListChannelFlows Source #

Create a value of ListChannelFlows 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:maxResults:ListChannelFlows', listChannelFlows_maxResults - The maximum number of channel flows that you want to return.

ListChannelFlows, listChannelFlows_nextToken - The token passed by previous API calls until all requested channel flows are returned.

$sel:appInstanceArn:ListChannelFlows', listChannelFlows_appInstanceArn - The ARN of the app instance.

Request Lenses

listChannelFlows_maxResults :: Lens' ListChannelFlows (Maybe Natural) Source #

The maximum number of channel flows that you want to return.

listChannelFlows_nextToken :: Lens' ListChannelFlows (Maybe Text) Source #

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

Destructuring the Response

data ListChannelFlowsResponse Source #

See: newListChannelFlowsResponse smart constructor.

Constructors

ListChannelFlowsResponse' 

Fields

Instances

Instances details
Generic ListChannelFlowsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Associated Types

type Rep ListChannelFlowsResponse :: Type -> Type #

Show ListChannelFlowsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

NFData ListChannelFlowsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Eq ListChannelFlowsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

type Rep ListChannelFlowsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

type Rep ListChannelFlowsResponse = D1 ('MetaData "ListChannelFlowsResponse" "Amazonka.ChimeSDKMessaging.ListChannelFlows" "amazonka-chime-sdk-messaging-2.0-BxY1AbjLoDB4AQUv82PCQZ" 'False) (C1 ('MetaCons "ListChannelFlowsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelFlows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelFlowSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListChannelFlowsResponse Source #

Create a value of ListChannelFlowsResponse 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:channelFlows:ListChannelFlowsResponse', listChannelFlowsResponse_channelFlows - The information about each channel flow.

ListChannelFlows, listChannelFlowsResponse_nextToken - The token passed by previous API calls until all requested channels are returned.

$sel:httpStatus:ListChannelFlowsResponse', listChannelFlowsResponse_httpStatus - The response's http status code.

Response Lenses

listChannelFlowsResponse_nextToken :: Lens' ListChannelFlowsResponse (Maybe Text) Source #

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