Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Get granular list of steps in workflow.
Synopsis
- data GetWorkflowSteps = GetWorkflowSteps' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- domainName :: Text
- workflowId :: Text
- newGetWorkflowSteps :: Text -> Text -> GetWorkflowSteps
- getWorkflowSteps_maxResults :: Lens' GetWorkflowSteps (Maybe Natural)
- getWorkflowSteps_nextToken :: Lens' GetWorkflowSteps (Maybe Text)
- getWorkflowSteps_domainName :: Lens' GetWorkflowSteps Text
- getWorkflowSteps_workflowId :: Lens' GetWorkflowSteps Text
- data GetWorkflowStepsResponse = GetWorkflowStepsResponse' {}
- newGetWorkflowStepsResponse :: Int -> GetWorkflowStepsResponse
- getWorkflowStepsResponse_items :: Lens' GetWorkflowStepsResponse (Maybe [WorkflowStepItem])
- getWorkflowStepsResponse_nextToken :: Lens' GetWorkflowStepsResponse (Maybe Text)
- getWorkflowStepsResponse_workflowId :: Lens' GetWorkflowStepsResponse (Maybe Text)
- getWorkflowStepsResponse_workflowType :: Lens' GetWorkflowStepsResponse (Maybe WorkflowType)
- getWorkflowStepsResponse_httpStatus :: Lens' GetWorkflowStepsResponse Int
Creating a Request
data GetWorkflowSteps Source #
See: newGetWorkflowSteps
smart constructor.
GetWorkflowSteps' | |
|
Instances
Create a value of GetWorkflowSteps
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:GetWorkflowSteps'
, getWorkflowSteps_maxResults
- The maximum number of results to return per page.
GetWorkflowSteps
, getWorkflowSteps_nextToken
- The token for the next set of results. Use the value returned in the
previous response in the next request to retrieve the next set of
results.
GetWorkflowSteps
, getWorkflowSteps_domainName
- The unique name of the domain.
GetWorkflowSteps
, getWorkflowSteps_workflowId
- Unique identifier for the workflow.
Request Lenses
getWorkflowSteps_maxResults :: Lens' GetWorkflowSteps (Maybe Natural) Source #
The maximum number of results to return per page.
getWorkflowSteps_nextToken :: Lens' GetWorkflowSteps (Maybe Text) Source #
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
getWorkflowSteps_domainName :: Lens' GetWorkflowSteps Text Source #
The unique name of the domain.
getWorkflowSteps_workflowId :: Lens' GetWorkflowSteps Text Source #
Unique identifier for the workflow.
Destructuring the Response
data GetWorkflowStepsResponse Source #
See: newGetWorkflowStepsResponse
smart constructor.
GetWorkflowStepsResponse' | |
|
Instances
newGetWorkflowStepsResponse Source #
Create a value of GetWorkflowStepsResponse
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:items:GetWorkflowStepsResponse'
, getWorkflowStepsResponse_items
- List containing workflow step details.
GetWorkflowSteps
, getWorkflowStepsResponse_nextToken
- If there are additional results, this is the token for the next set of
results.
GetWorkflowSteps
, getWorkflowStepsResponse_workflowId
- Unique identifier for the workflow.
GetWorkflowStepsResponse
, getWorkflowStepsResponse_workflowType
- The type of workflow. The only supported value is APPFLOW_INTEGRATION.
$sel:httpStatus:GetWorkflowStepsResponse'
, getWorkflowStepsResponse_httpStatus
- The response's http status code.
Response Lenses
getWorkflowStepsResponse_items :: Lens' GetWorkflowStepsResponse (Maybe [WorkflowStepItem]) Source #
List containing workflow step details.
getWorkflowStepsResponse_nextToken :: Lens' GetWorkflowStepsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
getWorkflowStepsResponse_workflowId :: Lens' GetWorkflowStepsResponse (Maybe Text) Source #
Unique identifier for the workflow.
getWorkflowStepsResponse_workflowType :: Lens' GetWorkflowStepsResponse (Maybe WorkflowType) Source #
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
getWorkflowStepsResponse_httpStatus :: Lens' GetWorkflowStepsResponse Int Source #
The response's http status code.