Smaws_Client_CostandUsageReportService.TypesThe input fails to satisfy the constraints specified by an Amazon Web Services service.
type nonrec tag_key_list = tag_key listtype nonrec untag_resource_request = {tag_keys : tag_key_list;The tags to be disassociated from the report definition resource.
*)report_name : report_name;The report name of the report definition that tags are to be disassociated from.
*)}The specified report (ReportName) in the request doesn't exist.
An error on the server occurred during the processing of your request. Try again later.
type nonrec tag = {value : tag_value;The value of the tag. Tag values are case-sensitive. This can be an empty string.
*)key : tag_key;The key of the tag. Tag keys are case sensitive. Each report definition can only have up to one tag with the same key. If you try to add an existing tag with the same key, the existing tag value will be updated to the new value.
*)}Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a report definition.
type nonrec tag_list = tag listtype nonrec tag_resource_request = {report_name : report_name;The report name of the report definition that tags are to be associated with.
*)}Whether or not Amazon Web Services includes resource IDs in the report.
type nonrec schema_element_list = schema_element listtype nonrec report_status = {last_status : last_status option;An enum that gives the status of a report delivery.
*)last_delivery : last_delivery option;A timestamp that gives the date of a report delivery.
*)}A two element dictionary with a lastDelivery and lastStatus key whose values describe the date and status of the last delivered report for a particular report definition.
This account already has five reports defined. To define a new report, you must delete an existing report.
The compression format that Amazon Web Services uses for the report.
The region of the S3 bucket that Amazon Web Services delivers the report into.
The types of manifest that you want Amazon Web Services to create for this report.
type nonrec additional_artifact_list = additional_artifact listtype nonrec report_definition = {report_status : report_status option;The status of the report.
*)billing_view_arn : billing_view_arn option;The Amazon resource name of the billing view. The BillingViewArn is needed to create Amazon Web Services Cost and Usage Report for each billing group maintained in the Amazon Web Services Billing Conductor service. The BillingViewArn for a billing group can be constructed as: arn:aws:billing::payer-account-id:billingview/billing-group-primary-account-id
report_versioning : report_versioning option;Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in addition to the previous versions.
*)refresh_closed_reports : refresh_closed_reports option;Whether you want Amazon Web Services to update your reports after they have been finalized if Amazon Web Services detects charges related to previous months. These charges can include refunds, credits, or support fees.
*)additional_artifacts : additional_artifact_list option;A list of manifests that you want Amazon Web Services to create for this report.
*)s3_region : aws_region;s3_prefix : s3_prefix;s3_bucket : s3_bucket;additional_schema_elements : schema_element_list;A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs.
*)compression : compression_format;format : report_format;time_unit : time_unit;report_name : report_name;}The definition of Amazon Web Services Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition.
type nonrec report_definition_list = report_definition listtype nonrec put_report_definition_request = {report_definition : report_definition;Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information.
*)}Creates a Cost and Usage Report.
A report with the specified name already exists in the account. Specify a different report name.
type nonrec modify_report_definition_request = {report_definition : report_definition;report_name : report_name;}type nonrec describe_report_definitions_response = {next_token : generic_string option;report_definitions : report_definition_list option;An Amazon Web Services Cost and Usage Report list owned by the account.
*)}If the action is successful, the service sends back an HTTP 200 response.
type nonrec describe_report_definitions_request = {next_token : generic_string option;max_results : max_results option;}Requests a Amazon Web Services Cost and Usage Report list owned by the account.
type nonrec delete_report_definition_response = {response_message : delete_response_message option;}If the action is successful, the service sends back an HTTP 200 response.
type nonrec delete_report_definition_request = {report_name : report_name;The name of the report that you want to delete. The name must be unique, is case sensitive, and can't include spaces.
*)}Deletes the specified report.