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.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
Eq ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Show ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Generic ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Associated Types

type Rep ListChannelFlows :: Type -> Type #

NFData ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Methods

rnf :: ListChannelFlows -> () #

Hashable ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

AWSRequest ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Associated Types

type AWSResponse ListChannelFlows #

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

type Rep ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

type Rep ListChannelFlows = D1 ('MetaData "ListChannelFlows" "Amazonka.ChimeSDKMessaging.ListChannelFlows" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" 'False) (C1 ('MetaCons "ListChannelFlows'" '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 "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListChannelFlows Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

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:nextToken:ListChannelFlows', listChannelFlows_nextToken - The token passed by previous API calls until all requested channel flows are returned.

$sel:maxResults:ListChannelFlows', listChannelFlows_maxResults - The maximum number of channel flows that you want to return.

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

Request Lenses

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

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

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

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

Destructuring the Response

data ListChannelFlowsResponse Source #

See: newListChannelFlowsResponse smart constructor.

Constructors

ListChannelFlowsResponse' 

Fields

Instances

Instances details
Eq ListChannelFlowsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Show ListChannelFlowsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Generic ListChannelFlowsResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.ListChannelFlows

Associated Types

type Rep ListChannelFlowsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" '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.

$sel:nextToken: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.