Module Values.UpdateRealtimeLogConfigResultSource

Updates a real-time log configuration. When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration: Call GetRealtimeLogConfig to get the current real-time log configuration. Locally modify the parameters in the real-time log configuration that you want to update. Call this API (UpdateRealtimeLogConfig) by providing the entire real-time log configuration, including the parameters that you modified and those that you didn't. You cannot update a real-time log configuration's Name or ARN.

Sourcetype nonrec t = {
  1. realtimeLogConfig : RealtimeLogConfig.t option;
    (*

    A real-time log configuration.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDenied of AccessDenied.t
  2. | `InvalidArgument of InvalidArgument.t
  3. | `NoSuchRealtimeLogConfig of NoSuchRealtimeLogConfig.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?realtimeLogConfig:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDenied of AccessDenied.t | `InvalidArgument of InvalidArgument.t | `NoSuchRealtimeLogConfig of NoSuchRealtimeLogConfig.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDenied of AccessDenied.t | `InvalidArgument of InvalidArgument.t | `NoSuchRealtimeLogConfig of NoSuchRealtimeLogConfig.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `Long of Long.t | `String of String_.t ]) list ]) 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