Values.CreditDetailsSourceContains information about credit-based benefit fulfillment, including AWS promotional credits.
type nonrec t = {allocatedAmount : MonetaryValue.t option;The total amount of credits that have been allocated for this benefit.
*)issuedAmount : MonetaryValue.t option;The amount of credits that have actually been issued and are available for use.
*)codes : CreditCodes.t option;A list of credit codes that have been generated for this benefit allocation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ]