Module Smaws_Client_ServiceQuotas.ListServiceQuotas

Lists the applied quota values for the specified Amazon Web Services service. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved. Filter responses to return applied quota values at either the account level, resource level, or all levels.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `IllegalArgumentException of Types.illegal_argument_exception | `InvalidPaginationTokenException of Types.invalid_pagination_token_exception | `NoSuchResourceException of Types.no_such_resource_exception | `ServiceException of Types.service_exception | `TooManyRequestsException of Types.too_many_requests_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_service_quotas_request -> (Types.list_service_quotas_response, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `IllegalArgumentException of Types.illegal_argument_exception | `InvalidPaginationTokenException of Types.invalid_pagination_token_exception | `NoSuchResourceException of Types.no_such_resource_exception | `ServiceException of Types.service_exception | `TooManyRequestsException of Types.too_many_requests_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.list_service_quotas_request -> (Types.list_service_quotas_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `IllegalArgumentException of Types.illegal_argument_exception | `InvalidPaginationTokenException of Types.invalid_pagination_token_exception | `NoSuchResourceException of Types.no_such_resource_exception | `ServiceException of Types.service_exception | `TooManyRequestsException of Types.too_many_requests_exception ] * Smaws_Lib.Response.metadata) Stdlib.result