Values.UpdateLoggingConfigurationRequestSourceUpdates a specified logging configuration.
type nonrec t = {identifier : LoggingConfigurationIdentifier.t;Identifier of the logging configuration to be updated.
*)name : LoggingConfigurationName.t option;Logging-configuration name. The value does not need to be unique.
*)destinationConfiguration : DestinationConfiguration.t option;A complex type that contains a destination configuration for where chat content will be logged. There can be only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
*)}val make :
?name:??? ->
?destinationConfiguration:??? ->
identifier:LoggingConfigurationIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of LoggingConfigurationIdentifier.t
| `Structure of
(string
* [> `Structure of (string * [> `String of BucketName.t ]) list ])
list ])
list ]