Values.DescribeUpdateDirectoryRequestSourceDescribes the updates of a directory for a particular update type.
type nonrec t = {directoryId : DirectoryId.t;The unique identifier of the directory.
*)updateType : UpdateType.t;The type of updates you want to describe for the directory.
*)regionName : RegionName.t option;The name of the Region.
*)nextToken : NextToken.t option;The DescribeUpdateDirectoryResult. NextToken value from a previous call to DescribeUpdateDirectory. Pass null if this is the first call.
*)}val make :
?regionName:??? ->
?nextToken:??? ->
directoryId:DirectoryId.t ->
updateType:UpdateType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DirectoryId.t ]) list ]