Values.GetChangeLogsRequestSourceGets a list of changelogs from Audit Manager.
type nonrec t = {assessmentId : UUID.t;The unique identifier for the assessment.
*)controlSetId : ControlSetId.t option;The unique identifier for the control set.
*)controlId : UUID.t option;The unique identifier for the control.
*)nextToken : Token.t option;The pagination token that's used to fetch the next set of results.
*)maxResults : MaxResults.t option;Represents the maximum number of results on a page or for an API request call.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of UUID.t ]) list ]