Crate rusoto_groundstation

Source
Expand description

Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that enables you to control satellite communications, downlink and process satellite data, and scale your satellite operations efficiently and cost-effectively without having to build or manage your own ground station infrastructure.

If you’re using the service, you’re probably looking for GroundStationClient and GroundStation.

Structs§

AntennaDownlinkConfig

Information about how AWS Ground Station should configure an antenna for downlink during a contact.

AntennaDownlinkDemodDecodeConfig

Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.

AntennaUplinkConfig

Information about the uplink Config of an antenna.

CancelContactRequest

ConfigIdResponse

ConfigListItem

An item in a list of Config objects.

ConfigTypeData

Object containing the parameters of a Config.

See the subtype definitions for what each type of Config contains.

ContactData

Data describing a contact.

ContactIdResponse

CreateConfigRequest

CreateDataflowEndpointGroupRequest

CreateMissionProfileRequest

DataflowEndpoint

Information about a dataflow endpoint.

DataflowEndpointConfig

Information about the dataflow endpoint Config.

DataflowEndpointGroupIdResponse

DataflowEndpointListItem

Item in a list of DataflowEndpoint groups.

DecodeConfig

Information about the decode Config.

DeleteConfigRequest

DeleteDataflowEndpointGroupRequest

DeleteMissionProfileRequest

DemodulationConfig

Information about the demodulation Config.

DescribeContactRequest

DescribeContactResponse

Eirp

Object that represents EIRP.

Elevation

Elevation angle of the satellite in the sky during a contact.

EndpointDetails

Information about the endpoint details.

Frequency

Object that describes the frequency.

FrequencyBandwidth

Object that describes the frequency bandwidth.

GetConfigRequest

GetConfigResponse

GetDataflowEndpointGroupRequest

GetDataflowEndpointGroupResponse

GetMinuteUsageRequest

GetMinuteUsageResponse

GetMissionProfileRequest

GetMissionProfileResponse

GetSatelliteRequest

GetSatelliteResponse

GroundStationClient
A client for the AWS Ground Station API.
GroundStationData

Information about the ground station data.

ListConfigsRequest

ListConfigsResponse

ListContactsRequest

ListContactsResponse

ListDataflowEndpointGroupsRequest

ListDataflowEndpointGroupsResponse

ListGroundStationsRequest

ListGroundStationsResponse

ListMissionProfilesRequest

ListMissionProfilesResponse

ListSatellitesRequest

ListSatellitesResponse

ListTagsForResourceRequest

ListTagsForResourceResponse

MissionProfileIdResponse

MissionProfileListItem

Item in a list of mission profiles.

ReserveContactRequest

SatelliteListItem

Item in a list of satellites.

SecurityDetails

Information about endpoints.

SocketAddress

Information about the socket address.

SpectrumConfig

Object that describes a spectral Config.

TagResourceRequest

TagResourceResponse

TrackingConfig

Object that determines whether tracking should be used during a contact executed with this Config in the mission profile.

UntagResourceRequest

UntagResourceResponse

UpdateConfigRequest

UpdateMissionProfileRequest

UplinkEchoConfig

Information about an uplink echo Config.

Parameters from the AntennaUplinkConfig, corresponding to the specified AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a contact.

UplinkSpectrumConfig

Information about the uplink spectral Config.

Enums§

CancelContactError
Errors returned by CancelContact
CreateConfigError
Errors returned by CreateConfig
CreateDataflowEndpointGroupError
Errors returned by CreateDataflowEndpointGroup
CreateMissionProfileError
Errors returned by CreateMissionProfile
DeleteConfigError
Errors returned by DeleteConfig
DeleteDataflowEndpointGroupError
Errors returned by DeleteDataflowEndpointGroup
DeleteMissionProfileError
Errors returned by DeleteMissionProfile
DescribeContactError
Errors returned by DescribeContact
GetConfigError
Errors returned by GetConfig
GetDataflowEndpointGroupError
Errors returned by GetDataflowEndpointGroup
GetMinuteUsageError
Errors returned by GetMinuteUsage
GetMissionProfileError
Errors returned by GetMissionProfile
GetSatelliteError
Errors returned by GetSatellite
ListConfigsError
Errors returned by ListConfigs
ListContactsError
Errors returned by ListContacts
ListDataflowEndpointGroupsError
Errors returned by ListDataflowEndpointGroups
ListGroundStationsError
Errors returned by ListGroundStations
ListMissionProfilesError
Errors returned by ListMissionProfiles
ListSatellitesError
Errors returned by ListSatellites
ListTagsForResourceError
Errors returned by ListTagsForResource
ReserveContactError
Errors returned by ReserveContact
TagResourceError
Errors returned by TagResource
UntagResourceError
Errors returned by UntagResource
UpdateConfigError
Errors returned by UpdateConfig
UpdateMissionProfileError
Errors returned by UpdateMissionProfile

Traits§

GroundStation
Trait representing the capabilities of the AWS Ground Station API. AWS Ground Station clients implement this trait.