GroundStation
import { GroundStation } from "https://aws-api.deno.dev/v0.4/services/groundstation.ts?docs=full";
§Constructors
§Methods
Cancels a contact with a specified contact ID.
Creates a Config
with the specified configData
parameters.
Only one type of configData
can be specified.
Creates a DataflowEndpoint
group containing the specified list of DataflowEndpoint
objects.
The name
field in each endpoint is used in your mission profile DataflowEndpointConfig
to specify which endpoints to use during a contact.
When a contact uses multiple DataflowEndpointConfig
objects, each Config
must match a DataflowEndpoint
in the same group.
Creates an Ephemeris with the specified EphemerisData
.
Creates a mission profile.
dataflowEdges
is a list of lists of strings.
Each lower level list of strings has two elements: a from ARN and a to ARN.
Deletes a dataflow endpoint group.
Deletes an ephemeris
Deletes a mission profile.
Describes an existing contact.
Describes an existing ephemeris.
Gets the latest configuration information for a registered agent.
Returns the dataflow endpoint group.
Returns the number of minutes used by account.
Returns a mission profile.
Returns a satellite.
Returns a list of Config
objects.
Returns a list of contacts.
If statusList
contains AVAILABLE, the request must include groundStation
, missionprofileArn
, and satelliteArn
.
Returns a list of DataflowEndpoint
groups.
List existing ephemerides.
Returns a list of ground stations.
Returns a list of mission profiles.
Returns a list of satellites.
Returns a list of tags for a specified resource.
Registers a new agent with AWS Groundstation.
Reserves a contact using specified parameters.
Update the status of the agent.
Updates the Config
used when scheduling contacts.
Updating a Config
will not update the execution parameters for existing future contacts scheduled with this Config
.
Updates an existing ephemeris
Updates a mission profile.
Updating a mission profile will not update the execution parameters for existing future contacts.
Waits until a contact has been scheduled Checks state up to 180 times, 5 seconds apart (about 15 minutes max wait time).