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

Description

Lists the default values for the quotas for the specified AWS service. A default value does not reflect any quota increases.

This operation returns paginated results.

Synopsis

Creating a Request

data ListAWSDefaultServiceQuotas Source #

See: newListAWSDefaultServiceQuotas smart constructor.

Constructors

ListAWSDefaultServiceQuotas' 

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.

  • serviceCode :: Text

    The service identifier.

Instances

Instances details
Eq ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Read ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Show ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Generic ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Associated Types

type Rep ListAWSDefaultServiceQuotas :: Type -> Type #

NFData ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Hashable ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

ToJSON ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

AWSPager ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

AWSRequest ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

ToHeaders ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

ToPath ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

ToQuery ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

type Rep ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

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

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

newListAWSDefaultServiceQuotas Source #

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

$sel:maxResults:ListAWSDefaultServiceQuotas', listAWSDefaultServiceQuotas_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.

$sel:serviceCode:ListAWSDefaultServiceQuotas', listAWSDefaultServiceQuotas_serviceCode - The service identifier.

Request Lenses

listAWSDefaultServiceQuotas_maxResults :: Lens' ListAWSDefaultServiceQuotas (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 ListAWSDefaultServiceQuotasResponse Source #

Constructors

ListAWSDefaultServiceQuotasResponse' 

Fields

Instances

Instances details
Eq ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Read ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Show ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Generic ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

NFData ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

type Rep ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

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

newListAWSDefaultServiceQuotasResponse Source #

Create a value of ListAWSDefaultServiceQuotasResponse 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:ListAWSDefaultServiceQuotas', listAWSDefaultServiceQuotasResponse_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:quotas:ListAWSDefaultServiceQuotasResponse', listAWSDefaultServiceQuotasResponse_quotas - Information about the quotas.

$sel:httpStatus:ListAWSDefaultServiceQuotasResponse', listAWSDefaultServiceQuotasResponse_httpStatus - The response's http status code.

Response Lenses

listAWSDefaultServiceQuotasResponse_nextToken :: Lens' ListAWSDefaultServiceQuotasResponse (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.