Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data WorkflowExecutionInfos Source #
Contains a paginated list of information about workflow executions.
See: newWorkflowExecutionInfos
smart constructor.
WorkflowExecutionInfos' | |
|
Instances
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.
workflowExecutionInfos_executionInfos :: Lens' WorkflowExecutionInfos [WorkflowExecutionInfo] Source #
The list of workflow information structures.