Module Smaws_Client_CostandUsageReportService.PutReportDefinition

Creates a new report using the description that you provide.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `DuplicateReportNameException of Types.duplicate_report_name_exception | `InternalErrorException of Types.internal_error_exception | `ReportLimitReachedException of Types.report_limit_reached_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.put_report_definition_request -> (Types.put_report_definition_response, [> Smaws_Lib.Protocols.AwsJson.error | `DuplicateReportNameException of Types.duplicate_report_name_exception | `InternalErrorException of Types.internal_error_exception | `ReportLimitReachedException of Types.report_limit_reached_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.put_report_definition_request -> (Types.put_report_definition_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `DuplicateReportNameException of Types.duplicate_report_name_exception | `InternalErrorException of Types.internal_error_exception | `ReportLimitReachedException of Types.report_limit_reached_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result