Values.SpendingLimitSummarySourceContains summary information about a spending limit, including current spending status and configuration details.
type nonrec t = {spendingLimitArn : SpendingLimitArn.t option;The Amazon Resource Name (ARN) that uniquely identifies the spending limit.
*)deviceArn : DeviceArn.t option;The Amazon Resource Name (ARN) of the quantum device associated with this spending limit.
*)timePeriod : TimePeriod.t option;The time period during which the spending limit is active.
*)spendingLimit : String_.t option;The maximum spending amount allowed for the device during the specified time period, in USD.
*)queuedSpend : String_.t option;The amount currently queued for spending on the device, in USD.
*)totalSpend : String_.t option;The total amount spent on the device so far during the current time period, in USD.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time when the spending limit was created, in epoch seconds.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time when the spending limit was last modified, in epoch seconds.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of SpendingLimitArn.t
| `Structure of
(string * [> `Timestamp of SyntheticTimestamp_epoch_seconds.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]