| 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 | 
Amazonka.SageMaker.ListPipelineParametersForExecution
Description
Gets a list of parameters for a pipeline execution.
This operation returns paginated results.
Synopsis
- data ListPipelineParametersForExecution = ListPipelineParametersForExecution' {}
 - newListPipelineParametersForExecution :: Text -> ListPipelineParametersForExecution
 - listPipelineParametersForExecution_maxResults :: Lens' ListPipelineParametersForExecution (Maybe Natural)
 - listPipelineParametersForExecution_nextToken :: Lens' ListPipelineParametersForExecution (Maybe Text)
 - listPipelineParametersForExecution_pipelineExecutionArn :: Lens' ListPipelineParametersForExecution Text
 - data ListPipelineParametersForExecutionResponse = ListPipelineParametersForExecutionResponse' {
- nextToken :: Maybe Text
 - pipelineParameters :: Maybe [Parameter]
 - httpStatus :: Int
 
 - newListPipelineParametersForExecutionResponse :: Int -> ListPipelineParametersForExecutionResponse
 - listPipelineParametersForExecutionResponse_nextToken :: Lens' ListPipelineParametersForExecutionResponse (Maybe Text)
 - listPipelineParametersForExecutionResponse_pipelineParameters :: Lens' ListPipelineParametersForExecutionResponse (Maybe [Parameter])
 - listPipelineParametersForExecutionResponse_httpStatus :: Lens' ListPipelineParametersForExecutionResponse Int
 
Creating a Request
data ListPipelineParametersForExecution Source #
See: newListPipelineParametersForExecution smart constructor.
Constructors
| ListPipelineParametersForExecution' | |
Fields 
  | |
Instances
newListPipelineParametersForExecution Source #
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:maxResults:ListPipelineParametersForExecution', listPipelineParametersForExecution_maxResults - The maximum number of parameters to return in the response.
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.
ListPipelineParametersForExecution, listPipelineParametersForExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.
Request Lenses
listPipelineParametersForExecution_maxResults :: Lens' ListPipelineParametersForExecution (Maybe Natural) Source #
The maximum number of parameters to return in the response.
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_pipelineExecutionArn :: Lens' ListPipelineParametersForExecution Text Source #
The Amazon Resource Name (ARN) of the pipeline execution.
Destructuring the Response
data ListPipelineParametersForExecutionResponse Source #
See: newListPipelineParametersForExecutionResponse smart constructor.
Constructors
| ListPipelineParametersForExecutionResponse' | |
Fields 
  | |
Instances
newListPipelineParametersForExecutionResponse Source #
Arguments
| :: Int | |
| -> ListPipelineParametersForExecutionResponse | 
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:
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.
ListPipelineParametersForExecutionResponse, listPipelineParametersForExecutionResponse_pipelineParameters - Contains a list of pipeline parameters. This list can be empty.
$sel:httpStatus:ListPipelineParametersForExecutionResponse', listPipelineParametersForExecutionResponse_httpStatus - The response's http status code.
Response Lenses
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_pipelineParameters :: Lens' ListPipelineParametersForExecutionResponse (Maybe [Parameter]) Source #
Contains a list of pipeline parameters. This list can be empty.
listPipelineParametersForExecutionResponse_httpStatus :: Lens' ListPipelineParametersForExecutionResponse Int Source #
The response's http status code.