Module Values.GetTransformerResponseSource

Returns 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.

Sourcetype nonrec t = {
  1. logGroupIdentifier : LogGroupIdentifier.t option;
    (*

    The ARN of the log group that you specified in your request.

    *)
  2. creationTime : Timestamp.t option;
    (*

    The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

    *)
  3. 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.

    *)
  4. transformerConfig : Processors.t option;
    (*

    This sructure contains the configuration of the requested transformer.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidOperationException of InvalidOperationException.t
  2. | `InvalidParameterException of InvalidParameterException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ServiceUnavailableException of ServiceUnavailableException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?logGroupIdentifier:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?transformerConfig:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t