Awso_cur_lwtSourceval delete_report_definition :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cur.Values.DeleteReportDefinitionRequest.t ->
(Awso_cur.Values.DeleteReportDefinitionResponse.t,
Awso_cur.Values.DeleteReportDefinitionResponse.error)
Result.t
Lwt.tval describe_report_definitions :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cur.Values.DescribeReportDefinitionsRequest.t ->
(Awso_cur.Values.DescribeReportDefinitionsResponse.t,
Awso_cur.Values.DescribeReportDefinitionsResponse.error)
Result.t
Lwt.tval list_tags_for_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cur.Values.ListTagsForResourceRequest.t ->
(Awso_cur.Values.ListTagsForResourceResponse.t,
Awso_cur.Values.ListTagsForResourceResponse.error)
Result.t
Lwt.tval modify_report_definition :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cur.Values.ModifyReportDefinitionRequest.t ->
(Awso_cur.Values.ModifyReportDefinitionResponse.t,
Awso_cur.Values.ModifyReportDefinitionResponse.error)
Result.t
Lwt.tval put_report_definition :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cur.Values.PutReportDefinitionRequest.t ->
(Awso_cur.Values.PutReportDefinitionResponse.t,
Awso_cur.Values.PutReportDefinitionResponse.error)
Result.t
Lwt.tval tag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cur.Values.TagResourceRequest.t ->
(Awso_cur.Values.TagResourceResponse.t,
Awso_cur.Values.TagResourceResponse.error)
Result.t
Lwt.tval untag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cur.Values.UntagResourceRequest.t ->
(Awso_cur.Values.UntagResourceResponse.t,
Awso_cur.Values.UntagResourceResponse.error)
Result.t
Lwt.tinclude module type of struct include Awso_cur.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]The name of the report that you want to create. The name must be unique, is case sensitive, and can't include spaces.
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.
The S3 bucket where Amazon Web Services delivers the report.
The prefix that Amazon Web Services adds to the report name when Amazon Web Services delivers the report. Your prefix can't include spaces.
A message to show the detail of the exception.
Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a report definition.
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.
An error on the server occurred during the processing of your request. Try again later.
The specified report (ReportName) in the request doesn't exist.
The input fails to satisfy the constraints specified by an Amazon Web Services service.
A report with the specified name already exists in the account. Specify a different report name.
This account already has five reports defined. To define a new report, you must delete an existing report.
A generic string.
The maximum number of results that Amazon Web Services returns for the operation.
Whether the deletion was successful or not.
Disassociates a set of tags from a report definition.
Disassociates a set of tags from a report definition.
Associates a set of tags with a report definition.
Associates a set of tags with a report definition.
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Creates a Cost and Usage Report.
Allows you to programmatically update your report preferences.
Allows you to programmatically update your report preferences.
Lists the tags associated with the specified report definition.
Lists the tags associated with the specified report definition.
If the action is successful, the service sends back an HTTP 200 response.
Requests a 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.
Deletes the specified report.