Smaws_Client_ServiceQuotas.RequestServiceQuotaIncreaseSubmits a quota increase request for the specified quota at the account or resource level.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `DependencyAccessDeniedException of
Types.dependency_access_denied_exception
| `IllegalArgumentException of Types.illegal_argument_exception
| `InvalidResourceStateException of Types.invalid_resource_state_exception
| `NoSuchResourceException of Types.no_such_resource_exception
| `QuotaExceededException of Types.quota_exceeded_exception
| `ResourceAlreadyExistsException of Types.resource_already_exists_exception
| `ServiceException of Types.service_exception
| `TooManyRequestsException of Types.too_many_requests_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.request_service_quota_increase_request ->
(Types.request_service_quota_increase_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `DependencyAccessDeniedException of
Types.dependency_access_denied_exception
| `IllegalArgumentException of Types.illegal_argument_exception
| `InvalidResourceStateException of Types.invalid_resource_state_exception
| `NoSuchResourceException of Types.no_such_resource_exception
| `QuotaExceededException of Types.quota_exceeded_exception
| `ResourceAlreadyExistsException of
Types.resource_already_exists_exception
| `ServiceException of Types.service_exception
| `TooManyRequestsException of Types.too_many_requests_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.request_service_quota_increase_request ->
(Types.request_service_quota_increase_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `DependencyAccessDeniedException of
Types.dependency_access_denied_exception
| `IllegalArgumentException of Types.illegal_argument_exception
| `InvalidResourceStateException of Types.invalid_resource_state_exception
| `NoSuchResourceException of Types.no_such_resource_exception
| `QuotaExceededException of Types.quota_exceeded_exception
| `ResourceAlreadyExistsException of
Types.resource_already_exists_exception
| `ServiceException of Types.service_exception
| `TooManyRequestsException of Types.too_many_requests_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result