AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Classes

NameDescription
Class ActorDoesNotExistException

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

Class Approval

Returns information about a specific approval on a pull request.

Class ApprovalRule

Returns information about an approval rule.

Class ApprovalRuleContentRequiredException

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

Class ApprovalRuleDoesNotExistException

The specified approval rule does not exist.

Class ApprovalRuleEventMetadata

Returns information about an event for an approval rule.

Class ApprovalRuleNameAlreadyExistsException

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

Class ApprovalRuleNameRequiredException

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

Class ApprovalRuleOverriddenEventMetadata

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

Class ApprovalRuleTemplate

Returns information about an approval rule template.

Class ApprovalRuleTemplateContentRequiredException

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

Class ApprovalRuleTemplateDoesNotExistException

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.

Class ApprovalRuleTemplateInUseException

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.

Class ApprovalRuleTemplateNameAlreadyExistsException

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.

Class ApprovalRuleTemplateNameRequiredException

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

Class ApprovalStateChangedEventMetadata

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

Class ApprovalStateRequiredException

An approval state is required, but was not specified.

Class AssociateApprovalRuleTemplateWithRepositoryRequest

Container for the parameters to the AssociateApprovalRuleTemplateWithRepository operation. Creates an association between an approval rule template and a specified repository. Then, the next time a pull request is created in the repository where the destination reference (if specified) matches the destination reference (branch) for the pull request, an approval rule that matches the template conditions is automatically created for that pull request. If no destination references are specified in the template, an approval rule that matches the template contents is created for all pull requests in that repository.

Class AssociateApprovalRuleTemplateWithRepositoryResponse

This is the response object from the AssociateApprovalRuleTemplateWithRepository operation.

Class AuthorDoesNotExistException

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

Class BatchAssociateApprovalRuleTemplateWithRepositoriesError

Returns information about errors in a BatchAssociateApprovalRuleTemplateWithRepositories operation.

Class BatchAssociateApprovalRuleTemplateWithRepositoriesRequest

Container for the parameters to the BatchAssociateApprovalRuleTemplateWithRepositories operation. Creates an association between an approval rule template and one or more specified repositories.

Class BatchAssociateApprovalRuleTemplateWithRepositoriesResponse

This is the response object from the BatchAssociateApprovalRuleTemplateWithRepositories operation.

Class BatchDescribeMergeConflictsError

Returns information about errors in a BatchDescribeMergeConflicts operation.

Class BatchDescribeMergeConflictsRequest

Container for the parameters to the BatchDescribeMergeConflicts operation. Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.

Class BatchDescribeMergeConflictsResponse

This is the response object from the BatchDescribeMergeConflicts operation.

Class BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.

Class BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest

Container for the parameters to the BatchDisassociateApprovalRuleTemplateFromRepositories operation. Removes the association between an approval rule template and one or more specified repositories.

Class BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse

This is the response object from the BatchDisassociateApprovalRuleTemplateFromRepositories operation.

Class BatchGetCommitsError

Returns information about errors in a BatchGetCommits operation.

Class BatchGetCommitsRequest

Container for the parameters to the BatchGetCommits operation. Returns information about the contents of one or more commits in a repository.

Class BatchGetCommitsResponse

This is the response object from the BatchGetCommits operation.

Class BatchGetRepositoriesError

Returns information about errors in a BatchGetRepositories operation.

Class BatchGetRepositoriesRequest

Container for the parameters to the BatchGetRepositories operation. Returns information about one or more repositories.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

Class BatchGetRepositoriesResponse

Represents the output of a batch get repositories operation.

Class BeforeCommitIdAndAfterCommitIdAreSameException

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.

Class BlobIdDoesNotExistException

The specified blob does not exist.

Class BlobIdRequiredException

A blob ID is required, but was not specified.

Class BlobMetadata

Returns information about a specific Git blob object.

Class BranchDoesNotExistException

The specified branch does not exist.

Class BranchInfo

Returns information about a branch.

Class BranchNameExistsException

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.

Class BranchNameIsTagNameException

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.

Class BranchNameRequiredException

A branch name is required, but was not specified.

Class CannotDeleteApprovalRuleFromTemplateException

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.

Class CannotModifyApprovalRuleFromTemplateException

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.

Class ClientRequestTokenRequiredException

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.

Class CodeCommitPaginatorFactory

Paginators for the CodeCommit service

Class Comment

Returns information about a specific comment.

Class CommentContentRequiredException

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

Class CommentContentSizeLimitExceededException

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

Class CommentDeletedException

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

Class CommentDoesNotExistException

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

Class CommentIdRequiredException

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

Class CommentNotCreatedByCallerException

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

Class CommentsForComparedCommit

Returns information about comments on the comparison between two commits.

