Amazon.CodeCommit.Model.Internal |
Name | Description |
---|---|
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 web page could 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 web page. |
BranchDoesNotExistException | |
BranchNameExistsException | |
BranchNameRequiredException | |
Commit | Returns information about a specific commit. |
CommitDoesNotExistException | |
CommitIdDoesNotExistException | |
CommitIdRequiredException | |
CreateBranchRequest | Container for the parameters to the CreateBranch operation. Creates a new 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. |
CreateRepositoryRequest | Container for the parameters to the CreateRepository operation. Creates a new, empty repository. |
EncryptionIntegrityChecksFailedException | |
EncryptionKeyAccessDeniedException | |
EncryptionKeyDisabledException | |
EncryptionKeyNotFoundException | |
EncryptionKeyUnavailableException | |
GetBranchRequest | Container for the parameters to the GetBranch operation. Returns information about a repository branch, including its name and the last commit ID. |
GetCommitRequest | Container for the parameters to the GetCommit operation. Returns information about a commit, including commit message and committer information. |
GetCommitResponse | Represents the output of a get commit operation. |
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 web page could 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 web page. |
GetRepositoryTriggersRequest | Container for the parameters to the GetRepositoryTriggers operation. Gets information about triggers configured for a repository. |
GetRepositoryTriggersResponse | Represents the output of a get repository triggers operation. |
InvalidBranchNameException | |
InvalidCommitIdException | |
InvalidContinuationTokenException | |
InvalidRepositoryDescriptionException | |
InvalidRepositoryNameException | |
InvalidRepositoryTriggerBranchNameException | |
InvalidRepositoryTriggerCustomDataException | |
InvalidRepositoryTriggerDestinationArnException | |
InvalidRepositoryTriggerEventsException | |
InvalidRepositoryTriggerNameException | |
InvalidRepositoryTriggerRegionException | |
InvalidSortByException | |
MaximumBranchesExceededException | |
MaximumRepositoryNamesExceededException | |
MaximumRepositoryTriggersExceededException | |
PutRepositoryTriggersRequest | Container for the parameters to the PutRepositoryTriggers operation. Replaces all triggers for a repository. This can be used to create or delete triggers. |
PutRepositoryTriggersResponse | Represents the output of a put repository triggers operation. |
RepositoryDoesNotExistException | |
RepositoryLimitExceededException | |
RepositoryNameExistsException | |
RepositoryNameIdPair | Information about a repository name and ID. |
RepositoryNamesRequiredException | |
RepositoryTrigger | Information about a trigger for a repository. |
RepositoryTriggerBranchNameListRequiredException | |
RepositoryTriggerDestinationArnRequiredException | |
RepositoryTriggerEventsListRequiredException | |
RepositoryTriggerExecutionFailure | A trigger failed to run. |
RepositoryTriggerNameRequiredException | |
RepositoryTriggersListRequiredException | |
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 will send data from the last commit. If no data is available, sample data will be generated. |
TestRepositoryTriggersResponse | Represents the output of a test repository triggers operation. |
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. |
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 web page could 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 web page. |
UpdateRepositoryNameRequest | Container for the parameters to the UpdateRepositoryName operation. Renames a repository. The repository name must be unique across the calling AWS account. In addition, repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix ".git" is prohibited. For a full description of the limits on repository names, see Limits in the AWS CodeCommit User Guide. |
UserInfo | Information about the user who made a specified commit. |