GroundStation module#
Index > GroundStation
Auto-generated documentation for GroundStation type annotations stubs module mypy-boto3-groundstation.
How to install#
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 boto3-stubs
for GroundStation
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[groundstation]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[groundstation]'
# standalone installation
python -m pip install mypy-boto3-groundstation
How to uninstall#
python -m pip uninstall -y mypy-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 mypy_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 mypy_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 mypy_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 mypy_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
- CancelContactRequestRequestTypeDef
- ComponentStatusDataTypeDef
- S3RecordingDetailsTypeDef
- ResponseMetadataTypeDef
- ConfigListItemTypeDef
- DataflowEndpointConfigTypeDef
- S3RecordingConfigTypeDef
- TrackingConfigTypeDef
- UplinkEchoConfigTypeDef
- SocketAddressTypeDef
- ElevationTypeDef
- TimestampTypeDef
- KmsKeyTypeDef
- DataflowEndpointListItemTypeDef
- DeleteConfigRequestRequestTypeDef
- DeleteDataflowEndpointGroupRequestRequestTypeDef
- DeleteEphemerisRequestRequestTypeDef
- DeleteMissionProfileRequestRequestTypeDef
- WaiterConfigTypeDef
- DescribeContactRequestRequestTypeDef
- DescribeEphemerisRequestRequestTypeDef
- DiscoveryDataTypeDef
- SecurityDetailsOutputTypeDef
- S3ObjectTypeDef
- EphemerisMetaDataTypeDef
- FrequencyBandwidthTypeDef
- FrequencyTypeDef
- GetAgentConfigurationRequestRequestTypeDef
- GetConfigRequestRequestTypeDef
- GetDataflowEndpointGroupRequestRequestTypeDef
- GetMinuteUsageRequestRequestTypeDef
- GetMissionProfileRequestRequestTypeDef
- GetSatelliteRequestRequestTypeDef
- GroundStationDataTypeDef
- IntegerRangeTypeDef
- PaginatorConfigTypeDef
- ListConfigsRequestRequestTypeDef
- ListDataflowEndpointGroupsRequestRequestTypeDef
- ListGroundStationsRequestRequestTypeDef
- ListMissionProfilesRequestRequestTypeDef
- MissionProfileListItemTypeDef
- ListSatellitesRequestRequestTypeDef
- ListTagsForResourceRequestRequestTypeDef
- SecurityDetailsTypeDef
- TagResourceRequestRequestTypeDef
- UntagResourceRequestRequestTypeDef
- UpdateEphemerisRequestRequestTypeDef
- AgentDetailsTypeDef
- UpdateAgentStatusRequestRequestTypeDef
- ConfigIdResponseTypeDef
- ContactIdResponseTypeDef
- DataflowEndpointGroupIdResponseTypeDef
- EphemerisIdResponseTypeDef
- GetAgentConfigurationResponseTypeDef
- GetMinuteUsageResponseTypeDef
- ListTagsForResourceResponseTypeDef
- MissionProfileIdResponseTypeDef
- RegisterAgentResponseTypeDef
- UpdateAgentStatusResponseTypeDef
- ListConfigsResponseTypeDef
- ConnectionDetailsTypeDef
- DataflowEndpointTypeDef
- ContactDataTypeDef
- ListContactsRequestRequestTypeDef
- ListEphemeridesRequestRequestTypeDef
- ReserveContactRequestRequestTypeDef
- TimeRangeTypeDef
- CreateMissionProfileRequestRequestTypeDef
- GetMissionProfileResponseTypeDef
- UpdateMissionProfileRequestRequestTypeDef
- ListDataflowEndpointGroupsResponseTypeDef
- DescribeContactRequestContactScheduledWaitTypeDef
- EphemerisDescriptionTypeDef
- EphemerisItemTypeDef
- OEMEphemerisTypeDef
- GetSatelliteResponseTypeDef
- SatelliteListItemTypeDef
- SpectrumConfigTypeDef
- UplinkSpectrumConfigTypeDef
- ListGroundStationsResponseTypeDef
- RangedSocketAddressTypeDef
- ListConfigsRequestListConfigsPaginateTypeDef
- ListContactsRequestListContactsPaginateTypeDef
- ListDataflowEndpointGroupsRequestListDataflowEndpointGroupsPaginateTypeDef
- ListEphemeridesRequestListEphemeridesPaginateTypeDef
- ListGroundStationsRequestListGroundStationsPaginateTypeDef
- ListMissionProfilesRequestListMissionProfilesPaginateTypeDef
- ListSatellitesRequestListSatellitesPaginateTypeDef
- ListMissionProfilesResponseTypeDef
- SecurityDetailsUnionTypeDef
- RegisterAgentRequestRequestTypeDef
- ListContactsResponseTypeDef
- TLEDataTypeDef
- EphemerisTypeDescriptionTypeDef
- ListEphemeridesResponseTypeDef
- ListSatellitesResponseTypeDef
- AntennaDownlinkConfigTypeDef
- AntennaDownlinkDemodDecodeConfigTypeDef
- AntennaUplinkConfigTypeDef
- RangedConnectionDetailsTypeDef
- TLEEphemerisTypeDef
- DescribeEphemerisResponseTypeDef
- ConfigTypeDataTypeDef
- AwsGroundStationAgentEndpointTypeDef
- EphemerisDataTypeDef
- CreateConfigRequestRequestTypeDef
- GetConfigResponseTypeDef
- UpdateConfigRequestRequestTypeDef
- EndpointDetailsOutputTypeDef
- EndpointDetailsTypeDef
- CreateEphemerisRequestRequestTypeDef
- ConfigDetailsTypeDef
- GetDataflowEndpointGroupResponseTypeDef
- EndpointDetailsUnionTypeDef
- DestinationTypeDef
- SourceTypeDef
- CreateDataflowEndpointGroupRequestRequestTypeDef
- DataflowDetailTypeDef
- DescribeContactResponseTypeDef