Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface PutThirdPartyJobSuccessResultInput

Represents the input of a PutThirdPartyJobSuccessResult action.

Hierarchy

Properties

clientToken: undefined | string

The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

continuationToken?: string

A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.

currentRevision?: CurrentRevision

Represents information about a current revision.

executionDetails?: ExecutionDetails

The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.

jobId: undefined | string

The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.