{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.ServiceQuotas
(
defaultService,
_TagPolicyViolationException,
_NoAvailableOrganizationException,
_AccessDeniedException,
_TemplatesNotAvailableInRegionException,
_DependencyAccessDeniedException,
_ResourceAlreadyExistsException,
_AWSServiceAccessNotEnabledException,
_InvalidResourceStateException,
_TooManyTagsException,
_TooManyRequestsException,
_QuotaExceededException,
_ServiceException,
_IllegalArgumentException,
_ServiceQuotaTemplateNotInUseException,
_OrganizationNotInAllFeaturesModeException,
_InvalidPaginationTokenException,
_NoSuchResourceException,
ListServices (ListServices'),
newListServices,
ListServicesResponse (ListServicesResponse'),
newListServicesResponse,
ListAWSDefaultServiceQuotas (ListAWSDefaultServiceQuotas'),
newListAWSDefaultServiceQuotas,
ListAWSDefaultServiceQuotasResponse (ListAWSDefaultServiceQuotasResponse'),
newListAWSDefaultServiceQuotasResponse,
GetAssociationForServiceQuotaTemplate (GetAssociationForServiceQuotaTemplate'),
newGetAssociationForServiceQuotaTemplate,
GetAssociationForServiceQuotaTemplateResponse (GetAssociationForServiceQuotaTemplateResponse'),
newGetAssociationForServiceQuotaTemplateResponse,
AssociateServiceQuotaTemplate (AssociateServiceQuotaTemplate'),
newAssociateServiceQuotaTemplate,
AssociateServiceQuotaTemplateResponse (AssociateServiceQuotaTemplateResponse'),
newAssociateServiceQuotaTemplateResponse,
ListTagsForResource (ListTagsForResource'),
newListTagsForResource,
ListTagsForResourceResponse (ListTagsForResourceResponse'),
newListTagsForResourceResponse,
GetServiceQuota (GetServiceQuota'),
newGetServiceQuota,
GetServiceQuotaResponse (GetServiceQuotaResponse'),
newGetServiceQuotaResponse,
PutServiceQuotaIncreaseRequestIntoTemplate (PutServiceQuotaIncreaseRequestIntoTemplate'),
newPutServiceQuotaIncreaseRequestIntoTemplate,
PutServiceQuotaIncreaseRequestIntoTemplateResponse (PutServiceQuotaIncreaseRequestIntoTemplateResponse'),
newPutServiceQuotaIncreaseRequestIntoTemplateResponse,
RequestServiceQuotaIncrease (RequestServiceQuotaIncrease'),
newRequestServiceQuotaIncrease,
RequestServiceQuotaIncreaseResponse (RequestServiceQuotaIncreaseResponse'),
newRequestServiceQuotaIncreaseResponse,
GetServiceQuotaIncreaseRequestFromTemplate (GetServiceQuotaIncreaseRequestFromTemplate'),
newGetServiceQuotaIncreaseRequestFromTemplate,
GetServiceQuotaIncreaseRequestFromTemplateResponse (GetServiceQuotaIncreaseRequestFromTemplateResponse'),
newGetServiceQuotaIncreaseRequestFromTemplateResponse,
DisassociateServiceQuotaTemplate (DisassociateServiceQuotaTemplate'),
newDisassociateServiceQuotaTemplate,
DisassociateServiceQuotaTemplateResponse (DisassociateServiceQuotaTemplateResponse'),
newDisassociateServiceQuotaTemplateResponse,
DeleteServiceQuotaIncreaseRequestFromTemplate (DeleteServiceQuotaIncreaseRequestFromTemplate'),
newDeleteServiceQuotaIncreaseRequestFromTemplate,
DeleteServiceQuotaIncreaseRequestFromTemplateResponse (DeleteServiceQuotaIncreaseRequestFromTemplateResponse'),
newDeleteServiceQuotaIncreaseRequestFromTemplateResponse,
ListServiceQuotas (ListServiceQuotas'),
newListServiceQuotas,
ListServiceQuotasResponse (ListServiceQuotasResponse'),
newListServiceQuotasResponse,
ListRequestedServiceQuotaChangeHistory (ListRequestedServiceQuotaChangeHistory'),
newListRequestedServiceQuotaChangeHistory,
ListRequestedServiceQuotaChangeHistoryResponse (ListRequestedServiceQuotaChangeHistoryResponse'),
newListRequestedServiceQuotaChangeHistoryResponse,
ListServiceQuotaIncreaseRequestsInTemplate (ListServiceQuotaIncreaseRequestsInTemplate'),
newListServiceQuotaIncreaseRequestsInTemplate,
ListServiceQuotaIncreaseRequestsInTemplateResponse (ListServiceQuotaIncreaseRequestsInTemplateResponse'),
newListServiceQuotaIncreaseRequestsInTemplateResponse,
TagResource (TagResource'),
newTagResource,
TagResourceResponse (TagResourceResponse'),
newTagResourceResponse,
ListRequestedServiceQuotaChangeHistoryByQuota (ListRequestedServiceQuotaChangeHistoryByQuota'),
newListRequestedServiceQuotaChangeHistoryByQuota,
ListRequestedServiceQuotaChangeHistoryByQuotaResponse (ListRequestedServiceQuotaChangeHistoryByQuotaResponse'),
newListRequestedServiceQuotaChangeHistoryByQuotaResponse,
GetRequestedServiceQuotaChange (GetRequestedServiceQuotaChange'),
newGetRequestedServiceQuotaChange,
GetRequestedServiceQuotaChangeResponse (GetRequestedServiceQuotaChangeResponse'),
newGetRequestedServiceQuotaChangeResponse,
UntagResource (UntagResource'),
newUntagResource,
UntagResourceResponse (UntagResourceResponse'),
newUntagResourceResponse,
GetAWSDefaultServiceQuota (GetAWSDefaultServiceQuota'),
newGetAWSDefaultServiceQuota,
GetAWSDefaultServiceQuotaResponse (GetAWSDefaultServiceQuotaResponse'),
newGetAWSDefaultServiceQuotaResponse,
ErrorCode (..),
PeriodUnit (..),
RequestStatus (..),
ServiceQuotaTemplateAssociationStatus (..),
ErrorReason (ErrorReason'),
newErrorReason,
MetricInfo (MetricInfo'),
newMetricInfo,
QuotaPeriod (QuotaPeriod'),
newQuotaPeriod,
RequestedServiceQuotaChange (RequestedServiceQuotaChange'),
newRequestedServiceQuotaChange,
ServiceInfo (ServiceInfo'),
newServiceInfo,
ServiceQuota (ServiceQuota'),
newServiceQuota,
ServiceQuotaIncreaseRequestInTemplate (ServiceQuotaIncreaseRequestInTemplate'),
newServiceQuotaIncreaseRequestInTemplate,
Tag (Tag'),
newTag,
)
where
import Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate
import Amazonka.ServiceQuotas.DeleteServiceQuotaIncreaseRequestFromTemplate
import Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate
import Amazonka.ServiceQuotas.GetAWSDefaultServiceQuota
import Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate
import Amazonka.ServiceQuotas.GetRequestedServiceQuotaChange
import Amazonka.ServiceQuotas.GetServiceQuota
import Amazonka.ServiceQuotas.GetServiceQuotaIncreaseRequestFromTemplate
import Amazonka.ServiceQuotas.Lens
import Amazonka.ServiceQuotas.ListAWSDefaultServiceQuotas
import Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistory
import Amazonka.ServiceQuotas.ListRequestedServiceQuotaChangeHistoryByQuota
import Amazonka.ServiceQuotas.ListServiceQuotaIncreaseRequestsInTemplate
import Amazonka.ServiceQuotas.ListServiceQuotas
import Amazonka.ServiceQuotas.ListServices
import Amazonka.ServiceQuotas.ListTagsForResource
import Amazonka.ServiceQuotas.PutServiceQuotaIncreaseRequestIntoTemplate
import Amazonka.ServiceQuotas.RequestServiceQuotaIncrease
import Amazonka.ServiceQuotas.TagResource
import Amazonka.ServiceQuotas.Types
import Amazonka.ServiceQuotas.UntagResource
import Amazonka.ServiceQuotas.Waiters