Values.BatchGetCommitsOutputSourceReturns information about the contents of one or more commits in a repository.
type nonrec t = {commits : CommitObjectsList.t option;An array of commit data type objects, each of which contains information about a specified commit.
*)errors : BatchGetCommitsErrorsList.t option;Returns any commit IDs for which information could not be found. For example, if one of the commit IDs was a shortened SHA ID or that commit was not found in the specified repository, the ID returns an error object with more information.
*)}type nonrec error = [ | `CommitIdsLimitExceededException of CommitIdsLimitExceededException.t| `CommitIdsListRequiredException of CommitIdsListRequiredException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CommitIdsLimitExceededException of unit
| `CommitIdsListRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidRepositoryNameException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CommitIdsLimitExceededException of unit
| `CommitIdsListRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidRepositoryNameException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of ObjectId.t ] list
| `String of ObjectId.t
| `Structure of (string * [> `String of Name.t ]) list ])
list ]
list ])
list ]