Values.GetDataProtectionPolicyResponseSourceReturns information about a log group data protection policy.
type nonrec t = {logGroupIdentifier : LogGroupIdentifier.t option;The log group name or ARN that you specified in your request.
*)policyDocument : DataProtectionPolicyDocument.t option;The data protection policy document for this log group.
*)lastUpdatedTime : Timestamp.t option;The date and time that this policy was most recently updated.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `OperationAbortedException of OperationAbortedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of unit
| `OperationAbortedException of unit
| `ResourceNotFoundException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of unit
| `OperationAbortedException of unit
| `ResourceNotFoundException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Long of Timestamp.t | `String of LogGroupIdentifier.t ])
list ]