amazonka-service-quotas-2.0: Amazon Quotas 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.ServiceQuotas

Description

Derived from API version 2019-06-24 of the AWS service descriptions, licensed under Apache 2.0.

With Service Quotas, you can view and manage your quotas easily as your AWS workloads grow. Quotas, also referred to as limits, are the maximum number of resources that you can create in your AWS account. For more information, see the Service Quotas User Guide.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2019-06-24 of the Amazon Quotas SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by ServiceQuotas.

AWSServiceAccessNotEnabledException

_AWSServiceAccessNotEnabledException :: AsError a => Fold a ServiceError Source #

The action you attempted is not allowed unless Service Access with Service Quotas is enabled in your organization.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

You do not have sufficient permission to perform this action.

DependencyAccessDeniedException

_DependencyAccessDeniedException :: AsError a => Fold a ServiceError Source #

You can't perform this action because a dependency does not have access.

IllegalArgumentException

_IllegalArgumentException :: AsError a => Fold a ServiceError Source #

Invalid input was provided.

InvalidPaginationTokenException

_InvalidPaginationTokenException :: AsError a => Fold a ServiceError Source #

Invalid input was provided.

InvalidResourceStateException

_InvalidResourceStateException :: AsError a => Fold a ServiceError Source #

The resource is in an invalid state.

NoAvailableOrganizationException

_NoAvailableOrganizationException :: AsError a => Fold a ServiceError Source #

The account making this call is not a member of an organization.

NoSuchResourceException

_NoSuchResourceException :: AsError a => Fold a ServiceError Source #

The specified resource does not exist.

OrganizationNotInAllFeaturesModeException

_OrganizationNotInAllFeaturesModeException :: AsError a => Fold a ServiceError Source #

The organization that your account belongs to is not in All Features mode.

QuotaExceededException

_QuotaExceededException :: AsError a => Fold a ServiceError Source #

You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.

ResourceAlreadyExistsException

_ResourceAlreadyExistsException :: AsError a => Fold a ServiceError Source #

The specified resource already exists.

ServiceException

_ServiceException :: AsError a => Fold a ServiceError Source #

Something went wrong.

ServiceQuotaTemplateNotInUseException

_ServiceQuotaTemplateNotInUseException :: AsError a => Fold a ServiceError Source #

The quota request template is not associated with your organization.

TagPolicyViolationException

_TagPolicyViolationException :: AsError a => Fold a ServiceError Source #

The specified tag is a reserved word and cannot be used.

TemplatesNotAvailableInRegionException

_TemplatesNotAvailableInRegionException :: AsError a => Fold a ServiceError Source #

The Service Quotas template is not available in this AWS Region.

TooManyRequestsException

_TooManyRequestsException :: AsError a => Fold a ServiceError Source #

Due to throttling, the request was denied. Slow down the rate of request calls, or request an increase for this quota.

TooManyTagsException

_TooManyTagsException :: AsError a => Fold a ServiceError Source #

You've exceeded the number of tags allowed for a resource. For more information, see Tag restrictions in the Service Quotas User Guide.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

AssociateServiceQuotaTemplate

data AssociateServiceQuotaTemplate Source #

See: newAssociateServiceQuotaTemplate smart constructor.

Instances

Instances details
ToJSON AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

ToHeaders AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

ToPath AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

ToQuery AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

AWSRequest AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Generic AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Associated Types

type Rep AssociateServiceQuotaTemplate :: Type -> Type #

Read AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Show AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

NFData AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Eq AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Hashable AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

type AWSResponse AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

type Rep AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

