GroundStation module#
Index > GroundStation
Auto-generated documentation for GroundStation type annotations stubs module types-boto3-groundstation.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3
package locally with mypy-boto3-builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'boto3==1.36.26' mypy-boto3-builder
- Select
boto3
AWS SDK. - Add
GroundStation
service. - Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and GroundStation
.
From PyPI with pip#
Install types-boto3
for GroundStation
service.
# install with boto3 type annotations
python -m pip install 'types-boto3[groundstation]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-boto3-lite[groundstation]'
# standalone installation
python -m pip install types-boto3-groundstation
How to uninstall#
python -m pip uninstall -y types-boto3-groundstation
Usage#
Code samples can be found in Examples.
GroundStationClient#
Type annotations and code completion for boto3.client("groundstation")
as GroundStationClient
boto3 documentation
# GroundStationClient usage example
from boto3.session import Session
from types_boto3_groundstation.client import GroundStationClient
def get_client() -> GroundStationClient:
return Session().client("groundstation")
Paginators#
Type annotations and code completion for paginators
from boto3.client("groundstation").get_paginator("...")
.
# ListConfigsPaginator usage example
from boto3.session import Session
from types_boto3_groundstation.paginator import ListConfigsPaginator
def get_list_configs_paginator() -> ListConfigsPaginator:
return Session().client("groundstation").get_paginator("list_configs"))
- ListConfigsPaginator
- ListContactsPaginator
- ListDataflowEndpointGroupsPaginator
- ListEphemeridesPaginator
- ListGroundStationsPaginator
- ListMissionProfilesPaginator
- ListSatellitesPaginator
Waiters#
Type annotations and code completion for waiters
from boto3.client("groundstation").get_waiter("...")
.
# ContactScheduledWaiter usage example
from boto3.session import Session
from types_boto3_groundstation.waiter import ContactScheduledWaiter
def get_contact_scheduled_waiter() -> ContactScheduledWaiter:
return Session().client("groundstation").get_waiter("contact_scheduled")
Literals#
Type annotations for literals used in methods and schema.
# AgentStatusType usage example
from types_boto3_groundstation.literals import AgentStatusType
def get_value() -> AgentStatusType:
return "ACTIVE"
- AgentStatusType
- AngleUnitsType
- AuditResultsType
- BandwidthUnitsType
- CapabilityHealthReasonType
- CapabilityHealthType
- ConfigCapabilityTypeType
- ContactScheduledWaiterName
- ContactStatusType
- CriticalityType
- EirpUnitsType
- EndpointStatusType
- EphemerisInvalidReasonType
- EphemerisSourceType
- EphemerisStatusType
- FrequencyUnitsType
- ListConfigsPaginatorName
- ListContactsPaginatorName
- ListDataflowEndpointGroupsPaginatorName
- ListEphemeridesPaginatorName
- ListGroundStationsPaginatorName
- ListMissionProfilesPaginatorName
- ListSatellitesPaginatorName
- PolarizationType
- GroundStationServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- WaiterName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- ComponentVersionTypeDef
- AggregateStatusTypeDef
- AntennaDemodDecodeDetailsTypeDef
- DecodeConfigTypeDef
- DemodulationConfigTypeDef
- EirpTypeDef
- CancelContactRequestTypeDef
- ComponentStatusDataTypeDef
- S3RecordingDetailsTypeDef
- ResponseMetadataTypeDef
- ConfigListItemTypeDef
- DataflowEndpointConfigTypeDef
- S3RecordingConfigTypeDef
- TrackingConfigTypeDef
- UplinkEchoConfigTypeDef
- SocketAddressTypeDef
- ElevationTypeDef
- TimestampTypeDef
- KmsKeyTypeDef
- DataflowEndpointListItemTypeDef
- DeleteConfigRequestTypeDef
- DeleteDataflowEndpointGroupRequestTypeDef
- DeleteEphemerisRequestTypeDef
- DeleteMissionProfileRequestTypeDef
- DescribeContactRequestTypeDef
- WaiterConfigTypeDef
- DescribeEphemerisRequestTypeDef
- DiscoveryDataTypeDef
- SecurityDetailsOutputTypeDef
- S3ObjectTypeDef
- EphemerisMetaDataTypeDef
- FrequencyBandwidthTypeDef
- FrequencyTypeDef
- GetAgentConfigurationRequestTypeDef
- GetConfigRequestTypeDef
- GetDataflowEndpointGroupRequestTypeDef
- GetMinuteUsageRequestTypeDef
- GetMissionProfileRequestTypeDef
- GetSatelliteRequestTypeDef
- GroundStationDataTypeDef
- IntegerRangeTypeDef
- PaginatorConfigTypeDef
- ListConfigsRequestTypeDef
- ListDataflowEndpointGroupsRequestTypeDef
- ListGroundStationsRequestTypeDef
- ListMissionProfilesRequestTypeDef
- MissionProfileListItemTypeDef
- ListSatellitesRequestTypeDef
- ListTagsForResourceRequestTypeDef
- SecurityDetailsTypeDef
- TagResourceRequestTypeDef
- UntagResourceRequestTypeDef
- UpdateEphemerisRequestTypeDef
- AgentDetailsTypeDef
- UpdateAgentStatusRequestTypeDef
- ConfigIdResponseTypeDef
- ContactIdResponseTypeDef
- DataflowEndpointGroupIdResponseTypeDef
- EphemerisIdResponseTypeDef
- GetAgentConfigurationResponseTypeDef
- GetMinuteUsageResponseTypeDef
- ListTagsForResourceResponseTypeDef
- MissionProfileIdResponseTypeDef
- RegisterAgentResponseTypeDef
- UpdateAgentStatusResponseTypeDef
- ListConfigsResponseTypeDef
- ConnectionDetailsTypeDef
- DataflowEndpointTypeDef
- ContactDataTypeDef
- ListContactsRequestTypeDef
- ListEphemeridesRequestTypeDef
- ReserveContactRequestTypeDef
- TimeRangeTypeDef
- CreateMissionProfileRequestTypeDef
- GetMissionProfileResponseTypeDef
- UpdateMissionProfileRequestTypeDef
- ListDataflowEndpointGroupsResponseTypeDef
- DescribeContactRequestWaitTypeDef
- EphemerisDescriptionTypeDef
- EphemerisItemTypeDef
- OEMEphemerisTypeDef
- GetSatelliteResponseTypeDef
- SatelliteListItemTypeDef
- SpectrumConfigTypeDef
- UplinkSpectrumConfigTypeDef
- ListGroundStationsResponseTypeDef
- RangedSocketAddressTypeDef
- ListConfigsRequestPaginateTypeDef
- ListContactsRequestPaginateTypeDef
- ListDataflowEndpointGroupsRequestPaginateTypeDef
- ListEphemeridesRequestPaginateTypeDef
- ListGroundStationsRequestPaginateTypeDef
- ListMissionProfilesRequestPaginateTypeDef
- ListSatellitesRequestPaginateTypeDef
- ListMissionProfilesResponseTypeDef
- SecurityDetailsUnionTypeDef
- RegisterAgentRequestTypeDef
- ListContactsResponseTypeDef
- TLEDataTypeDef
- EphemerisTypeDescriptionTypeDef
- ListEphemeridesResponseTypeDef
- ListSatellitesResponseTypeDef
- AntennaDownlinkConfigTypeDef
- AntennaDownlinkDemodDecodeConfigTypeDef
- AntennaUplinkConfigTypeDef
- RangedConnectionDetailsTypeDef
- TLEEphemerisTypeDef
- DescribeEphemerisResponseTypeDef
- ConfigTypeDataTypeDef
- AwsGroundStationAgentEndpointTypeDef
- EphemerisDataTypeDef
- CreateConfigRequestTypeDef
- GetConfigResponseTypeDef
- UpdateConfigRequestTypeDef
- EndpointDetailsOutputTypeDef
- EndpointDetailsTypeDef
- CreateEphemerisRequestTypeDef
- ConfigDetailsTypeDef
- GetDataflowEndpointGroupResponseTypeDef
- EndpointDetailsUnionTypeDef
- DestinationTypeDef
- SourceTypeDef
- CreateDataflowEndpointGroupRequestTypeDef
- DataflowDetailTypeDef
- DescribeContactResponseTypeDef