Values_1.GetLoggingOptionsResponseSourceThe output from the GetLoggingOptions operation.
type nonrec t = {roleArn : Values_0.AwsArn.t option;The ARN of the IAM role that grants access.
*)logLevel : Values_0.LogLevel.t option;The logging level.
*)}type nonrec error = [ | `InternalException of Values_0.InternalException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of Values_0.InternalException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of Values_0.InternalException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.AwsArn.t ]) list ]