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

Description

Fetches the execution history of the flow.

Synopsis

Creating a Request

data DescribeFlowExecutionRecords Source #

See: newDescribeFlowExecutionRecords smart constructor.

Constructors

DescribeFlowExecutionRecords' 

Fields

  • nextToken :: Maybe Text

    The pagination token for the next page of data.

  • 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).

  • flowName :: Text

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

Instances

Instances details
Eq DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Read DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Show 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 #

NFData DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

Hashable DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

ToJSON DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

AWSRequest 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

type Rep DescribeFlowExecutionRecords Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

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

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

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:nextToken:DescribeFlowExecutionRecords', describeFlowExecutionRecords_nextToken - The pagination token for the next page of data.

$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).

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

Request Lenses

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

The pagination token for the next page of data.

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_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
Eq 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

Generic DescribeFlowExecutionRecordsResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeFlowExecutionRecords

NFData 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" "libZSservicesZSamazonka-appflowZSamazonka-appflow" '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.

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