Package-level declarations

Types

Link copied to clipboard

The specified Amazon Resource Name (ARN) does not exist in the Amazon Web Services account.

Link copied to clipboard
class Approval

Returns information about a specific approval on a pull request.

Link copied to clipboard

Returns information about an approval rule.

Link copied to clipboard

The content for the approval rule is empty. You must provide some content for an approval rule. The content cannot be null.

Link copied to clipboard

The specified approval rule does not exist.

Link copied to clipboard

Returns information about an event for an approval rule.

Link copied to clipboard

An approval rule with that name already exists. Approval rule names must be unique within the scope of a pull request.

Link copied to clipboard

An approval rule name is required, but was not specified.

Link copied to clipboard

Returns information about an override event for approval rules for a pull request.

Link copied to clipboard

Returns information about an approval rule template.

The content for the approval rule template is empty. You must provide some content for an approval rule template. The content cannot be null.

The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the Amazon Web Services Region where the template was created, and then try again.

Link copied to clipboard

The approval rule template is associated with one or more repositories. You cannot delete a template that is associated with a repository. Remove all associations, and then try again.

You cannot create an approval rule template with that name because a template with that name already exists in this Amazon Web Services Region for your Amazon Web Services account. Approval rule template names must be unique.

An approval rule template name is required, but was not specified.

Link copied to clipboard
sealed class ApprovalState
Link copied to clipboard

Returns information about a change in the approval state for a pull request.

Link copied to clipboard

An approval state is required, but was not specified.

Link copied to clipboard

The specified Amazon Resource Name (ARN) does not exist in the Amazon Web Services account.

Returns information about errors in a BatchAssociateApprovalRuleTemplateWithRepositories operation.

Link copied to clipboard

Returns information about errors in a BatchDescribeMergeConflicts operation.

Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.

Link copied to clipboard

Returns information about errors in a BatchGetCommits operation.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns information about errors in a BatchGetRepositories operation.

Link copied to clipboard

Represents the input of a batch get repositories operation.

Link copied to clipboard

Represents the output of a batch get repositories operation.

The before commit ID and the after commit ID are the same, which is not valid. The before commit ID and the after commit ID must be different commit IDs.

Link copied to clipboard

The specified blob does not exist.

Link copied to clipboard

A blob ID is required, but was not specified.

Link copied to clipboard

Returns information about a specific Git blob object.

Link copied to clipboard

The specified branch does not exist.

Link copied to clipboard

Returns information about a branch.

Link copied to clipboard

Cannot create the branch with the specified name because the commit conflicts with an existing branch with the same name. Branch names must be unique.

Link copied to clipboard

The specified branch name is not valid because it is a tag name. Enter the name of a branch in the repository. For a list of valid branch names, use ListBranches.

Link copied to clipboard

A branch name is required, but was not specified.

The approval rule cannot be deleted from the pull request because it was created by an approval rule template and applied to the pull request automatically.

The approval rule cannot be modified for the pull request because it was created by an approval rule template and applied to the pull request automatically.

Link copied to clipboard
sealed class ChangeTypeEnum
Link copied to clipboard

A client request token is required. A client request token is an unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

Link copied to clipboard

Base class for all service related exceptions thrown by the CodeCommit client

Link copied to clipboard
class Comment

Returns information about a specific comment.

Link copied to clipboard

The comment is empty. You must provide some content for a comment. The content cannot be null.

Link copied to clipboard

The comment is too large. Comments are limited to 10,240 characters.

Link copied to clipboard

This comment has already been deleted. You cannot edit or delete a deleted comment.

Link copied to clipboard

No comment exists with the provided ID. Verify that you have used the correct ID, and then try again.

Link copied to clipboard

The comment ID is missing or null. A comment ID is required.

Link copied to clipboard

You cannot modify or delete this comment. Only comment authors can modify or delete their comments.

Link copied to clipboard

Returns information about comments on the comparison between two commits.

Link copied to clipboard

Returns information about comments on a pull request.

