Learn R Programming

paws.developer.tools (version 0.8.0)

codecommit_get_commit: Returns information about a commit, including commit message and committer information

Description

Returns information about a commit, including commit message and committer information.

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

Usage

codecommit_get_commit(repositoryName, commitId)

Arguments

repositoryName

[required] The name of the repository to which the commit was made.

commitId

[required] The commit ID. Commit IDs are the full SHA ID of the commit.