:doc:`SupplyChain <../../supplychain>` / Client / get_data_lake_namespace

***********************
get_data_lake_namespace
***********************



.. py:method:: SupplyChain.Client.get_data_lake_namespace(**kwargs)

  

  Enables you to programmatically view an Amazon Web Services Supply Chain data lake namespace. Developers can view the data lake namespace information such as description for a given instance ID and namespace name.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/supplychain-2024-01-01/GetDataLakeNamespace>`_  


  **Request Syntax**
  ::

    response = client.get_data_lake_namespace(
        instanceId='string',
        name='string'
    )
    
  :type instanceId: string
  :param instanceId: **[REQUIRED]** 

    The Amazon Web Services Supply Chain instance identifier.

    

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

    The name of the namespace. Besides the namespaces user created, you can also specify the pre-defined namespaces:

     

    
    * **asc** - Pre-defined namespace containing Amazon Web Services Supply Chain supported datasets, see `https\://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html <https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html>`__.
     
    * **default** - Pre-defined namespace containing datasets with custom user-defined schemas.
    

    

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

    
    ::

      {
          'namespace': {
              'instanceId': 'string',
              'name': 'string',
              'arn': 'string',
              'description': 'string',
              'createdTime': datetime(2015, 1, 1),
              'lastModifiedTime': datetime(2015, 1, 1)
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 

      The response parameters for GetDataLakeNamespace.

      
      

      - **namespace** *(dict) --* 

        The fetched namespace details.

        
        

        - **instanceId** *(string) --* 

          The Amazon Web Services Supply Chain instance identifier.

          
        

        - **name** *(string) --* 

          The name of the namespace.

          
        

        - **arn** *(string) --* 

          The arn of the namespace.

          
        

        - **description** *(string) --* 

          The description of the namespace.

          
        

        - **createdTime** *(datetime) --* 

          The creation time of the namespace.

          
        

        - **lastModifiedTime** *(datetime) --* 

          The last modified time of the namespace.

          
    
  
  **Exceptions**
  
  *   :py:class:`SupplyChain.Client.exceptions.ServiceQuotaExceededException`

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

  
  *   :py:class:`SupplyChain.Client.exceptions.ThrottlingException`

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

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

  
  *   :py:class:`SupplyChain.Client.exceptions.InternalServerException`

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

  