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

Description

Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output parameters. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).

Synopsis

Creating a Request

data SendPipelineExecutionStepSuccess Source #

See: newSendPipelineExecutionStepSuccess smart constructor.

Constructors

SendPipelineExecutionStepSuccess' 

Fields

Instances

Instances details
Eq SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Read SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Show SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Generic SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Associated Types

type Rep SendPipelineExecutionStepSuccess :: Type -> Type #

NFData SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Hashable SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

ToJSON SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

AWSRequest SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

ToHeaders SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

ToPath SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

ToQuery SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

type Rep SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

type Rep SendPipelineExecutionStepSuccess = D1 ('MetaData "SendPipelineExecutionStepSuccess" "Amazonka.SageMaker.SendPipelineExecutionStepSuccess" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SendPipelineExecutionStepSuccess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputParameter])) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "callbackToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

newSendPipelineExecutionStepSuccess Source #

Create a value of SendPipelineExecutionStepSuccess 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:outputParameters:SendPipelineExecutionStepSuccess', sendPipelineExecutionStepSuccess_outputParameters - A list of the output parameters of the callback step.

$sel:clientRequestToken:SendPipelineExecutionStepSuccess', sendPipelineExecutionStepSuccess_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

$sel:callbackToken:SendPipelineExecutionStepSuccess', sendPipelineExecutionStepSuccess_callbackToken - The pipeline generated token from the Amazon SQS queue.

Request Lenses

sendPipelineExecutionStepSuccess_clientRequestToken :: Lens' SendPipelineExecutionStepSuccess (Maybe Text) Source #

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

sendPipelineExecutionStepSuccess_callbackToken :: Lens' SendPipelineExecutionStepSuccess Text Source #

The pipeline generated token from the Amazon SQS queue.

Destructuring the Response

data SendPipelineExecutionStepSuccessResponse Source #

Constructors

SendPipelineExecutionStepSuccessResponse' 

Fields

Instances

Instances details
Eq SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Read SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Show SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Generic SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

NFData SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

type Rep SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

type Rep SendPipelineExecutionStepSuccessResponse = D1 ('MetaData "SendPipelineExecutionStepSuccessResponse" "Amazonka.SageMaker.SendPipelineExecutionStepSuccess" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SendPipelineExecutionStepSuccessResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSendPipelineExecutionStepSuccessResponse Source #

Create a value of SendPipelineExecutionStepSuccessResponse 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:pipelineExecutionArn:SendPipelineExecutionStepSuccessResponse', sendPipelineExecutionStepSuccessResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:httpStatus:SendPipelineExecutionStepSuccessResponse', sendPipelineExecutionStepSuccessResponse_httpStatus - The response's http status code.

Response Lenses