Values.GetDelegationsResponseSourceGets a list of delegations from an audit owner to a delegate.
type nonrec t = {delegations : DelegationMetadataList.t option;The list of delegations that the GetDelegations API returned.
*)nextToken : Token.t option;The pagination token that's used to fetch the next set of results.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of UUID.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of Token.t ])
list ]