Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Service Configuration
- Errors
- TagPolicyViolationException
- NoAvailableOrganizationException
- AccessDeniedException
- TemplatesNotAvailableInRegionException
- DependencyAccessDeniedException
- ResourceAlreadyExistsException
- AWSServiceAccessNotEnabledException
- InvalidResourceStateException
- TooManyTagsException
- TooManyRequestsException
- QuotaExceededException
- ServiceException
- IllegalArgumentException
- ServiceQuotaTemplateNotInUseException
- OrganizationNotInAllFeaturesModeException
- InvalidPaginationTokenException
- NoSuchResourceException
- Waiters
- Operations
- ListServices (Paginated)
- ListAWSDefaultServiceQuotas (Paginated)
- GetAssociationForServiceQuotaTemplate
- AssociateServiceQuotaTemplate
- ListTagsForResource
- GetServiceQuota
- PutServiceQuotaIncreaseRequestIntoTemplate
- RequestServiceQuotaIncrease
- GetServiceQuotaIncreaseRequestFromTemplate
- DisassociateServiceQuotaTemplate
- DeleteServiceQuotaIncreaseRequestFromTemplate
- ListServiceQuotas (Paginated)
- ListRequestedServiceQuotaChangeHistory (Paginated)
- ListServiceQuotaIncreaseRequestsInTemplate (Paginated)
- TagResource
- ListRequestedServiceQuotaChangeHistoryByQuota (Paginated)
- GetRequestedServiceQuotaChange
- UntagResource
- GetAWSDefaultServiceQuota
- Types
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
- defaultService :: Service
- _TagPolicyViolationException :: AsError a => Getting (First ServiceError) a ServiceError
- _NoAvailableOrganizationException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _TemplatesNotAvailableInRegionException :: AsError a => Getting (First ServiceError) a ServiceError
- _DependencyAccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError
- _AWSServiceAccessNotEnabledException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidResourceStateException :: AsError a => Getting (First ServiceError) a ServiceError
- _TooManyTagsException :: AsError a => Getting (First ServiceError) a ServiceError
- _TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError
- _QuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceException :: AsError a => Getting (First ServiceError) a ServiceError
- _IllegalArgumentException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceQuotaTemplateNotInUseException :: AsError a => Getting (First ServiceError) a ServiceError
- _OrganizationNotInAllFeaturesModeException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidPaginationTokenException :: AsError a => Getting (First ServiceError) a ServiceError
- _NoSuchResourceException :: AsError a => Getting (First ServiceError) a ServiceError
- data ListServices = ListServices' (Maybe Text) (Maybe Natural)
- newListServices :: ListServices
- data ListServicesResponse = ListServicesResponse' (Maybe Text) (Maybe [ServiceInfo]) Int
- newListServicesResponse :: Int -> ListServicesResponse
- data ListAWSDefaultServiceQuotas = ListAWSDefaultServiceQuotas' (Maybe Text) (Maybe Natural) Text
- newListAWSDefaultServiceQuotas :: Text -> ListAWSDefaultServiceQuotas
- data ListAWSDefaultServiceQuotasResponse = ListAWSDefaultServiceQuotasResponse' (Maybe Text) (Maybe [ServiceQuota]) Int
- newListAWSDefaultServiceQuotasResponse :: Int -> ListAWSDefaultServiceQuotasResponse
- data GetAssociationForServiceQuotaTemplate = GetAssociationForServiceQuotaTemplate' {
- newGetAssociationForServiceQuotaTemplate :: GetAssociationForServiceQuotaTemplate
- data GetAssociationForServiceQuotaTemplateResponse = GetAssociationForServiceQuotaTemplateResponse' (Maybe ServiceQuotaTemplateAssociationStatus) Int
- newGetAssociationForServiceQuotaTemplateResponse :: Int -> GetAssociationForServiceQuotaTemplateResponse
- data AssociateServiceQuotaTemplate = AssociateServiceQuotaTemplate' {
- newAssociateServiceQuotaTemplate :: AssociateServiceQuotaTemplate
- data AssociateServiceQuotaTemplateResponse = AssociateServiceQuotaTemplateResponse' Int
- newAssociateServiceQuotaTemplateResponse :: Int -> AssociateServiceQuotaTemplateResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe [Tag]) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data GetServiceQuota = GetServiceQuota' Text Text
- newGetServiceQuota :: Text -> Text -> GetServiceQuota
- data GetServiceQuotaResponse = GetServiceQuotaResponse' (Maybe ServiceQuota) Int
- newGetServiceQuotaResponse :: Int -> GetServiceQuotaResponse
- data PutServiceQuotaIncreaseRequestIntoTemplate = PutServiceQuotaIncreaseRequestIntoTemplate' Text Text Text Double
- newPutServiceQuotaIncreaseRequestIntoTemplate :: Text -> Text -> Text -> Double -> PutServiceQuotaIncreaseRequestIntoTemplate
- data PutServiceQuotaIncreaseRequestIntoTemplateResponse = PutServiceQuotaIncreaseRequestIntoTemplateResponse' (Maybe ServiceQuotaIncreaseRequestInTemplate) Int
- newPutServiceQuotaIncreaseRequestIntoTemplateResponse :: Int -> PutServiceQuotaIncreaseRequestIntoTemplateResponse
- data RequestServiceQuotaIncrease = RequestServiceQuotaIncrease' Text Text Double
- newRequestServiceQuotaIncrease :: Text -> Text -> Double -> RequestServiceQuotaIncrease
- data RequestServiceQuotaIncreaseResponse = RequestServiceQuotaIncreaseResponse' (Maybe RequestedServiceQuotaChange) Int
- newRequestServiceQuotaIncreaseResponse :: Int -> RequestServiceQuotaIncreaseResponse
- data GetServiceQuotaIncreaseRequestFromTemplate = GetServiceQuotaIncreaseRequestFromTemplate' Text Text Text
- newGetServiceQuotaIncreaseRequestFromTemplate :: Text -> Text -> Text -> GetServiceQuotaIncreaseRequestFromTemplate
- data GetServiceQuotaIncreaseRequestFromTemplateResponse = GetServiceQuotaIncreaseRequestFromTemplateResponse' (Maybe ServiceQuotaIncreaseRequestInTemplate) Int
- newGetServiceQuotaIncreaseRequestFromTemplateResponse :: Int -> GetServiceQuotaIncreaseRequestFromTemplateResponse
- data DisassociateServiceQuotaTemplate = DisassociateServiceQuotaTemplate' {
- newDisassociateServiceQuotaTemplate :: DisassociateServiceQuotaTemplate
- data DisassociateServiceQuotaTemplateResponse = DisassociateServiceQuotaTemplateResponse' Int
- newDisassociateServiceQuotaTemplateResponse :: Int -> DisassociateServiceQuotaTemplateResponse
- data DeleteServiceQuotaIncreaseRequestFromTemplate = DeleteServiceQuotaIncreaseRequestFromTemplate' Text Text Text
- newDeleteServiceQuotaIncreaseRequestFromTemplate :: Text -> Text -> Text -> DeleteServiceQuotaIncreaseRequestFromTemplate
- data DeleteServiceQuotaIncreaseRequestFromTemplateResponse = DeleteServiceQuotaIncreaseRequestFromTemplateResponse' Int
- newDeleteServiceQuotaIncreaseRequestFromTemplateResponse :: Int -> DeleteServiceQuotaIncreaseRequestFromTemplateResponse
- data ListServiceQuotas = ListServiceQuotas' (Maybe Text) (Maybe Natural) Text
- newListServiceQuotas :: Text -> ListServiceQuotas
- data ListServiceQuotasResponse = ListServiceQuotasResponse' (Maybe Text) (Maybe [ServiceQuota]) Int
- newListServiceQuotasResponse :: Int -> ListServiceQuotasResponse
- data ListRequestedServiceQuotaChangeHistory = ListRequestedServiceQuotaChangeHistory' (Maybe RequestStatus) (Maybe Text) (Maybe Text) (Maybe Natural)
- newListRequestedServiceQuotaChangeHistory :: ListRequestedServiceQuotaChangeHistory
- data ListRequestedServiceQuotaChangeHistoryResponse = ListRequestedServiceQuotaChangeHistoryResponse' (Maybe Text) (Maybe [RequestedServiceQuotaChange]) Int
- newListRequestedServiceQuotaChangeHistoryResponse :: Int -> ListRequestedServiceQuotaChangeHistoryResponse
- data ListServiceQuotaIncreaseRequestsInTemplate = ListServiceQuotaIncreaseRequestsInTemplate' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Natural)
- newListServiceQuotaIncreaseRequestsInTemplate :: ListServiceQuotaIncreaseRequestsInTemplate
- data ListServiceQuotaIncreaseRequestsInTemplateResponse = ListServiceQuotaIncreaseRequestsInTemplateResponse' (Maybe [ServiceQuotaIncreaseRequestInTemplate]) (Maybe Text) Int
- newListServiceQuotaIncreaseRequestsInTemplateResponse :: Int -> ListServiceQuotaIncreaseRequestsInTemplateResponse
- data TagResource = TagResource' Text (NonEmpty Tag)
- newTagResource :: Text -> NonEmpty Tag -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data ListRequestedServiceQuotaChangeHistoryByQuota = ListRequestedServiceQuotaChangeHistoryByQuota' (Maybe RequestStatus) (Maybe Text) (Maybe Natural) Text Text
- newListRequestedServiceQuotaChangeHistoryByQuota :: Text -> Text -> ListRequestedServiceQuotaChangeHistoryByQuota
- data ListRequestedServiceQuotaChangeHistoryByQuotaResponse = ListRequestedServiceQuotaChangeHistoryByQuotaResponse' (Maybe Text) (Maybe [RequestedServiceQuotaChange]) Int
- newListRequestedServiceQuotaChangeHistoryByQuotaResponse :: Int -> ListRequestedServiceQuotaChangeHistoryByQuotaResponse
- data GetRequestedServiceQuotaChange = GetRequestedServiceQuotaChange' Text
- newGetRequestedServiceQuotaChange :: Text -> GetRequestedServiceQuotaChange
- data GetRequestedServiceQuotaChangeResponse = GetRequestedServiceQuotaChangeResponse' (Maybe RequestedServiceQuotaChange) Int
- newGetRequestedServiceQuotaChangeResponse :: Int -> GetRequestedServiceQuotaChangeResponse
- data UntagResource = UntagResource' Text [Text]
- newUntagResource :: Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- data GetAWSDefaultServiceQuota = GetAWSDefaultServiceQuota' Text Text
- newGetAWSDefaultServiceQuota :: Text -> Text -> GetAWSDefaultServiceQuota
- data GetAWSDefaultServiceQuotaResponse = GetAWSDefaultServiceQuotaResponse' (Maybe ServiceQuota) Int
- newGetAWSDefaultServiceQuotaResponse :: Int -> GetAWSDefaultServiceQuotaResponse
- newtype ErrorCode where
- ErrorCode' { }
- pattern ErrorCode_DEPENDENCY_ACCESS_DENIED_ERROR :: ErrorCode
- pattern ErrorCode_DEPENDENCY_SERVICE_ERROR :: ErrorCode
- pattern ErrorCode_DEPENDENCY_THROTTLING_ERROR :: ErrorCode
- pattern ErrorCode_SERVICE_QUOTA_NOT_AVAILABLE_ERROR :: ErrorCode
- newtype PeriodUnit where
- PeriodUnit' { }
- pattern PeriodUnit_DAY :: PeriodUnit
- pattern PeriodUnit_HOUR :: PeriodUnit
- pattern PeriodUnit_MICROSECOND :: PeriodUnit
- pattern PeriodUnit_MILLISECOND :: PeriodUnit
- pattern PeriodUnit_MINUTE :: PeriodUnit
- pattern PeriodUnit_SECOND :: PeriodUnit
- pattern PeriodUnit_WEEK :: PeriodUnit
- newtype RequestStatus where
- RequestStatus' { }
- pattern RequestStatus_APPROVED :: RequestStatus
- pattern RequestStatus_CASE_CLOSED :: RequestStatus
- pattern RequestStatus_CASE_OPENED :: RequestStatus
- pattern RequestStatus_DENIED :: RequestStatus
- pattern RequestStatus_PENDING :: RequestStatus
- newtype ServiceQuotaTemplateAssociationStatus where
- data ErrorReason = ErrorReason' (Maybe ErrorCode) (Maybe Text)
- newErrorReason :: ErrorReason
- data MetricInfo = MetricInfo' (Maybe (HashMap Text Text)) (Maybe Text) (Maybe Text) (Maybe Text)
- newMetricInfo :: MetricInfo
- data QuotaPeriod = QuotaPeriod' (Maybe PeriodUnit) (Maybe Int)
- newQuotaPeriod :: QuotaPeriod
- data RequestedServiceQuotaChange = RequestedServiceQuotaChange' (Maybe RequestStatus) (Maybe POSIX) (Maybe Bool) (Maybe POSIX) (Maybe Double) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text)
- newRequestedServiceQuotaChange :: RequestedServiceQuotaChange
- data ServiceInfo = ServiceInfo' (Maybe Text) (Maybe Text)
- newServiceInfo :: ServiceInfo
- data ServiceQuota = ServiceQuota' (Maybe Bool) (Maybe QuotaPeriod) (Maybe Double) (Maybe Text) (Maybe MetricInfo) (Maybe ErrorReason) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text)
- newServiceQuota :: ServiceQuota
- data ServiceQuotaIncreaseRequestInTemplate = ServiceQuotaIncreaseRequestInTemplate' (Maybe Bool) (Maybe Double) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text)
- newServiceQuotaIncreaseRequestInTemplate :: ServiceQuotaIncreaseRequestInTemplate
- data Tag = Tag' Text Text
- newTag :: Text -> Text -> Tag
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
_ServiceException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Something went wrong.
IllegalArgumentException
_IllegalArgumentException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Invalid input was provided.
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
_InvalidPaginationTokenException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Invalid input was provided.
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
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
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
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 #
See: newListAWSDefaultServiceQuotasResponse
smart constructor.
Instances
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 #
See: newGetAssociationForServiceQuotaTemplate
smart constructor.
Instances
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 #
See: newGetAssociationForServiceQuotaTemplateResponse
smart constructor.
Instances
newGetAssociationForServiceQuotaTemplateResponse Source #
:: Int |
|
-> GetAssociationForServiceQuotaTemplateResponse |
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
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 #
See: newAssociateServiceQuotaTemplateResponse
smart constructor.
Instances
Eq AssociateServiceQuotaTemplateResponse Source # | |
Read AssociateServiceQuotaTemplateResponse Source # | |
Show AssociateServiceQuotaTemplateResponse Source # | |
Generic AssociateServiceQuotaTemplateResponse Source # | |
Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate type Rep AssociateServiceQuotaTemplateResponse :: Type -> Type # | |
NFData AssociateServiceQuotaTemplateResponse Source # | |
type Rep AssociateServiceQuotaTemplateResponse Source # | |
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
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
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.
Instances
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
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 #
See: newPutServiceQuotaIncreaseRequestIntoTemplate
smart constructor.
Instances
newPutServiceQuotaIncreaseRequestIntoTemplate Source #
:: Text | |
-> Text |
|
-> Text | |
-> Double |
|
-> PutServiceQuotaIncreaseRequestIntoTemplate |
Create a value of PutServiceQuotaIncreaseRequestIntoTemplate
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:quotaCode:PutServiceQuotaIncreaseRequestIntoTemplate'
, putServiceQuotaIncreaseRequestIntoTemplate_quotaCode
- The quota identifier.
$sel:serviceCode:PutServiceQuotaIncreaseRequestIntoTemplate'
, putServiceQuotaIncreaseRequestIntoTemplate_serviceCode
- The service identifier.
$sel:awsRegion:PutServiceQuotaIncreaseRequestIntoTemplate'
, putServiceQuotaIncreaseRequestIntoTemplate_awsRegion
- The AWS Region.
$sel:desiredValue:PutServiceQuotaIncreaseRequestIntoTemplate'
, putServiceQuotaIncreaseRequestIntoTemplate_desiredValue
- The new, increased value for the quota.
data PutServiceQuotaIncreaseRequestIntoTemplateResponse Source #
See: newPutServiceQuotaIncreaseRequestIntoTemplateResponse
smart constructor.
PutServiceQuotaIncreaseRequestIntoTemplateResponse' (Maybe ServiceQuotaIncreaseRequestInTemplate) Int |
Instances
newPutServiceQuotaIncreaseRequestIntoTemplateResponse Source #
:: Int |
|
-> PutServiceQuotaIncreaseRequestIntoTemplateResponse |
Create a value of PutServiceQuotaIncreaseRequestIntoTemplateResponse
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:serviceQuotaIncreaseRequestInTemplate:PutServiceQuotaIncreaseRequestIntoTemplateResponse'
, putServiceQuotaIncreaseRequestIntoTemplateResponse_serviceQuotaIncreaseRequestInTemplate
- Information about the quota increase request.
$sel:httpStatus:PutServiceQuotaIncreaseRequestIntoTemplateResponse'
, putServiceQuotaIncreaseRequestIntoTemplateResponse_httpStatus
- The response's http status code.
RequestServiceQuotaIncrease
data RequestServiceQuotaIncrease Source #
See: newRequestServiceQuotaIncrease
smart constructor.
Instances
newRequestServiceQuotaIncrease Source #
:: Text | |
-> Text | |
-> Double | |
-> RequestServiceQuotaIncrease |
Create a value of RequestServiceQuotaIncrease
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:serviceCode:RequestServiceQuotaIncrease'
, requestServiceQuotaIncrease_serviceCode
- The service identifier.
$sel:quotaCode:RequestServiceQuotaIncrease'
, requestServiceQuotaIncrease_quotaCode
- The quota identifier.
$sel:desiredValue:RequestServiceQuotaIncrease'
, requestServiceQuotaIncrease_desiredValue
- The new, increased value for the quota.
data RequestServiceQuotaIncreaseResponse Source #
See: newRequestServiceQuotaIncreaseResponse
smart constructor.
Instances
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 #
See: newGetServiceQuotaIncreaseRequestFromTemplate
smart constructor.
Instances
newGetServiceQuotaIncreaseRequestFromTemplate Source #
:: Text |
|
-> Text | |
-> Text | |
-> GetServiceQuotaIncreaseRequestFromTemplate |
Create a value of GetServiceQuotaIncreaseRequestFromTemplate
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:GetServiceQuotaIncreaseRequestFromTemplate'
, getServiceQuotaIncreaseRequestFromTemplate_serviceCode
- The service identifier.
$sel:quotaCode:GetServiceQuotaIncreaseRequestFromTemplate'
, getServiceQuotaIncreaseRequestFromTemplate_quotaCode
- The quota identifier.
$sel:awsRegion:GetServiceQuotaIncreaseRequestFromTemplate'
, getServiceQuotaIncreaseRequestFromTemplate_awsRegion
- The AWS Region.
data GetServiceQuotaIncreaseRequestFromTemplateResponse Source #
See: newGetServiceQuotaIncreaseRequestFromTemplateResponse
smart constructor.
GetServiceQuotaIncreaseRequestFromTemplateResponse' (Maybe ServiceQuotaIncreaseRequestInTemplate) Int |
Instances
newGetServiceQuotaIncreaseRequestFromTemplateResponse Source #
:: Int |
|
-> GetServiceQuotaIncreaseRequestFromTemplateResponse |
Create a value of GetServiceQuotaIncreaseRequestFromTemplateResponse
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:serviceQuotaIncreaseRequestInTemplate:GetServiceQuotaIncreaseRequestFromTemplateResponse'
, getServiceQuotaIncreaseRequestFromTemplateResponse_serviceQuotaIncreaseRequestInTemplate
- Information about the quota increase request.
$sel:httpStatus:GetServiceQuotaIncreaseRequestFromTemplateResponse'
, getServiceQuotaIncreaseRequestFromTemplateResponse_httpStatus
- The response's http status code.
DisassociateServiceQuotaTemplate
data DisassociateServiceQuotaTemplate Source #
See: newDisassociateServiceQuotaTemplate
smart constructor.
Instances
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 #
See: newDisassociateServiceQuotaTemplateResponse
smart constructor.
Instances
Eq DisassociateServiceQuotaTemplateResponse Source # | |
Read DisassociateServiceQuotaTemplateResponse Source # | |
Show DisassociateServiceQuotaTemplateResponse Source # | |
Generic DisassociateServiceQuotaTemplateResponse Source # | |
Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate type Rep DisassociateServiceQuotaTemplateResponse :: Type -> Type # | |
NFData DisassociateServiceQuotaTemplateResponse Source # | |
type Rep DisassociateServiceQuotaTemplateResponse Source # | |
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 #
See: newDeleteServiceQuotaIncreaseRequestFromTemplate
smart constructor.
Instances
newDeleteServiceQuotaIncreaseRequestFromTemplate Source #
Create a value of DeleteServiceQuotaIncreaseRequestFromTemplate
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:DeleteServiceQuotaIncreaseRequestFromTemplate'
, deleteServiceQuotaIncreaseRequestFromTemplate_serviceCode
- The service identifier.
$sel:quotaCode:DeleteServiceQuotaIncreaseRequestFromTemplate'
, deleteServiceQuotaIncreaseRequestFromTemplate_quotaCode
- The quota identifier.
$sel:awsRegion:DeleteServiceQuotaIncreaseRequestFromTemplate'
, deleteServiceQuotaIncreaseRequestFromTemplate_awsRegion
- The AWS Region.
data DeleteServiceQuotaIncreaseRequestFromTemplateResponse Source #
See: newDeleteServiceQuotaIncreaseRequestFromTemplateResponse
smart constructor.
Instances
newDeleteServiceQuotaIncreaseRequestFromTemplateResponse Source #
:: Int |
|
-> DeleteServiceQuotaIncreaseRequestFromTemplateResponse |
Create a value of DeleteServiceQuotaIncreaseRequestFromTemplateResponse
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:DeleteServiceQuotaIncreaseRequestFromTemplateResponse'
, deleteServiceQuotaIncreaseRequestFromTemplateResponse_httpStatus
- The response's http status code.
ListServiceQuotas (Paginated)
data ListServiceQuotas Source #
See: newListServiceQuotas
smart constructor.
Instances
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
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 #
See: newListRequestedServiceQuotaChangeHistory
smart constructor.
ListRequestedServiceQuotaChangeHistory' (Maybe RequestStatus) (Maybe Text) (Maybe Text) (Maybe Natural) |
Instances
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 #
See: newListRequestedServiceQuotaChangeHistoryResponse
smart constructor.
ListRequestedServiceQuotaChangeHistoryResponse' (Maybe Text) (Maybe [RequestedServiceQuotaChange]) Int |
Instances
newListRequestedServiceQuotaChangeHistoryResponse Source #
:: Int |
|
-> ListRequestedServiceQuotaChangeHistoryResponse |
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 #
See: newListServiceQuotaIncreaseRequestsInTemplate
smart constructor.
Instances
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 #
See: newListServiceQuotaIncreaseRequestsInTemplateResponse
smart constructor.
ListServiceQuotaIncreaseRequestsInTemplateResponse' (Maybe [ServiceQuotaIncreaseRequestInTemplate]) (Maybe Text) Int |
Instances
newListServiceQuotaIncreaseRequestsInTemplateResponse Source #
:: Int |
|
-> ListServiceQuotaIncreaseRequestsInTemplateResponse |
Create a value of ListServiceQuotaIncreaseRequestsInTemplateResponse
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:serviceQuotaIncreaseRequestInTemplateList:ListServiceQuotaIncreaseRequestsInTemplateResponse'
, listServiceQuotaIncreaseRequestsInTemplateResponse_serviceQuotaIncreaseRequestInTemplateList
- Information about the quota increase requests.
$sel:nextToken:ListServiceQuotaIncreaseRequestsInTemplate'
, listServiceQuotaIncreaseRequestsInTemplateResponse_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:httpStatus:ListServiceQuotaIncreaseRequestsInTemplateResponse'
, listServiceQuotaIncreaseRequestsInTemplateResponse_httpStatus
- The response's http status code.
TagResource
data TagResource Source #
See: newTagResource
smart constructor.
Instances
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
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 #
See: newListRequestedServiceQuotaChangeHistoryByQuota
smart constructor.
ListRequestedServiceQuotaChangeHistoryByQuota' (Maybe RequestStatus) (Maybe Text) (Maybe Natural) Text Text |
Instances
newListRequestedServiceQuotaChangeHistoryByQuota Source #
:: Text |
|
-> Text |
|
-> ListRequestedServiceQuotaChangeHistoryByQuota |
Create a value of ListRequestedServiceQuotaChangeHistoryByQuota
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuota_status
- The status value of the quota increase request.
$sel:nextToken:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuota_nextToken
- The token for the next page of results.
$sel:maxResults:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuota_maxResults
- The maximum number of results to return with a single call. To retrieve
the remaining results, if any, make another call with the token returned
from this call.
$sel:serviceCode:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuota_serviceCode
- The service identifier.
$sel:quotaCode:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuota_quotaCode
- The quota identifier.
data ListRequestedServiceQuotaChangeHistoryByQuotaResponse Source #
See: newListRequestedServiceQuotaChangeHistoryByQuotaResponse
smart constructor.
ListRequestedServiceQuotaChangeHistoryByQuotaResponse' (Maybe Text) (Maybe [RequestedServiceQuotaChange]) Int |
Instances
newListRequestedServiceQuotaChangeHistoryByQuotaResponse Source #
:: Int |
|
-> ListRequestedServiceQuotaChangeHistoryByQuotaResponse |
Create a value of ListRequestedServiceQuotaChangeHistoryByQuotaResponse
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:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuotaResponse_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:ListRequestedServiceQuotaChangeHistoryByQuotaResponse'
, listRequestedServiceQuotaChangeHistoryByQuotaResponse_requestedQuotas
- Information about the quota increase requests.
$sel:httpStatus:ListRequestedServiceQuotaChangeHistoryByQuotaResponse'
, listRequestedServiceQuotaChangeHistoryByQuotaResponse_httpStatus
- The response's http status code.
GetRequestedServiceQuotaChange
data GetRequestedServiceQuotaChange Source #
See: newGetRequestedServiceQuotaChange
smart constructor.
Instances
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 #
See: newGetRequestedServiceQuotaChangeResponse
smart constructor.
Instances
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.
Instances
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
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
newGetAWSDefaultServiceQuota Source #
:: Text | |
-> Text | |
-> GetAWSDefaultServiceQuota |
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
Eq GetAWSDefaultServiceQuotaResponse Source # | |
Read GetAWSDefaultServiceQuotaResponse Source # | |
Show GetAWSDefaultServiceQuotaResponse Source # | |
Generic GetAWSDefaultServiceQuotaResponse Source # | |
NFData GetAWSDefaultServiceQuotaResponse Source # | |
Defined in Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota rnf :: GetAWSDefaultServiceQuotaResponse -> () # | |
type Rep GetAWSDefaultServiceQuotaResponse Source # | |
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
pattern ErrorCode_DEPENDENCY_ACCESS_DENIED_ERROR :: ErrorCode | |
pattern ErrorCode_DEPENDENCY_SERVICE_ERROR :: ErrorCode | |
pattern ErrorCode_DEPENDENCY_THROTTLING_ERROR :: ErrorCode | |
pattern ErrorCode_SERVICE_QUOTA_NOT_AVAILABLE_ERROR :: ErrorCode |
Instances
PeriodUnit
newtype PeriodUnit Source #
pattern PeriodUnit_DAY :: PeriodUnit | |
pattern PeriodUnit_HOUR :: PeriodUnit | |
pattern PeriodUnit_MICROSECOND :: PeriodUnit | |
pattern PeriodUnit_MILLISECOND :: PeriodUnit | |
pattern PeriodUnit_MINUTE :: PeriodUnit | |
pattern PeriodUnit_SECOND :: PeriodUnit | |
pattern PeriodUnit_WEEK :: PeriodUnit |
Instances
RequestStatus
newtype RequestStatus Source #
pattern RequestStatus_APPROVED :: RequestStatus | |
pattern RequestStatus_CASE_CLOSED :: RequestStatus | |
pattern RequestStatus_CASE_OPENED :: RequestStatus | |
pattern RequestStatus_DENIED :: RequestStatus | |
pattern RequestStatus_PENDING :: RequestStatus |
Instances
ServiceQuotaTemplateAssociationStatus
newtype ServiceQuotaTemplateAssociationStatus Source #
pattern ServiceQuotaTemplateAssociationStatus_ASSOCIATED :: ServiceQuotaTemplateAssociationStatus | |
pattern ServiceQuotaTemplateAssociationStatus_DISASSOCIATED :: ServiceQuotaTemplateAssociationStatus |
Instances
ErrorReason
data ErrorReason Source #
An error that explains why an action did not succeed.
See: newErrorReason
smart constructor.
Instances
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
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
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.
RequestedServiceQuotaChange' (Maybe RequestStatus) (Maybe POSIX) (Maybe Bool) (Maybe POSIX) (Maybe Double) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) |
Instances
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.
ServiceInfo' (Maybe Text) (Maybe Text) |
Instances
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.
ServiceQuota' (Maybe Bool) (Maybe QuotaPeriod) (Maybe Double) (Maybe Text) (Maybe MetricInfo) (Maybe ErrorReason) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) |
Instances
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.
ServiceQuotaIncreaseRequestInTemplate' (Maybe Bool) (Maybe Double) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) |
Instances
newServiceQuotaIncreaseRequestInTemplate :: ServiceQuotaIncreaseRequestInTemplate Source #
Create a value of ServiceQuotaIncreaseRequestInTemplate
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:ServiceQuotaIncreaseRequestInTemplate'
, serviceQuotaIncreaseRequestInTemplate_globalQuota
- Indicates whether the quota is global.
$sel:desiredValue:ServiceQuotaIncreaseRequestInTemplate'
, serviceQuotaIncreaseRequestInTemplate_desiredValue
- The new, increased value of the quota.
$sel:serviceName:ServiceQuotaIncreaseRequestInTemplate'
, serviceQuotaIncreaseRequestInTemplate_serviceName
- The service name.
$sel:awsRegion:ServiceQuotaIncreaseRequestInTemplate'
, serviceQuotaIncreaseRequestInTemplate_awsRegion
- The AWS Region.
$sel:serviceCode:ServiceQuotaIncreaseRequestInTemplate'
, serviceQuotaIncreaseRequestInTemplate_serviceCode
- The service identifier.
$sel:quotaCode:ServiceQuotaIncreaseRequestInTemplate'
, serviceQuotaIncreaseRequestInTemplate_quotaCode
- The quota identifier.
$sel:unit:ServiceQuotaIncreaseRequestInTemplate'
, serviceQuotaIncreaseRequestInTemplate_unit
- The unit of measurement.
$sel:quotaName:ServiceQuotaIncreaseRequestInTemplate'
, serviceQuotaIncreaseRequestInTemplate_quotaName
- The quota name.
Tag
A complex data type that contains a tag key and tag value.
See: newTag
smart constructor.
Instances
Eq Tag Source # | |
Read Tag Source # | |
Show Tag Source # | |
Generic Tag Source # | |
NFData Tag Source # | |
Defined in Amazonka.ServiceQuotas.Types.Tag | |
Hashable Tag Source # | |
Defined in Amazonka.ServiceQuotas.Types.Tag | |
ToJSON Tag Source # | |
Defined in Amazonka.ServiceQuotas.Types.Tag | |
FromJSON Tag Source # | |
type Rep Tag Source # | |
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))) |
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 _ - . : / = + @.