Link copied to clipboard
class Commit

Returns information about a specific commit.

Link copied to clipboard

The specified commit does not exist or no commit was specified, and the specified repository has no default branch.

Link copied to clipboard

The specified commit ID does not exist.

Link copied to clipboard

A commit ID was not specified.

Link copied to clipboard

The maximum number of allowed commit IDs in a batch request is 100. Verify that your batch requests contains no more than 100 commit IDs, and then try again.

Link copied to clipboard

A list of commit IDs is required, but was either not specified or the list was empty.

Link copied to clipboard

The commit message is too long. Provide a shorter string.

Link copied to clipboard

A commit was not specified.

Link copied to clipboard

The merge cannot be completed because the target branch has been modified. Another user might have modified the target branch while the merge was in progress. Wait a few minutes, and then try again.

Link copied to clipboard
class Conflict

Information about conflicts in a merge operation.

Link copied to clipboard
Link copied to clipboard

Information about the metadata for a conflict in a merge operation.

Link copied to clipboard

If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a merge.

Link copied to clipboard

Represents the input of a create branch operation.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents the input of a create repository operation.

Link copied to clipboard

Represents the output of a create repository operation.

Link copied to clipboard

The specified branch is the default branch for the repository, and cannot be deleted. To delete this branch, you must first set another branch as the default branch.

Link copied to clipboard

Represents the input of a delete branch operation.

Link copied to clipboard

Represents the output of a delete branch operation.

Link copied to clipboard

A file that is deleted as part of a commit.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents the input of a delete repository operation.

Link copied to clipboard

Represents the output of a delete repository operation.

Link copied to clipboard

Returns information about a set of differences for a commit specifier.

A file cannot be added to the repository because the specified path name has the same name as a file that already exists in this repository. Either provide a different name for the file, or specify a different path for the file.

Link copied to clipboard

An encryption integrity check failed.

Link copied to clipboard

An encryption key could not be accessed.

Link copied to clipboard

The encryption key is disabled.

Link copied to clipboard

The Key Management Service encryption key is not valid.

Link copied to clipboard

A KMS encryption key was used to try and encrypt or decrypt a repository, but either the repository or the key was not in a valid state to support the operation.

Link copied to clipboard

No encryption key was found.

Link copied to clipboard

A KMS encryption key ID is required but was not specified.

Link copied to clipboard

The encryption key is not available.

Link copied to clipboard

Returns information about the approval rules applied to a pull request and whether conditions have been met.

Link copied to clipboard
class File

Returns information about a file in a repository.

The commit cannot be created because both a source file and file content have been specified for the same file. You cannot provide both. Either specify a source file or provide the file content directly.

Link copied to clipboard

The file cannot be added because it is empty. Empty files cannot be added to the repository with this API.

Link copied to clipboard

The file cannot be added because it is too large. The maximum file size is 6 MB, and the combined file content change size is 7 MB. Consider making these changes using a Git client.

Link copied to clipboard

The specified file does not exist. Verify that you have used the correct file name, full path, and extension.

Link copied to clipboard

The commit cannot be created because no files have been specified as added, updated, or changed (PutFile or DeleteFile) for the commit.

Link copied to clipboard

A file to be added, updated, or deleted as part of a commit.

Link copied to clipboard

The commit cannot be created because no file mode has been specified. A file mode is required to update mode permissions for a file.

Link copied to clipboard
class FileModes

Information about file modes in a merge or pull request.

Link copied to clipboard
sealed class FileModeTypeEnum

A file cannot be added to the repository because the specified file name has the same name as a directory in this repository. Either provide another name for the file, or add the file in a directory that does not match the file name.

The commit cannot be created because a specified file path points to a submodule. Verify that the destination files have valid file paths that do not point to a submodule.

Link copied to clipboard
class FileSizes

Information about the size of files in a merge or pull request.

Link copied to clipboard

The specified file exceeds the file size limit for CodeCommit. For more information about limits in CodeCommit, see Quotas in the CodeCommit User Guide.