Class CommentsForPullRequest

Returns information about comments on a pull request.

Class Commit

Returns information about a specific commit.

Class CommitDoesNotExistException

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

Class CommitIdDoesNotExistException

The specified commit ID does not exist.

Class CommitIdRequiredException

A commit ID was not specified.

Class CommitIdsLimitExceededException

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.

Class CommitIdsListRequiredException

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

Class CommitMessageLengthExceededException

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

Class CommitRequiredException

A commit was not specified.

Class ConcurrentReferenceUpdateException

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.

Class Conflict

Information about conflicts in a merge operation.

Class ConflictMetadata

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

Class ConflictResolution

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

Class CreateApprovalRuleTemplateRequest

Container for the parameters to the CreateApprovalRuleTemplate operation. Creates a template for approval rules that can then be associated with one or more repositories in your Amazon Web Services account. When you associate a template with a repository, CodeCommit creates an approval rule that matches the conditions of the template for all pull requests that meet the conditions of the template. For more information, see AssociateApprovalRuleTemplateWithRepository.

Class CreateApprovalRuleTemplateResponse

This is the response object from the CreateApprovalRuleTemplate operation.

Class CreateBranchRequest

Container for the parameters to the CreateBranch operation. Creates a branch in a repository and points the branch to a commit.

Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.

Class CreateBranchResponse

This is the response object from the CreateBranch operation.

Class CreateCommitRequest

Container for the parameters to the CreateCommit operation. Creates a commit for a repository on the tip of a specified branch.

Class CreateCommitResponse

This is the response object from the CreateCommit operation.

Class CreatePullRequestApprovalRuleRequest

Container for the parameters to the CreatePullRequestApprovalRule operation. Creates an approval rule for a pull request.

Class CreatePullRequestApprovalRuleResponse

This is the response object from the CreatePullRequestApprovalRule operation.

Class CreatePullRequestRequest

Container for the parameters to the CreatePullRequest operation. Creates a pull request in the specified repository.

Class CreatePullRequestResponse

This is the response object from the CreatePullRequest operation.

Class CreateRepositoryRequest

Container for the parameters to the CreateRepository operation. Creates a new, empty repository.

Class CreateRepositoryResponse

Represents the output of a create repository operation.

Class CreateUnreferencedMergeCommitRequest

Container for the parameters to the CreateUnreferencedMergeCommit operation. Creates an unreferenced commit that represents the result of merging two branches using a specified merge strategy. This can help you determine the outcome of a potential merge. This API cannot be used with the fast-forward merge strategy because that strategy does not create a merge commit.

This unreferenced merge commit can only be accessed using the GetCommit API or through git commands such as git fetch. To retrieve this commit, you must specify its commit ID or otherwise reference it.

Class CreateUnreferencedMergeCommitResponse

This is the response object from the CreateUnreferencedMergeCommit operation.

Class DefaultBranchCannotBeDeletedException

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.

Class DeleteApprovalRuleTemplateRequest

Container for the parameters to the DeleteApprovalRuleTemplate operation. Deletes a specified approval rule template. Deleting a template does not remove approval rules on pull requests already created with the template.

Class DeleteApprovalRuleTemplateResponse

This is the response object from the DeleteApprovalRuleTemplate operation.

Class DeleteBranchRequest

Container for the parameters to the DeleteBranch operation. Deletes a branch from a repository, unless that branch is the default branch for the repository.

Class DeleteBranchResponse

Represents the output of a delete branch operation.

Class DeleteCommentContentRequest

Container for the parameters to the DeleteCommentContent operation. Deletes the content of a comment made on a change, file, or commit in a repository.

Class DeleteCommentContentResponse

This is the response object from the DeleteCommentContent operation.

Class DeleteFileEntry

A file that is deleted as part of a commit.

Class DeleteFileRequest

Container for the parameters to the DeleteFile operation. Deletes a specified file from a specified branch. A commit is created on the branch that contains the revision. The file still exists in the commits earlier to the commit that contains the deletion.

Class DeleteFileResponse

This is the response object from the DeleteFile operation.

Class DeletePullRequestApprovalRuleRequest

Container for the parameters to the DeletePullRequestApprovalRule operation. Deletes an approval rule from a specified pull request. Approval rules can be deleted from a pull request only if the pull request is open, and if the approval rule was created specifically for a pull request and not generated from an approval rule template associated with the repository where the pull request was created. You cannot delete an approval rule from a merged or closed pull request.

Class DeletePullRequestApprovalRuleResponse

This is the response object from the DeletePullRequestApprovalRule operation.

Class DeleteRepositoryRequest

Container for the parameters to the DeleteRepository operation. Deletes a repository. If a specified repository was already deleted, a null repository ID is returned.

