View source: R/codepipeline_operations.R
codepipeline_put_approval_result | R Documentation |
Provides the response to a manual approval request to CodePipeline. Valid responses include Approved and Rejected.
See https://www.paws-r-sdk.com/docs/codepipeline_put_approval_result/ for full documentation.
codepipeline_put_approval_result(
pipelineName,
stageName,
actionName,
result,
token
)
pipelineName |
[required] The name of the pipeline that contains the action. |
stageName |
[required] The name of the stage that contains the action. |
actionName |
[required] The name of the action for which approval is requested. |
result |
[required] Represents information about the result of the approval request. |
token |
[required] The system-generated token used to identify a unique approval request.
The token for each open approval request can be obtained using the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.