libZSservicesZSamazonka-swfZSamazonka-swf
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.SWF.Types.WorkflowExecutionInfos

Description

 
Synopsis

Documentation

data WorkflowExecutionInfos Source #

Contains a paginated list of information about workflow executions.

See: newWorkflowExecutionInfos smart constructor.

Constructors

WorkflowExecutionInfos' 

Fields

  • nextPageToken :: Maybe Text

    If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

    The configured maximumPageSize determines how many results can be returned in a single call.

  • executionInfos :: [WorkflowExecutionInfo]

    The list of workflow information structures.

Instances

Instances details
Eq WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Read WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Show WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Generic WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Associated Types

type Rep WorkflowExecutionInfos :: Type -> Type #

NFData WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

Methods

rnf :: WorkflowExecutionInfos -> () #

Hashable WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

FromJSON WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

type Rep WorkflowExecutionInfos Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionInfos

type Rep WorkflowExecutionInfos = D1 ('MetaData "WorkflowExecutionInfos" "Amazonka.SWF.Types.WorkflowExecutionInfos" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionInfos'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [WorkflowExecutionInfo])))

newWorkflowExecutionInfos :: WorkflowExecutionInfos Source #

Create a value of WorkflowExecutionInfos 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:nextPageToken:WorkflowExecutionInfos', workflowExecutionInfos_nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.

$sel:executionInfos:WorkflowExecutionInfos', workflowExecutionInfos_executionInfos - The list of workflow information structures.

workflowExecutionInfos_nextPageToken :: Lens' WorkflowExecutionInfos (Maybe Text) Source #

If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged.

The configured maximumPageSize determines how many results can be returned in a single call.