Deleting a repository also deletes all associated objects and metadata. After a repository is deleted, all future push calls to the deleted repository fail.

Class DeleteRepositoryResponse

Represents the output of a delete repository operation.

Class DescribeMergeConflictsRequest

Container for the parameters to the DescribeMergeConflicts operation. Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy. If the merge option for the attempted merge is specified as FAST_FORWARD_MERGE, an exception is thrown.

Class DescribeMergeConflictsResponse

This is the response object from the DescribeMergeConflicts operation.

Class DescribePullRequestEventsRequest

Container for the parameters to the DescribePullRequestEvents operation. Returns information about one or more pull request events.

Class DescribePullRequestEventsResponse

This is the response object from the DescribePullRequestEvents operation.

Class Difference

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

Class DirectoryNameConflictsWithFileNameException

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.

Class DisassociateApprovalRuleTemplateFromRepositoryRequest

Container for the parameters to the DisassociateApprovalRuleTemplateFromRepository operation. Removes the association between a template and a repository so that approval rules based on the template are not automatically created when pull requests are created in the specified repository. This does not delete any approval rules previously created for pull requests through the template association.

Class DisassociateApprovalRuleTemplateFromRepositoryResponse

This is the response object from the DisassociateApprovalRuleTemplateFromRepository operation.

Class EncryptionIntegrityChecksFailedException

An encryption integrity check failed.

Class EncryptionKeyAccessDeniedException

An encryption key could not be accessed.

Class EncryptionKeyDisabledException

The encryption key is disabled.

Class EncryptionKeyInvalidIdException

The Key Management Service encryption key is not valid.

Class EncryptionKeyInvalidUsageException

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.

Class EncryptionKeyNotFoundException

No encryption key was found.

Class EncryptionKeyRequiredException

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

Class EncryptionKeyUnavailableException

The encryption key is not available.

Class EvaluatePullRequestApprovalRulesRequest

Container for the parameters to the EvaluatePullRequestApprovalRules operation. Evaluates whether a pull request has met all the conditions specified in its associated approval rules.

Class EvaluatePullRequestApprovalRulesResponse

This is the response object from the EvaluatePullRequestApprovalRules operation.

Class Evaluation

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

Class File

Returns information about a file in a repository.

Class FileContentAndSourceFileSpecifiedException

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.

Class FileContentRequiredException

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

Class FileContentSizeLimitExceededException

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.

Class FileDoesNotExistException

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

Class FileEntryRequiredException

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

Class FileMetadata

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

Class FileModeRequiredException

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

Class FileModes

Information about file modes in a merge or pull request.

Class FileNameConflictsWithDirectoryNameException

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.

Class FilePathConflictsWithSubmodulePathException

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.

Class FileSizes

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

Class FileTooLargeException

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

Class FileVersion

Information about a version of a file.

Class Folder

Returns information about a folder in a repository.

Class FolderContentSizeLimitExceededException

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.

Class FolderDoesNotExistException

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

Class GetApprovalRuleTemplateRequest

Container for the parameters to the GetApprovalRuleTemplate operation. Returns information about a specified approval rule template.

Class GetApprovalRuleTemplateResponse

This is the response object from the GetApprovalRuleTemplate operation.

Class GetBlobRequest

Container for the parameters to the GetBlob operation. Returns the base-64 encoded content of an individual blob in a repository.

Class GetBlobResponse

Represents the output of a get blob operation.

Class GetBranchRequest

Container for the parameters to the GetBranch operation. Returns information about a repository branch, including its name and the last commit ID.

Class GetBranchResponse

Represents the output of a get branch operation.

Class GetCommentReactionsRequest

Container for the parameters to the GetCommentReactions operation. Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.

Class GetCommentReactionsResponse

This is the response object from the GetCommentReactions operation.

Class GetCommentRequest

Container for the parameters to the GetComment operation. Returns the content of a comment made on a change, file, or commit in a repository.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

Class GetCommentResponse

This is the response object from the GetComment operation.

Class GetCommentsForComparedCommitRequest

Container for the parameters to the GetCommentsForComparedCommit operation. Returns information about comments made on the comparison between two commits.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

Class GetCommentsForComparedCommitResponse

This is the response object from the GetCommentsForComparedCommit operation.

Class GetCommentsForPullRequestRequest

Container for the parameters to the GetCommentsForPullRequest operation. Returns comments made on a pull request.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

Class GetCommentsForPullRequestResponse

This is the response object from the GetCommentsForPullRequest operation.

Class GetCommitRequest

Container for the parameters to the GetCommit operation. Returns information about a commit, including commit message and committer information.

Class GetCommitResponse

Represents the output of a get commit operation.

Class GetDifferencesRequest

