Values.SearchSpendingLimitsRequestSourceSearches and lists spending limits based on specified filters. This operation supports pagination and allows filtering by various criteria to find specific spending limits. We recommend using pagination to ensure that the operation returns quickly and successfully.
type nonrec t = {nextToken : String_.t option;The token to retrieve the next page of results. This value is returned from a previous call to SearchSpendingLimits when there are more results available.
*)maxResults : SearchSpendingLimitsRequestMaxResultsInteger.t option;The maximum number of results to return in a single call. Minimum value of 1, maximum value of 100. Default is 20.
*)filters : SearchSpendingLimitsRequestFiltersList.t option;The filters to apply when searching for spending limits. Use filters to narrow down the results based on specific criteria.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of SearchSpendingLimitsRequestMaxResultsInteger.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String256.t ] list
| `String of String64.t ])
list ]
list
| `String of String_.t ])
list ]