Values.GetTransformerResponseSourceReturns the information about the log transformer associated with this log group. This operation returns data only for transformers created at the log group level. To get information for an account-level transformer, use DescribeAccountPolicies.
type nonrec t = {logGroupIdentifier : LogGroupIdentifier.t option;The ARN of the log group that you specified in your request.
*)creationTime : Timestamp.t option;The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
*)lastModifiedTime : Timestamp.t option;The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
*)transformerConfig : Processors.t option;This sructure contains the configuration of the requested transformer.
*)}type nonrec error = [ | `InvalidOperationException of InvalidOperationException.t| `InvalidParameterException of InvalidParameterException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidOperationException of unit
| `InvalidParameterException of unit
| `ResourceNotFoundException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidOperationException of unit
| `InvalidParameterException of unit
| `ResourceNotFoundException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Flatten.t
| `Enum of string
| `List of
[> `String of Column.t
| `Structure of
(string
* [> `Boolean of OverwriteIfExists.t
| `Enum of string
| `String of Key.t ])
list ]
list
| `String of QuoteCharacter.t ])
list ])
list ]
list
| `Long of Timestamp.t
| `String of LogGroupIdentifier.t ])
list ]