| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GroundStation.ListGroundStations
Description
Returns a list of ground stations.
This operation returns paginated results.
Synopsis
- data ListGroundStations = ListGroundStations' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- satelliteId :: Maybe Text
- newListGroundStations :: ListGroundStations
- listGroundStations_maxResults :: Lens' ListGroundStations (Maybe Natural)
- listGroundStations_nextToken :: Lens' ListGroundStations (Maybe Text)
- listGroundStations_satelliteId :: Lens' ListGroundStations (Maybe Text)
- data ListGroundStationsResponse = ListGroundStationsResponse' {}
- newListGroundStationsResponse :: Int -> ListGroundStationsResponse
- listGroundStationsResponse_groundStationList :: Lens' ListGroundStationsResponse (Maybe [GroundStationData])
- listGroundStationsResponse_nextToken :: Lens' ListGroundStationsResponse (Maybe Text)
- listGroundStationsResponse_httpStatus :: Lens' ListGroundStationsResponse Int
Creating a Request
data ListGroundStations Source #
See: newListGroundStations smart constructor.
Constructors
| ListGroundStations' | |
Fields
| |
Instances
newListGroundStations :: ListGroundStations Source #
Create a value of ListGroundStations with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:ListGroundStations', listGroundStations_maxResults - Maximum number of ground stations returned.
ListGroundStations, listGroundStations_nextToken - Next token that can be supplied in the next call to get the next page of
ground stations.
ListGroundStations, listGroundStations_satelliteId - Satellite ID to retrieve on-boarded ground stations.
Request Lenses
listGroundStations_maxResults :: Lens' ListGroundStations (Maybe Natural) Source #
Maximum number of ground stations returned.
listGroundStations_nextToken :: Lens' ListGroundStations (Maybe Text) Source #
Next token that can be supplied in the next call to get the next page of ground stations.
listGroundStations_satelliteId :: Lens' ListGroundStations (Maybe Text) Source #
Satellite ID to retrieve on-boarded ground stations.
Destructuring the Response
data ListGroundStationsResponse Source #
See: newListGroundStationsResponse smart constructor.
Constructors
| ListGroundStationsResponse' | |
Fields
| |
Instances
newListGroundStationsResponse Source #
Create a value of ListGroundStationsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groundStationList:ListGroundStationsResponse', listGroundStationsResponse_groundStationList - List of ground stations.
ListGroundStations, listGroundStationsResponse_nextToken - Next token that can be supplied in the next call to get the next page of
ground stations.
$sel:httpStatus:ListGroundStationsResponse', listGroundStationsResponse_httpStatus - The response's http status code.
Response Lenses
listGroundStationsResponse_groundStationList :: Lens' ListGroundStationsResponse (Maybe [GroundStationData]) Source #
List of ground stations.
listGroundStationsResponse_nextToken :: Lens' ListGroundStationsResponse (Maybe Text) Source #
Next token that can be supplied in the next call to get the next page of ground stations.
listGroundStationsResponse_httpStatus :: Lens' ListGroundStationsResponse Int Source #
The response's http status code.