:doc:`CodeCatalyst <../../codecatalyst>` / Client / get_source_repository_clone_urls

********************************
get_source_repository_clone_urls
********************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/codecatalyst-2022-09-28/GetSourceRepositoryCloneUrls>`_  


  **Request Syntax**
  ::

    response = client.get_source_repository_clone_urls(
        spaceName='string',
        projectName='string',
        sourceRepositoryName='string'
    )
    
  :type spaceName: string
  :param spaceName: **[REQUIRED]** 

    The name of the space.

    

  
  :type projectName: string
  :param projectName: **[REQUIRED]** 

    The name of the project in the space.

    

  
  :type sourceRepositoryName: string
  :param sourceRepositoryName: **[REQUIRED]** 

    The name of the source repository.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'https': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **https** *(string) --* 

        The HTTPS URL to use when cloning the source repository.

        
  
  **Exceptions**
  
  *   :py:class:`CodeCatalyst.Client.exceptions.ThrottlingException`

  
  *   :py:class:`CodeCatalyst.Client.exceptions.ConflictException`

  
  *   :py:class:`CodeCatalyst.Client.exceptions.ValidationException`

  
  *   :py:class:`CodeCatalyst.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`CodeCatalyst.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CodeCatalyst.Client.exceptions.AccessDeniedException`

  