Module Smaws_Client_ServiceQuotas.StartQuotaUtilizationReport

Initiates the generation of a quota utilization report for your Amazon Web Services account. This asynchronous operation analyzes your quota usage across all Amazon Web Services services and returns a unique report identifier that you can use to retrieve the results.

The report generation process may take several seconds to complete, depending on the number of quotas in your account. Use the GetQuotaUtilizationReport operation to check the status and retrieve the results when the report is ready.

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.start_quota_utilization_report_request -> (Types.start_quota_utilization_report_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.start_quota_utilization_report_request -> (Types.start_quota_utilization_report_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