:doc:`GroundStation <../../groundstation>` / Client / update_ephemeris

****************
update_ephemeris
****************



.. py:method:: GroundStation.Client.update_ephemeris(**kwargs)

  

  Update an existing ephemeris.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UpdateEphemeris>`_  


  **Request Syntax**
  ::

    response = client.update_ephemeris(
        ephemerisId='string',
        enabled=True|False,
        name='string',
        priority=123
    )
    
  :type ephemerisId: string
  :param ephemerisId: **[REQUIRED]** 

    The AWS Ground Station ephemeris ID.

    

  
  :type enabled: boolean
  :param enabled: **[REQUIRED]** 

    Enable or disable the ephemeris. Changing this value doesn't require re-validation.

    

  
  :type name: string
  :param name: 

    A name that you can use to identify the ephemeris.

    

  
  :type priority: integer
  :param priority: 

    A priority score that determines which ephemeris to use when multiple ephemerides overlap.

     

    Higher numbers take precedence. The default is 1. Must be 1 or greater.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **ephemerisId** *(string) --* 

        The AWS Ground Station ephemeris ID.

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

  
  *   :py:class:`GroundStation.Client.exceptions.DependencyException`

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

  