Link copied to clipboard

Information about a version of a file.

Link copied to clipboard
class Folder

Returns information about a folder in a repository.

Link copied to clipboard

The commit cannot be created because at least one of the overall changes in the commit results in a folder whose contents exceed the limit of 6 MB. Either reduce the number and size of your changes, or split the changes across multiple folders.

Link copied to clipboard

The specified folder does not exist. Either the folder name is not correct, or you did not enter the full path to the folder.

Link copied to clipboard

Represents the input of a get blob operation.

Link copied to clipboard

Represents the output of a get blob operation.

Link copied to clipboard

Represents the input of a get branch operation.

Link copied to clipboard

Represents the output of a get branch operation.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents the input of a get commit operation.

Link copied to clipboard

Represents the output of a get commit operation.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents the input of a get repository operation.

Link copied to clipboard

Represents the output of a get repository operation.

Link copied to clipboard

Represents the input of a get repository triggers operation.

Link copied to clipboard

Represents the output of a get repository triggers operation.

Link copied to clipboard

The client request token is not valid. Either the token is not in a valid format, or the token has been used in a previous request and cannot be reused.

Link copied to clipboard

The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the user who initiated the change for the pull request, and then try again.

Link copied to clipboard

The content for the approval rule is not valid.

Link copied to clipboard

The name for the approval rule is not valid.

The content of the approval rule template is not valid.

The description for the approval rule template is not valid because it exceeds the maximum characters allowed for a description. For more information about limits in CodeCommit, see Quotas in the CodeCommit User Guide.

Link copied to clipboard

The name of the approval rule template is not valid. Template names must be between 1 and 100 valid characters in length. For more information about limits in CodeCommit, see Quotas in the CodeCommit User Guide.

Link copied to clipboard

The state for the approval is not valid. Valid values include APPROVE and REVOKE.

Link copied to clipboard

The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the author of the pull request, and then try again.

Link copied to clipboard

The specified blob is not valid.

Link copied to clipboard

The specified reference name is not valid.

Link copied to clipboard

The client request token is not valid.

Link copied to clipboard

The comment ID is not in a valid format. Make sure that you have provided the full comment ID.

Link copied to clipboard

The specified commit is not valid.

Link copied to clipboard

The specified commit ID is not valid.

Link copied to clipboard

The specified conflict detail level is not valid.

Link copied to clipboard

The specified conflict resolution list is not valid.

The specified conflict resolution strategy is not valid.

Link copied to clipboard

The specified continuation token is not valid.

Link copied to clipboard

The specified deletion parameter is not valid.

Link copied to clipboard

The pull request description is not valid. Descriptions cannot be more than 1,000 characters.

The destination commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.

Link copied to clipboard

The specified email address either contains one or more characters that are not allowed, or it exceeds the maximum number of characters allowed for an email address.

Link copied to clipboard

The location of the file is not valid. Make sure that you include the file name and extension.

Link copied to clipboard

The specified file mode permission is not valid. For a list of valid file mode permissions, see PutFile.

Link copied to clipboard

The position is not valid. Make sure that the line number exists in the version of the file you want to comment on.

Link copied to clipboard

The specified value for the number of conflict files to return is not valid.

Link copied to clipboard

The specified value for the number of merge hunks to return is not valid.

Link copied to clipboard

The specified number of maximum results is not valid.

Link copied to clipboard

The specified merge option is not valid for this operation. Not all merge strategies are supported for all operations.

Link copied to clipboard

The specified sort order is not valid.

Link copied to clipboard

The override status is not valid. Valid statuses are OVERRIDE and REVOKE.

Link copied to clipboard

The parent commit ID is not valid. The commit ID cannot be empty, and must match the head commit ID for the branch of the repository where you want to add or update a file.

Link copied to clipboard

The specified path is not valid.

Link copied to clipboard

The pull request event type is not valid.

Link copied to clipboard

The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.

Link copied to clipboard

