libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.ListPipelineParametersForExecution

Description

Gets a list of parameters for a pipeline execution.

This operation returns paginated results.

Synopsis

Creating a Request

data ListPipelineParametersForExecution Source #

Constructors

ListPipelineParametersForExecution' 

Fields

  • nextToken :: Maybe Text

    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.

  • maxResults :: Maybe Natural

    The maximum number of parameters to return in the response.

  • pipelineExecutionArn :: Text

    The Amazon Resource Name (ARN) of the pipeline execution.

Instances

Instances details
Eq ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Read ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Show ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Generic ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Associated Types

type Rep ListPipelineParametersForExecution :: Type -> Type #

NFData ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Hashable ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

ToJSON ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

AWSPager ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

AWSRequest ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

ToHeaders ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

ToPath ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

ToQuery ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

type Rep ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

type Rep ListPipelineParametersForExecution = D1 ('MetaData "ListPipelineParametersForExecution" "Amazonka.SageMaker.ListPipelineParametersForExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListPipelineParametersForExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

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: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.

Destructuring the Response

data ListPipelineParametersForExecutionResponse Source #

Constructors

ListPipelineParametersForExecutionResponse' 

Fields

  • pipelineParameters :: Maybe [Parameter]

    Contains a list of pipeline parameters. This list can be empty.

  • nextToken :: Maybe Text

    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.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Read ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Show ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Generic ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

NFData ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

type Rep ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

type Rep ListPipelineParametersForExecutionResponse = D1 ('MetaData "ListPipelineParametersForExecutionResponse" "Amazonka.SageMaker.ListPipelineParametersForExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListPipelineParametersForExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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_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.