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 PutApprovalResultCommandInputProtected

The input for PutApprovalResultCommand.

Hierarchy

Properties

actionName: undefined | string

The name of the action for which approval is requested.

pipelineName: undefined | string

The name of the pipeline that contains the action.

result: undefined | ApprovalResult

Represents information about the result of the approval request.

stageName: undefined | string

The name of the stage that contains the action.

token: undefined | string

The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action. It is used to validate that the approval request corresponding to this token is still valid.