Values.GetDelegationsRequestSourceGets a list of delegations from an audit owner to a delegate.
type nonrec t = {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 Token.t ]) list ]