libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ServiceQuotas

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.

TagPolicyViolationException

_TagPolicyViolationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

NoAvailableOrganizationException

_NoAvailableOrganizationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You do not have sufficient permission to perform this action.

TemplatesNotAvailableInRegionException

_TemplatesNotAvailableInRegionException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

DependencyAccessDeniedException

_DependencyAccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ResourceAlreadyExistsException

_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource already exists.

AWSServiceAccessNotEnabledException

_AWSServiceAccessNotEnabledException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

InvalidResourceStateException

_InvalidResourceStateException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource is in an invalid state.

TooManyTagsException

_TooManyTagsException :: AsError a => Getting (First ServiceError) 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.

TooManyRequestsException

_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

QuotaExceededException

_QuotaExceededException :: AsError a => Getting (First ServiceError) 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.

ServiceException

IllegalArgumentException

ServiceQuotaTemplateNotInUseException

_ServiceQuotaTemplateNotInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The quota request template is not associated with your organization.

OrganizationNotInAllFeaturesModeException

_OrganizationNotInAllFeaturesModeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

InvalidPaginationTokenException

NoSuchResourceException

_NoSuchResourceException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource does not exist.

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.

ListServices (Paginated)

data ListServices Source #

See: newListServices smart constructor.

Instances

Instances details
Eq ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Read ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Show ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Generic ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Associated Types

type Rep ListServices :: Type -> Type #

NFData ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Methods

rnf :: ListServices -> () #

Hashable ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

ToJSON ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

AWSPager ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

AWSRequest ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Associated Types

type AWSResponse ListServices #

ToHeaders ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

ToPath ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

ToQuery ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

type Rep ListServices Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

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

Defined in Amazonka.ServiceQuotas.ListServices

newListServices :: ListServices Source #

Create a value of ListServices with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListServices', listServices_nextToken - The token for the next page of results.

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

data ListServicesResponse Source #

See: newListServicesResponse smart constructor.

Instances

Instances details
Eq ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Read ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Show ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Generic ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Associated Types

type Rep ListServicesResponse :: Type -> Type #

NFData ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

Methods

rnf :: ListServicesResponse -> () #

type Rep ListServicesResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServices

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

newListServicesResponse Source #

Create a value of ListServicesResponse with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListServices', listServicesResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

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

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

ListAWSDefaultServiceQuotas (Paginated)

data ListAWSDefaultServiceQuotas Source #

See: newListAWSDefaultServiceQuotas smart constructor.

Instances

Instances details
Eq ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Read ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Show ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Generic ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Associated Types

type Rep ListAWSDefaultServiceQuotas :: Type -> Type #

NFData ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Hashable ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

ToJSON ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

AWSPager ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

AWSRequest ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

ToHeaders ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

ToPath ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

ToQuery ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

type Rep ListAWSDefaultServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

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

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

newListAWSDefaultServiceQuotas Source #

Create a value of ListAWSDefaultServiceQuotas with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListAWSDefaultServiceQuotas', listAWSDefaultServiceQuotas_nextToken - The token for the next page of results.

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

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

data ListAWSDefaultServiceQuotasResponse Source #

Instances

Instances details
Eq ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Read ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Show ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

Generic ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

NFData ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

type Rep ListAWSDefaultServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas

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

newListAWSDefaultServiceQuotasResponse Source #

Create a value of ListAWSDefaultServiceQuotasResponse with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListAWSDefaultServiceQuotas', listAWSDefaultServiceQuotasResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:quotas:ListAWSDefaultServiceQuotasResponse', listAWSDefaultServiceQuotasResponse_quotas - Information about the quotas.

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

GetAssociationForServiceQuotaTemplate

data GetAssociationForServiceQuotaTemplate Source #

Instances

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

Generic GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

NFData GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Hashable GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

ToJSON GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

AWSRequest 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

type Rep GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

