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

Description

Fetches the execution history of the flow.

Synopsis

Creating a Request

data DescribeFlowExecutionRecords Source #

See: newDescribeFlowExecutionRecords smart constructor.

Constructors

DescribeFlowExecutionRecords' 

Fields

  • maxResults :: Maybe Natural

    Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

  • nextToken :: Maybe Text

    The pagination token for the next page of data.

  • flowName :: Text

    The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

Instances

Instances details
ToJSON DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

ToHeaders DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

ToPath DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

ToQuery DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

AWSRequest DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Generic DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Associated Types

type Rep DescribeFlowExecutionRecords :: Type -> Type #

Read DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Show DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

NFData DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Eq DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Hashable DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

type AWSResponse DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

type Rep DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

type Rep DescribeFlowExecutionRecords = D1 ('MetaData "DescribeFlowExecutionRecords" "Amazonka.AppFlow.DescribeFlowExecutionRecords" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "DescribeFlowExecutionRecords'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeFlowExecutionRecords Source #

Create a value of DescribeFlowExecutionRecords 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:DescribeFlowExecutionRecords', describeFlowExecutionRecords_maxResults - Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

DescribeFlowExecutionRecords, describeFlowExecutionRecords_nextToken - The pagination token for the next page of data.

DescribeFlowExecutionRecords, describeFlowExecutionRecords_flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

Request Lenses

describeFlowExecutionRecords_maxResults :: Lens' DescribeFlowExecutionRecords (Maybe Natural) Source #

Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

describeFlowExecutionRecords_nextToken :: Lens' DescribeFlowExecutionRecords (Maybe Text) Source #

The pagination token for the next page of data.

describeFlowExecutionRecords_flowName :: Lens' DescribeFlowExecutionRecords Text Source #

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

Destructuring the Response

data DescribeFlowExecutionRecordsResponse Source #

Constructors

DescribeFlowExecutionRecordsResponse' 

Fields

Instances

Instances details
Generic DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Read DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Show DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

NFData DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Eq DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

type Rep DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

type Rep DescribeFlowExecutionRecordsResponse = D1 ('MetaData "DescribeFlowExecutionRecordsResponse" "Amazonka.AppFlow.DescribeFlowExecutionRecords" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "DescribeFlowExecutionRecordsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowExecutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExecutionRecord])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFlowExecutionRecordsResponse Source #

Create a value of DescribeFlowExecutionRecordsResponse 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:flowExecutions:DescribeFlowExecutionRecordsResponse', describeFlowExecutionRecordsResponse_flowExecutions - Returns a list of all instances when this flow was run.

DescribeFlowExecutionRecords, describeFlowExecutionRecordsResponse_nextToken - The pagination token for the next page of data.

$sel:httpStatus:DescribeFlowExecutionRecordsResponse', describeFlowExecutionRecordsResponse_httpStatus - The response's http status code.

Response Lenses