Values.GetResourcesTrendsV2RequestSourceReturns resource trend data based on the specified criteria. This operation helps you analyze patterns and changes in resource compliance over time.
type nonrec t = {filters : ResourcesTrendsFilters.t option;The filters to apply to the resources trend data.
*)startTime : Timestamp.t;The starting timestamp for the time period to analyze resources trends, in ISO 8601 format.
*)endTime : Timestamp.t;The ending timestamp for the time period to analyze resources trends, in ISO 8601 format.
*)nextToken : NextToken.t option;The token to use for paginating results. This value is returned in the response if more results are available.
*)maxResults : MaxResults.t option;The maximum number of trend data points to return in a single response.
*)}val make :
?filters:??? ->
?nextToken:??? ->
?maxResults:??? ->
startTime:Timestamp.t ->
endTime:Timestamp.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `String of NextToken.t
| `Structure of (string * Awso.Botodata.value) list
| `Timestamp of Timestamp.t ])
list ]