Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns a list of ground stations.
This operation returns paginated results.
Synopsis
- data ListGroundStations = ListGroundStations' {
- satelliteId :: Maybe Text
- nextToken :: Maybe Text
- maxResults :: Maybe Int
- newListGroundStations :: ListGroundStations
- listGroundStations_satelliteId :: Lens' ListGroundStations (Maybe Text)
- listGroundStations_nextToken :: Lens' ListGroundStations (Maybe Text)
- listGroundStations_maxResults :: Lens' ListGroundStations (Maybe Int)
- data ListGroundStationsResponse = ListGroundStationsResponse' {}
- newListGroundStationsResponse :: Int -> ListGroundStationsResponse
- listGroundStationsResponse_nextToken :: Lens' ListGroundStationsResponse (Maybe Text)
- listGroundStationsResponse_groundStationList :: Lens' ListGroundStationsResponse (Maybe [GroundStationData])
- listGroundStationsResponse_httpStatus :: Lens' ListGroundStationsResponse Int
Creating a Request
data ListGroundStations Source #
See: newListGroundStations
smart constructor.
ListGroundStations' | |
|
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:satelliteId:ListGroundStations'
, listGroundStations_satelliteId
- Satellite ID to retrieve on-boarded ground stations.
$sel:nextToken:ListGroundStations'
, listGroundStations_nextToken
- Next token that can be supplied in the next call to get the next page of
ground stations.
$sel:maxResults:ListGroundStations'
, listGroundStations_maxResults
- Maximum number of ground stations returned.
Request Lenses
listGroundStations_satelliteId :: Lens' ListGroundStations (Maybe Text) Source #
Satellite ID to retrieve on-boarded ground stations.
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_maxResults :: Lens' ListGroundStations (Maybe Int) Source #
Maximum number of ground stations returned.
Destructuring the Response
data ListGroundStationsResponse Source #
See: newListGroundStationsResponse
smart constructor.
ListGroundStationsResponse' | |
|
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:nextToken:ListGroundStations'
, listGroundStationsResponse_nextToken
- Next token that can be supplied in the next call to get the next page of
ground stations.
$sel:groundStationList:ListGroundStationsResponse'
, listGroundStationsResponse_groundStationList
- List of ground stations.
$sel:httpStatus:ListGroundStationsResponse'
, listGroundStationsResponse_httpStatus
- The response's http status code.
Response Lenses
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_groundStationList :: Lens' ListGroundStationsResponse (Maybe [GroundStationData]) Source #
List of ground stations.
listGroundStationsResponse_httpStatus :: Lens' ListGroundStationsResponse Int Source #
The response's http status code.