amazonka-groundstation-2.0: Amazon Ground Station SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances

Instances details
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

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 #

Generic ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Associated Types

type Rep ListConfigs :: Type -> Type #

Read ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Show ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

NFData ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Methods

rnf :: ListConfigs -> () #

Eq ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Hashable ListConfigs Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

type AWSResponse 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" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "ListConfigs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:maxResults:ListConfigs', listConfigs_maxResults - Maximum number of Configs returned.

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

Request Lenses

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

Maximum number of Configs returned.

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.

Destructuring the Response

data ListConfigsResponse Source #

See: newListConfigsResponse smart constructor.

Constructors

ListConfigsResponse' 

Fields

Instances

Instances details
Generic ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Associated Types

type Rep ListConfigsResponse :: Type -> Type #

Read ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Show ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

NFData ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

Methods

rnf :: ListConfigsResponse -> () #

Eq ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

type Rep ListConfigsResponse Source # 
Instance details

Defined in Amazonka.GroundStation.ListConfigs

type Rep ListConfigsResponse = D1 ('MetaData "ListConfigsResponse" "Amazonka.GroundStation.ListConfigs" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" '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.

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.