CodeCatalyst.Client.
get_source_repository_clone_urls
(**kwargs)¶Returns information about the URLs that can be used with a Git client to clone a source repository.
See also: AWS API Documentation
Request Syntax
response = client.get_source_repository_clone_urls(
spaceName='string',
projectName='string',
sourceRepositoryName='string'
)
[REQUIRED]
The name of the space.
[REQUIRED]
The name of the project in the space.
[REQUIRED]
The name of the source repository.
dict
Response Syntax
{
'https': 'string'
}
Response Structure
(dict) --
https (string) --
The HTTPS URL to use when cloning the source repository.
Exceptions
CodeCatalyst.Client.exceptions.ThrottlingException
CodeCatalyst.Client.exceptions.ConflictException
CodeCatalyst.Client.exceptions.ValidationException
CodeCatalyst.Client.exceptions.ServiceQuotaExceededException
CodeCatalyst.Client.exceptions.ResourceNotFoundException
CodeCatalyst.Client.exceptions.AccessDeniedException