Module Smaws_Client_Glue.GetUsageProfile

Retrieves information about the specified Glue usage profile.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationNotSupportedException of Types.operation_not_supported_exception | `OperationTimeoutException of Types.operation_timeout_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_usage_profile_request -> (Types.get_usage_profile_response, [> Smaws_Lib.Protocols.AwsJson.error | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationNotSupportedException of Types.operation_not_supported_exception | `OperationTimeoutException of Types.operation_timeout_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.get_usage_profile_request -> (Types.get_usage_profile_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationNotSupportedException of Types.operation_not_supported_exception | `OperationTimeoutException of Types.operation_timeout_exception ] * Smaws_Lib.Response.metadata) Stdlib.result