codecommit_batch_get_commits: Returns information about the contents of one or more commits...

View source: R/codecommit_operations.R

codecommit_batch_get_commitsR 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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.