Learn R Programming

paws.developer.tools (version 0.8.0)

codecommit_get_pull_request_approval_states: Gets information about the approval states for a specified pull request

Description

Gets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more approval rules applied to them.

See https://www.paws-r-sdk.com/docs/codecommit_get_pull_request_approval_states/ for full documentation.

Usage

codecommit_get_pull_request_approval_states(pullRequestId, revisionId)

Arguments

pullRequestId

[required] The system-generated ID for the pull request.

revisionId

[required] The system-generated ID for the pull request revision.