GroundStation / Client / update_ephemeris
update_ephemeris¶
- GroundStation.Client.update_ephemeris(**kwargs)¶
Update an existing ephemeris.
See also: AWS API Documentation
Request Syntax
response = client.update_ephemeris( ephemerisId='string', enabled=True|False, name='string', priority=123 )
- Parameters:
ephemerisId (string) –
[REQUIRED]
The AWS Ground Station ephemeris ID.
enabled (boolean) –
[REQUIRED]
Enable or disable the ephemeris. Changing this value doesn’t require re-validation.
name (string) – A name that you can use to identify the ephemeris.
priority (integer) –
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.
- Return type:
dict
- Returns:
Response Syntax
{ 'ephemerisId': 'string' }
Response Structure
(dict) –
ephemerisId (string) –
The AWS Ground Station ephemeris ID.
Exceptions