type Rep AssociateServiceQuotaTemplate = D1 ('MetaData "AssociateServiceQuotaTemplate" "Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "AssociateServiceQuotaTemplate'" 'PrefixI 'False) (U1 :: Type -> Type))

newAssociateServiceQuotaTemplate :: AssociateServiceQuotaTemplate Source #

Create a value of AssociateServiceQuotaTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data AssociateServiceQuotaTemplateResponse Source #

Instances

Instances details
Generic AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Read AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Show AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

NFData AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Eq AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

type Rep AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

type Rep AssociateServiceQuotaTemplateResponse = D1 ('MetaData "AssociateServiceQuotaTemplateResponse" "Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "AssociateServiceQuotaTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateServiceQuotaTemplateResponse Source #

Create a value of AssociateServiceQuotaTemplateResponse 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:httpStatus:AssociateServiceQuotaTemplateResponse', associateServiceQuotaTemplateResponse_httpStatus - The response's http status code.

DeleteServiceQuotaIncreaseRequestFromTemplate

data DeleteServiceQuotaIncreaseRequestFromTemplate Source #

Instances

Instances details
ToJSON DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

ToHeaders DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

ToPath DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

ToQuery DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

AWSRequest DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

Generic DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

Read DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

Show DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

NFData DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

Eq DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

Hashable DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

type AWSResponse DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

type Rep DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

type Rep DeleteServiceQuotaIncreaseRequestFromTemplate = D1 ('MetaData "DeleteServiceQuotaIncreaseRequestFromTemplate" "Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "DeleteServiceQuotaIncreaseRequestFromTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

data DeleteServiceQuotaIncreaseRequestFromTemplateResponse Source #

Instances

Instances details
Generic DeleteServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

Read DeleteServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

Show DeleteServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

NFData DeleteServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

Eq DeleteServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

type Rep DeleteServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

type Rep DeleteServiceQuotaIncreaseRequestFromTemplateResponse = D1 ('MetaData "DeleteServiceQuotaIncreaseRequestFromTemplateResponse" "Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "DeleteServiceQuotaIncreaseRequestFromTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DisassociateServiceQuotaTemplate

data DisassociateServiceQuotaTemplate Source #

See: newDisassociateServiceQuotaTemplate smart constructor.

Instances

Instances details
ToJSON DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

ToHeaders DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

ToPath DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

ToQuery DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

AWSRequest DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Generic DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Associated Types

type Rep DisassociateServiceQuotaTemplate :: Type -> Type #

Read DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Show DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

NFData DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Eq DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Hashable DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

type AWSResponse DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

type Rep DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

type Rep DisassociateServiceQuotaTemplate = D1 ('MetaData "DisassociateServiceQuotaTemplate" "Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "DisassociateServiceQuotaTemplate'" 'PrefixI 'False) (U1 :: Type -> Type))

newDisassociateServiceQuotaTemplate :: DisassociateServiceQuotaTemplate Source #

Create a value of DisassociateServiceQuotaTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data DisassociateServiceQuotaTemplateResponse Source #

Instances

Instances details
Generic DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Read DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Show DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

NFData DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Eq DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

type Rep DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

type Rep DisassociateServiceQuotaTemplateResponse = D1 ('MetaData "DisassociateServiceQuotaTemplateResponse" "Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "DisassociateServiceQuotaTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateServiceQuotaTemplateResponse Source #

Create a value of DisassociateServiceQuotaTemplateResponse 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:httpStatus:DisassociateServiceQuotaTemplateResponse', disassociateServiceQuotaTemplateResponse_httpStatus - The response's http status code.

GetAWSDefaultServiceQuota

data GetAWSDefaultServiceQuota Source #

See: newGetAWSDefaultServiceQuota smart constructor.

Instances

Instances details
ToJSON GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

ToHeaders GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

ToPath GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

ToQuery GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

AWSRequest GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Generic GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Associated Types

type Rep GetAWSDefaultServiceQuota :: Type -> Type #

Read GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Show GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

NFData GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Eq GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Hashable GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

type AWSResponse GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

type Rep GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

type Rep GetAWSDefaultServiceQuota = D1 ('MetaData "GetAWSDefaultServiceQuota" "Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "GetAWSDefaultServiceQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAWSDefaultServiceQuota Source #

Create a value of GetAWSDefaultServiceQuota 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:

GetAWSDefaultServiceQuota, getAWSDefaultServiceQuota_serviceCode - The service identifier.

GetAWSDefaultServiceQuota, getAWSDefaultServiceQuota_quotaCode - The quota identifier.

data GetAWSDefaultServiceQuotaResponse Source #

See: newGetAWSDefaultServiceQuotaResponse smart constructor.

Instances

Instances details
Generic GetAWSDefaultServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Associated Types

type Rep GetAWSDefaultServiceQuotaResponse :: Type -> Type #

Read GetAWSDefaultServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Show GetAWSDefaultServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

NFData GetAWSDefaultServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Eq GetAWSDefaultServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

type Rep GetAWSDefaultServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

type Rep GetAWSDefaultServiceQuotaResponse = D1 ('MetaData "GetAWSDefaultServiceQuotaResponse" "Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "GetAWSDefaultServiceQuotaResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "quota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceQuota)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAWSDefaultServiceQuotaResponse Source #

Create a value of GetAWSDefaultServiceQuotaResponse 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:quota:GetAWSDefaultServiceQuotaResponse', getAWSDefaultServiceQuotaResponse_quota - Information about the quota.

$sel:httpStatus:GetAWSDefaultServiceQuotaResponse', getAWSDefaultServiceQuotaResponse_httpStatus - The response's http status code.

GetAssociationForServiceQuotaTemplate

data GetAssociationForServiceQuotaTemplate Source #

Instances

Instances details
ToJSON GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

ToHeaders GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

ToPath GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

ToQuery GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

AWSRequest GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Generic GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Read GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Show GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

NFData GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Eq GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Hashable GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

type AWSResponse GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

type Rep GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

type Rep GetAssociationForServiceQuotaTemplate = D1 ('MetaData "GetAssociationForServiceQuotaTemplate" "Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "GetAssociationForServiceQuotaTemplate'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetAssociationForServiceQuotaTemplate :: GetAssociationForServiceQuotaTemplate Source #

Create a value of GetAssociationForServiceQuotaTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data GetAssociationForServiceQuotaTemplateResponse Source #

Instances

Instances details
Generic GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Read GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Show GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

NFData GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Eq GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

type Rep GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

type Rep GetAssociationForServiceQuotaTemplateResponse = D1 ('MetaData "GetAssociationForServiceQuotaTemplateResponse" "Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "GetAssociationForServiceQuotaTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceQuotaTemplateAssociationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceQuotaTemplateAssociationStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAssociationForServiceQuotaTemplateResponse Source #

Create a value of GetAssociationForServiceQuotaTemplateResponse 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:serviceQuotaTemplateAssociationStatus:GetAssociationForServiceQuotaTemplateResponse', getAssociationForServiceQuotaTemplateResponse_serviceQuotaTemplateAssociationStatus - The association status. If the status is ASSOCIATED, the quota increase requests in the template are automatically applied to new accounts in your organization.

$sel:httpStatus:GetAssociationForServiceQuotaTemplateResponse', getAssociationForServiceQuotaTemplateResponse_httpStatus - The response's http status code.

GetRequestedServiceQuotaChange

data GetRequestedServiceQuotaChange Source #

See: newGetRequestedServiceQuotaChange smart constructor.

Instances

Instances details
ToJSON GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

ToHeaders GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

ToPath GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

ToQuery GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

AWSRequest GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Generic GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Associated Types

type Rep GetRequestedServiceQuotaChange :: Type -> Type #

Read GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Show GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

NFData GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Eq GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Hashable GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

type AWSResponse GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

type Rep GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

type Rep GetRequestedServiceQuotaChange = D1 ('MetaData "GetRequestedServiceQuotaChange" "Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "GetRequestedServiceQuotaChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetRequestedServiceQuotaChange Source #

Create a value of GetRequestedServiceQuotaChange 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:requestId:GetRequestedServiceQuotaChange', getRequestedServiceQuotaChange_requestId - The ID of the quota increase request.

data GetRequestedServiceQuotaChangeResponse Source #

Instances

Instances details
Generic GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Read GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Show GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

NFData GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Eq GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

type Rep GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

type Rep GetRequestedServiceQuotaChangeResponse = D1 ('MetaData "GetRequestedServiceQuotaChangeResponse" "Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "GetRequestedServiceQuotaChangeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestedQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestedServiceQuotaChange)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetRequestedServiceQuotaChangeResponse Source #

Create a value of GetRequestedServiceQuotaChangeResponse 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:requestedQuota:GetRequestedServiceQuotaChangeResponse', getRequestedServiceQuotaChangeResponse_requestedQuota - Information about the quota increase request.

$sel:httpStatus:GetRequestedServiceQuotaChangeResponse', getRequestedServiceQuotaChangeResponse_httpStatus - The response's http status code.

GetServiceQuota

data GetServiceQuota Source #

See: newGetServiceQuota smart constructor.

Constructors

GetServiceQuota' Text Text 

Instances

Instances details
ToJSON GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

ToHeaders GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

ToPath GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

ToQuery GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

AWSRequest GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Associated Types

type AWSResponse GetServiceQuota #

Generic GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Associated Types

type Rep GetServiceQuota :: Type -> Type #

Read GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Show GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

NFData GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Methods

rnf :: GetServiceQuota -> () #

Eq GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Hashable GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

type AWSResponse GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

type Rep GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

type Rep GetServiceQuota = D1 ('MetaData "GetServiceQuota" "Amazonka.ServiceQuotas.GetServiceQuota" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "GetServiceQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetServiceQuota Source #

Create a value of GetServiceQuota 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:

GetServiceQuota, getServiceQuota_serviceCode - The service identifier.

GetServiceQuota, getServiceQuota_quotaCode - The quota identifier.

data GetServiceQuotaResponse Source #

See: newGetServiceQuotaResponse smart constructor.

Instances

Instances details
Generic GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Associated Types

type Rep GetServiceQuotaResponse :: Type -> Type #

Read GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Show GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

NFData GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Methods

rnf :: GetServiceQuotaResponse -> () #

Eq GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

type Rep GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

type Rep GetServiceQuotaResponse = D1 ('MetaData "GetServiceQuotaResponse" "Amazonka.ServiceQuotas.GetServiceQuota" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "GetServiceQuotaResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "quota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceQuota)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetServiceQuotaResponse Source #

Create a value of GetServiceQuotaResponse 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:quota:GetServiceQuotaResponse', getServiceQuotaResponse_quota - Information about the quota.

$sel:httpStatus:GetServiceQuotaResponse', getServiceQuotaResponse_httpStatus - The response's http status code.

GetServiceQuotaIncreaseRequestFromTemplate

data GetServiceQuotaIncreaseRequestFromTemplate Source #

Instances

Instances details
ToJSON GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

ToHeaders GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

ToPath GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

ToQuery GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

AWSRequest GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

Generic GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

Read GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

Show GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

NFData GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

Eq GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

Hashable GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

type AWSResponse GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

type Rep GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

type Rep GetServiceQuotaIncreaseRequestFromTemplate = D1 ('MetaData "GetServiceQuotaIncreaseRequestFromTemplate" "Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "GetServiceQuotaIncreaseRequestFromTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

data GetServiceQuotaIncreaseRequestFromTemplateResponse Source #

Instances

Instances details
Generic GetServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

Read GetServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

Show GetServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

NFData GetServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

Eq GetServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

type Rep GetServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

type Rep GetServiceQuotaIncreaseRequestFromTemplateResponse = D1 ('MetaData "GetServiceQuotaIncreaseRequestFromTemplateResponse" "Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "GetServiceQuotaIncreaseRequestFromTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceQuotaIncreaseRequestInTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceQuotaIncreaseRequestInTemplate)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

ListAWSDefaultServiceQuotas (Paginated)

data ListAWSDefaultServiceQuotas Source #

See: newListAWSDefaultServiceQuotas smart constructor.

Instances

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

AWSPager ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

AWSRequest 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 #

Read ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Show ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

NFData ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Eq ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Hashable ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

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

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

ListAWSDefaultServiceQuotas, listAWSDefaultServiceQuotas_nextToken - The token for the next page of results.

ListAWSDefaultServiceQuotas, listAWSDefaultServiceQuotas_serviceCode - The service identifier.

data ListAWSDefaultServiceQuotasResponse Source #

Instances

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

NFData ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Eq 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" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" '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:

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.

ListRequestedServiceQuotaChangeHistory (Paginated)

data ListRequestedServiceQuotaChangeHistory Source #

Instances

Instances details
ToJSON ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

ToHeaders ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

ToPath ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

ToQuery ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

AWSPager ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

AWSRequest ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Generic ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Read ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Show ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

NFData ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Eq ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Hashable ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

type AWSResponse ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

type Rep ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

type Rep ListRequestedServiceQuotaChangeHistory = D1 ('MetaData "ListRequestedServiceQuotaChangeHistory" "Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ListRequestedServiceQuotaChangeHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)))))

newListRequestedServiceQuotaChangeHistory :: ListRequestedServiceQuotaChangeHistory Source #

Create a value of ListRequestedServiceQuotaChangeHistory 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:ListRequestedServiceQuotaChangeHistory', listRequestedServiceQuotaChangeHistory_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.

ListRequestedServiceQuotaChangeHistory, listRequestedServiceQuotaChangeHistory_nextToken - The token for the next page of results.

ListRequestedServiceQuotaChangeHistory, listRequestedServiceQuotaChangeHistory_serviceCode - The service identifier.

ListRequestedServiceQuotaChangeHistory, listRequestedServiceQuotaChangeHistory_status - The status of the quota increase request.

data ListRequestedServiceQuotaChangeHistoryResponse Source #

Instances

Instances details
Generic ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Read ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Show ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

NFData ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Eq ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

type Rep ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

type Rep ListRequestedServiceQuotaChangeHistoryResponse = D1 ('MetaData "ListRequestedServiceQuotaChangeHistoryResponse" "Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ListRequestedServiceQuotaChangeHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "requestedQuotas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RequestedServiceQuotaChange])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRequestedServiceQuotaChangeHistoryResponse Source #

Create a value of ListRequestedServiceQuotaChangeHistoryResponse 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:

ListRequestedServiceQuotaChangeHistory, listRequestedServiceQuotaChangeHistoryResponse_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:requestedQuotas:ListRequestedServiceQuotaChangeHistoryResponse', listRequestedServiceQuotaChangeHistoryResponse_requestedQuotas - Information about the quota increase requests.

$sel:httpStatus:ListRequestedServiceQuotaChangeHistoryResponse', listRequestedServiceQuotaChangeHistoryResponse_httpStatus - The response's http status code.

ListRequestedServiceQuotaChangeHistoryByQuota (Paginated)

data ListRequestedServiceQuotaChangeHistoryByQuota Source #

Instances

Instances details
ToJSON ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

ToHeaders ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

ToPath ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

ToQuery ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

AWSPager ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

AWSRequest ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

Generic ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

Read ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

Show ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

NFData ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

Eq ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

Hashable ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

type AWSResponse ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

type Rep ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

type Rep ListRequestedServiceQuotaChangeHistoryByQuota = D1 ('MetaData "ListRequestedServiceQuotaChangeHistoryByQuota" "Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ListRequestedServiceQuotaChangeHistoryByQuota'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)) :*: (S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListRequestedServiceQuotaChangeHistoryByQuota Source #

Create a value of ListRequestedServiceQuotaChangeHistoryByQuota 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:ListRequestedServiceQuotaChangeHistoryByQuota', listRequestedServiceQuotaChangeHistoryByQuota_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.

ListRequestedServiceQuotaChangeHistoryByQuota, listRequestedServiceQuotaChangeHistoryByQuota_nextToken - The token for the next page of results.

ListRequestedServiceQuotaChangeHistoryByQuota, listRequestedServiceQuotaChangeHistoryByQuota_status - The status value of the quota increase request.

ListRequestedServiceQuotaChangeHistoryByQuota, listRequestedServiceQuotaChangeHistoryByQuota_serviceCode - The service identifier.

ListRequestedServiceQuotaChangeHistoryByQuota, listRequestedServiceQuotaChangeHistoryByQuota_quotaCode - The quota identifier.

data ListRequestedServiceQuotaChangeHistoryByQuotaResponse Source #

Instances

Instances details
Generic ListRequestedServiceQuotaChangeHistoryByQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

Read ListRequestedServiceQuotaChangeHistoryByQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

Show ListRequestedServiceQuotaChangeHistoryByQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

NFData ListRequestedServiceQuotaChangeHistoryByQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

Eq ListRequestedServiceQuotaChangeHistoryByQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

type Rep ListRequestedServiceQuotaChangeHistoryByQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

type Rep ListRequestedServiceQuotaChangeHistoryByQuotaResponse = D1 ('MetaData "ListRequestedServiceQuotaChangeHistoryByQuotaResponse" "Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ListRequestedServiceQuotaChangeHistoryByQuotaResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "requestedQuotas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RequestedServiceQuotaChange])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

ListServiceQuotaIncreaseRequestsInTemplate (Paginated)

data ListServiceQuotaIncreaseRequestsInTemplate Source #

Instances

Instances details
ToJSON ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

ToHeaders ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

ToPath ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

ToQuery ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

AWSPager ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

AWSRequest ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

Generic ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

Read ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

Show ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

NFData ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

Eq ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

Hashable ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

type AWSResponse ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

type Rep ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

type Rep ListServiceQuotaIncreaseRequestsInTemplate = D1 ('MetaData "ListServiceQuotaIncreaseRequestsInTemplate" "Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ListServiceQuotaIncreaseRequestsInTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListServiceQuotaIncreaseRequestsInTemplate :: ListServiceQuotaIncreaseRequestsInTemplate Source #

Create a value of ListServiceQuotaIncreaseRequestsInTemplate 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:

ListServiceQuotaIncreaseRequestsInTemplate, listServiceQuotaIncreaseRequestsInTemplate_awsRegion - The AWS Region.

$sel:maxResults:ListServiceQuotaIncreaseRequestsInTemplate', listServiceQuotaIncreaseRequestsInTemplate_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.

ListServiceQuotaIncreaseRequestsInTemplate, listServiceQuotaIncreaseRequestsInTemplate_nextToken - The token for the next page of results.

ListServiceQuotaIncreaseRequestsInTemplate, listServiceQuotaIncreaseRequestsInTemplate_serviceCode - The service identifier.

data ListServiceQuotaIncreaseRequestsInTemplateResponse Source #

Instances

Instances details
Generic ListServiceQuotaIncreaseRequestsInTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

Read ListServiceQuotaIncreaseRequestsInTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

Show ListServiceQuotaIncreaseRequestsInTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

NFData ListServiceQuotaIncreaseRequestsInTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

Eq ListServiceQuotaIncreaseRequestsInTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

type Rep ListServiceQuotaIncreaseRequestsInTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

type Rep ListServiceQuotaIncreaseRequestsInTemplateResponse = D1 ('MetaData "ListServiceQuotaIncreaseRequestsInTemplateResponse" "Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ListServiceQuotaIncreaseRequestsInTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceQuotaIncreaseRequestInTemplateList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceQuotaIncreaseRequestInTemplate])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

ListServiceQuotas (Paginated)

data ListServiceQuotas Source #

See: newListServiceQuotas smart constructor.

Instances

Instances details
ToJSON ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

ToHeaders ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

ToPath ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

ToQuery ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

AWSPager ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

AWSRequest ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Associated Types

type AWSResponse ListServiceQuotas #

Generic ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Associated Types

type Rep ListServiceQuotas :: Type -> Type #

Read ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Show ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

NFData ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Methods

rnf :: ListServiceQuotas -> () #

Eq ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Hashable ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

type AWSResponse ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

type Rep ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

type Rep ListServiceQuotas = D1 ('MetaData "ListServiceQuotas" "Amazonka.ServiceQuotas.ListServiceQuotas" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ListServiceQuotas'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListServiceQuotas Source #

Create a value of ListServiceQuotas 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:ListServiceQuotas', listServiceQuotas_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.

ListServiceQuotas, listServiceQuotas_nextToken - The token for the next page of results.

ListServiceQuotas, listServiceQuotas_serviceCode - The service identifier.

data ListServiceQuotasResponse Source #

See: newListServiceQuotasResponse smart constructor.

Instances

Instances details
Generic ListServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Associated Types

type Rep ListServiceQuotasResponse :: Type -> Type #

Read ListServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Show ListServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

NFData ListServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Eq ListServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

type Rep ListServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

type Rep ListServiceQuotasResponse = D1 ('MetaData "ListServiceQuotasResponse" "Amazonka.ServiceQuotas.ListServiceQuotas" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ListServiceQuotasResponse'" '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))))

newListServiceQuotasResponse Source #

Create a value of ListServiceQuotasResponse 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:

ListServiceQuotas, listServiceQuotasResponse_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:ListServiceQuotasResponse', listServiceQuotasResponse_quotas - Information about the quotas.

$sel:httpStatus:ListServiceQuotasResponse', listServiceQuotasResponse_httpStatus - The response's http status code.

ListServices (Paginated)

data ListServices Source #

See: newListServices smart constructor.

Instances

Instances details
ToJSON ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.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

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 #

Generic ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Associated Types

type Rep ListServices :: Type -> Type #

Read ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Show ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

NFData ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Methods

rnf :: ListServices -> () #

Eq ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Hashable ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

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

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

ListServices, listServices_nextToken - The token for the next page of results.

data ListServicesResponse Source #

See: newListServicesResponse smart constructor.

Instances

Instances details
Generic ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Associated Types

type Rep ListServicesResponse :: Type -> Type #

Read ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Show ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

NFData ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Methods

rnf :: ListServicesResponse -> () #

Eq ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

type Rep ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

type Rep ListServicesResponse = D1 ('MetaData "ListServicesResponse" "Amazonka.ServiceQuotas.ListServices" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" '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:

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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.ServiceQuotas.ListTagsForResource" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceARN:ListTagsForResource', listTagsForResource_resourceARN - The Amazon Resource Name (ARN) for the applied quota for which you want to list tags. You can get this information by using the Service Quotas console, or by listing the quotas using the list-service-quotas AWS CLI command or the ListServiceQuotas AWS API operation.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.ServiceQuotas.ListTagsForResource" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - A complex data type that contains zero or more tag elements.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

PutServiceQuotaIncreaseRequestIntoTemplate

data PutServiceQuotaIncreaseRequestIntoTemplate Source #

Instances

Instances details
ToJSON PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

ToHeaders PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

ToPath PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

ToQuery PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

AWSRequest PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

Generic PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

Read PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

Show PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

NFData PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

Eq PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

Hashable PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

type AWSResponse PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

type Rep PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

type Rep PutServiceQuotaIncreaseRequestIntoTemplate = D1 ('MetaData "PutServiceQuotaIncreaseRequestIntoTemplate" "Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "PutServiceQuotaIncreaseRequestIntoTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "desiredValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

data PutServiceQuotaIncreaseRequestIntoTemplateResponse Source #

Instances

Instances details
Generic PutServiceQuotaIncreaseRequestIntoTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

Read PutServiceQuotaIncreaseRequestIntoTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

Show PutServiceQuotaIncreaseRequestIntoTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

NFData PutServiceQuotaIncreaseRequestIntoTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

Eq PutServiceQuotaIncreaseRequestIntoTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

type Rep PutServiceQuotaIncreaseRequestIntoTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

type Rep PutServiceQuotaIncreaseRequestIntoTemplateResponse = D1 ('MetaData "PutServiceQuotaIncreaseRequestIntoTemplateResponse" "Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "PutServiceQuotaIncreaseRequestIntoTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceQuotaIncreaseRequestInTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceQuotaIncreaseRequestInTemplate)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

RequestServiceQuotaIncrease

data RequestServiceQuotaIncrease Source #

See: newRequestServiceQuotaIncrease smart constructor.

Instances

Instances details
ToJSON RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

ToHeaders RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

ToPath RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

ToQuery RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

AWSRequest RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Generic RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Associated Types

type Rep RequestServiceQuotaIncrease :: Type -> Type #

Read RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Show RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

NFData RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Eq RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Hashable RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type AWSResponse RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type Rep RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type Rep RequestServiceQuotaIncrease = D1 ('MetaData "RequestServiceQuotaIncrease" "Amazonka.ServiceQuotas.RequestServiceQuotaIncrease" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "RequestServiceQuotaIncrease'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "desiredValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newRequestServiceQuotaIncrease Source #

Create a value of RequestServiceQuotaIncrease 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:

RequestServiceQuotaIncrease, requestServiceQuotaIncrease_serviceCode - The service identifier.

RequestServiceQuotaIncrease, requestServiceQuotaIncrease_quotaCode - The quota identifier.

RequestServiceQuotaIncrease, requestServiceQuotaIncrease_desiredValue - The new, increased value for the quota.

data RequestServiceQuotaIncreaseResponse Source #

Instances

Instances details
Generic RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Read RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Show RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

NFData RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Eq RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type Rep RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type Rep RequestServiceQuotaIncreaseResponse = D1 ('MetaData "RequestServiceQuotaIncreaseResponse" "Amazonka.ServiceQuotas.RequestServiceQuotaIncrease" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "RequestServiceQuotaIncreaseResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestedQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestedServiceQuotaChange)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRequestServiceQuotaIncreaseResponse Source #

Create a value of RequestServiceQuotaIncreaseResponse 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:requestedQuota:RequestServiceQuotaIncreaseResponse', requestServiceQuotaIncreaseResponse_requestedQuota - Information about the quota increase request.

$sel:httpStatus:RequestServiceQuotaIncreaseResponse', requestServiceQuotaIncreaseResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text (NonEmpty Tag) 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.ServiceQuotas.TagResource" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Tag))))

newTagResource Source #

Create a value of TagResource 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:resourceARN:TagResource', tagResource_resourceARN - The Amazon Resource Name (ARN) for the applied quota. You can get this information by using the Service Quotas console, or by listing the quotas using the list-service-quotas AWS CLI command or the ListServiceQuotas AWS API operation.

$sel:tags:TagResource', tagResource_tags - The tags that you want to add to the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.ServiceQuotas.TagResource" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.ServiceQuotas.UntagResource" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagResource Source #

Create a value of UntagResource 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:resourceARN:UntagResource', untagResource_resourceARN - The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can get this information by using the Service Quotas console, or by listing the quotas using the list-service-quotas AWS CLI command or the ListServiceQuotas AWS API operation.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The keys of the tags that you want to remove from the resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.ServiceQuotas.UntagResource" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

Types

ErrorCode

newtype ErrorCode Source #

Constructors

ErrorCode' 

Fields

Instances

Instances details
FromJSON ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

FromJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

ToJSON ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

ToJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

ToByteString ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Methods

toBS :: ErrorCode -> ByteString #

ToHeader ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

ToLog ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

ToQuery ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

FromText ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

ToText ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Methods

toText :: ErrorCode -> Text #

FromXML ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

ToXML ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Methods

toXML :: ErrorCode -> XML #

Generic ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Associated Types

type Rep ErrorCode :: Type -> Type #

Read ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Show ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

NFData ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Methods

rnf :: ErrorCode -> () #

Eq ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Ord ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Hashable ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

type Rep ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

type Rep ErrorCode = D1 ('MetaData "ErrorCode" "Amazonka.ServiceQuotas.Types.ErrorCode" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'True) (C1 ('MetaCons "ErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PeriodUnit

newtype PeriodUnit Source #

Constructors

PeriodUnit' 

Fields

Instances

Instances details
FromJSON PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

FromJSONKey PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

ToJSON PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

ToJSONKey PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

ToByteString PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

ToHeader PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

ToLog PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

ToQuery PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

FromText PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

ToText PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Methods

toText :: PeriodUnit -> Text #

FromXML PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

ToXML PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Methods

toXML :: PeriodUnit -> XML #

Generic PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Associated Types

type Rep PeriodUnit :: Type -> Type #

Read PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Show PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

NFData PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Methods

rnf :: PeriodUnit -> () #

Eq PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Ord PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Hashable PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

type Rep PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

type Rep PeriodUnit = D1 ('MetaData "PeriodUnit" "Amazonka.ServiceQuotas.Types.PeriodUnit" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'True) (C1 ('MetaCons "PeriodUnit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPeriodUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RequestStatus

newtype RequestStatus Source #

Constructors

RequestStatus' 

Instances

Instances details
FromJSON RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

FromJSONKey RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

ToJSON RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

ToJSONKey RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

ToByteString RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

ToHeader RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

ToLog RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

ToQuery RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

FromText RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

ToText RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Methods

toText :: RequestStatus -> Text #

FromXML RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

ToXML RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Methods

toXML :: RequestStatus -> XML #

Generic RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Associated Types

type Rep RequestStatus :: Type -> Type #

Read RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Show RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

NFData RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Methods

rnf :: RequestStatus -> () #

Eq RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Ord RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Hashable RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

type Rep RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

type Rep RequestStatus = D1 ('MetaData "RequestStatus" "Amazonka.ServiceQuotas.Types.RequestStatus" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'True) (C1 ('MetaCons "RequestStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServiceQuotaTemplateAssociationStatus

newtype ServiceQuotaTemplateAssociationStatus Source #

Instances

Instances details
FromJSON ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

FromJSONKey ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

ToJSON ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

ToJSONKey ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

ToByteString ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

ToHeader ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

ToLog ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

ToQuery ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

FromText ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

ToText ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

FromXML ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

ToXML ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

Generic ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

Read ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

Show ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

NFData ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

Eq ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

Ord ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

Hashable ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

type Rep ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

type Rep ServiceQuotaTemplateAssociationStatus = D1 ('MetaData "ServiceQuotaTemplateAssociationStatus" "Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'True) (C1 ('MetaCons "ServiceQuotaTemplateAssociationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServiceQuotaTemplateAssociationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ErrorReason

data ErrorReason Source #

An error that explains why an action did not succeed.

See: newErrorReason smart constructor.

Instances

Instances details
FromJSON ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

Generic ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

Associated Types

type Rep ErrorReason :: Type -> Type #

Read ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

Show ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

NFData ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

Methods

rnf :: ErrorReason -> () #

Eq ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

Hashable ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

type Rep ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

type Rep ErrorReason = D1 ('MetaData "ErrorReason" "Amazonka.ServiceQuotas.Types.ErrorReason" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ErrorReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newErrorReason :: ErrorReason Source #

Create a value of ErrorReason 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:errorCode:ErrorReason', errorReason_errorCode - Service Quotas returns the following error values:

  • DEPENDENCY_ACCESS_DENIED_ERROR - The caller does not have the required permissions to complete the action. To resolve the error, you must have permission to access the service or quota.
  • DEPENDENCY_THROTTLING_ERROR - The service is throttling Service Quotas.
  • DEPENDENCY_SERVICE_ERROR - The service is not available.
  • SERVICE_QUOTA_NOT_AVAILABLE_ERROR - There was an error in Service Quotas.

$sel:errorMessage:ErrorReason', errorReason_errorMessage - The error message.

MetricInfo

data MetricInfo Source #

Information about the CloudWatch metric that reflects quota usage.

See: newMetricInfo smart constructor.

Instances

Instances details
FromJSON MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

Generic MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

Associated Types

type Rep MetricInfo :: Type -> Type #

Read MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

Show MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

NFData MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

Methods

rnf :: MetricInfo -> () #

Eq MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

Hashable MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

type Rep MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

type Rep MetricInfo = D1 ('MetaData "MetricInfo" "Amazonka.ServiceQuotas.Types.MetricInfo" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "MetricInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "metricDimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "metricNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metricStatisticRecommendation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMetricInfo :: MetricInfo Source #

Create a value of MetricInfo 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:metricDimensions:MetricInfo', metricInfo_metricDimensions - The metric dimension. This is a name/value pair that is part of the identity of a metric.

$sel:metricName:MetricInfo', metricInfo_metricName - The name of the metric.

$sel:metricNamespace:MetricInfo', metricInfo_metricNamespace - The namespace of the metric.

$sel:metricStatisticRecommendation:MetricInfo', metricInfo_metricStatisticRecommendation - The metric statistic that we recommend you use when determining quota usage.

QuotaPeriod

data QuotaPeriod Source #

Information about the quota period.

See: newQuotaPeriod smart constructor.

Instances

Instances details
FromJSON QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Generic QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Associated Types

type Rep QuotaPeriod :: Type -> Type #

Read QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Show QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

NFData QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Methods

rnf :: QuotaPeriod -> () #

Eq QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Hashable QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

type Rep QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

type Rep QuotaPeriod = D1 ('MetaData "QuotaPeriod" "Amazonka.ServiceQuotas.Types.QuotaPeriod" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "QuotaPeriod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "periodUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PeriodUnit)) :*: S1 ('MetaSel ('Just "periodValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newQuotaPeriod :: QuotaPeriod Source #

Create a value of QuotaPeriod 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:periodUnit:QuotaPeriod', quotaPeriod_periodUnit - The time unit.

$sel:periodValue:QuotaPeriod', quotaPeriod_periodValue - The value.

RequestedServiceQuotaChange

data RequestedServiceQuotaChange Source #

Information about a quota increase request.

See: newRequestedServiceQuotaChange smart constructor.

Instances

Instances details
FromJSON RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

Generic RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

Associated Types

type Rep RequestedServiceQuotaChange :: Type -> Type #

Read RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

Show RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

NFData RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

Eq RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

Hashable RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

type Rep RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

type Rep RequestedServiceQuotaChange = D1 ('MetaData "RequestedServiceQuotaChange" "Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "RequestedServiceQuotaChange'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "caseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "desiredValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: ((S1 ('MetaSel ('Just "globalQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "quotaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "quotaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requester") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newRequestedServiceQuotaChange :: RequestedServiceQuotaChange Source #

Create a value of RequestedServiceQuotaChange 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:caseId:RequestedServiceQuotaChange', requestedServiceQuotaChange_caseId - The case ID.

$sel:created:RequestedServiceQuotaChange', requestedServiceQuotaChange_created - The date and time when the quota increase request was received and the case ID was created.

$sel:desiredValue:RequestedServiceQuotaChange', requestedServiceQuotaChange_desiredValue - The new, increased value for the quota.

$sel:globalQuota:RequestedServiceQuotaChange', requestedServiceQuotaChange_globalQuota - Indicates whether the quota is global.

$sel:id:RequestedServiceQuotaChange', requestedServiceQuotaChange_id - The unique identifier.

$sel:lastUpdated:RequestedServiceQuotaChange', requestedServiceQuotaChange_lastUpdated - The date and time of the most recent change.

$sel:quotaArn:RequestedServiceQuotaChange', requestedServiceQuotaChange_quotaArn - The Amazon Resource Name (ARN) of the quota.

$sel:quotaCode:RequestedServiceQuotaChange', requestedServiceQuotaChange_quotaCode - The quota identifier.

$sel:quotaName:RequestedServiceQuotaChange', requestedServiceQuotaChange_quotaName - The quota name.

$sel:requester:RequestedServiceQuotaChange', requestedServiceQuotaChange_requester - The IAM identity of the requester.

$sel:serviceCode:RequestedServiceQuotaChange', requestedServiceQuotaChange_serviceCode - The service identifier.

$sel:serviceName:RequestedServiceQuotaChange', requestedServiceQuotaChange_serviceName - The service name.

$sel:status:RequestedServiceQuotaChange', requestedServiceQuotaChange_status - The state of the quota increase request.

$sel:unit:RequestedServiceQuotaChange', requestedServiceQuotaChange_unit - The unit of measurement.

ServiceInfo

data ServiceInfo Source #

Information about a service.

See: newServiceInfo smart constructor.

Constructors

ServiceInfo' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Generic ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Associated Types

type Rep ServiceInfo :: Type -> Type #

Read ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Show ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

NFData ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Methods

rnf :: ServiceInfo -> () #

Eq ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Hashable ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

type Rep ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

type Rep ServiceInfo = D1 ('MetaData "ServiceInfo" "Amazonka.ServiceQuotas.Types.ServiceInfo" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ServiceInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newServiceInfo :: ServiceInfo Source #

Create a value of ServiceInfo 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:serviceCode:ServiceInfo', serviceInfo_serviceCode - The service identifier.

$sel:serviceName:ServiceInfo', serviceInfo_serviceName - The service name.

ServiceQuota

data ServiceQuota Source #

Information about a quota.

See: newServiceQuota smart constructor.

Instances

Instances details
FromJSON ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

Generic ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

Associated Types

type Rep ServiceQuota :: Type -> Type #

Read ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

Show ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

NFData ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

Methods

rnf :: ServiceQuota -> () #

Eq ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

Hashable ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

type Rep ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

type Rep ServiceQuota = D1 ('MetaData "ServiceQuota" "Amazonka.ServiceQuotas.Types.ServiceQuota" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ServiceQuota'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "adjustable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "errorReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorReason)) :*: S1 ('MetaSel ('Just "globalQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "period") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QuotaPeriod)) :*: (S1 ('MetaSel ('Just "quotaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "quotaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "usageMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricInfo)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))))

newServiceQuota :: ServiceQuota Source #

Create a value of ServiceQuota 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:adjustable:ServiceQuota', serviceQuota_adjustable - Indicates whether the quota value can be increased.

$sel:errorReason:ServiceQuota', serviceQuota_errorReason - The error code and error reason.

$sel:globalQuota:ServiceQuota', serviceQuota_globalQuota - Indicates whether the quota is global.

$sel:period:ServiceQuota', serviceQuota_period - The period of time.

$sel:quotaArn:ServiceQuota', serviceQuota_quotaArn - The Amazon Resource Name (ARN) of the quota.

$sel:quotaCode:ServiceQuota', serviceQuota_quotaCode - The quota identifier.

$sel:quotaName:ServiceQuota', serviceQuota_quotaName - The quota name.

$sel:serviceCode:ServiceQuota', serviceQuota_serviceCode - The service identifier.

$sel:serviceName:ServiceQuota', serviceQuota_serviceName - The service name.

$sel:unit:ServiceQuota', serviceQuota_unit - The unit of measurement.

$sel:usageMetric:ServiceQuota', serviceQuota_usageMetric - Information about the measurement.

$sel:value:ServiceQuota', serviceQuota_value - The quota value.

ServiceQuotaIncreaseRequestInTemplate

data ServiceQuotaIncreaseRequestInTemplate Source #

Information about a quota increase request.

See: newServiceQuotaIncreaseRequestInTemplate smart constructor.

Instances

Instances details
FromJSON ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Generic ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Read ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Show ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

NFData ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Eq ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Hashable ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

type Rep ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

type Rep ServiceQuotaIncreaseRequestInTemplate = D1 ('MetaData "ServiceQuotaIncreaseRequestInTemplate" "Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "ServiceQuotaIncreaseRequestInTemplate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "desiredValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "globalQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "quotaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

Tag

data Tag Source #

A complex data type that contains a tag key and tag value.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.ServiceQuotas.Types.Tag" "amazonka-service-quotas-2.0-ACchHzgCDiGBVuQKMEejnj" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - A string that contains a tag key. The string length should be between 1 and 128 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.

$sel:value:Tag', tag_value - A string that contains an optional tag value. The string length should be between 0 and 256 characters. Valid characters include a-z, A-Z, 0-9, space, and the special characters _ - . : / = + @.