Values.DescribeSharedDirectoriesRequestSourceReturns the shared directories in your account.
type nonrec t = {ownerDirectoryId : DirectoryId.t;Returns the identifier of the directory in the directory owner account.
*)nextToken : NextToken.t option;The DescribeSharedDirectoriesResult.NextToken value from a previous call to DescribeSharedDirectories. Pass null if this is the first call.
*)limit : Limit.t option;The number of shared directories to return in the response object.
*)}val make :
?sharedDirectoryIds:??? ->
?nextToken:??? ->
?limit:??? ->
ownerDirectoryId:DirectoryId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Limit.t
| `List of [> `String of DirectoryId.t ] list
| `String of DirectoryId.t ])
list ]