| Class | Description |
|---|---|
| BatchGetRepositoriesRequest |
Represents the input of a batch get repositories operation.
|
| BatchGetRepositoriesResponse |
Represents the output of a batch get repositories operation.
|
| BlobMetadata |
Returns information about a specific Git blob object.
|
| BranchInfo |
Returns information about a branch.
|
| CodeCommitRequest | |
| CodeCommitResponse | |
| Comment |
Returns information about a specific comment.
|
| CommentsForComparedCommit |
Returns information about comments on the comparison between two commits.
|
| CommentsForPullRequest |
Returns information about comments on a pull request.
|
| Commit |
Returns information about a specific commit.
|
| CreateBranchRequest |
Represents the input of a create branch operation.
|
| CreateBranchResponse | |
| CreatePullRequestRequest | |
| CreatePullRequestResponse | |
| CreateRepositoryRequest |
Represents the input of a create repository operation.
|
| CreateRepositoryResponse |
Represents the output of a create repository operation.
|
| DeleteBranchRequest |
Represents the input of a delete branch operation.
|
| DeleteBranchResponse |
Represents the output of a delete branch operation.
|
| DeleteCommentContentRequest | |
| DeleteCommentContentResponse | |
| DeleteRepositoryRequest |
Represents the input of a delete repository operation.
|
| DeleteRepositoryResponse |
Represents the output of a delete repository operation.
|
| DescribePullRequestEventsRequest | |
| DescribePullRequestEventsResponse | |
| Difference |
Returns information about a set of differences for a commit specifier.
|
| GetBlobRequest |
Represents the input of a get blob operation.
|
| GetBlobResponse |
Represents the output of a get blob operation.
|
| GetBranchRequest |
Represents the input of a get branch operation.
|
| GetBranchResponse |
Represents the output of a get branch operation.
|
| GetCommentRequest | |
| GetCommentResponse | |
| GetCommentsForComparedCommitRequest | |
| GetCommentsForComparedCommitResponse | |
| GetCommentsForPullRequestRequest | |
| GetCommentsForPullRequestResponse | |
| GetCommitRequest |
Represents the input of a get commit operation.
|
| GetCommitResponse |
Represents the output of a get commit operation.
|
| GetDifferencesRequest | |
| GetDifferencesResponse | |
| GetMergeConflictsRequest | |
| GetMergeConflictsResponse | |
| GetPullRequestRequest | |
| GetPullRequestResponse | |
| GetRepositoryRequest |
Represents the input of a get repository operation.
|
| GetRepositoryResponse |
Represents the output of a get repository operation.
|
| GetRepositoryTriggersRequest |
Represents the input of a get repository triggers operation.
|
| GetRepositoryTriggersResponse |
Represents the output of a get repository triggers operation.
|
| ListBranchesRequest |
Represents the input of a list branches operation.
|
| ListBranchesResponse |
Represents the output of a list branches operation.
|
| ListPullRequestsRequest | |
| ListPullRequestsResponse | |
| ListRepositoriesRequest |
Represents the input of a list repositories operation.
|
| ListRepositoriesResponse |
Represents the output of a list repositories operation.
|
| Location |
Returns information about the location of a change or comment in the comparison between two commits or a pull
request.
|
| MergeMetadata |
Returns information about a merge or potential merge between a source reference and a destination reference in a pull
request.
|
| MergePullRequestByFastForwardRequest | |
| MergePullRequestByFastForwardResponse | |
| PostCommentForComparedCommitRequest | |
| PostCommentForComparedCommitResponse | |
| PostCommentForPullRequestRequest | |
| PostCommentForPullRequestResponse | |
| PostCommentReplyRequest | |
| PostCommentReplyResponse | |
| PullRequest |
Returns information about a pull request.
|
| PullRequestEvent |
Returns information about a pull request event.
|
| PullRequestMergedStateChangedEventMetadata |
Returns information about the change in the merge state for a pull request event.
|
| PullRequestSourceReferenceUpdatedEventMetadata |
Information about an update to the source branch of a pull request.
|
| PullRequestStatusChangedEventMetadata |
Information about a change to the status of a pull request.
|
| PullRequestTarget |
Returns information about a pull request target.
|
| PutRepositoryTriggersRequest |
Represents the input ofa put repository triggers operation.
|
| PutRepositoryTriggersResponse |
Represents the output of a put repository triggers operation.
|
| RepositoryMetadata |
Information about a repository.
|
| RepositoryNameIdPair |
Information about a repository name and ID.
|
| RepositoryTrigger |
Information about a trigger for a repository.
|
| RepositoryTriggerExecutionFailure |
A trigger failed to run.
|
| Target |
Returns information about a target for a pull request.
|
| TestRepositoryTriggersRequest |
Represents the input of a test repository triggers operation.
|
| TestRepositoryTriggersResponse |
Represents the output of a test repository triggers operation.
|
| UpdateCommentRequest | |
| UpdateCommentResponse | |
| UpdateDefaultBranchRequest |
Represents the input of an update default branch operation.
|
| UpdateDefaultBranchResponse | |
| UpdatePullRequestDescriptionRequest | |
| UpdatePullRequestDescriptionResponse | |
| UpdatePullRequestStatusRequest | |
| UpdatePullRequestStatusResponse | |
| UpdatePullRequestTitleRequest | |
| UpdatePullRequestTitleResponse | |
| UpdateRepositoryDescriptionRequest |
Represents the input of an update repository description operation.
|
| UpdateRepositoryDescriptionResponse | |
| UpdateRepositoryNameRequest |
Represents the input of an update repository description operation.
|
| UpdateRepositoryNameResponse | |
| UserInfo |
Information about the user who made a specified commit.
|
| Enum | Description |
|---|---|
| ChangeTypeEnum | |
| MergeOptionTypeEnum | |
| OrderEnum | |
| PullRequestEventType | |
| PullRequestStatusEnum | |
| RelativeFileVersionEnum | |
| RepositoryTriggerEventEnum | |
| SortByEnum |
| Exception | Description |
|---|---|
| ActorDoesNotExistException |
The specified Amazon Resource Name (ARN) does not exist in the AWS account.
|
| AuthorDoesNotExistException |
The specified Amazon Resource Name (ARN) does not exist in the AWS account.
|
| BeforeCommitIdAndAfterCommitIdAreSameException |
The before commit ID and the after commit ID are the same, which is not valid.
|
| BlobIdDoesNotExistException |
The specified blob does not exist.
|
| BlobIdRequiredException |
A blob ID is required but was not specified.
|
| BranchDoesNotExistException |
The specified branch does not exist.
|
| BranchNameExistsException |
The specified branch name already exists.
|
| BranchNameRequiredException |
A branch name is required but was not specified.
|
| ClientRequestTokenRequiredException |
A client request token is required.
|
| CodeCommitException |
Base exception for all service exceptions thrown by AWS CodeCommit
|
| CommentContentRequiredException |
The comment is empty.
|
| CommentContentSizeLimitExceededException |
The comment is too large.
|
| CommentDeletedException |
This comment has already been deleted.
|
| CommentDoesNotExistException |
No comment exists with the provided ID.
|
| CommentIdRequiredException |
The comment ID is missing or null.
|
| CommentNotCreatedByCallerException |
You cannot modify or delete this comment.
|
| CommitDoesNotExistException |
The specified commit does not exist or no commit was specified, and the specified repository has no default branch.
|
| CommitIdDoesNotExistException |
The specified commit ID does not exist.
|
| CommitIdRequiredException |
A commit ID was not specified.
|
| CommitRequiredException |
A commit was not specified.
|
| DefaultBranchCannotBeDeletedException |
The specified branch is the default branch for the repository, and cannot be deleted.
|
| EncryptionIntegrityChecksFailedException |
An encryption integrity check failed.
|
| EncryptionKeyAccessDeniedException |
An encryption key could not be accessed.
|
| EncryptionKeyDisabledException |
The encryption key is disabled.
|
| EncryptionKeyNotFoundException |
No encryption key was found.
|
| EncryptionKeyUnavailableException |
The encryption key is not available.
|
| FileTooLargeException |
The specified file exceeds the file size limit for AWS CodeCommit.
|
| IdempotencyParameterMismatchException |
The client request token is not valid.
|
| InvalidActorArnException |
The Amazon Resource Name (ARN) is not valid.
|
| InvalidAuthorArnException |
The Amazon Resource Name (ARN) is not valid.
|
| InvalidBlobIdException |
The specified blob is not valid.
|
| InvalidBranchNameException |
The specified reference name is not valid.
|
| InvalidClientRequestTokenException |
The client request token is not valid.
|
| InvalidCommentIdException |
The comment ID is not in a valid format.
|
| InvalidCommitException |
The specified commit is not valid.
|
| InvalidCommitIdException |
The specified commit ID is not valid.
|
| InvalidContinuationTokenException |
The specified continuation token is not valid.
|
| InvalidDescriptionException |
The pull request description is not valid.
|
| InvalidDestinationCommitSpecifierException |
The destination commit specifier is not valid.
|
| InvalidFileLocationException |
The location of the file is not valid.
|
| InvalidFilePositionException |
The position is not valid.
|
| InvalidMaxResultsException |
The specified number of maximum results is not valid.
|
| InvalidMergeOptionException |
The specified merge option is not valid.
|
| InvalidOrderException |
The specified sort order is not valid.
|
| InvalidPathException |
The specified path is not valid.
|
| InvalidPullRequestEventTypeException |
The pull request event type is not valid.
|
| InvalidPullRequestIdException |
The pull request ID is not valid.
|
| InvalidPullRequestStatusException |
The pull request status is not valid.
|
| InvalidPullRequestStatusUpdateException |
The pull request status update is not valid.
|
| InvalidReferenceNameException |
The specified reference name format is not valid.
|
| 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.
|
| InvalidRepositoryDescriptionException |
The specified repository description is not valid.
|
| InvalidRepositoryNameException |
At least one specified repository name is not valid.
|
| InvalidRepositoryTriggerBranchNameException |
One or more branch names specified for the trigger is not valid.
|
| InvalidRepositoryTriggerCustomDataException |
The custom data provided for the trigger is not valid.
|
| InvalidRepositoryTriggerDestinationArnException |
The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination.
|
| InvalidRepositoryTriggerEventsException |
One or more events specified for the trigger is not valid.
|
| InvalidRepositoryTriggerNameException |
The name of the trigger is not valid.
|
| InvalidRepositoryTriggerRegionException |
The region for the trigger target does not match the region for the repository.
|
| InvalidSortByException |
The specified sort by value is not valid.
|
| InvalidSourceCommitSpecifierException |
The source commit specifier is not valid.
|
| InvalidTargetException |
The target for the pull request is not valid.
|
| InvalidTargetsException |
The targets for the pull request is not valid or not in a valid format.
|
| InvalidTitleException |
The title of the pull request is not valid.
|
| ManualMergeRequiredException |
The pull request cannot be merged automatically into the destination branch.
|
| MaximumBranchesExceededException |
The number of branches for the trigger was exceeded.
|
| MaximumOpenPullRequestsExceededException |
You cannot create the pull request because the repository has too many open pull requests.
|
| MaximumRepositoryNamesExceededException |
The maximum number of allowed repository names was exceeded.
|
| MaximumRepositoryTriggersExceededException |
The number of triggers allowed for the repository was exceeded.
|
| MergeOptionRequiredException |
A merge option or stategy is required, and none was provided.
|
| MultipleRepositoriesInPullRequestException |
You cannot include more than one repository in a pull request.
|
| PathDoesNotExistException |
The specified path does not exist.
|
| PathRequiredException |
The filePath for a location cannot be empty or null.
|
| PullRequestAlreadyClosedException |
The pull request status cannot be updated because it is already closed.
|
| PullRequestDoesNotExistException |
The pull request ID could not be found.
|
| PullRequestIdRequiredException |
A pull request ID is required, but none was provided.
|
| PullRequestStatusRequiredException |
A pull request status is required, but none was provided.
|
| ReferenceDoesNotExistException |
The specified reference does not exist.
|
| ReferenceNameRequiredException |
A reference name is required, but none was provided.
|
| ReferenceTypeNotSupportedException |
The specified reference is not a supported type.
|
| RepositoryDoesNotExistException |
The specified repository does not exist.
|
| RepositoryLimitExceededException |
A repository resource limit was exceeded.
|
| RepositoryNameExistsException |
The specified repository name already exists.
|
| RepositoryNameRequiredException |
A repository name is required but was not specified.
|
| RepositoryNamesRequiredException |
A repository names object is required but was not specified.
|
| RepositoryNotAssociatedWithPullRequestException |
The repository does not contain any pull requests with that pull request ID.
|
| RepositoryTriggerBranchNameListRequiredException |
At least one branch name is required but was not specified in the trigger configuration.
|
| RepositoryTriggerDestinationArnRequiredException |
A destination ARN for the target service for the trigger is required but was not specified.
|
| RepositoryTriggerEventsListRequiredException |
At least one event for the trigger is required but was not specified.
|
| RepositoryTriggerNameRequiredException |
A name for the trigger is required but was not specified.
|
| RepositoryTriggersListRequiredException |
The list of triggers for the repository is required but was not specified.
|
| SourceAndDestinationAreSameException |
The source branch and the destination branch for the pull request are the same.
|
| TargetRequiredException |
A pull request target is required.
|
| TargetsRequiredException |
An array of target objects is required.
|
| TipOfSourceReferenceIsDifferentException |
The tip of the source branch in the destination repository does not match the tip of the source branch specified in
your request.
|
| TipsDivergenceExceededException |
The divergence between the tips of the provided commit specifiers is too great to determine whether there might be
any merge conflicts.
|
| TitleRequiredException |
A pull request title is required.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.