- Navigation Guide
@aws-sdk/client-codecommit
UpdatePullRequestStatusCommandInput Interface
The input for UpdatePullRequestStatusCommand.
Members
Name | Type | Details |
---|---|---|
pullRequestId Required | string | undefined | The system-generated ID of the pull request. To get this ID, use ListPullRequests. |
pullRequestStatus Required | PullRequestStatusEnum | undefined | The status of the pull request. The only valid operations are to update the status from |
Full Signature
export interface UpdatePullRequestStatusCommandInput extends UpdatePullRequestStatusInput