@aws-sdk/client-codecommit

UpdatePullRequestStatusCommandInput Interface

Members

Name
Type
Details
pullRequestId Requiredstring | undefined

The system-generated ID of the pull request. To get this ID, use ListPullRequests.

pullRequestStatus RequiredPullRequestStatusEnum | undefined

The status of the pull request. The only valid operations are to update the status from OPEN to OPEN, OPEN to CLOSED or from CLOSED to CLOSED.

Full Signature

export interface UpdatePullRequestStatusCommandInput extends UpdatePullRequestStatusInput