AWS SDK Version 2 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.

.NET Framework 4.5
 

Classes

NameDescription
Class BatchGetRepositoriesRequest Container for the parameters to the BatchGetRepositories operation. Gets 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.

Class BatchGetRepositoriesResponse Configuration for accessing Amazon BatchGetRepositories service
Class BatchGetRepositoriesResult Represents the output of a batch get repositories operation.
Class BranchDoesNotExistException CodeCommit exception
Class BranchInfo Returns information about a branch.
Class BranchNameExistsException CodeCommit exception
Class BranchNameRequiredException CodeCommit exception
Class CommitDoesNotExistException CodeCommit exception
Class CommitIdRequiredException CodeCommit exception
Class 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.
Class CreateBranchResponse
Class CreateRepositoryRequest Container for the parameters to the CreateRepository operation. Creates a new, empty repository.
Class CreateRepositoryResponse Configuration for accessing Amazon CreateRepository service
Class CreateRepositoryResult Represents the output of a create repository 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 will be returned. Deleting a repository also deletes all associated objects and metadata. After a repository is deleted, all future push calls to the deleted repository will fail.
Class DeleteRepositoryResponse Configuration for accessing Amazon DeleteRepository service
Class DeleteRepositoryResult Represents the output of a delete repository operation.
Class EncryptionIntegrityChecksFailedException CodeCommit exception
Class EncryptionKeyAccessDeniedException CodeCommit exception
Class EncryptionKeyDisabledException CodeCommit exception
Class EncryptionKeyNotFoundException CodeCommit exception
Class EncryptionKeyUnavailableException CodeCommit exception
Class GetBranchRequest Container for the parameters to the GetBranch operation. Retrieves information about a repository branch, including its name and the last commit ID.
Class GetBranchResponse Configuration for accessing Amazon GetBranch service
Class GetBranchResult Represents the output of a get branch operation.
Class GetRepositoryRequest Container for the parameters to the GetRepository operation. Gets 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.

Class GetRepositoryResponse Configuration for accessing Amazon GetRepository service
Class GetRepositoryResult Represents the output of a get repository operation.
Class InvalidBranchNameException CodeCommit exception
Class InvalidCommitIdException CodeCommit exception
Class InvalidContinuationTokenException CodeCommit exception
Class InvalidOrderException CodeCommit exception
Class InvalidRepositoryDescriptionException CodeCommit exception
Class InvalidRepositoryNameException CodeCommit exception
Class InvalidSortByException CodeCommit exception
Class ListBranchesRequest Container for the parameters to the ListBranches operation. Gets information about one or more branches in a repository.
Class ListBranchesResponse Configuration for accessing Amazon ListBranches service
Class ListBranchesResult Represents the output of a list branches operation.
Class ListRepositoriesRequest Container for the parameters to the ListRepositories operation. Gets information about one or more repositories.
Class ListRepositoriesResponse Configuration for accessing Amazon ListRepositories service
Class ListRepositoriesResult Represents the output of a list repositories operation.
Class MaximumRepositoryNamesExceededException CodeCommit exception
Class RepositoryDoesNotExistException CodeCommit exception
Class RepositoryLimitExceededException CodeCommit exception
Class RepositoryMetadata Information about a repository.
Class RepositoryNameExistsException CodeCommit exception
Class RepositoryNameIdPair Information about a repository name and ID.
Class RepositoryNameRequiredException CodeCommit exception
Class RepositoryNamesRequiredException CodeCommit exception
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
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 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.

Class UpdateRepositoryDescriptionResponse
Class UpdateRepositoryNameRequest Container for the parameters to the UpdateRepositoryName operation. Renames a repository.
Class UpdateRepositoryNameResponse