Smaws_Client_ServiceQuotas.CreateSupportCaseCreates a Support case for an existing quota increase request. This call only creates a Support case if the request has a Pending status.
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
| `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.create_support_case_request ->
(Types.create_support_case_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
| `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.create_support_case_request ->
(Types.create_support_case_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
| `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