update_ephemeris
(**kwargs)¶Updates an existing ephemeris
See also: AWS API Documentation
Request Syntax
response = client.update_ephemeris(
enabled=True|False,
ephemerisId='string',
name='string',
priority=123
)
[REQUIRED]
Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
[REQUIRED]
The AWS Ground Station ephemeris ID.
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.
Priority must be 1 or greater
dict
Response Syntax
{
'ephemerisId': 'string'
}
Response Structure
(dict) --
ephemerisId (string) --
The AWS Ground Station ephemeris ID.
Exceptions
GroundStation.Client.exceptions.InvalidParameterException
GroundStation.Client.exceptions.DependencyException
GroundStation.Client.exceptions.ResourceNotFoundException