type Rep GetAssociationForServiceQuotaTemplate = D1 ('MetaData "GetAssociationForServiceQuotaTemplate" "Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "GetAssociationForServiceQuotaTemplate'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

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
Eq 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

Generic GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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.

AssociateServiceQuotaTemplate

data AssociateServiceQuotaTemplate Source #

See: newAssociateServiceQuotaTemplate smart constructor.

Instances

Instances details
Eq AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Read AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

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

NFData AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Hashable AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

ToJSON AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

AWSRequest 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

type Rep AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

type Rep AssociateServiceQuotaTemplate = D1 ('MetaData "AssociateServiceQuotaTemplate" "Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "AssociateServiceQuotaTemplate'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

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
Eq 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

Generic AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Associated Types

type AWSResponse 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

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.ServiceQuotas.ListTagsForResource" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

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
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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.

GetServiceQuota

data GetServiceQuota Source #

See: newGetServiceQuota smart constructor.

Constructors

GetServiceQuota' Text Text 

Instances

Instances details
Eq GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Read GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Show GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Generic GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Associated Types

type Rep GetServiceQuota :: Type -> Type #

NFData GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Methods

rnf :: GetServiceQuota -> () #

Hashable GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

ToJSON GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

AWSRequest GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Associated Types

type AWSResponse 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

type Rep GetServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

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

Defined in Amazonka.ServiceQuotas.GetServiceQuota

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:

$sel:serviceCode:GetServiceQuota', getServiceQuota_serviceCode - The service identifier.

$sel:quotaCode:GetServiceQuota', getServiceQuota_quotaCode - The quota identifier.

data GetServiceQuotaResponse Source #

See: newGetServiceQuotaResponse smart constructor.

Instances

Instances details
Eq GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Read GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Show GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Generic GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Associated Types

type Rep GetServiceQuotaResponse :: Type -> Type #

NFData GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

Methods

rnf :: GetServiceQuotaResponse -> () #

type Rep GetServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuota

type Rep GetServiceQuotaResponse = D1 ('MetaData "GetServiceQuotaResponse" "Amazonka.ServiceQuotas.GetServiceQuota" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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.

PutServiceQuotaIncreaseRequestIntoTemplate

data PutServiceQuotaIncreaseRequestIntoTemplate Source #

Instances

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

Generic PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

NFData PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

Hashable PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

ToJSON PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

AWSRequest 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

type Rep PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

type Rep PutServiceQuotaIncreaseRequestIntoTemplate = D1 ('MetaData "PutServiceQuotaIncreaseRequestIntoTemplate" "Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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))))
type AWSResponse PutServiceQuotaIncreaseRequestIntoTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

data PutServiceQuotaIncreaseRequestIntoTemplateResponse Source #

Instances

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

Generic PutServiceQuotaIncreaseRequestIntoTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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
Eq RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Read RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

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

NFData RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

Hashable RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

ToJSON RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

AWSRequest 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

type Rep RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

type Rep RequestServiceQuotaIncrease = D1 ('MetaData "RequestServiceQuotaIncrease" "Amazonka.ServiceQuotas.RequestServiceQuotaIncrease" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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))))
type AWSResponse RequestServiceQuotaIncrease Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

data RequestServiceQuotaIncreaseResponse Source #

Instances

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

Generic RequestServiceQuotaIncreaseResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.RequestServiceQuotaIncrease

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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.

GetServiceQuotaIncreaseRequestFromTemplate

data GetServiceQuotaIncreaseRequestFromTemplate Source #

Instances

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

Generic GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

NFData GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

Hashable GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

ToJSON GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

AWSRequest 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

type Rep GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

type Rep GetServiceQuotaIncreaseRequestFromTemplate = D1 ('MetaData "GetServiceQuotaIncreaseRequestFromTemplate" "Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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))))
type AWSResponse GetServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

data GetServiceQuotaIncreaseRequestFromTemplateResponse Source #

Instances

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

Generic GetServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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)))

DisassociateServiceQuotaTemplate

data DisassociateServiceQuotaTemplate Source #

See: newDisassociateServiceQuotaTemplate smart constructor.

Instances

Instances details
Eq DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Read DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

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

NFData DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Hashable DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

ToJSON DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

AWSRequest 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

type Rep DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

type Rep DisassociateServiceQuotaTemplate = D1 ('MetaData "DisassociateServiceQuotaTemplate" "Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "DisassociateServiceQuotaTemplate'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

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
Eq 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

Generic DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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.

DeleteServiceQuotaIncreaseRequestFromTemplate

data DeleteServiceQuotaIncreaseRequestFromTemplate Source #

Instances

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

Generic DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

NFData DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

Hashable DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

ToJSON DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

AWSRequest 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

type Rep DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

type Rep DeleteServiceQuotaIncreaseRequestFromTemplate = D1 ('MetaData "DeleteServiceQuotaIncreaseRequestFromTemplate" "Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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))))
type AWSResponse DeleteServiceQuotaIncreaseRequestFromTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

data DeleteServiceQuotaIncreaseRequestFromTemplateResponse Source #

Instances

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

Generic DeleteServiceQuotaIncreaseRequestFromTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "DeleteServiceQuotaIncreaseRequestFromTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

ListServiceQuotas (Paginated)

data ListServiceQuotas Source #

See: newListServiceQuotas smart constructor.

Instances

Instances details
Eq ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Read ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Show ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Generic ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Associated Types

type Rep ListServiceQuotas :: Type -> Type #

NFData ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Methods

rnf :: ListServiceQuotas -> () #

Hashable ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

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

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

type Rep ListServiceQuotas Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

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

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

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:nextToken:ListServiceQuotas', listServiceQuotas_nextToken - The token for the next page of results.

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

$sel:serviceCode:ListServiceQuotas', listServiceQuotas_serviceCode - The service identifier.

data ListServiceQuotasResponse Source #

See: newListServiceQuotasResponse smart constructor.

Instances

Instances details
Eq ListServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Read ListServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Show ListServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Generic ListServiceQuotasResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotas

Associated Types

type Rep ListServiceQuotasResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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:

$sel:nextToken: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.

ListRequestedServiceQuotaChangeHistory (Paginated)

data ListRequestedServiceQuotaChangeHistory Source #

Instances

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

Generic ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

NFData ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

Hashable ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

ToJSON 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

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

type Rep ListRequestedServiceQuotaChangeHistory Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

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

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

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:status:ListRequestedServiceQuotaChangeHistory', listRequestedServiceQuotaChangeHistory_status - The status of the quota increase request.

$sel:nextToken:ListRequestedServiceQuotaChangeHistory', listRequestedServiceQuotaChangeHistory_nextToken - The token for the next page of results.

$sel:serviceCode:ListRequestedServiceQuotaChangeHistory', listRequestedServiceQuotaChangeHistory_serviceCode - The service identifier.

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

data ListRequestedServiceQuotaChangeHistoryResponse Source #

Instances

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

Generic ListRequestedServiceQuotaChangeHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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:

$sel:nextToken: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.

ListServiceQuotaIncreaseRequestsInTemplate (Paginated)

data ListServiceQuotaIncreaseRequestsInTemplate Source #

Instances

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

Generic ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

NFData ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

Hashable ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

ToJSON 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

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

type Rep ListServiceQuotaIncreaseRequestsInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

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

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

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:

$sel:nextToken:ListServiceQuotaIncreaseRequestsInTemplate', listServiceQuotaIncreaseRequestsInTemplate_nextToken - The token for the next page of results.

$sel:awsRegion:ListServiceQuotaIncreaseRequestsInTemplate', listServiceQuotaIncreaseRequestsInTemplate_awsRegion - The AWS Region.

$sel:serviceCode:ListServiceQuotaIncreaseRequestsInTemplate', listServiceQuotaIncreaseRequestsInTemplate_serviceCode - The service identifier.

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

data ListServiceQuotaIncreaseRequestsInTemplateResponse Source #

Instances

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

Generic ListServiceQuotaIncreaseRequestsInTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "ListServiceQuotaIncreaseRequestsInTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceQuotaIncreaseRequestInTemplateList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceQuotaIncreaseRequestInTemplate])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text (NonEmpty Tag) 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Associated Types

type AWSResponse 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

type Rep TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.ServiceQuotas.TagResource" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

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
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.ServiceQuotas.TagResource" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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.

ListRequestedServiceQuotaChangeHistoryByQuota (Paginated)

data ListRequestedServiceQuotaChangeHistoryByQuota Source #

Instances

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

Generic ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

NFData ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

Hashable ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

ToJSON 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

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

type Rep ListRequestedServiceQuotaChangeHistoryByQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

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

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

data ListRequestedServiceQuotaChangeHistoryByQuotaResponse Source #

Instances

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

Generic ListRequestedServiceQuotaChangeHistoryByQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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))))

GetRequestedServiceQuotaChange

data GetRequestedServiceQuotaChange Source #

See: newGetRequestedServiceQuotaChange smart constructor.

Instances

Instances details
Eq GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Read GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

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

NFData GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

Hashable GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

ToJSON GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

AWSRequest 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

type Rep GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

type Rep GetRequestedServiceQuotaChange = D1 ('MetaData "GetRequestedServiceQuotaChange" "Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "GetRequestedServiceQuotaChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

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
Eq 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

Generic GetRequestedServiceQuotaChangeResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Associated Types

type AWSResponse 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

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.ServiceQuotas.UntagResource" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

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
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.ServiceQuotas.UntagResource" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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.

GetAWSDefaultServiceQuota

data GetAWSDefaultServiceQuota Source #

See: newGetAWSDefaultServiceQuota smart constructor.

Instances

Instances details
Eq GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Read GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

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

NFData GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Hashable GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

ToJSON GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

AWSRequest 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

type Rep GetAWSDefaultServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

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

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

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:

$sel:serviceCode:GetAWSDefaultServiceQuota', getAWSDefaultServiceQuota_serviceCode - The service identifier.

$sel:quotaCode:GetAWSDefaultServiceQuota', getAWSDefaultServiceQuota_quotaCode - The quota identifier.

data GetAWSDefaultServiceQuotaResponse Source #

See: newGetAWSDefaultServiceQuotaResponse smart constructor.

Instances

Instances details
Eq GetAWSDefaultServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Read GetAWSDefaultServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Show GetAWSDefaultServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Generic GetAWSDefaultServiceQuotaResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota

Associated Types

type Rep GetAWSDefaultServiceQuotaResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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.

Types

ErrorCode

newtype ErrorCode Source #

Constructors

ErrorCode' 

Fields

Instances

Instances details
Eq ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Ord ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Read ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Show ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Generic ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Associated Types

type Rep ErrorCode :: Type -> Type #

NFData ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Methods

rnf :: ErrorCode -> () #

Hashable 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

FromJSON ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

FromJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

ToLog ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

ToHeader ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

ToQuery ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

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 #

ToByteString ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

Methods

toBS :: ErrorCode -> ByteString #

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 #

type Rep ErrorCode Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorCode

type Rep ErrorCode = D1 ('MetaData "ErrorCode" "Amazonka.ServiceQuotas.Types.ErrorCode" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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
Eq PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Ord PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Read PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Show PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Generic PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Associated Types

type Rep PeriodUnit :: Type -> Type #

NFData PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

Methods

rnf :: PeriodUnit -> () #

Hashable 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

FromJSON PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

FromJSONKey PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

ToLog PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

ToHeader PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

ToQuery PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

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 #

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

type Rep PeriodUnit Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.PeriodUnit

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

RequestStatus

newtype RequestStatus Source #

Constructors

RequestStatus' 

Instances

Instances details
Eq RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Ord RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Read RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Show RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Generic RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Associated Types

type Rep RequestStatus :: Type -> Type #

NFData RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

Methods

rnf :: RequestStatus -> () #

Hashable 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

FromJSON RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

FromJSONKey RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

ToLog RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

ToHeader RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

ToQuery RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

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 #

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

type Rep RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestStatus

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

ServiceQuotaTemplateAssociationStatus

newtype ServiceQuotaTemplateAssociationStatus Source #

Instances

Instances details
Eq ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

Ord 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

Generic ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

NFData ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

Hashable 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

FromJSON ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

FromJSONKey ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

ToLog ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

ToHeader ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

ToQuery 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

ToByteString 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

type Rep ServiceQuotaTemplateAssociationStatus Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus

type Rep ServiceQuotaTemplateAssociationStatus = D1 ('MetaData "ServiceQuotaTemplateAssociationStatus" "Amazonka.ServiceQuotas.Types.ServiceQuotaTemplateAssociationStatus" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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
Eq ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

Read ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

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

NFData ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

Methods

rnf :: ErrorReason -> () #

Hashable ErrorReason Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ErrorReason

FromJSON 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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
Eq MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

Read MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

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

NFData MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

Methods

rnf :: MetricInfo -> () #

Hashable MetricInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.MetricInfo

FromJSON 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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 "metricStatisticRecommendation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metricNamespace") '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:metricStatisticRecommendation:MetricInfo', metricInfo_metricStatisticRecommendation - The metric statistic that we recommend you use when determining quota usage.

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

QuotaPeriod

data QuotaPeriod Source #

Information about the quota period.

See: newQuotaPeriod smart constructor.

Instances

Instances details
Eq QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Read QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

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

NFData QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

Methods

rnf :: QuotaPeriod -> () #

Hashable QuotaPeriod Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.QuotaPeriod

FromJSON 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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
Eq RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

Read RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

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

NFData RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

Hashable RequestedServiceQuotaChange Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange

FromJSON 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "RequestedServiceQuotaChange'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "globalQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "desiredValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "quotaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "caseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requester") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quotaName") '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:status:RequestedServiceQuotaChange', requestedServiceQuotaChange_status - The state of the quota increase request.

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

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

$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:quotaArn:RequestedServiceQuotaChange', requestedServiceQuotaChange_quotaArn - The Amazon Resource Name (ARN) of the quota.

$sel:caseId:RequestedServiceQuotaChange', requestedServiceQuotaChange_caseId - The case ID.

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

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

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

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

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

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

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

ServiceInfo

data ServiceInfo Source #

Information about a service.

See: newServiceInfo smart constructor.

Constructors

ServiceInfo' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Read ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

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

NFData ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Methods

rnf :: ServiceInfo -> () #

Hashable ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

FromJSON 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "ServiceInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceCode") '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:serviceName:ServiceInfo', serviceInfo_serviceName - The service name.

$sel:serviceCode:ServiceInfo', serviceInfo_serviceCode - The service identifier.

ServiceQuota

data ServiceQuota Source #

Information about a quota.

See: newServiceQuota smart constructor.

Instances

Instances details
Eq ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

Read ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

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

NFData ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

Methods

rnf :: ServiceQuota -> () #

Hashable ServiceQuota Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuota

FromJSON 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "ServiceQuota'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "globalQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "period") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QuotaPeriod)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "quotaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "usageMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricInfo)) :*: S1 ('MetaSel ('Just "errorReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorReason))))) :*: ((S1 ('MetaSel ('Just "adjustable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quotaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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:globalQuota:ServiceQuota', serviceQuota_globalQuota - Indicates whether the quota is global.

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

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

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

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

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

$sel:adjustable:ServiceQuota', serviceQuota_adjustable - Indicates whether the quota value can be increased.

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

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

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

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

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

ServiceQuotaIncreaseRequestInTemplate

data ServiceQuotaIncreaseRequestInTemplate Source #

Information about a quota increase request.

See: newServiceQuotaIncreaseRequestInTemplate smart constructor.

Instances

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

Generic ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

NFData ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

Hashable ServiceQuotaIncreaseRequestInTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceQuotaIncreaseRequestInTemplate

FromJSON 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" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "ServiceQuotaIncreaseRequestInTemplate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "globalQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "desiredValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quotaCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quotaName") '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
Eq Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

Methods

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

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

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.ServiceQuotas.Types.Tag" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" '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 _ - . : / = + @.