libZSservicesZSamazonka-appflowZSamazonka-appflow
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.AppFlow.ListFlows

Description

Lists all of the flows associated with your account.

Synopsis

Creating a Request

data ListFlows Source #

See: newListFlows smart constructor.

Constructors

ListFlows' 

Fields

Instances

Instances details
Eq ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Read ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Show ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Generic ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Associated Types

type Rep ListFlows :: Type -> Type #

NFData ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Methods

rnf :: ListFlows -> () #

Hashable ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

ToJSON ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

AWSRequest ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Associated Types

type AWSResponse ListFlows #

ToHeaders ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Methods

toHeaders :: ListFlows -> [Header] #

ToPath ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

ToQuery ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

type Rep ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

type Rep ListFlows = D1 ('MetaData "ListFlows" "Amazonka.AppFlow.ListFlows" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ListFlows'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

newListFlows :: ListFlows Source #

Create a value of ListFlows 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:ListFlows', listFlows_nextToken - The pagination token for next page of data.

$sel:maxResults:ListFlows', listFlows_maxResults - Specifies the maximum number of items that should be returned in the result set.

Request Lenses

listFlows_nextToken :: Lens' ListFlows (Maybe Text) Source #

The pagination token for next page of data.

listFlows_maxResults :: Lens' ListFlows (Maybe Natural) Source #

Specifies the maximum number of items that should be returned in the result set.

Destructuring the Response

data ListFlowsResponse Source #

See: newListFlowsResponse smart constructor.

Constructors

ListFlowsResponse' 

Fields

Instances

Instances details
Eq ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Read ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Show ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Generic ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Associated Types

type Rep ListFlowsResponse :: Type -> Type #

NFData ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Methods

rnf :: ListFlowsResponse -> () #

type Rep ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

type Rep ListFlowsResponse = D1 ('MetaData "ListFlowsResponse" "Amazonka.AppFlow.ListFlows" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ListFlowsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "flows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FlowDefinition])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFlowsResponse Source #

Create a value of ListFlowsResponse 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:ListFlows', listFlowsResponse_nextToken - The pagination token for next page of data.

$sel:flows:ListFlowsResponse', listFlowsResponse_flows - The list of flows associated with your account.

$sel:httpStatus:ListFlowsResponse', listFlowsResponse_httpStatus - The response's http status code.

Response Lenses

listFlowsResponse_nextToken :: Lens' ListFlowsResponse (Maybe Text) Source #

The pagination token for next page of data.

listFlowsResponse_flows :: Lens' ListFlowsResponse (Maybe [FlowDefinition]) Source #

The list of flows associated with your account.

listFlowsResponse_httpStatus :: Lens' ListFlowsResponse Int Source #

The response's http status code.