Values.UpdateRealtimeLogConfigResultSourceUpdates 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.
type nonrec t = {realtimeLogConfig : RealtimeLogConfig.t option;A real-time log configuration.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `InvalidArgument of InvalidArgument.t| `NoSuchRealtimeLogConfig of NoSuchRealtimeLogConfig.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]