logo
pub struct GroundStationClient { /* private fields */ }
Expand description

A client for the AWS Ground Station API.

Implementations

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 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 Config.

Deletes a dataflow endpoint group.

Deletes a mission profile.

Describes an existing contact.

Returns Config information.

Only one Config response can be returned.

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.

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.

Reserves a contact using specified parameters.

Assigns a tag to a resource.

Deassigns a resource tag.

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 a mission profile.

Updating a mission profile will not update the execution parameters for existing future contacts.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more