Values.UpdateSpendingLimitRequestSourceUpdates an existing spending limit. You can modify the spending amount or time period. Changes take effect immediately.
type nonrec t = {spendingLimitArn : SpendingLimitArn.t;The Amazon Resource Name (ARN) of the spending limit to update.
*)clientToken : String64.t;A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Braket ignores the request, but does not return an error.
*)spendingLimit : UpdateSpendingLimitRequestSpendingLimitString.t option;The new maximum amount that can be spent on the specified device, in USD.
*)timePeriod : TimePeriod.t option;The new time period during which the spending limit is active, including start and end dates.
*)}val make :
?spendingLimit:??? ->
?timePeriod:??? ->
spendingLimitArn:SpendingLimitArn.t ->
clientToken:String64.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of SpendingLimitArn.t
| `Structure of
(string * [> `Timestamp of SyntheticTimestamp_epoch_seconds.t ])
list ])
list ]