The pull request status is not valid. The only valid values are OPEN and CLOSED.

Link copied to clipboard

The pull request status update is not valid. The only valid update is from OPEN to CLOSED.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user or identity is not valid.

Link copied to clipboard

The value of the reaction is not valid. For more information, see the CodeCommit User Guide.

Link copied to clipboard

The specified reference name format is not valid. Reference names must conform to the Git references format (for example, refs/heads/main). For more information, see Git Internals - Git References or consult your Git documentation.

Link copied to clipboard

Either the enum is not in a valid format, or the specified file version enum is not valid in respect to the current file version.

Link copied to clipboard

Automerge was specified for resolving the conflict, but the replacement type is not valid or content is missing.

Link copied to clipboard

Automerge was specified for resolving the conflict, but the specified replacement type is not valid.

Link copied to clipboard

The specified repository description is not valid.

Link copied to clipboard

A specified repository name is not valid.

One or more branch names specified for the trigger is not valid.

The custom data provided for the trigger is not valid.

The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination. The most common reason for this error is that the ARN does not meet the requirements for the service type.

Link copied to clipboard

One or more events specified for the trigger is not valid. Check to make sure that all events specified match the requirements for allowed events.

Link copied to clipboard

The name of the trigger is not valid.

Link copied to clipboard

The Amazon Web Services Region for the trigger target does not match the Amazon Web Services Region for the repository. Triggers must be created in the same Amazon Web Services Region as the target for the trigger.

Link copied to clipboard

The value for the resource ARN is not valid. For more information about resources in CodeCommit, see CodeCommit Resources and Operations in the CodeCommit User Guide.

Link copied to clipboard

The revision ID is not valid. Use GetPullRequest to determine the value.

Link copied to clipboard

The SHA-256 hash signature for the rule content is not valid.

Link copied to clipboard

The specified sort by value is not valid.

Link copied to clipboard

The source commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.

Link copied to clipboard

The specified tag is not valid. Key names cannot be prefixed with aws:.

Link copied to clipboard

The list of tags is not valid.

Link copied to clipboard

The map of tags is not valid.

Link copied to clipboard

The specified target branch is not valid.

Link copied to clipboard

The target for the pull request is not valid. A target must contain the full values for the repository name, source branch, and destination branch for the pull request.

Link copied to clipboard

The targets for the pull request is not valid or not in a valid format. Targets are a list of target objects. Each target object must contain the full values for the repository name, source branch, and destination branch for a pull request.

Link copied to clipboard

The title of the pull request is not valid. Pull request titles cannot exceed 100 characters in length.

Link copied to clipboard

Information about whether a file is binary or textual in a merge or pull request operation.

Link copied to clipboard

Represents the input of a list branches operation.

Link copied to clipboard

Represents the output of a list branches operation.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents the input of a list repositories operation.

Link copied to clipboard

Represents the output of a list repositories operation.

Link copied to clipboard
class Location

Returns information about the location of a change or comment in the comparison between two commits or a pull request.

Link copied to clipboard

The pull request cannot be merged automatically into the destination branch. You must manually merge the branches and resolve any conflicts.

Link copied to clipboard

The number of branches for the trigger was exceeded.

The number of allowed conflict resolution entries was exceeded.

The number of files to load exceeds the allowed limit.

Link copied to clipboard

The number of specified files to change as part of this commit exceeds the maximum number of files that can be changed in a single commit. Consider using a Git client for these changes.

Link copied to clipboard

The number of items to compare between the source or destination branches and the merge base has exceeded the maximum allowed.

The number of approvals required for the approval rule exceeds the maximum number allowed.

Link copied to clipboard

You cannot create the pull request because the repository has too many open pull requests. The maximum number of open pull requests for a repository is 1,000. Close one or more open pull requests, and then try again.

Link copied to clipboard

The maximum number of allowed repository names was exceeded. Currently, this number is 100.

The number of triggers allowed for the repository was exceeded.

The maximum number of approval rule templates for a repository has been exceeded. You cannot associate more than 25 approval rule templates with a repository.

