libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas
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.ServiceQuotas.ListServices

Description

Lists the names and codes for the services integrated with Service Quotas.

This operation returns paginated results.

Synopsis

Creating a Request

data ListServices Source #

See: newListServices smart constructor.

Constructors

ListServices' 

Fields

  • nextToken :: Maybe Text

    The token for the next page of results.

  • maxResults :: Maybe Natural

    The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Instances

Instances details
Eq ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Read ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Show ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Generic ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Associated Types

type Rep ListServices :: Type -> Type #

NFData ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Methods

rnf :: ListServices -> () #

Hashable ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

ToJSON ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

AWSPager ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

AWSRequest ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Associated Types

type AWSResponse ListServices #

ToHeaders ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

ToPath ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

ToQuery ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

type Rep ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

type Rep ListServices = D1 ('MetaData "ListServices" "Amazonka.ServiceQuotas.ListServices" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "ListServices'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

newListServices :: ListServices Source #

Create a value of ListServices 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:ListServices', listServices_nextToken - The token for the next page of results.

$sel:maxResults:ListServices', listServices_maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Request Lenses

listServices_nextToken :: Lens' ListServices (Maybe Text) Source #

The token for the next page of results.

listServices_maxResults :: Lens' ListServices (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

Destructuring the Response

data ListServicesResponse Source #

See: newListServicesResponse smart constructor.

Constructors

ListServicesResponse' 

Fields

Instances

Instances details
Eq ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Read ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Show ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Generic ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Associated Types

type Rep ListServicesResponse :: Type -> Type #

NFData ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Methods

rnf :: ListServicesResponse -> () #

type Rep ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

type Rep ListServicesResponse = D1 ('MetaData "ListServicesResponse" "Amazonka.ServiceQuotas.ListServices" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "ListServicesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "services") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListServicesResponse Source #

Create a value of ListServicesResponse 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:ListServices', listServicesResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:services:ListServicesResponse', listServicesResponse_services - Information about the services.

$sel:httpStatus:ListServicesResponse', listServicesResponse_httpStatus - The response's http status code.

Response Lenses

listServicesResponse_nextToken :: Lens' ListServicesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.