Values.DescribeSettingsRequestSourceRetrieves information about the configurable settings for the specified directory.
type nonrec t = {directoryId : DirectoryId.t;The identifier of the directory for which to retrieve information.
*)status : DirectoryConfigurationStatus.t option;The status of the directory settings for which to retrieve information.
*)nextToken : NextToken.t option;The DescribeSettingsResult.NextToken value from a previous call to DescribeSettings. Pass null if this is the first call.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DirectoryId.t ]) list ]