Module Values.DescribeReportDefinitionsResponseSource

If the action is successful, the service sends back an HTTP 200 response.

Sourcetype nonrec t = {
  1. reportDefinitions : ReportDefinitionList.t option;
    (*

    An Amazon Web Services Cost and Usage Report list owned by the account.

    *)
  2. nextToken : GenericString.t option;
}
Sourcetype nonrec error = [
  1. | `InternalErrorException of InternalErrorException.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?reportDefinitions:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalErrorException of InternalErrorException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalErrorException of InternalErrorException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of RefreshClosedReports.t | `Enum of string | `List of [> `Enum of string ] list | `String of ReportName.t | `Structure of (string * [> `Enum of string | `String of LastDelivery.t ]) list ]) list ] list | `String of GenericString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t