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.
codecommit_batch_get_commits(commitIds, repositoryName)
[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.
[required] The name of the repository that contains the commits.