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.ThrottlingExceptionCodeCatalyst.Client.exceptions.ConflictExceptionCodeCatalyst.Client.exceptions.ValidationExceptionCodeCatalyst.Client.exceptions.ServiceQuotaExceededExceptionCodeCatalyst.Client.exceptions.ResourceNotFoundExceptionCodeCatalyst.Client.exceptions.AccessDeniedException