Container for the parameters to the GetDifferences operation. Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or other fully qualified reference). Results can be limited to a specified path.

Class GetDifferencesResponse

This is the response object from the GetDifferences operation.

Class GetFileRequest

Container for the parameters to the GetFile operation. Returns the base-64 encoded contents of a specified file and its metadata.

Class GetFileResponse

This is the response object from the GetFile operation.

Class GetFolderRequest

Container for the parameters to the GetFolder operation. Returns the contents of a specified folder in a repository.

Class GetFolderResponse

This is the response object from the GetFolder operation.

Class GetMergeCommitRequest

Container for the parameters to the GetMergeCommit operation. Returns information about a specified merge commit.

Class GetMergeCommitResponse

This is the response object from the GetMergeCommit operation.

Class GetMergeConflictsRequest

Container for the parameters to the GetMergeConflicts operation. Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.

Class GetMergeConflictsResponse

This is the response object from the GetMergeConflicts operation.

Class GetMergeOptionsRequest

Container for the parameters to the GetMergeOptions operation. Returns information about the merge options available for merging two specified branches. For details about why a merge option is not available, use GetMergeConflicts or DescribeMergeConflicts.

Class GetMergeOptionsResponse

This is the response object from the GetMergeOptions operation.

Class GetPullRequestApprovalStatesRequest

Container for the parameters to the GetPullRequestApprovalStates operation. Gets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more approval rules applied to them.

Class GetPullRequestApprovalStatesResponse

This is the response object from the GetPullRequestApprovalStates operation.

Class GetPullRequestOverrideStateRequest

Container for the parameters to the GetPullRequestOverrideState operation. Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.

Class GetPullRequestOverrideStateResponse

This is the response object from the GetPullRequestOverrideState operation.

Class GetPullRequestRequest

Container for the parameters to the GetPullRequest operation. Gets information about a pull request in a specified repository.

Class GetPullRequestResponse

This is the response object from the GetPullRequest operation.

Class GetRepositoryRequest

Container for the parameters to the GetRepository operation. Returns information about a repository.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

Class GetRepositoryResponse

Represents the output of a get repository operation.

Class GetRepositoryTriggersRequest

Container for the parameters to the GetRepositoryTriggers operation. Gets information about triggers configured for a repository.

Class GetRepositoryTriggersResponse

Represents the output of a get repository triggers operation.

Class IdempotencyParameterMismatchException

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.

Class InvalidActorArnException

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.

Class InvalidApprovalRuleContentException

The content for the approval rule is not valid.

Class InvalidApprovalRuleNameException

The name for the approval rule is not valid.

Class InvalidApprovalRuleTemplateContentException

The content of the approval rule template is not valid.

Class InvalidApprovalRuleTemplateDescriptionException

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.

Class InvalidApprovalRuleTemplateNameException

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.

Class InvalidApprovalStateException

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

Class InvalidAuthorArnException

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.

Class InvalidBlobIdException

The specified blob is not valid.

Class InvalidBranchNameException

The specified reference name is not valid.

Class InvalidClientRequestTokenException

The client request token is not valid.

Class InvalidCommentIdException

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

Class InvalidCommitException

The specified commit is not valid.

Class InvalidCommitIdException

The specified commit ID is not valid.

Class InvalidConflictDetailLevelException

The specified conflict detail level is not valid.

Class InvalidConflictResolutionException

The specified conflict resolution list is not valid.

Class InvalidConflictResolutionStrategyException

The specified conflict resolution strategy is not valid.

Class InvalidContinuationTokenException

The specified continuation token is not valid.

Class InvalidDeletionParameterException

The specified deletion parameter is not valid.

Class InvalidDescriptionException

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

Class InvalidDestinationCommitSpecifierException

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

Class InvalidEmailException

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.

Class InvalidFileLocationException

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

Class InvalidFileModeException

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

Class InvalidFilePositionException

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

Class InvalidMaxConflictFilesException

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

Class InvalidMaxMergeHunksException

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

Class InvalidMaxResultsException

The specified number of maximum results is not valid.

Class InvalidMergeOptionException

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

Class InvalidOrderException

The specified sort order is not valid.

Class InvalidOverrideStatusException

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

Class InvalidParentCommitIdException

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.

Class InvalidPathException

The specified path is not valid.

Class InvalidPullRequestEventTypeException

The pull request event type is not valid.

Class InvalidPullRequestIdException

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.

Class InvalidPullRequestStatusException

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

Class InvalidPullRequestStatusUpdateException

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

Class InvalidReactionUserArnException

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

Class InvalidReactionValueException

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

Class InvalidReferenceNameException

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.

Class InvalidRelativeFileVersionEnumException

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.

Class InvalidReplacementContentException

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

