Values.GetLegalHoldOutputSourceThis action returns details for a specified legal hold. The details are the body of a legal hold in JSON format, in addition to metadata.
type nonrec t = {title : string option;The title of the legal hold.
*)status : LegalHoldStatus.t option;The status of the legal hold.
*)description : string option;The description of the legal hold.
*)cancelDescription : string option;The reason for removing the legal hold.
*)legalHoldId : string option;The ID of the legal hold.
*)legalHoldArn : ARN.t option;The framework ARN for the specified legal hold. The format of the ARN depends on the resource type.
*)creationDate : string option;The time when the legal hold was created.
*)cancellationDate : string option;The time when the legal hold was cancelled.
*)retainRecordUntil : string option;The date and time until which the legal hold record is retained.
*)recoveryPointSelection : RecoveryPointSelection.t option;The criteria to assign a set of resources, such as resource types or backup vaults.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `MissingParameterValueException of MissingParameterValueException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]