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 |
Gets a list of parameters for a pipeline execution.
This operation returns paginated results.
Synopsis
- data ListPipelineParametersForExecution = ListPipelineParametersForExecution' {}
- newListPipelineParametersForExecution :: Text -> ListPipelineParametersForExecution
- listPipelineParametersForExecution_nextToken :: Lens' ListPipelineParametersForExecution (Maybe Text)
- listPipelineParametersForExecution_maxResults :: Lens' ListPipelineParametersForExecution (Maybe Natural)
- listPipelineParametersForExecution_pipelineExecutionArn :: Lens' ListPipelineParametersForExecution Text
- data ListPipelineParametersForExecutionResponse = ListPipelineParametersForExecutionResponse' {
- pipelineParameters :: Maybe [Parameter]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListPipelineParametersForExecutionResponse :: Int -> ListPipelineParametersForExecutionResponse
- listPipelineParametersForExecutionResponse_pipelineParameters :: Lens' ListPipelineParametersForExecutionResponse (Maybe [Parameter])
- listPipelineParametersForExecutionResponse_nextToken :: Lens' ListPipelineParametersForExecutionResponse (Maybe Text)
- listPipelineParametersForExecutionResponse_httpStatus :: Lens' ListPipelineParametersForExecutionResponse Int
Creating a Request
data ListPipelineParametersForExecution Source #
See: newListPipelineParametersForExecution
smart constructor.
ListPipelineParametersForExecution' | |
|
Instances
newListPipelineParametersForExecution Source #
:: Text |
|
-> ListPipelineParametersForExecution |
Create a value of ListPipelineParametersForExecution
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:ListPipelineParametersForExecution'
, listPipelineParametersForExecution_nextToken
- If the result of the previous ListPipelineParametersForExecution
request was truncated, the response includes a NextToken
. To retrieve
the next set of parameters, use the token in the next request.
$sel:maxResults:ListPipelineParametersForExecution'
, listPipelineParametersForExecution_maxResults
- The maximum number of parameters to return in the response.
$sel:pipelineExecutionArn:ListPipelineParametersForExecution'
, listPipelineParametersForExecution_pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.
Request Lenses
listPipelineParametersForExecution_nextToken :: Lens' ListPipelineParametersForExecution (Maybe Text) Source #
If the result of the previous ListPipelineParametersForExecution
request was truncated, the response includes a NextToken
. To retrieve
the next set of parameters, use the token in the next request.
listPipelineParametersForExecution_maxResults :: Lens' ListPipelineParametersForExecution (Maybe Natural) Source #
The maximum number of parameters to return in the response.
listPipelineParametersForExecution_pipelineExecutionArn :: Lens' ListPipelineParametersForExecution Text Source #
The Amazon Resource Name (ARN) of the pipeline execution.
Destructuring the Response
data ListPipelineParametersForExecutionResponse Source #
See: newListPipelineParametersForExecutionResponse
smart constructor.
ListPipelineParametersForExecutionResponse' | |
|
Instances
newListPipelineParametersForExecutionResponse Source #
Create a value of ListPipelineParametersForExecutionResponse
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:pipelineParameters:ListPipelineParametersForExecutionResponse'
, listPipelineParametersForExecutionResponse_pipelineParameters
- Contains a list of pipeline parameters. This list can be empty.
$sel:nextToken:ListPipelineParametersForExecution'
, listPipelineParametersForExecutionResponse_nextToken
- If the result of the previous ListPipelineParametersForExecution
request was truncated, the response includes a NextToken
. To retrieve
the next set of parameters, use the token in the next request.
$sel:httpStatus:ListPipelineParametersForExecutionResponse'
, listPipelineParametersForExecutionResponse_httpStatus
- The response's http status code.
Response Lenses
listPipelineParametersForExecutionResponse_pipelineParameters :: Lens' ListPipelineParametersForExecutionResponse (Maybe [Parameter]) Source #
Contains a list of pipeline parameters. This list can be empty.
listPipelineParametersForExecutionResponse_nextToken :: Lens' ListPipelineParametersForExecutionResponse (Maybe Text) Source #
If the result of the previous ListPipelineParametersForExecution
request was truncated, the response includes a NextToken
. To retrieve
the next set of parameters, use the token in the next request.
listPipelineParametersForExecutionResponse_httpStatus :: Lens' ListPipelineParametersForExecutionResponse Int Source #
The response's http status code.