Link copied to clipboard
class MergeHunk

Information about merge hunks in a merge or pull request operation.

Link copied to clipboard

Information about the details of a merge hunk that contains a conflict in a merge or pull request operation.

Link copied to clipboard

Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.

Link copied to clipboard

Information about the file operation conflicts in a merge operation.

Link copied to clipboard

A merge option or stategy is required, and none was provided.

Link copied to clipboard
sealed class MergeOptionTypeEnum

More than one conflict resolution entries exists for the conflict. A conflict can have only one conflict resolution entry.

You cannot include more than one repository in a pull request. Make sure you have specified only one repository name in your request, and then try again.

Link copied to clipboard

The user name is not valid because it has exceeded the character limit for author names.

Link copied to clipboard

The commit cannot be created because no changes will be made to the repository as a result of this commit. A commit must contain at least one change.

Link copied to clipboard

The approval rule cannot be added. The pull request has the maximum number of approval rules associated with it.

Link copied to clipboard

The maximum number of approval rule templates has been exceeded for this Amazon Web Services Region.

Link copied to clipboard
sealed class ObjectTypeEnum
Link copied to clipboard

Information about the type of an object in a merge operation.

Link copied to clipboard

The requested action is not allowed.

Link copied to clipboard
sealed class OrderEnum
Link copied to clipboard

Returns information about the template that created the approval rule for a pull request.

Link copied to clipboard

The pull request has already had its approval rules set to override.

Link copied to clipboard
sealed class OverrideStatus
Link copied to clipboard

An override status is required, but no value was provided. Valid values include OVERRIDE and REVOKE.

Link copied to clipboard

The parent commit ID is not valid because it does not exist. The specified parent commit ID does not exist in the specified branch of the repository.

Link copied to clipboard

The file could not be added because the provided parent commit ID is not the current tip of the specified branch. To view the full commit ID of the current head of the branch, use GetBranch.

Link copied to clipboard

A parent commit ID is required. To view the full commit ID of a branch in a repository, use GetBranch or a Git command (for example, git pull or git log).

Link copied to clipboard

The specified path does not exist.

Link copied to clipboard

The folderPath for a location cannot be null.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns information about a pull request.

Link copied to clipboard

The pull request status cannot be updated because it is already closed.

The pull request cannot be merged because one or more approval rules applied to the pull request have conditions that have not been met.

The approval cannot be applied because the user approving the pull request matches the user who created the pull request. You cannot approve a pull request that you created.

Link copied to clipboard

Metadata about the pull request that is used when comparing the pull request source with its destination.

Link copied to clipboard

The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.

Link copied to clipboard

Returns information about a pull request event.

Link copied to clipboard
Link copied to clipboard

A pull request ID is required, but none was provided.

Returns information about the change in the merge state for a pull request event.

Information about an update to the source branch of a pull request.

Link copied to clipboard

Information about a change to the status of a pull request.

Link copied to clipboard
Link copied to clipboard

A pull request status is required, but none was provided.

Link copied to clipboard

Returns information about a pull request target.

Link copied to clipboard
Link copied to clipboard

Information about a file added or updated as part of a commit.

Link copied to clipboard

The commit cannot be created because one or more files specified in the commit reference both a file and a folder.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents the input of a put repository triggers operation.

Link copied to clipboard

Represents the output of a put repository triggers operation.

Link copied to clipboard

Information about the reaction values provided by users on a comment.

Link copied to clipboard

The number of reactions has been exceeded. Reactions are limited to one reaction per user for each individual comment ID.

Link copied to clipboard

Information about the values for reactions to a comment. CodeCommit supports a limited set of reactions.

Link copied to clipboard

A reaction value is required.

Link copied to clipboard

The specified reference does not exist. You must provide a full commit ID.

Link copied to clipboard

A reference name is required, but none was provided.

Link copied to clipboard

The specified reference is not a supported type.

Link copied to clipboard
Link copied to clipboard

