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.ListConfigs

Description

Returns a list of Config objects.

This operation returns paginated results.

Synopsis

Creating a Request

data ListConfigs Source #

See: newListConfigs smart constructor.

Constructors

ListConfigs' 

Fields

  • nextToken :: Maybe Text

    Next token returned in the request of a previous ListConfigs call. Used to get the next page of results.

  • maxResults :: Maybe Int

    Maximum number of Configs returned.

Instances

Instances details
Eq ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Read ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Show ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Generic ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Associated Types

type Rep ListConfigs :: Type -> Type #

NFData ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Methods

rnf :: ListConfigs -> () #

Hashable ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

AWSPager ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

AWSRequest ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Associated Types

type AWSResponse ListConfigs #

ToHeaders ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Methods

toHeaders :: ListConfigs -> [Header] #

ToPath ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

ToQuery ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

type Rep ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

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

Defined in Amazonka.GroundStation.ListConfigs

newListConfigs :: ListConfigs Source #

Create a value of ListConfigs 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:ListConfigs', listConfigs_nextToken - Next token returned in the request of a previous ListConfigs call. Used to get the next page of results.

$sel:maxResults:ListConfigs', listConfigs_maxResults - Maximum number of Configs returned.

Request Lenses

listConfigs_nextToken :: Lens' ListConfigs (Maybe Text) Source #

Next token returned in the request of a previous ListConfigs call. Used to get the next page of results.

listConfigs_maxResults :: Lens' ListConfigs (Maybe Int) Source #

Maximum number of Configs returned.

Destructuring the Response

data ListConfigsResponse Source #

See: newListConfigsResponse smart constructor.

Constructors

ListConfigsResponse' 

Fields

Instances

Instances details
Eq ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Read ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Show ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Generic ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Associated Types

type Rep ListConfigsResponse :: Type -> Type #

NFData ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Methods

rnf :: ListConfigsResponse -> () #

type Rep ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

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

newListConfigsResponse Source #

Create a value of ListConfigsResponse 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:configList:ListConfigsResponse', listConfigsResponse_configList - List of Config items.

$sel:nextToken:ListConfigs', listConfigsResponse_nextToken - Next token returned in the response of a previous ListConfigs call. Used to get the next page of results.

$sel:httpStatus:ListConfigsResponse', listConfigsResponse_httpStatus - The response's http status code.

Response Lenses

listConfigsResponse_nextToken :: Lens' ListConfigsResponse (Maybe Text) Source #

Next token returned in the response of a previous ListConfigs call. Used to get the next page of results.