Values.GetLatestAssessmentIdResponseSourceRetrieve the latest ID of a specific assessment task.
type nonrec t = {id : AsyncTaskId.t option;The latest ID for the specific assessment task.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DependencyException of DependencyException.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
| `DependencyException of DependencyException.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
| `DependencyException of DependencyException.t
| `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]