Class InvalidReplacementTypeException

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

Class InvalidRepositoryDescriptionException

The specified repository description is not valid.

Class InvalidRepositoryNameException

A specified repository name is not valid.

This exception occurs only when a specified repository name is not valid. Other exceptions occur when a required repository parameter is missing, or when a specified repository does not exist.

Class InvalidRepositoryTriggerBranchNameException

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

Class InvalidRepositoryTriggerCustomDataException

The custom data provided for the trigger is not valid.

Class InvalidRepositoryTriggerDestinationArnException

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.

Class InvalidRepositoryTriggerEventsException

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.

Class InvalidRepositoryTriggerNameException

The name of the trigger is not valid.

Class InvalidRepositoryTriggerRegionException

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.

Class InvalidResourceArnException

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.

Class InvalidRevisionIdException

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

Class InvalidRuleContentSha256Exception

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

Class InvalidSortByException

The specified sort by value is not valid.

Class InvalidSourceCommitSpecifierException

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

Class InvalidSystemTagUsageException

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

Class InvalidTagKeysListException

The list of tags is not valid.

Class InvalidTagsMapException

The map of tags is not valid.

Class InvalidTargetBranchException

The specified target branch is not valid.

Class InvalidTargetException

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.

Class InvalidTargetsException

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.

Class InvalidTitleException

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

Class IsBinaryFile

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

Class ListApprovalRuleTemplatesRequest

Container for the parameters to the ListApprovalRuleTemplates operation. Lists all approval rule templates in the specified Amazon Web Services Region in your Amazon Web Services account. If an Amazon Web Services Region is not specified, the Amazon Web Services Region where you are signed in is used.

Class ListApprovalRuleTemplatesResponse

This is the response object from the ListApprovalRuleTemplates operation.

Class ListAssociatedApprovalRuleTemplatesForRepositoryRequest

Container for the parameters to the ListAssociatedApprovalRuleTemplatesForRepository operation. Lists all approval rule templates that are associated with a specified repository.

Class ListAssociatedApprovalRuleTemplatesForRepositoryResponse

This is the response object from the ListAssociatedApprovalRuleTemplatesForRepository operation.

Class ListBranchesRequest

Container for the parameters to the ListBranches operation. Gets information about one or more branches in a repository.

Class ListBranchesResponse

Represents the output of a list branches operation.

Class ListFileCommitHistoryRequest

Container for the parameters to the ListFileCommitHistory operation. Retrieves a list of commits and changes to a specified file.

Class ListFileCommitHistoryResponse

This is the response object from the ListFileCommitHistory operation.

Class ListPullRequestsRequest

Container for the parameters to the ListPullRequests operation. Returns a list of pull requests for a specified repository. The return list can be refined by pull request status or pull request author ARN.

Class ListPullRequestsResponse

This is the response object from the ListPullRequests operation.

Class ListRepositoriesForApprovalRuleTemplateRequest

Container for the parameters to the ListRepositoriesForApprovalRuleTemplate operation. Lists all repositories associated with the specified approval rule template.

Class ListRepositoriesForApprovalRuleTemplateResponse

This is the response object from the ListRepositoriesForApprovalRuleTemplate operation.

Class ListRepositoriesRequest

Container for the parameters to the ListRepositories operation. Gets information about one or more repositories.

Class ListRepositoriesResponse

Represents the output of a list repositories operation.

Class ListTagsForResourceRequest

Container for the parameters to the ListTagsForResource operation. Gets information about Amazon Web Servicestags for a specified Amazon Resource Name (ARN) in CodeCommit. For a list of valid resources in CodeCommit, see CodeCommit Resources and Operations in the CodeCommit User Guide.

Class ListTagsForResourceResponse

This is the response object from the ListTagsForResource operation.

Class Location

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

Class ManualMergeRequiredException

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

Class MaximumBranchesExceededException

The number of branches for the trigger was exceeded.

Class MaximumConflictResolutionEntriesExceededException

The number of allowed conflict resolution entries was exceeded.

Class MaximumFileContentToLoadExceededException

The number of files to load exceeds the allowed limit.

Class MaximumFileEntriesExceededException

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.

Class MaximumItemsToCompareExceededException

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

Class MaximumNumberOfApprovalsExceededException

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

Class MaximumOpenPullRequestsExceededException

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.

Class MaximumRepositoryNamesExceededException

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

Class MaximumRepositoryTriggersExceededException

The number of triggers allowed for the repository was exceeded.

Class MaximumRuleTemplatesAssociatedWithRepositoryException

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.

Class MergeBranchesByFastForwardRequest

Container for the parameters to the MergeBranchesByFastForward operation. Merges two branches using the fast-forward merge strategy.