Information about a replacement content entry in the conflict of a merge or pull request operation.

Link copied to clipboard

USE_NEW_CONTENT was specified, but no replacement content has been provided.

Link copied to clipboard
sealed class ReplacementTypeEnum
Link copied to clipboard

A replacement type is required.

Link copied to clipboard

The specified repository does not exist.

Link copied to clipboard

A repository resource limit was exceeded.

Link copied to clipboard

Information about a repository.

Link copied to clipboard

The specified repository name already exists.

Link copied to clipboard

Information about a repository name and ID.

Link copied to clipboard

A repository name is required, but was not specified.

Link copied to clipboard

At least one repository name object is required, but was not specified.

The repository does not contain any pull requests with that pull request ID. Use GetPullRequest to verify the correct repository name for the pull request ID.

Link copied to clipboard

Information about a trigger for a repository.

At least one branch name is required, but was not specified in the trigger configuration.

A destination ARN for the target service for the trigger is required, but was not specified.

Link copied to clipboard

At least one event for the trigger is required, but was not specified.

Link copied to clipboard

A trigger failed to run.

Link copied to clipboard

A name for the trigger is required, but was not specified.

Link copied to clipboard

The list of triggers for the repository is required, but was not specified.

Link copied to clipboard

A valid Amazon Resource Name (ARN) for an CodeCommit resource is required. For a list of valid resources in CodeCommit, see CodeCommit Resources and Operations in the CodeCommit User Guide.

Link copied to clipboard

The commit cannot be created because one of the changes specifies copying or moving a .gitkeep file.

Link copied to clipboard

A revision ID is required, but was not provided.

Link copied to clipboard

The revision ID provided in the request does not match the current revision ID. Use GetPullRequest to retrieve the current revision ID.

Link copied to clipboard

The file was not added or updated because the content of the file is exactly the same as the content of that file in the repository and branch that you specified.

Link copied to clipboard

The commit cannot be created because one or more changes in this commit duplicate actions in the same file path. For example, you cannot make the same delete request to the same file in the same file path twice, or make a delete request and a move request to the same file as part of the same commit.

Link copied to clipboard

Information about the file mode changes.

Link copied to clipboard
sealed class SortByEnum
Link copied to clipboard

The source branch and destination branch for the pull request are the same. You must specify different branches for the source and destination.

Link copied to clipboard

The commit cannot be created because no source files or file content have been specified for the commit.

Link copied to clipboard

Information about a source file that is part of changes made in a commit.

Link copied to clipboard
class SubModule

Returns information about a submodule reference in a repository folder.

Link copied to clipboard

Returns information about a symbolic link in a repository folder.

Link copied to clipboard

A list of tag keys is required. The list cannot be empty or null.

Link copied to clipboard

The tag policy is not valid.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A map of tags is required.

Link copied to clipboard
class Target

Returns information about a target for a pull request.

Link copied to clipboard

A pull request target is required. It cannot be empty or null. A pull request target must contain the full values for the repository name, source branch, and destination branch for the pull request.

Link copied to clipboard

An array of target objects is required. It cannot be empty or null.

Link copied to clipboard

Represents the input of a test repository triggers operation.

Link copied to clipboard

Represents the output of a test repository triggers operation.

Link copied to clipboard

The tip of the source branch in the destination repository does not match the tip of the source branch specified in your request. The pull request might have been updated. Make sure that you have the latest changes.

Link copied to clipboard

The divergence between the tips of the provided commit specifiers is too great to determine whether there might be any merge conflicts. Locally compare the specifiers using git diff or a diff tool.

Link copied to clipboard

A pull request title is required. It cannot be empty or null.

Link copied to clipboard

The maximum number of tags for an CodeCommit resource has been exceeded.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents the input of an update default branch operation.

Link copied to clipboard

Represents the input of an update repository description operation.

Link copied to clipboard

Represents the input of an update repository description operation.

Link copied to clipboard
class UserInfo

Information about the user who made a specified commit.