Values.UpdateInvestigationStateRequestSourceUpdates the state of an investigation.
type nonrec t = {graphArn : GraphArn.t;The Amazon Resource Name (ARN) of the behavior graph.
*)investigationId : InvestigationId.t;The investigation ID of the investigation report.
*)state : State.t;The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
*)}val make :
graphArn:GraphArn.t ->
investigationId:InvestigationId.t ->
state:State.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of GraphArn.t ]) list ]