Class MergeBranchesByFastForwardResponse

This is the response object from the MergeBranchesByFastForward operation.

Class MergeBranchesBySquashRequest

Container for the parameters to the MergeBranchesBySquash operation. Merges two branches using the squash merge strategy.

Class MergeBranchesBySquashResponse

This is the response object from the MergeBranchesBySquash operation.

Class MergeBranchesByThreeWayRequest

Container for the parameters to the MergeBranchesByThreeWay operation. Merges two specified branches using the three-way merge strategy.

Class MergeBranchesByThreeWayResponse

This is the response object from the MergeBranchesByThreeWay operation.

Class MergeHunk

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

Class MergeHunkDetail

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

Class MergeMetadata

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

Class MergeOperations

Information about the file operation conflicts in a merge operation.

Class MergeOptionRequiredException

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

Class MergePullRequestByFastForwardRequest

Container for the parameters to the MergePullRequestByFastForward operation. Attempts to merge the source commit of a pull request into the specified destination branch for that pull request at the specified commit using the fast-forward merge strategy. If the merge is successful, it closes the pull request.

Class MergePullRequestByFastForwardResponse

This is the response object from the MergePullRequestByFastForward operation.

Class MergePullRequestBySquashRequest

Container for the parameters to the MergePullRequestBySquash operation. Attempts to merge the source commit of a pull request into the specified destination branch for that pull request at the specified commit using the squash merge strategy. If the merge is successful, it closes the pull request.

Class MergePullRequestBySquashResponse

This is the response object from the MergePullRequestBySquash operation.

Class MergePullRequestByThreeWayRequest

Container for the parameters to the MergePullRequestByThreeWay operation. Attempts to merge the source commit of a pull request into the specified destination branch for that pull request at the specified commit using the three-way merge strategy. If the merge is successful, it closes the pull request.

Class MergePullRequestByThreeWayResponse

This is the response object from the MergePullRequestByThreeWay operation.

Class MultipleConflictResolutionEntriesException

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

Class MultipleRepositoriesInPullRequestException

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.

Class NameLengthExceededException

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

Class NoChangeException

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.

Class NumberOfRulesExceededException

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

Class NumberOfRuleTemplatesExceededException

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

Class ObjectTypes

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

Class OriginApprovalRuleTemplate

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

Class OverrideAlreadySetException

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

Class OverridePullRequestApprovalRulesRequest

Container for the parameters to the OverridePullRequestApprovalRules operation. Sets aside (overrides) all approval rule requirements for a specified pull request.

Class OverridePullRequestApprovalRulesResponse

This is the response object from the OverridePullRequestApprovalRules operation.

Class OverrideStatusRequiredException

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

Class ParentCommitDoesNotExistException

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.

Class ParentCommitIdOutdatedException

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.

Class ParentCommitIdRequiredException

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

Class PathDoesNotExistException

The specified path does not exist.

Class PathRequiredException

The folderPath for a location cannot be null.

Class PostCommentForComparedCommitRequest

Container for the parameters to the PostCommentForComparedCommit operation. Posts a comment on the comparison between two commits.

Class PostCommentForComparedCommitResponse

This is the response object from the PostCommentForComparedCommit operation.

Class PostCommentForPullRequestRequest

Container for the parameters to the PostCommentForPullRequest operation. Posts a comment on a pull request.

Class PostCommentForPullRequestResponse

This is the response object from the PostCommentForPullRequest operation.

Class PostCommentReplyRequest

Container for the parameters to the PostCommentReply operation. Posts a comment in reply to an existing comment on a comparison between commits or a pull request.

Class PostCommentReplyResponse

This is the response object from the PostCommentReply operation.

Class PullRequest

Returns information about a pull request.

Class PullRequestAlreadyClosedException

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

Class PullRequestApprovalRulesNotSatisfiedException

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

Class PullRequestCannotBeApprovedByAuthorException

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.

Class PullRequestCreatedEventMetadata

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

Class PullRequestDoesNotExistException

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.

Class PullRequestEvent

Returns information about a pull request event.

Class PullRequestIdRequiredException

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

Class PullRequestMergedStateChangedEventMetadata

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

Class PullRequestSourceReferenceUpdatedEventMetadata

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

Class PullRequestStatusChangedEventMetadata

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

Class PullRequestStatusRequiredException

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

Class PullRequestTarget

Returns information about a pull request target.

Class PutCommentReactionRequest

Container for the parameters to the PutCommentReaction operation. Adds or updates a reaction to a specified comment for the user whose identity is used to make the request. You can only add or update a reaction for yourself. You cannot add, modify, or delete a reaction for another user.

Class PutCommentReactionResponse

This is the response object from the PutCommentReaction operation.

