codecommit_batch_get_commits {paws.developer.tools} | R Documentation |
Returns information about the contents of one or more commits in a repository
Description
Returns information about the contents of one or more commits in a repository.
See https://www.paws-r-sdk.com/docs/codecommit_batch_get_commits/ for full documentation.
Usage
codecommit_batch_get_commits(commitIds, repositoryName)
Arguments
commitIds |
[required] The full commit IDs of the commits to get information about. You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs. |
repositoryName |
[required] The name of the repository that contains the commits. |
[Package paws.developer.tools version 0.9.0 Index]