

*************
GroundStation
*************



======
Client
======



.. py:class:: GroundStation.Client

  A low-level client representing AWS Ground Station
  

  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.

  ::

    
    import boto3
    
    client = boto3.client('groundstation')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  groundstation/client/can_paginate
  groundstation/client/cancel_contact
  groundstation/client/close
  groundstation/client/create_config
  groundstation/client/create_dataflow_endpoint_group
  groundstation/client/create_dataflow_endpoint_group_v2
  groundstation/client/create_ephemeris
  groundstation/client/create_mission_profile
  groundstation/client/delete_config
  groundstation/client/delete_dataflow_endpoint_group
  groundstation/client/delete_ephemeris
  groundstation/client/delete_mission_profile
  groundstation/client/describe_contact
  groundstation/client/describe_ephemeris
  groundstation/client/get_agent_configuration
  groundstation/client/get_agent_task_response_url
  groundstation/client/get_config
  groundstation/client/get_dataflow_endpoint_group
  groundstation/client/get_minute_usage
  groundstation/client/get_mission_profile
  groundstation/client/get_paginator
  groundstation/client/get_satellite
  groundstation/client/get_waiter
  groundstation/client/list_configs
  groundstation/client/list_contacts
  groundstation/client/list_dataflow_endpoint_groups
  groundstation/client/list_ephemerides
  groundstation/client/list_ground_stations
  groundstation/client/list_mission_profiles
  groundstation/client/list_satellites
  groundstation/client/list_tags_for_resource
  groundstation/client/register_agent
  groundstation/client/reserve_contact
  groundstation/client/tag_resource
  groundstation/client/untag_resource
  groundstation/client/update_agent_status
  groundstation/client/update_config
  groundstation/client/update_ephemeris
  groundstation/client/update_mission_profile


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  groundstation/paginator/ListConfigs
  groundstation/paginator/ListContacts
  groundstation/paginator/ListDataflowEndpointGroups
  groundstation/paginator/ListEphemerides
  groundstation/paginator/ListGroundStations
  groundstation/paginator/ListMissionProfiles
  groundstation/paginator/ListSatellites


=======
Waiters
=======


Waiters are available on a client instance via the ``get_waiter`` method. For more detailed instructions and examples on the usage or waiters, see the waiters `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/clients.html#waiters>`_.

The available waiters are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  groundstation/waiter/ContactScheduled