Class PutFileEntry

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

Class PutFileEntryConflictException

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

Class PutFileRequest

Container for the parameters to the PutFile operation. Adds or updates a file in a branch in an CodeCommit repository, and generates a commit for the addition in the specified branch.

Class PutFileResponse

This is the response object from the PutFile operation.

Class PutRepositoryTriggersRequest

Container for the parameters to the PutRepositoryTriggers operation. Replaces all triggers for a repository. Used to create or delete triggers.

Class PutRepositoryTriggersResponse

Represents the output of a put repository triggers operation.

Class ReactionForComment

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

Class ReactionLimitExceededException

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

Class ReactionValueFormats

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

Class ReactionValueRequiredException

A reaction value is required.

Class ReferenceDoesNotExistException

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

Class ReferenceNameRequiredException

A reference name is required, but none was provided.

Class ReferenceTypeNotSupportedException

The specified reference is not a supported type.

Class ReplaceContentEntry

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

Class ReplacementContentRequiredException

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

Class ReplacementTypeRequiredException

A replacement type is required.

Class RepositoryDoesNotExistException

The specified repository does not exist.

Class RepositoryLimitExceededException

A repository resource limit was exceeded.

Class RepositoryMetadata

Information about a repository.

Class RepositoryNameExistsException

The specified repository name already exists.

Class RepositoryNameIdPair

Information about a repository name and ID.

Class RepositoryNameRequiredException

A repository name is required, but was not specified.

Class RepositoryNamesRequiredException

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

Class RepositoryNotAssociatedWithPullRequestException

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.

Class RepositoryTrigger

Information about a trigger for a repository.

If you want to receive notifications about repository events, consider using notifications instead of triggers. For more information, see Configuring notifications for repository events.

Class RepositoryTriggerBranchNameListRequiredException

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

Class RepositoryTriggerDestinationArnRequiredException

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

Class RepositoryTriggerEventsListRequiredException

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

Class RepositoryTriggerExecutionFailure

A trigger failed to run.

Class RepositoryTriggerNameRequiredException

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

Class RepositoryTriggersListRequiredException

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

Class ResourceArnRequiredException

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.

Class RestrictedSourceFileException

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

Class RevisionIdRequiredException

A revision ID is required, but was not provided.

Class RevisionNotCurrentException

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

Class SameFileContentException

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.

Class SamePathRequestException

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.

Class SetFileModeEntry

Information about the file mode changes.

Class SourceAndDestinationAreSameException

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

Class SourceFileOrContentRequiredException

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

Class SourceFileSpecifier

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

Class SubModule

Returns information about a submodule reference in a repository folder.

Class SymbolicLink

Returns information about a symbolic link in a repository folder.

Class TagKeysListRequiredException

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

Class TagPolicyException

The tag policy is not valid.

Class TagResourceRequest

Container for the parameters to the TagResource operation. Adds or updates tags for a resource in CodeCommit. For a list of valid resources in CodeCommit, see CodeCommit Resources and Operations in the CodeCommit User Guide.

Class TagResourceResponse

This is the response object from the TagResource operation.

Class TagsMapRequiredException

A map of tags is required.

Class Target

Returns information about a target for a pull request.

Class TargetRequiredException

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.

Class TargetsRequiredException

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

Class TestRepositoryTriggersRequest

Container for the parameters to the TestRepositoryTriggers operation. Tests the functionality of repository triggers by sending information to the trigger target. If real data is available in the repository, the test sends data from the last commit. If no data is available, sample data is generated.

Class TestRepositoryTriggersResponse

Represents the output of a test repository triggers operation.

Class TipOfSourceReferenceIsDifferentException

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.

Class TipsDivergenceExceededException

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.

Class TitleRequiredException

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

Class TooManyTagsException

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

Class UntagResourceRequest

Container for the parameters to the UntagResource operation. Removes tags for a resource in CodeCommit. For a list of valid resources in CodeCommit, see CodeCommit Resources and Operations in the CodeCommit User Guide.

Class UntagResourceResponse

This is the response object from the UntagResource operation.

Class UpdateApprovalRuleTemplateContentRequest

Container for the parameters to the UpdateApprovalRuleTemplateContent operation. Updates the content of an approval rule template. You can change the number of required approvals, the membership of the approval rule, and whether an approval pool is defined.

Class UpdateApprovalRuleTemplateContentResponse

This is the response object from the UpdateApprovalRuleTemplateContent operation.

Class UpdateApprovalRuleTemplateDescriptionRequest

Container for the parameters to the UpdateApprovalRuleTemplateDescription operation. Updates the description for a specified approval rule template.

Class UpdateApprovalRuleTemplateDescriptionResponse

This is the response object from the UpdateApprovalRuleTemplateDescription operation.

