Values.GetLoggingConfigurationResponseSourceGets the specified logging configuration.
type nonrec t = {arn : LoggingConfigurationArn.t option;Logging-configuration ARN, from the request (if identifier was an ARN).
*)id : LoggingConfigurationID.t option;Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.
*)createTime : Time.t option;Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
*)updateTime : Time.t option;Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
*)name : LoggingConfigurationName.t option;Logging-configuration name. This 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 is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.
*)state : LoggingConfigurationState.t option;The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of LoggingConfigurationArn.t
| `Structure of
(string
* [> `Structure of (string * [> `String of BucketName.t ]) list ])
list
| `Timestamp of Time.t ])
list ]