Values.DescribeTrustsRequestSourceDescribes the trust relationships for a particular Managed Microsoft AD directory. If no input parameters are provided, such as directory ID or trust ID, this request describes all the trust relationships.
type nonrec t = {directoryId : DirectoryId.t option;The Directory ID of the Amazon Web Services directory that is a part of the requested trust relationship.
*)trustIds : TrustIds.t option;A list of identifiers of the trust relationships for which to obtain the information. If this member is null, all trust relationships that belong to the current account are returned. An empty list results in an InvalidParameterException being thrown.
*)nextToken : NextToken.t option;The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.
*)limit : Limit.t option;The maximum number of objects to return.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Limit.t
| `List of [> `String of TrustId.t ] list
| `String of DirectoryId.t ])
list ]