amazonka-appflow-2.0: Amazon Appflow 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.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
ToJSON ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.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

AWSRequest ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Associated Types

type AWSResponse ListFlows #

Generic ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Associated Types

type Rep ListFlows :: Type -> Type #

Read ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Show ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

NFData ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Methods

rnf :: ListFlows -> () #

Eq ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Hashable ListFlows Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

type AWSResponse 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" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "ListFlows'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:maxResults:ListFlows', listFlows_maxResults - Specifies the maximum number of items that should be returned in the result set.

ListFlows, listFlows_nextToken - The pagination token for next page of data.

Request Lenses

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

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

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

The pagination token for next page of data.

Destructuring the Response

data ListFlowsResponse Source #

See: newListFlowsResponse smart constructor.

Constructors

ListFlowsResponse' 

Fields

Instances

Instances details
Generic ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Associated Types

type Rep ListFlowsResponse :: Type -> Type #

Read ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Show ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

NFData ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

Methods

rnf :: ListFlowsResponse -> () #

Eq ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

type Rep ListFlowsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.ListFlows

type Rep ListFlowsResponse = D1 ('MetaData "ListFlowsResponse" "Amazonka.AppFlow.ListFlows" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "ListFlowsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FlowDefinition])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:flows:ListFlowsResponse', listFlowsResponse_flows - The list of flows associated with your account.

ListFlows, listFlowsResponse_nextToken - The pagination token for next page of data.

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

Response Lenses

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

The list of flows associated with your account.

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

The pagination token for next page of data.

listFlowsResponse_httpStatus :: Lens' ListFlowsResponse Int Source #

The response's http status code.