libZSservicesZSamazonka-groundstationZSamazonka-groundstation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GroundStation.ListGroundStations

Description

Returns a list of ground stations.

This operation returns paginated results.

Synopsis

Creating a Request

data ListGroundStations Source #

See: newListGroundStations smart constructor.

Constructors

ListGroundStations' 

Fields

Instances

Instances details
Eq ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Read ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Show ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Generic ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Associated Types

type Rep ListGroundStations :: Type -> Type #

NFData ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Methods

rnf :: ListGroundStations -> () #

Hashable ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

AWSPager ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

AWSRequest ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Associated Types

type AWSResponse ListGroundStations #

ToHeaders ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

ToPath ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

ToQuery ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

type Rep ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

type Rep ListGroundStations = D1 ('MetaData "ListGroundStations" "Amazonka.GroundStation.ListGroundStations" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListGroundStations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "satelliteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse ListGroundStations Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

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.

Constructors

ListGroundStationsResponse' 

Fields

Instances

Instances details
Eq ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Read ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Show ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Generic ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

Associated Types

type Rep ListGroundStationsResponse :: Type -> Type #

NFData ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

type Rep ListGroundStationsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListGroundStations

type Rep ListGroundStationsResponse = D1 ('MetaData "ListGroundStationsResponse" "Amazonka.GroundStation.ListGroundStations" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ListGroundStationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "groundStationList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GroundStationData])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.