Class | Description |
---|---|
BatchGetRepositoriesRequest |
Represents the input of a batch get repositories operation.
|
BatchGetRepositoriesResult |
Represents the output of a batch get repositories operation.
|
BranchInfo |
Returns information about a branch.
|
CreateBranchRequest |
Represents the input of a create branch operation.
|
CreateRepositoryRequest |
Represents the input of a create repository operation.
|
CreateRepositoryResult |
Represents the output of a create repository operation.
|
DeleteRepositoryRequest |
Represents the input of a delete repository operation.
|
DeleteRepositoryResult |
Represents the output of a delete repository operation.
|
GetBranchRequest |
Represents the input of a get branch operation.
|
GetBranchResult |
Represents the output of a get branch operation.
|
GetRepositoryRequest |
Represents the input of a get repository operation.
|
GetRepositoryResult |
Represents the output of a get repository operation.
|
ListBranchesRequest |
Represents the input of a list branches operation.
|
ListBranchesResult |
Represents the output of a list branches operation.
|
ListRepositoriesRequest |
Represents the input of a list repositories operation.
|
ListRepositoriesResult |
Represents the output of a list repositories operation.
|
RepositoryMetadata |
Information about a repository.
|
RepositoryNameIdPair |
Information about a repository name and ID.
|
UpdateDefaultBranchRequest |
Represents the input of an update default branch operation.
|
UpdateRepositoryDescriptionRequest |
Represents the input of an update repository description operation.
|
UpdateRepositoryNameRequest |
Represents the input of an update repository description operation.
|
Enum | Description |
---|---|
OrderEnum | |
SortByEnum |
Exception | Description |
---|---|
BranchDoesNotExistException |
The specified branch does not exist.
|
BranchNameExistsException |
The specified branch name already exists.
|
BranchNameRequiredException |
A branch name is required but was not specified.
|
CommitDoesNotExistException |
The specified commit does not exist or no commit was specified, and the
specified repository has no default branch.
|
CommitIdRequiredException |
A commit ID was not specified.
|
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.
|
InvalidBranchNameException |
The specified branch name is not valid.
|
InvalidCommitIdException |
The specified commit ID is not valid.
|
InvalidContinuationTokenException |
The specified continuation token is not valid.
|
InvalidOrderException |
The specified sort order is not valid.
|
InvalidRepositoryDescriptionException |
The specified repository description is not valid.
|
InvalidRepositoryNameException |
At least one specified repository name is not valid.
|
InvalidSortByException |
The specified sort by value is not valid.
|
MaximumRepositoryNamesExceededException |
The maximum number of allowed repository names was exceeded.
|
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.
|
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.