:doc:`Pricing <../../pricing>` / Client / get_price_list_file_url

***********************
get_price_list_file_url
***********************



.. py:method:: Pricing.Client.get_price_list_file_url(**kwargs)

  

  This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the `Amazon Web Services Service Terms <https://aws.amazon.com/service-terms/>`__ (Section 1.10).

   

  This returns the URL that you can retrieve your Price List file from. This URL is based on the ``PriceListArn`` and ``FileFormat`` that you retrieve from the `ListPriceLists <https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_ListPriceLists.html>`__ response.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetPriceListFileUrl>`_  


  **Request Syntax**
  ::

    response = client.get_price_list_file_url(
        PriceListArn='string',
        FileFormat='string'
    )
    
  :type PriceListArn: string
  :param PriceListArn: **[REQUIRED]** 

    The unique identifier that maps to where your Price List files are located. ``PriceListArn`` can be obtained from the `ListPriceLists <https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_ListPriceLists.html>`__ response.

    

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

    The format that you want to retrieve your Price List files in. The ``FileFormat`` can be obtained from the `ListPriceLists <https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_ListPriceLists.html>`__ response.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **Url** *(string) --* 

        The URL to download your Price List file from.

        
  
  **Exceptions**
  
  *   :py:class:`Pricing.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Pricing.Client.exceptions.NotFoundException`

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

  
  *   :py:class:`Pricing.Client.exceptions.InternalErrorException`

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

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

  