Values.LoggingStatusSourceDescribes the status of logging for a cluster.
type describeLoggingStatusResult = {loggingEnabled : Boolean.t option;true if logging is on, false if logging is off.
*)bucketName : String_.t option;The name of the S3 bucket where the log files are stored.
*)s3KeyPrefix : S3KeyPrefixValue.t option;The prefix applied to the log file names.
*)lastSuccessfulDeliveryTime : TStamp.t option;The last time that logs were delivered.
*)lastFailureTime : TStamp.t option;The last time when logs failed to be delivered.
*)lastFailureMessage : String_.t option;The message indicating that logs failed to be delivered.
*)logDestinationType : LogDestinationType.t option;The log destination type. An enum with possible values of s3 and cloudwatch.
*)logExports : LogTypeList.t option;The collection of exported log types. Possible values are connectionlog, useractivitylog, and userlog.
*)}and t = {describeLoggingStatusResult : describeLoggingStatusResult;responseMetaData : responseMetaData;}type error = [ | `ClusterNotFoundFault of ClusterNotFoundFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]