Class UpdateApprovalRuleTemplateNameRequest

Container for the parameters to the UpdateApprovalRuleTemplateName operation. Updates the name of a specified approval rule template.

Class UpdateApprovalRuleTemplateNameResponse

This is the response object from the UpdateApprovalRuleTemplateName operation.

Class UpdateCommentRequest

Container for the parameters to the UpdateComment operation. Replaces the contents of a comment.

Class UpdateCommentResponse

This is the response object from the UpdateComment operation.

Class UpdateDefaultBranchRequest

Container for the parameters to the UpdateDefaultBranch operation. Sets or changes the default branch name for the specified repository.

If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.

Class UpdateDefaultBranchResponse

This is the response object from the UpdateDefaultBranch operation.

Class UpdatePullRequestApprovalRuleContentRequest

Container for the parameters to the UpdatePullRequestApprovalRuleContent operation. Updates the structure of an approval rule created specifically for a pull request. For example, you can change the number of required approvers and the approval pool for approvers.

Class UpdatePullRequestApprovalRuleContentResponse

This is the response object from the UpdatePullRequestApprovalRuleContent operation.

Class UpdatePullRequestApprovalStateRequest

Container for the parameters to the UpdatePullRequestApprovalState operation. Updates the state of a user's approval on a pull request. The user is derived from the signed-in account when the request is made.

Class UpdatePullRequestApprovalStateResponse

This is the response object from the UpdatePullRequestApprovalState operation.

Class UpdatePullRequestDescriptionRequest

Container for the parameters to the UpdatePullRequestDescription operation. Replaces the contents of the description of a pull request.

Class UpdatePullRequestDescriptionResponse

This is the response object from the UpdatePullRequestDescription operation.

Class UpdatePullRequestStatusRequest

Container for the parameters to the UpdatePullRequestStatus operation. Updates the status of a pull request.

Class UpdatePullRequestStatusResponse

This is the response object from the UpdatePullRequestStatus operation.

Class UpdatePullRequestTitleRequest

Container for the parameters to the UpdatePullRequestTitle operation. Replaces the title of a pull request.

Class UpdatePullRequestTitleResponse

This is the response object from the UpdatePullRequestTitle operation.

Class UpdateRepositoryDescriptionRequest

Container for the parameters to the UpdateRepositoryDescription operation. Sets or changes the comment or description for a repository.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

Class UpdateRepositoryDescriptionResponse

This is the response object from the UpdateRepositoryDescription operation.

Class UpdateRepositoryEncryptionKeyRequest

Container for the parameters to the UpdateRepositoryEncryptionKey operation. Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository.

Class UpdateRepositoryEncryptionKeyResponse

This is the response object from the UpdateRepositoryEncryptionKey operation.

Class UpdateRepositoryNameRequest

Container for the parameters to the UpdateRepositoryName operation. Renames a repository. The repository name must be unique across the calling Amazon Web Services account. Repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix .git is prohibited. For more information about the limits on repository names, see Quotas in the CodeCommit User Guide.

Class UpdateRepositoryNameResponse

This is the response object from the UpdateRepositoryName operation.

Class UserInfo

Information about the user who made a specified commit.

Interfaces

NameDescription
Interface ICodeCommitPaginatorFactory

Paginators for the CodeCommit service

Interface IDescribeMergeConflictsPaginator

Paginator for the DescribeMergeConflicts operation

Interface IDescribePullRequestEventsPaginator

Paginator for the DescribePullRequestEvents operation

Interface IGetCommentReactionsPaginator

Paginator for the GetCommentReactions operation

Interface IGetCommentsForComparedCommitPaginator

Paginator for the GetCommentsForComparedCommit operation

Interface IGetCommentsForPullRequestPaginator

Paginator for the GetCommentsForPullRequest operation

Interface IGetDifferencesPaginator

Paginator for the GetDifferences operation

Interface IGetMergeConflictsPaginator

Paginator for the GetMergeConflicts operation

Interface IListApprovalRuleTemplatesPaginator

Paginator for the ListApprovalRuleTemplates operation

Interface IListAssociatedApprovalRuleTemplatesForRepositoryPaginator

Paginator for the ListAssociatedApprovalRuleTemplatesForRepository operation

Interface IListBranchesPaginator

Paginator for the ListBranches operation

Interface IListFileCommitHistoryPaginator

Paginator for the ListFileCommitHistory operation

Interface IListPullRequestsPaginator

Paginator for the ListPullRequests operation

Interface IListRepositoriesForApprovalRuleTemplatePaginator

Paginator for the ListRepositoriesForApprovalRuleTemplate operation

Interface IListRepositoriesPaginator

Paginator for the ListRepositories operation